.fixed_content_section .content_intro_wrapper {
  text-align: center;
}
.fixed_content_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed_content_section .fixed_content_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .fixed_content_section .fixed_content_wrap {
    flex-direction: column-reverse;
  }
}
.fixed_content_section .fixed_content_wrap .fixed_content_left {
  max-width: 800px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .fixed_content_section .fixed_content_wrap .fixed_content_left {
    margin-top: 40px;
    width: 100%;
  }
}
.fixed_content_section .fixed_content_wrap .fixed_content_left .second_gallery .swiper-slide {
  height: 150px;
}
@media (max-width: 991px) {
  .fixed_content_section .fixed_content_wrap .fixed_content_left .second_gallery .swiper-slide {
    min-width: fit-content;
    height: 90px;
  }
}
.fixed_content_section .fixed_content_wrap .fixed_content_left .the_content h2 {
  font-size: 38px;
}
.fixed_content_section .fixed_content_wrap .fixed_content_left .the_content h3 {
  font-size: 24px;
}
.fixed_content_section .fixed_content_wrap .fixed_content_left .the_content h2,
.fixed_content_section .fixed_content_wrap .fixed_content_left .the_content h3 {
  margin-bottom: 20px;
}
.fixed_content_section .fixed_content_wrap .fixed_content_left .the_content hr {
  margin-inline: 0;
  margin-block: 40px;
  width: 200px;
  border-color: var(--color-stroke);
}
.fixed_content_section .fixed_content_wrap .fixed_content_left .the_content ul li {
  list-style: disc;
  margin: 16px 0;
}
.fixed_content_section .fixed_content_wrap .fixed_content_left .section_services {
  padding: 0;
}
@media (max-width: 991px) {
  .fixed_content_section .fixed_content_wrap .fixed_content_left .section_services .container {
    margin-inline: 0;
  }
}
.fixed_content_section .fixed_content_wrap .fixed_content_right {
  position: sticky;
  top: 230px;
  align-self: flex-start;
  max-width: 360px;
  height: max-content;
}
@media (max-width: 991px) {
  .fixed_content_section .fixed_content_wrap .fixed_content_right {
    position: inherit;
    width: 100%;
  }
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos {
  position: relative;
  padding: 40px;
  box-sizing: content-box;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.marina .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos {
  color: var(--marina-color-main);
}
.magellan .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos {
  background-color: var(--magellan-color-secondary);
}
.pacific .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos {
  background-color: var(--pacific-background-image);
}
.klcc .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos {
  background-color: var(--klcc-background-image);
}
.marina .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos {
  background-color: var(--marina-background-image);
}
.mantanani .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos {
  background-color: var(--mantanani-background-image);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.mantanani .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos::after {
  content: "";
  background-image: url("../../../../scss/patterns/mantanani.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos .infos_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos .infos_wrap .price .value {
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos .infos_wrap .promo_duration .value {
  font-weight: 600;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos .infos_wrap .short_desc {
  line-height: 160%;
  font-size: 15px;
  color: #fff;
}
.marina .fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos .infos_wrap .short_desc {
  color: var(--marina-color-main);
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_infos .infos_wrap .btnCta {
  margin-top: 10px;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_amenities {
  margin-top: 30px;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_amenities .amenities_list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_amenities .amenities_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  width: 100%;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_amenities .amenities_list ul .amenity {
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px 10px;
  background: var(--color-background-alt);
  border-radius: 20px;
  text-align: center;
  align-items: center;
}
.fixed_content_section .fixed_content_wrap .fixed_content_right .fixed_content_amenities .amenities_list ul .amenity .amenity-icon {
  color: var(--highlight-color);
  font-size: 50px;
}