@font-face {
  font-family: 'heebo';
  font-weight: 300;
  src: url("../fonts/Heebo-Light.ttf");
}

@font-face {
  font-family: 'heebo';
  font-weight: 400;
  src: url("../fonts/Heebo-Regular.ttf");
}

@font-face {
  font-family: 'heebo';
  font-weight: 500;
  src: url("../fonts/Heebo-Medium.ttf");
}

@font-face {
  font-family: 'heebo';
  font-weight: 700;
  src: url("../fonts/Heebo-Bold.ttf");
}

@font-face {
  font-family: 'heebo';
  font-weight: 800;
  src: url("../fonts/Heebo-ExtraBold.ttf");
}

@font-face {
  font-family: 'heebo';
  font-weight: 900;
  src: url("../fonts/Heebo-Black.ttf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
  box-shadow: none;
}

html {
  height: 100%;
  font-size: 1vw;
}

body {
  color: #434343;
  position: relative;
}

#home-articles {
  overflow: hidden;
}

html,
body {

  width: 100%;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  /* overflow-y: initial; */
  direction: rtl;
}

@media (max-width: 1024px) {

  html.no-scroll,
  body.no-scroll {
    overflow-y: hidden;
  }
}

html,
body,
button,
input,
textarea,
select,
select option {
  font-family: 'heebo', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

svg g,
svg rect,
svg path,
svg text,
svg tspan {
  fill: inherit;
}


@media only screen and (min-width: 1024px) {

  .term-4 .attractions-links a,
  .term-5 .attractions-links a,
  .term-6 .attractions-links a,
  #home-attractions .attractions-links a {
    width: 100%;
  }

  .term-4 .attractions-links a:nth-child(1),
  .term-6 .attractions-links a:nth-child(1),
  .term-5 .attractions-links a:nth-child(1),
  #home-attractions .attractions-links a:nth-child(1) {
    flex: 0 0 27%;
  }

  .term-4 .attractions-links a:nth-child(2),
  .term-6 .attractions-links a:nth-child(2),
  .term-5 .attractions-links a:nth-child(2),
  #home-attractions .attractions-links a:nth-child(2) {
    flex: 0 0 43.6%;
  }

  .term-4 .attractions-links a:nth-child(3),
  .term-6 .attractions-links a:nth-child(3),
  .term-5 .attractions-links a:nth-child(3),
  #home-attractions .attractions-links a:nth-child(3) {
    flex: 0 0 27%;
  }

  .term-4 .attractions-links a:nth-child(4),
  #home-attractions .attractions-links a:nth-child(4) {
    flex: 0 0 27%;
  }

  .term-4 .attractions-links a:nth-child(5),
  #home-attractions .attractions-links a:nth-child(5) {
    flex: 0 0 24%;
  }

  .term-4 .attractions-links a:nth-child(6),
  #home-attractions .attractions-links a:nth-child(6) {
    flex: 0 0 46.6%;
  }

  .term-4 .attractions-links a:nth-child(7),
  .term-6 .attractions-links a:nth-child(4),
  .term-5 .attractions-links a:nth-child(4),
  #home-attractions .attractions-links a:nth-child(7) {
    flex: 0 0 40%;
  }

  .term-4 .attractions-links a:nth-child(8),
  .term-6 .attractions-links a:nth-child(5),
  .term-5 .attractions-links a:nth-child(5),
  #home-attractions .attractions-links a:nth-child(8) {
    flex: 0 0 58.3%;

  }

  .term-4 .attractions-links,
  .term-6 .attractions-links,
  .term-5 .attractions-links,
  #home-attractions .attractions-links {
    gap: 0.5vw;
    justify-content: unset !important
  }

  .term-4 .attractions-links a img,
  .term-6 .attractions-links a img,
  .term-5 .attractions-links a img,
  #home-attractions .attractions-links a img {
    width: 100% !important;
    object-fit: cover;
    height: 100%;
  }

  .term-4 .attractions-links a picture,
  .term-6 .attractions-links a picture,
  .term-5 .attractions-links a picture,
  #home-attractions .attractions-links a picture {
    height: 21vw;
    display: block;
  }

  .term-4 .attractions-links a picture::after,
  .term-4 .attractions-links a video::after,
  .term-6 .attractions-links a picture::after,
  .term-6 .attractions-links a video::after,
  .term-5 .attractions-links a picture::after,
  .term-5 .attractions-links a video::after,
  #home-attractions .attractions-links a video::after,
  #home-attractions .attractions-links a picture::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
  }

  .term-4 .attractions-links a .text,
  .term-6 .attractions-links a .text,
  .term-5 .attractions-links a .text,
  #home-attractions .attractions-links a .text {
    z-index: 10;
  }

  .term-4 .attractions-links a,
  .term-6 .attractions-links a,
  .term-5 .attractions-links a,
  #home-attractions .attractions-links a {
    height: 21vw;
    margin-bottom: 0 !important;
  }

  .term-4 .attractions-links a video,
  .term-6 .attractions-links a video,
  .term-5 .attractions-links a video,
  #home-attractions .attractions-links a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


@media only screen and (max-width: 1024px) {
  .attractions-links a video {
    width: 100%;
    height: 55.2rem;
    object-fit: cover;
  }


  .term-4 .attractions-links a video,
  .term-6 .attractions-links a video,
  .term-5 .attractions-links a video,
  #home-attractions .attractions-links a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .term-4 .attractions-links a picture::after,
  .term-4 .attractions-links a video::after,
  .term-6 .attractions-links a picture::after,
  .term-6 .attractions-links a video::after,
  .term-5 .attractions-links a video::after,
  #home-attractions .attractions-links a video::after,
  #home-attractions .attractions-links a picture::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
  }

  .attractions .attractions-links a {
    width: 89%;

  }

  .attractions .attractions-links {
    width: 100%;
    margin-bottom: 9.3333333333rem;
    flex-direction: column;
    gap: 1vw 0;
  }

  .attractions .attractions-links a img {
    width: 100%;

  }

  .attractions-links a .text,
  #home-attractions .attractions-links a .text {
    z-index: 10;
  }

  .attractions-links a video {
    width: 100%;
    height: 55.2rem !important;
    object-fit: cover;
  }
}




.link {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0 1.7708333333rem;
  border-radius: 6.8229166667rem;
  border: 0.0520833333rem solid #fff;
}

@media (max-width: 1024px) {
  .link {
    padding: 2.6666666667rem 6.2666666667rem;
    border-radius: 17.4666666667rem;
    border-width: 0.1333333333rem;
  }
}

.link span {
  font-size: 0.9375rem;
}

@media (max-width: 1024px) {
  .link span {
    font-size: 4rem;
    font-weight: 500;
  }
}

.link svg {
  height: 2.8369791667rem;
  width: 1.5958333333rem;
  fill: #fff;
  margin-right: 1.0520833333rem;
}

@media (max-width: 1024px) {
  .link svg {
    height: 7.2626666667rem;
    width: 4.0853333333rem;
    margin-right: 3.1146666667rem;
  }
}

.link2 {
  background-color: #3E80FF;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0rem 2rem;
  border-radius: 6.8229166667rem;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .link2 {
    padding: 1.3333333333rem 6.1533333333rem;
    border-radius: 17.4666666667rem;
  }
}

.link2 span {
  font-size: 0.8333333333rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .link2 span {
    font-size: 4rem;
  }
}

.link2 svg {
  height: 2.0692708333rem;
  width: 1.1640625rem;
  fill: #fff;
  margin-right: 1.0520833333rem;
}

@media (max-width: 1024px) {
  .link2 svg {
    width: 3.3066666667rem;
    height: 5.964rem;
    margin-right: 2.2746666667rem;
  }
}

.header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .header-text {
    margin-top: 72rem;
  }
}

.header-text .h1 {
  width: 31.9791666667rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .header-text .h1 {
    width: 81.8666666667rem;
    margin-bottom: 8rem;
  }
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 2.65625rem;
  z-index: 2;
}

@media (max-width: 1024px) {
  .social-links {
    top: initial;
    bottom: 20.9333333333rem;
    left: 6.8rem;
  }
}

.social-links a {
  display: block;
  margin-bottom: 0.9729166667rem;
}

@media (max-width: 1024px) {
  .social-links a {
    margin-bottom: 6.436rem;
  }
}

.social-links a:nth-of-type(1) {
  width: 1.3020833333rem;
  height: 1.3541666667rem;
}

@media (max-width: 1024px) {
  .social-links a:nth-of-type(1) {
    width: 7.77067rem;
    height: 8.33333rem;
    margin-bottom: 5rem;
  }

  .social-links a:nth-of-type(1) svg>g>g {
    stroke: transparent;
  }
}

.social-links a:nth-of-type(2) {
  width: 1.1598958333rem;
  height: 1.1598958333rem;
}

@media (max-width: 1024px) {
  .social-links a:nth-of-type(2) {
    width: 4.892rem;
    height: 4.892rem;
  }
}

.social-links a:nth-of-type(3) {
  width: 1.1828125rem;
  height: 1.1828125rem;
}

@media (max-width: 1024px) {
  .social-links a:nth-of-type(3) {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.social-links a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.see-more-anim {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  transform: rotateZ(-90deg);
  padding-top: 1.5rem;
  z-index: 999;
}

@media (max-width: 1024px) {
  .see-more-anim {
    top: auto;
    padding: .8vw;
    transform: rotate(-90deg) translateY(-83%) translateX(-50%);
    align-self: flex-end;
    bottom: 18.5306666667rem;
    left: 50%;
  }
}

.see-more-anim span {
  font-size: 0.9375rem;
  color: #fff;
  position: relative;
  left: 7rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .see-more-anim span {
    font-size: 4rem;
    left: 16rem;
    margin-bottom: initial;
  }
}

.see-more-anim .see-more-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 5.73vw;
  height: 0px;
  margin-top: -0.07rem;
  animation: seeMore 2.5s infinite 851ms;
}

@media (max-width: 1024px) {
  .see-more-anim .see-more-line {
    width: 13.35vw;
  }
}

.see-more-anim .see-more-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid white;
  transform-origin: right center;
  transform: scale(0.001, 1);
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}

@keyframes seeMore {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1, 1);
  }

  20% {
    transform-origin: 0% 50%;
    transform: scale(0.001, 1);
  }

  20.01% {
    transform-origin: 100% 50%;
  }

  38% {
    transform-origin: 100% 50%;
    transform: scale(1, 1);
  }
}

.radio-btn {
  position: relative;
}

.radio-btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input:checked+label {
  background-color: #3E80FF;
  color: #fff;
  text-align: center;
  border-radius: 6.8229166667rem;
  box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 1024px) {
  .radio-btn input:checked+label {
    border-radius: 17.4666666667rem;
  }
}

.radio-btn label {
  width: 100%;
  height: 100%;
  font-weight: 500;
  padding: 0.5729166667rem 2.1875rem;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .radio-btn label {
    padding: 1.3333333333rem 6.6666666667rem;
  }
}

.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 2.5520833333rem;
  height: 2.5520833333rem;
}

@media (max-width: 1024px) {

  .swiper-container-rtl .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: 9.3333333333rem;
    height: 9.3333333333rem;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  width: 2.34375rem;
  height: 2.34375rem;
  background-color: #3E80FF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.69 15.2'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M13.87,13.792l5.751-5.747a1.086,1.086,0,1,0-1.538-1.534l-6.516,6.511a1.084,1.084,0,0,0-.032,1.5l6.543,6.557a1.086,1.086,0,0,0,1.538-1.534Z' transform='translate(-11.251 -6.194)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 40% 40%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 0.0520833333rem solid #3E80FF;
}

@media (max-width: 1024px) {

  .swiper-container-rtl .swiper-button-next::after,
  .swiper-container-rtl .swiper-button-prev::after {
    width: 8.6666666667rem;
    height: 8.6666666667rem;
  }
}

.swiper-container-rtl .swiper-button-next.swiper-button-disabled,
.swiper-container-rtl .swiper-button-prev.swiper-button-disabled {
  opacity: initial;
}

.swiper-container-rtl .swiper-button-next.swiper-button-disabled::after,
.swiper-container-rtl .swiper-button-prev.swiper-button-disabled::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.69 15.2'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M13.87,13.792l5.751-5.747a1.086,1.086,0,1,0-1.538-1.534l-6.516,6.511a1.084,1.084,0,0,0-.032,1.5l6.543,6.557a1.086,1.086,0,0,0,1.538-1.534Z' transform='translate(-11.251 -6.194)' fill='%23b7b7b7'/%3E%3C/svg%3E");
  border-color: #B7B7B7;
}

.swiper-container-rtl .swiper-button-prev::after {
  transform: rotateZ(180deg);
}

@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
  }
}

@media (max-width: 1024px) {
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
ul li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.h1 {
  font-size: 4.1666666667rem;
}

@media (max-width: 1024px) {
  .h1 {
    font-size: 10.6666666667rem;
  }
}

.h2 {
  font-size: 2.6041666667rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .h2 {
    font-size: 9.3333333333rem;
  }
}

.p1 {
  font-size: 1.4583333333rem;
}

@media (max-width: 1024px) {
  .p1 {
    font-size: 4rem;
  }
}

.p2 {
  font-size: 0.9895833333rem;
}

@media (max-width: 1024px) {
  .p2 {
    font-size: 3.6rem;
  }
}

.p3 {
  font-size: 0.8333333333rem;
}

@media (max-width: 1024px) {
  .p3 {
    font-size: 4rem;
  }
}

/* === FIXED ELEMENTS === */
/*------------*/
/*   Header   */
/*------------*/
header {
  position: relative;
  z-index: 999;
}

@media (max-width: 1024px) {
  header.on-mobile nav {
    right: 0;
    display: flex;
  }
}

header.on-mobile .nav-mob .hamburger .line {
  background-color: #000;
}

header.on-mobile .nav-mob .hamburger .line:nth-of-type(1) {
  top: 50%;
  transform: rotate(135deg);
}

header.on-mobile .nav-mob .hamburger .line:nth-of-type(2) {
  right: -3.125rem;
  opacity: 0;
}

header.on-mobile .nav-mob .hamburger .line:nth-of-type(3) {
  top: 50%;
  transform: rotate(-135deg);
}

header nav {

  width: 100%;
  display: flex;
  align-items: center;
  padding: 3.125rem 3.6979166667rem 4.4791666667rem 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: 300ms ease-in-out;
}

@media (max-width: 1024px) {
  header nav {
    display: none;
    height: 100vh;
    flex-direction: column;
    background-color: #fff;
    padding: 35rem 0;
    position: fixed;
    right: -100rem;
  }
}

header nav.on-scroll {
  background-color: #fff;
}

header nav.on-scroll a {
  color: #434343;
}

header nav a {
  font-size: 0.9375rem;
  color: #fff;
}

@media (max-width: 1024px) {
  header nav a {
    font-size: 4rem;
    font-weight: 500;
    color: #434343;
    margin-bottom: 8rem;
  }
}

header nav a:nth-of-type(-n+3) {
  margin-left: 3rem;
}

@media (max-width: 1024px) {
  header nav a:nth-of-type(-n+3) {
    margin-left: initial;
  }
}

header nav a:nth-of-type(4) {
  width: 16.1458333333rem;
  display: block;
  position: absolute;
  top: 3.3541666667rem;
  right: 50%;
  transform: translate(50%, 0);
}

@media (max-width: 1024px) {
  header nav a:nth-of-type(4) {
    display: none;
  }
}

header nav a:nth-of-type(5) {
  margin-right: auto;
}

@media (max-width: 1024px) {
  header nav a:nth-of-type(5) {
    display: none;
  }
}

header nav a:nth-of-type(n+6) {
  margin-right: 3rem;
}

@media (max-width: 1024px) {
  header nav a:nth-of-type(n+6) {
    margin-right: initial;
  }
}

header nav a:last-of-type {
  padding: 0.3645833333rem 2.0833333333rem;
  border: 0.0520833333rem solid #fff;
  border-radius: 5.15625rem;
  text-align: center;
}

@media (max-width: 1024px) {
  header nav a:last-of-type {
    display: none;
  }
}

header .nav-mob {
  display: none;
}

@media (max-width: 1024px) {
  header .nav-mob {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.4rem 4.0666666667rem 0 2.6666666667rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
  }
}

header .nav-mob .hamburger {
  width: 9.0413333333rem;
  height: 4.3333333333rem;
  position: relative;
  z-index: 9999;
  transform: rotate(0deg);
  cursor: pointer;
}

header .nav-mob .hamburger .line {
  width: 100%;
  height: 0.1333333333rem;
  background-color: #fff;
  display: block;
  position: absolute;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

header .nav-mob .hamburger .line:nth-child(1) {
  top: 0;
}

header .nav-mob .hamburger .line:nth-child(2) {
  top: 50%;
}

header .nav-mob .hamburger .line:nth-child(3) {
  top: 100%;
}

header .nav-mob a:first-of-type {
  width: 41.3333333333rem;
  display: block;
  position: relative;
  right: 3rem;
  top: 2rem;
}

header .nav-mob a:last-of-type {
  font-size: 2.6666666667rem;
  color: #fff;
  padding: 1.0666666667rem 3.8666666667rem;
  border: 0.1333333333rem solid #fff;
  border-radius: 13.2rem;
}

/*------------*/
/*   Footer   */
/*------------*/
footer {
  width: 100%;
  padding-bottom: 2.7510416667rem;
  position: relative;
}

@media (max-width: 1024px) {
  footer {
    padding-bottom: 10.1093333333rem;
    overflow-y: hidden;
  }
}

footer .footer-links {
  width: 87.8125rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 7.2916666667rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  footer .footer-links {
    width: 91.3693333333rem;
    flex-direction: column;
    margin-bottom: 13.0666666667rem;
  }
}

@media (max-width: 1024px) {
  footer .footer-links .footer-links-column {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 0.1333333333rem solid #A7A7A7;
  }
}

footer .footer-links .footer-links-column .footer-title {
  color: #434343;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

@media (max-width: 1024px) {
  footer .footer-links .footer-links-column .footer-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: initial;
  }
}

footer .footer-links .footer-links-column .footer-title .toggle-icon {
  display: none;
}

@media (max-width: 1024px) {
  footer .footer-links .footer-links-column .footer-title .toggle-icon {
    display: initial;
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  footer .footer-links .footer-links-column ul {
    max-height: 0;
    opacity: 0;
    transition: 700ms ease-in-out;
    overflow-y: hidden;
    pointer-events: none;
  }

  footer .footer-links .footer-links-column ul.on {
    max-height: 100rem;
    opacity: 1;
    pointer-events: initial;
  }

  footer .footer-links .footer-links-column ul.on li {
    margin: 1.5rem 0;
  }
}

footer .footer-links .footer-links-column ul li {
  color: #434343;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  transition-delay: 200ms;
}

@media (max-width: 1024px) {
  footer .footer-links .footer-links-column ul li:first-of-type {
    margin-top: 0.5rem;
  }
}

footer .footer-links .social-links {
  position: initial;
}

@media (max-width: 1024px) {
  footer .footer-links .social-links {
    flex-direction: row;
    margin-top: 6rem;
  }
}

@media (max-width: 1024px) {
  footer .footer-links .social-links a {
    margin-bottom: initial;
    margin-left: 6.7rem;
  }
}

footer .footer-links .social-links a:nth-of-type(1) {
  height: 2.7rem;
  margin-bottom: 0.3rem;
}

@media (max-width: 1024px) {
  footer .footer-links .social-links a:nth-of-type(1) {
    height: 9rem;
    margin-bottom: initial;
    margin-left: 4rem;
  }
}

footer .footer-links .social-links a:nth-of-type(2) {
  width: 1.1598958333rem;
  height: 1.1598958333rem;
}

@media (max-width: 1024px) {
  footer .footer-links .social-links a:nth-of-type(2) {
    width: 4.9133333333rem;
    height: 4.9133333333rem;
  }
}

footer .footer-links .social-links a:nth-of-type(3) {
  width: 1.1828125rem;
  height: 1.1828125rem;
}

@media (max-width: 1024px) {
  footer .footer-links .social-links a:nth-of-type(3) {
    width: 5.2rem;
    height: 5.2rem;
  }
}

footer .footer-links .social-links a svg {
  fill: #010002;
}

footer>img {
  width: 15.05rem;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  footer>img {
    width: 38.528rem;
  }
}

footer .footer-bg {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

footer .footer-bg img {
  display: block;
}

footer .footer-bg>div.bg-overlay {
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #FFFFFFE6 0%, #FFFFFF00 270%) 0% 0% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* === COMPONENTS === */
/*--------------*/
/*   Services   */
/*--------------*/
.services {
  width: 100%;
  height: 53.0729166667rem;
  background-image: url("../img/components/services/services-bg.jpg");
  background-size: 100% 100%;
  padding-top: 3.090625rem;
  padding-right: 1.5625rem;
}

@media (max-width: 1024px) {
  .services {
    height: auto;
    background-image: url("../img/components/services/services-bg-mob.jpg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 72rem;
    padding-right: initial;
    box-sizing: content-box;
  }
}

.services .services-text {
  width: 36.334375rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2.796875rem 5.78125rem 6.5104166667rem 5.2395833333rem;
}

@media (max-width: 1024px) {
  .services .services-text {
    width: 100%;
    min-height: 199.4666666667rem;
    background-image: url("../img/components/services/services-content-bg.jpg");
    background-size: 100% auto;
    background-position: bottom;
    padding: 5.8666666667rem 4rem 16.2986666667rem 4rem;
  }
}

.services .services-text .h2 {
  margin-bottom: 2.5520833333rem;
}

@media (max-width: 1024px) {
  .services .services-text .h2 {
    text-align: center;
    margin-bottom: 8.9333333333rem;
  }
}

@media (max-width: 1024px) {
  .services .services-text .p2 {
    text-align: center;
  }
}

.services .services-text ol {
  list-style: none;
  counter-reset: item;
  margin-top: 0.5208333333rem;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .services .services-text ol {
    margin-top: 4rem;
  }
}

.services .services-text ol li {
  display: flex;
  align-items: flex-start;
  counter-increment: item;
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
  .services .services-text ol li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 7.0666666667rem;
  }
}

.services .services-text ol li:before {
  content: counter(item, decimal-leading-zero);
  font-size: 2.0833333333rem;
  font-weight: 500;
  margin-left: 1.0416666667rem;
}

@media (max-width: 1024px) {
  .services .services-text ol li:before {
    font-size: 8rem;
    text-align: center;
    margin-left: initial;
    text-align: center;
  }
}

.services .services-text ol li .p1 {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .services .services-text ol li .p1 {
    font-size: 6.5333333333rem;
  }
}

/*------------*/
/*   Social   */
/*------------*/
.social {
  width: 82.4625rem;
}

@media (max-width: 1024px) {
  .social {
    width: 100%;
  }
}

.social .h2,
.social .p2 {
  text-align: center;
}

.social .h2 {
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .social .h2 {
    width: 92rem;
    line-height: 1.1;
    margin: auto;
  }
}

.social .p2 {
  width: 29.9479166667rem;
  margin: 0.2083333333rem auto 0.5729166667rem;
}

@media (max-width: 1024px) {
  .social .p2 {
    width: 92rem;
    margin: 1.2rem auto 8.6666666667rem;
  }
}

.social .social-items {
  width: 82.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  box-sizing: content-box;
  margin: auto;
}

@media (max-width: 1024px) {
  .social .social-items {
    display: none;
  }
}

.social .social-items .social-item {
  width: fit-content;
  height: 11.6666666667rem;
  display: flex;
  align-items: center;
  box-shadow: -1px 6px 13px #00000012;
  border-radius: 0.5208333333rem;
}

.social .social-items .social-item:first-child .social-content .social-link {
  width: 1.6473958333rem;
  height: 1.6473958333rem;
}

@media (max-width: 1024px) {
  .social .social-items .social-item:first-child .social-content .social-link {
    width: 4.736rem;
    height: 4.736rem;
  }
}

.social .social-items .social-item:nth-child(-n+2) {
  height: 14.0625rem;
  margin-bottom: 1.4583333333rem;
}

.social .social-items .social-item:nth-child(-n+2) picture,
.social .social-items .social-item:nth-child(-n+2) img {
  height: 100%;
}

.social .social-items .social-item:nth-child(-n+2) img {
  padding-right: initial;
}

.social .social-items .social-item:nth-child(-n+2) .social-content {
  height: 14.0625rem;
  padding: 1.8229166667rem 2.0833333333rem 1.7098958333rem 2.2916666667rem;
}

.social .social-items .social-item:nth-child(-n+2) .social-content .social-title {
  width: 9.8958333333rem;
  font-size: 1.3541666667rem;
}

.social .social-items .social-item:nth-child(-n+2) .social-content .social-link {
  width: 1.71875rem;
  height: 1.7708333333rem;
  margin-bottom: 0.6661458333rem;
}

.social .social-items .social-item:nth-child(-n+2) .social-content .link {
  height: initial;
}

.social .social-items .social-item img {
  width: auto;
  height: 4.125rem;
  padding-right: 0.9rem;
}

@media (max-width: 1024px) {
  .social .social-items .social-item img {
    padding-right: initial;
  }
}

.social .social-items .social-item .social-content {
  height: 8.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.8229166667rem;
}

@media (max-width: 1024px) {
  .social .social-items .social-item .social-content {
    padding-left: initial;
  }
}

.social .social-items .social-item .social-content .social-title,
.social .social-items .social-item .social-content .followers {
  text-align: center;
}

.social .social-items .social-item .social-content .social-title {
  width: 8.5416666667rem;
  font-size: 1.0458333333rem;
  font-weight: 500;
  line-height: 1.2;
}

.social .social-items .social-item .social-content .followers {
  color: #3E80FF;
  font-weight: 500;
}

.social .social-items .social-item .social-content .social-link {
  width: 1.40625rem;
  height: 1.4583333333rem;
  display: block;
  margin-top: auto;
  margin-bottom: 0.8rem;
}

.social .social-items .social-item .social-content .social-link svg {
  width: 100%;
  height: 100%;
}

.social .social-items .social-item .social-content .link {
  height: 1rem;
  color: #163970;
  border: none;
  padding: initial;
}

.social .social-items .social-item .social-content .link svg {
  height: 2.0072916667rem;
  width: 1.1291666667rem;
  fill: #163970;
  margin-right: 0.5151041667rem;
}

.social .social-items-mob {
  display: none;
}

@media (max-width: 1024px) {
  .social .social-items-mob {
    display: flex;
    width: 100%;
    padding-right: 4rem;
    padding-bottom: 14rem;
  }

  .social .social-items-mob .swiper-slide {
    height: 83.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.5333333333rem;
    box-shadow: -1px 6px 13px #00000012;
    border-radius: 1.3333333333rem;
  }

  .social .social-items-mob .swiper-slide:first-child .social-content .social-link {
    width: 4.736rem;
    height: 4.736rem;
  }

  .social .social-items-mob .swiper-slide img {
    width: auto;
    height: 33.3333333333rem;
    margin: 0 auto 3.0666666667rem;
  }

  .social .social-items-mob .swiper-slide .social-content .social-title,
  .social .social-items-mob .swiper-slide .social-content .followers {
    text-align: center;
  }

  .social .social-items-mob .swiper-slide .social-content .social-title {
    width: 33.0666666667rem;
    font-size: 4.5333333333rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 3.3333333333rem;
  }

  .social .social-items-mob .swiper-slide .social-content .followers {
    color: #3E80FF;
    font-size: 3.0666666667rem;
    font-weight: 500;
    margin-bottom: 3.256rem;
  }

  .social .social-items-mob .swiper-slide .social-content .social-link {
    width: 4.5333333333rem;
    height: 4.6666666667rem;
    display: block;
    margin: 0 auto 3.3786666667rem;
  }

  .social .social-items-mob .swiper-slide .social-content .social-link svg {
    width: 100%;
    height: 100%;
  }

  .social .social-items-mob .swiper-slide .social-content .link {
    height: 1rem;
    color: #163970;
    border: none;
    margin: auto;
  }

  .social .social-items-mob .swiper-slide .social-content .link span {
    font-size: 3.3333333333rem;
    font-weight: 500;
  }

  .social .social-items-mob .swiper-slide .social-content .link svg {
    width: 2.8786666667rem;
    height: 5.192rem;
    fill: #163970;
    margin-right: 1.3946666667rem;
  }
}

/*------------*/
/*   Resort   */
/*------------*/
.resort {
  width: 26.0416666667rem;
}

@media (max-width: 1024px) {
  .resort {
    width: 91.8666666667rem;
  }
}

.resort .resort-type {
  width: fit-content;
  background-color: #FF853E;
  color: #fff;
  font-size: 0.7291666667rem;
  font-weight: 500;
  padding: 0.4166666667rem 0.7291666667rem;
  margin-top: -1.4rem;
  margin-bottom: 1.09375rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .resort .resort-type {
    font-size: 4rem;
    padding: 1.3333333333rem 4.9333333333rem;
    margin-top: -5rem;
    margin-bottom: 6.5333333333rem;
  }
}

.resort .p1 {
  font-weight: 500;
  margin-bottom: 0.35rem;
}

@media (max-width: 1024px) {
  .resort .p1 {
    font-size: 8rem;
    margin-bottom: 2.4rem;
  }
}

.resort .resort-data {
  width: 19.0239583333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}

@media (max-width: 1024px) {
  .resort .resort-data {
    width: fit-content;
    margin-bottom: 2.5333333333rem;
  }
}

.resort .resort-data .p3 {
  font-weight: 500;
}

@media (max-width: 1024px) {
  .resort .resort-data .p3 {
    font-size: 3.6rem;
  }
}

@media (max-width: 1024px) {
  .resort .resort-data .resort-rate {
    display: none;
  }
}

.resort .resort-description {
  width: 17.9166666667rem;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .resort .resort-description {
    width: 100%;
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}

.resort .link {
  height: 1rem;
  color: #163970;
  border: none;
  padding: initial;
}

.resort .link svg {
  height: 2.0072916667rem;
  width: 1.1291666667rem;
  fill: #163970;
  margin-right: 0.5151041667rem;
}

@media (max-width: 1024px) {
  .resort .link svg {
    width: 3.3066666667rem;
    height: 5.964rem;
    margin-right: 3.0746666667rem;
  }
}

.resort-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resort-rate>svg {
  width: 0.7479166667rem;
  height: 0.6942708333rem;
  fill: #3E80FF;
  margin-right: 0.3385416667rem;
}

/*-----------------*/
/*   Attractions   */
/*-----------------*/
.attractions .h2 {
  width: 22.1875rem;
  text-align: center;
  margin: 0 auto 1.5104166667rem;
}

@media (max-width: 1024px) {
  .attractions .h2 {
    width: 79.7333333333rem;
    line-height: 1.1;
    margin: 0 auto 8.1333333333rem;
  }
}

.attractions .attractions-links {
  width: 83.6979166667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 2.8rem;
}

@media (max-width: 1024px) {
  .attractions .attractions-links {
    width: 102%;
    margin-bottom: 9.3333333333rem;
  }
}

.attractions .attractions-links a {
  /* width: fit-content;
    height: fit-content; */
  display: block;
  margin-bottom: 0.46875rem;
  position: relative;
  /* yuval */
}

@media (max-width: 1024px) {
  .attractions .attractions-links a {
    margin-bottom: 1.3333333333rem;
  }

  .attractions .attractions-links a:nth-child(n+7) {
    display: none;
  }
}

.attractions .attractions-links a img {
  width: auto;
  height: 21.5625rem;
}

@media (max-width: 1024px) {
  .attractions .attractions-links a img {
    height: 55.2rem;
  }
}

.attractions .attractions-links a video {
  display: inline-block;
}

.attractions .attractions-links a .text {
  width: 70%;
  color: #fff;
  position: absolute;
  right: 0.8333333333rem;
  bottom: 1.8rem;
}

@media (max-width: 1024px) {
  .attractions .attractions-links a .text {
    right: 4rem;
  }
}

.attractions .attractions-links a .text .p1,
.attractions .attractions-links a .text .p3 {
  font-weight: 500;
}

.attractions .attractions-links a .text .p1 {
  line-height: 1;
}

@media (max-width: 1024px) {
  .attractions .attractions-links a .text .p1 {
    font-size: 3.7333333333rem;
    margin-bottom: 0.5rem;
  }
}

.attractions .attractions-links a .text .p3 {
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .attractions .attractions-links a .text .p3 {
    display: none;
  }
}

.attractions .attractions-links a .text .p2 {
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .attractions .attractions-links a .text .p2 {
    display: none;
  }
}

.swiper-slide .desc-pic {
  position: absolute;
  bottom: 3.5vw;
  width: 100%;
  padding-right: 1vw;
  padding-left: 2vw;
  font-size: 1.4vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  z-index: 3;
}

.swiper-slide .desc-pic h2 {
  font-size: 65%;
  margin-top: 0.7vw;
}

@media (max-width: 1024px) {
  .swiper-slide .desc-pic {
    position: absolute;
    bottom: 10vw;
    width: 100%;
    padding-right: 3vw;
    padding-left: 2vw;
    font-size: 5vw;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    z-index: 3;
  }

  .swiper-slide .desc-pic h2 {
    font-size: 70%;
    margin-top: 2vw;
  }
}

/*-------------*/
/*   Stories   */
/*-------------*/
.stories {
  width: 100%;
  position: relative;
}

.stories .h2,
.stories>div.p2,
.stories .link2 {
  margin-right: 49.4270833333rem;
}

@media (max-width: 1024px) {

  .stories .h2,
  .stories>div.p2,
  .stories .link2 {
    margin-right: initial;
  }
}

.stories .h2 {
  margin-bottom: 1.7708333333rem;
}

@media (max-width: 1024px) {
  .stories .h2 {
    text-align: center;
    margin-bottom: 1.6rem;
  }
}

.stories>div.p2 {
  width: 22.5520833333rem;
  margin-bottom: 6.9375rem;

}

@media (max-width: 1024px) {
  .stories>div.p2 {
    width: 94.4rem;
    text-align: center;
    margin: 0 auto 100.2666666667rem;
  }
}

.stories .link2 {
  margin-bottom: 4.4046875rem;
}

@media (max-width: 1024px) {
  .stories .link2 {
    margin-bottom: initial;
    position: absolute;
    bottom: 0;
    right: 3.7333333333rem;
  }
}

.stories #sliderStories {
  width: 51.3541666667rem;
  padding-bottom: 3rem;
  margin-right: 40.8854166667rem;
}

@media (max-width: 1024px) {
  .stories #sliderStories {
    width: 92.3893333333rem;
    padding-bottom: 16rem;
    margin: 0 auto;
  }
}

.stories #sliderStories .swiper-button-next,
.stories #sliderStories .swiper-button-prev {
  top: initial;
  bottom: 0;
}

@media (max-width: 1024px) {
  .stories #sliderStories .swiper-button-next {
    left: 0;
  }
}

.stories #sliderStories .swiper-button-prev {
  right: auto;
  left: 3.2rem;
}

@media (max-width: 1024px) {
  .stories #sliderStories .swiper-button-prev {
    left: 12rem;
  }
}

.stories .story {
  width: 100%;
  height: 19.3229166667rem;
  box-shadow: 0px 19px 59px #00000029;
  position: relative;
}

@media (max-width: 1024px) {
  .stories .story {
    height: max-content;
    box-shadow: 0px 0px 30px #00000029;
  }
}

.stories .story .img_overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.stories .story img {
  height: 100%;
}

.stories .story .text {
  color: #fff;
  position: absolute;
  right: 1.6145833333rem;
  bottom: 2rem;
  z-index: 10;
}

@media (max-width: 1024px) {
  .stories .story .text {
    right: 2.1773333333rem;
    bottom: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .stories .story .text .p1 {
    font-size: 3.3333333333rem;
    line-height: 1;
  }
}

@media (max-width: 1024px) {
  .stories .story .text .p3 {
    font-size: 3.3333333333rem;
  }
}

.stories .story .text .p2 {
  display: none;
}

@media (max-width: 1024px) {
  .stories .story .text .p2 {
    font-size: 3.3333333333rem;
    font-weight: 300;
    margin-top: 0.8rem;
  }
}

.stories .chosen-story {
  width: 36.3020833333rem;
  height: auto;
  height: 42.03125rem;

  position: absolute;
  bottom: 0;
  right: 7.65625rem;
}

@media (max-width: 1024px) {
  .stories .chosen-story {
    width: 85.4666666667rem;
    height: 107.6rem;
    top: 36rem;
    right: 0;
  }
}

.stories .chosen-story .story {
  width: 100%;
  height: max-content;
}

@media (max-width: 1024px) {
  .stories .chosen-story .story .text {
    bottom: 10.5rem !important;
    right: 3.7333333333rem;
  }
}

@media (max-width: 1024px) {
  .stories .chosen-story .story .text .p1 {
    font-size: 4rem;
  }
}

.stories .chosen-story .story .text .p2 {
  width: 25.9895833333rem;
  display: block;
}

@media (max-width: 1024px) {
  .stories .chosen-story .story .text .p2 {
    width: 66.5333333333rem;
  }
}

@media (max-width: 1024px) {
  .stories .chosen-story .story .text .p3 {
    margin-top: 1rem;
  }
}

/*----------*/
/*   Blog   */
/*----------*/
.blog .h2,
.blog .p2 {
  text-align: center;
}

.blog .p2 {
  width: 31.7708333333rem;
  margin: 1.7708333333rem auto;
}

@media (max-width: 1024px) {
  .blog .p2 {
    width: 92.4rem;
    margin: 1.8666666667rem auto 8rem;
  }
}

.blog .blogs-container {
  width: 60.2604166667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

@media (max-width: 1024px) {
  .blog .blogs-container {
    display: none;
  }
}

.blog .blogs-container-mob {
  display: none;
}

@media (max-width: 1024px) {
  .blog .blogs-container-mob {
    width: 100%;
    display: block;
    padding-bottom: 10.2rem;
  }

  .blog .blogs-container-mob .swiper-wrapper {
    width: 100%;
  }
}

.blog .blog {
  width: 17.4479166667rem;
}

.blog .blog .text {
  width: 88.5943661972%;
  background-color: #fff;
  padding-top: 1.803125rem;
  margin: -5rem auto 0;
  position: relative;
}

@media (max-width: 1024px) {
  .blog .blog .text {
    width: 88.469047619%;
    padding-top: 4.08rem;
    margin: -10rem auto 0;
  }
}

.blog .blog .text>div {
  width: 13.59375rem;
  text-align: center;
  margin: auto;
}

@media (max-width: 1024px) {
  .blog .blog .text>div {
    width: 43rem;
  }
}

.blog .blog .text .p2 {
  font-size: 1.0416666667rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .blog .blog .text .p2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6.5rem;
  }
}

.blog .blog .text .p3 {
  width: 13rem;
}

@media (max-width: 1024px) {
  .blog .blog .text .p3 {
    width: 43rem;
    font-size: 3.6rem;
  }
}

.blog .link2 {
  margin-top: 5rem;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .blog .link2 {
    margin-top: 6rem;
  }
}

/*--------------*/
/*   Articles   */
/*--------------*/
.articles .h2,
.articles .p2 {
  text-align: center;
}

.articles .p2 {
  width: 29.9479166667rem;
  margin: 0.2083333333rem auto 4.0625rem;
}

@media (max-width: 1024px) {
  .articles .p2 {
    width: 92.5333333333rem;
    margin: 1.6rem auto 12.4rem;
  }
}

.articles #sliderArticles {
  width: 85.3125rem;
  padding-bottom: 5rem;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .articles #sliderArticles {
    width: 92.8rem;
  }
}

@media (max-width: 1024px) {
  .articles #sliderArticles.article-swiper {
    display: none;
  }
}

.articles #sliderArticles.article-swiper-mob {
  display: none;
}

@media (max-width: 1024px) {
  .articles #sliderArticles.article-swiper-mob {
    display: block;
    padding-bottom: 10rem;
  }

  .articles #sliderArticles.article-swiper-mob .headlines {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .articles #sliderArticles.article-swiper-mob .headlines .headline {
    width: 45.3333333333rem;
    margin-bottom: 2.8866666667rem;
  }
}

.articles .link {
  margin-right: auto;
  padding: 0;
}

.articles .link span {
  color: #163970;
  font-size: 0.8333333333rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .articles .link span {
    font-size: 3.3333333333rem;
  }
}

.articles .link svg {
  height: 2rem;
  width: auto;
  fill: #163970;
}

@media (max-width: 1024px) {
  .articles .link svg {
    height: 5.192rem;
    margin-right: 1.6613333333rem;
  }
}

/*---------------*/
/*   Instagram   */
/*---------------*/
.instagram {
  width: 100%;
}

.instagram .h2 {
  text-align: center;
  margin-bottom: 2.4479166667rem;
}

@media (max-width: 1024px) {
  .instagram .h2 {
    width: 79.6rem;
    margin: 0 auto 7.2rem;
  }
}

.instagram .insta-pics {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3.3166666667rem;
}

@media (max-width: 1024px) {
  .instagram .insta-pics {
    flex-wrap: wrap;
    margin-bottom: 10.6666666667rem;
  }
}

.instagram .insta-pics img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .instagram .insta-pics img {
    width: 100%;
  }
}

.instagram a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 12.5%;
}

.instagram a svg {
  width: 1.1596875rem;
  height: 1.1596875rem;
  margin-bottom: 0.3125rem;
}

@media (max-width: 1024px) {
  .instagram a svg {
    width: 7.0666666667rem;
    height: 7.0666666667rem;
    margin-bottom: 1.6rem;
  }
}

.instagram a .p2 {
  color: #434343;
  text-align: center;
}

@media (max-width: 1024px) {
  .instagram a .p2 {
    font-size: 4rem;
    font-weight: 500;
  }
}

/*-------------*/
/*   Contact   */
/*-------------*/
.contact {
  width: 100%;
  background-image: url("../img/components/contact/contact.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 42rem;
  margin-top: -7rem;
}

@media (max-width: 1024px) {
  .contact {
    background-image: url("../img/components/contact/contact-mob.jpg");
    padding-top: 100rem;
  }
}

.contact .h2 {
  text-align: center;
  margin-top: -11rem;
  margin-bottom: 3.5541666667rem;
  position: relative;
}

@media (max-width: 1024px) {
  .contact .h2 {
    margin-bottom: 12rem;
  }
}

.contact form {
  width: 62.6302083333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .contact form {
    width: 91.6666666667rem;
    flex-direction: column;
  }
}

.contact form .form-field {
  width: 20rem;
  height: 2rem;
  margin-bottom: 2.0833333333rem;
  position: relative;
}

@media (max-width: 1024px) {
  .contact form .form-field {
    width: 100%;
    height: 8rem;
    margin-bottom: 5.3333333333rem;
  }
}

.contact form .form-field:last-of-type {
  width: 41.25rem;
}

@media (max-width: 1024px) {
  .contact form .form-field:last-of-type {
    width: 100%;
    height: 20rem;
    margin-top: 7.6rem;
    margin-bottom: 10.6666666667rem;
  }

  .contact form .form-field:last-of-type label {
    bottom: initial;
    top: -5rem;
  }
}

.contact form .form-field input,
.contact form .form-field label,
.contact form .form-field textarea,
.contact form .form-field select {
  color: #434343;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.625rem;
}

@media (max-width: 1024px) {

  .contact form .form-field input,
  .contact form .form-field label,
  .contact form .form-field textarea,
  .contact form .form-field select {
    padding-bottom: 1.8rem;
  }
}

.contact form .form-field input,
.contact form .form-field textarea,
.contact form .form-field select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  line-height: 1;
  border: none;
  border-bottom: 0.0520833333rem solid #C1C1C1;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1024px) {

  .contact form .form-field input,
  .contact form .form-field textarea,
  .contact form .form-field select {
    border-width: 0.1333333333rem;
  }
}

.contact form .form-field input:focus+label,
.contact form .form-field input:not(:placeholder-shown)+label,
.contact form .form-field textarea:focus+label,
.contact form .form-field textarea:not(:placeholder-shown)+label,
.contact form .form-field select:focus+label,
.contact form .form-field select:not(:placeholder-shown)+label {
  bottom: 1.5625rem;
  font-size: 85%;
}

@media (max-width: 1024px) {

  .contact form .form-field input:focus+label,
  .contact form .form-field input:not(:placeholder-shown)+label,
  .contact form .form-field textarea:focus+label,
  .contact form .form-field textarea:not(:placeholder-shown)+label,
  .contact form .form-field select:focus+label,
  .contact form .form-field select:not(:placeholder-shown)+label {
    bottom: 7.2rem;
    font-size: 3rem;
  }
}

.contact form .form-field select {
  height: 1.7rem;
}

@media (max-width: 1024px) {
  .contact form .form-field select {
    height: 8rem;
  }
}

.contact form .form-field select option {
  font-size: inherit;
}

.contact form .form-field textarea {
  resize: none;
}

@media (max-width: 1024px) {
  .contact form .form-field textarea {
    padding: 2rem;
    border: 0.1333333333rem solid #A7A7A7;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {

  .contact form .form-field textarea:focus+label,
  .contact form .form-field textarea:not(:placeholder-shown)+label {
    bottom: initial;
    font-size: 4rem;
  }
}

.contact form .form-field label {
  position: absolute;
  transition: 400ms;
  bottom: 0;
  pointer-events: none;
}

.contact form .form-field span {
  display: none;
  font-size: 0.7291666667rem;
  color: #BC0C1C;
  position: absolute;
  bottom: 0.67708rem;
  left: 0;
}

@media (max-width: 1024px) {
  .contact form .form-field span {
    font-size: 1.8666666667rem;
  }
}

.contact form .form-field span.on {
  display: initial;
}

.contact form .checkbox {
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 1024px) {
  .contact form .checkbox {
    margin-left: auto;
    margin-bottom: 10.9333333333rem;
  }
}

@media (max-width: 1024px) {
  .contact form .checkbox.p3 {
    font-size: 4rem;
    font-weight: 500;
  }
}

.contact form .checkbox #input-checkbox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -1rem;
}

.contact form .checkbox #input-checkbox:checked+div {
  background-image: url("../img/components/contact/v.svg");
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.contact form .checkbox .box {
  width: 1.25rem;
  height: 1.1458333333rem;
  flex-shrink: 0;
  border: 0.1041666667rem solid #C1C1C1;
  margin-left: 0.9375rem;
}

@media (max-width: 1024px) {
  .contact form .checkbox .box {
    width: 6rem;
    height: 5.4666666667rem;
    border-width: 0.1333333333rem;
    margin-left: 4.9333333333rem;
  }
}

.contact form .checkbox span {
  display: none;
  color: red;
  font-size: 0.7291666667rem;
  position: absolute;
  top: -1rem;
}

@media (max-width: 1024px) {
  .contact form .checkbox span {
    font-size: 1.8666666667rem;
  }
}

.contact form .link2 {
  border: none;
  margin: initial;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .contact form .link2 {
    margin-right: auto;
  }
}

/*--------------*/
/*   Page Nav   */
/*--------------*/
.page-nav {
  width: 100%;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

@media (max-width: 1024px) {
  .page-nav {
    height: 14rem;
  }
}

.page-nav #sliderPageNav {
  width: 38.6458333333rem;
  height: 100%;
}

@media (max-width: 1024px) {
  .page-nav #sliderPageNav {
    width: 100%;
    padding: 0 3rem;
  }
}

.page-nav #sliderPageNav .swiper-wrapper {
  justify-content: space-between;
}

.page-nav #sliderPageNav .swiper-wrapper .swiper-slide {
  width: fit-content;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .page-nav #sliderPageNav .swiper-wrapper .swiper-slide a {
    font-size: 4rem;
    font-weight: 500;
    color: #727272;
    white-space: nowrap;
    margin: auto;
  }
}

.page-nav #sliderPageNav .swiper-wrapper .swiper-slide.active {
  border-bottom: 0.1041666667rem solid #3E80FF;
}

@media (max-width: 1024px) {
  .page-nav #sliderPageNav .swiper-wrapper .swiper-slide.active {
    border-width: 0.2666666667rem;
  }
}

.page-nav #sliderPageNav .overlay1,
.page-nav #sliderPageNav .overlay2 {
  display: none;
}

@media (max-width: 1024px) {

  .page-nav #sliderPageNav .overlay1,
  .page-nav #sliderPageNav .overlay2 {
    display: initial;
    width: 26.9333333333rem;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  .page-nav #sliderPageNav .overlay1 {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFFE6 24%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .page-nav #sliderPageNav .overlay2 {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFFE6 24%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
  }
}

/*----------------*/
/*   Advantages   */
/*----------------*/
.advantages .h2 {
  text-align: center;
  margin-bottom: 1.7708333333rem;
  position: relative;
  z-index: 1;
}

.advantages #sliderAdvantages {
  width: 71.25rem;
  margin: auto;
}

@media (max-width: 1024px) {
  .advantages #sliderAdvantages {
    width: 100%;
    padding-bottom: 10rem;
  }
}

.advantages #sliderAdvantages .swiper-wrapper {
  justify-content: space-between;
  counter-reset: advantage;
}

.advantages #sliderAdvantages .swiper-wrapper .swiper-slide {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8.1770833333rem;
  counter-increment: advantage;
  position: relative;
}

@media (max-width: 1024px) {
  .advantages #sliderAdvantages .swiper-wrapper .swiper-slide {
    padding-top: 20rem;
    margin-bottom: 1.6rem;
  }
}

.advantages #sliderAdvantages .swiper-wrapper .swiper-slide::before {
  content: counter(advantage, decimal-leading-zero);
  font-size: 10.4166666667rem;
  font-weight: 500;
  color: #EADFE5;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, 0);
}

@media (max-width: 1024px) {
  .advantages #sliderAdvantages .swiper-wrapper .swiper-slide::before {
    font-size: 26.6666666667rem;
  }
}

.advantages #sliderAdvantages .swiper-wrapper .swiper-slide .p1,
.advantages #sliderAdvantages .swiper-wrapper .swiper-slide .p2 {
  text-align: center;
  position: relative;
  z-index: 2;
}

.advantages #sliderAdvantages .swiper-wrapper .swiper-slide .p1 {
  width: 9.375rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .advantages #sliderAdvantages .swiper-wrapper .swiper-slide .p1 {
    width: 42.1333333333rem;
    font-size: 6.5333333333rem;
    line-height: 1;
  }
}

.advantages #sliderAdvantages .swiper-wrapper .swiper-slide .p2 {
  width: 14.0625rem;
}

@media (max-width: 1024px) {
  .advantages #sliderAdvantages .swiper-wrapper .swiper-slide .p2 {
    width: 48rem;
  }
}

/*-------------*/
/*   Gallery   */
/*-------------*/
.gallery .h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .gallery .h2 {
    margin-bottom: 7.2rem;
  }
}

.gallery .select-media {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto 1.7rem;
}

@media (max-width: 1024px) {
  .gallery .select-media {
    margin: 0 7.6rem 7.2rem 0;
  }
}

.gallery .gallery-sliders {
  width: 100%;
}

.gallery .gallery-sliders .swiper-container {
  width: 100%;
}

.gallery .gallery-sliders .swiper-container.on {
  display: none;
}

.gallery .gallery-sliders .swiper-container .swiper-slide img {
  height: 32.2395833333rem;
  box-shadow: 13px 13px 32px #0000004D;
}

@media (max-width: 1024px) {
  .gallery .gallery-sliders .swiper-container .swiper-slide img {
    height: 54.5333333333rem;
    margin-bottom: 4.5rem;
  }
}

.gallery .gallery-sliders .swiper-container .swiper-slide video {
  height: 32.2395833333rem;
  box-shadow: 13px 13px 32px #0000004D;
}

@media (max-width: 1024px) {
  .gallery .gallery-sliders .swiper-container .swiper-slide video {
    height: 54.5333333333rem;
    width: 100%;
    margin-bottom: 4.5rem;
  }
}

.gallery .gallery-sliders .swiper-container .swiper-slide .p1,
.gallery .gallery-sliders .swiper-container .swiper-slide .p3 {
  display: none;
  font-weight: 500;
}

.gallery .gallery-sliders .swiper-container .swiper-slide .p1 {
  margin-top: 1.09375rem;
}

.gallery .gallery-sliders .swiper-container .swiper-slide .p3 {
  margin-top: 0.3645833333rem;
}

@media (max-width: 1024px) {
  .gallery .gallery-sliders .swiper-container .swiper-slide .p3 {
    font-size: 3.6rem;
    font-weight: 400;
  }
}

.gallery .gallery-sliders .swiper-container .swiper-slide.swiper-slide-active .p1,
.gallery .gallery-sliders .swiper-container .swiper-slide.swiper-slide-active .p3 {
  display: initial;
}

.gallery .gallery-sliders .swiper-container .swiper-button-next,
.gallery .gallery-sliders .swiper-container .swiper-button-prev {
  top: initial;
  bottom: 0;
}

.gallery .gallery-sliders .swiper-container .swiper-button-next {
  left: 25.3rem;
}

@media (max-width: 1024px) {
  .gallery .gallery-sliders .swiper-container .swiper-button-next {
    left: 12.5rem;
  }
}

.gallery .gallery-sliders .swiper-container .swiper-button-prev {
  right: auto;
  left: 28rem;
}

@media (max-width: 1024px) {
  .gallery .gallery-sliders .swiper-container .swiper-button-prev {
    left: 23rem;
  }
}

.gallery .gallery-sliders .swiper-container .swiper-pagination {
  display: none;
}

@media (max-width: 1024px) {
  .gallery .gallery-sliders .swiper-container .swiper-pagination {
    display: initial;
  }
}

/* === PAGES === */
/*--------------*/
/*   Home Page  */
/*--------------*/
#home-header {
  width: 100%;
  height: 56.25rem;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  #home-header {
    height: 200rem;
  }
}

#home-header #sliderHomeHeader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#home-header #sliderHomeHeader .swiper-pagination {
  bottom: 3.2552083333rem;
}

@media (max-width: 1024px) {
  #home-header #sliderHomeHeader .swiper-pagination {
    bottom: 9.4rem;
  }
}

#home-header #sliderHomeHeader .swiper-pagination .swiper-pagination-bullet {
  width: 1.71875rem;
  height: 0.0520833333rem;
  border-radius: initial;
  background-color: #fff;
}

@media (max-width: 1024px) {
  #home-header #sliderHomeHeader .swiper-pagination .swiper-pagination-bullet {
    width: 4.4rem;
    height: 0.1333333333rem;
  }
}

#home-header .see-more-anim {
  left: 1.9rem;
  bottom: 3.2552083333rem;
}

@media (max-width: 1024px) {
  #home-header .see-more-anim {
    left: 50%;
    bottom: 30rem;
  }
}

#home-destinations>div.h2 {
  text-align: center;
  margin-top: 5.78125rem;
  margin-bottom: 3.171875rem;
}

@media (max-width: 1024px) {
  #home-destinations>div.h2 {
    width: 75.2rem;
    margin: 7.3333333333rem auto 3.0053333333rem;
  }
}

#home-destinations #home-destinations-container {
  width: 94.178125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 8.3630208333rem;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container {
    flex-direction: column;
    margin: 0 auto 14.16rem;
  }
}

#home-destinations #home-destinations-container .home-destination {
  width: 30.7677083333rem;
  height: 38.4067708333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination {
    width: 92rem;
    height: 58.568rem;
    margin-bottom: 3.5653333333rem;
  }
}

#home-destinations #home-destinations-container .home-destination img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#home-destinations #home-destinations-container .home-destination .destination-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination .destination-overlay {
    opacity: 0.3;
  }
}

#home-destinations #home-destinations-container .home-destination>div {
  text-align: center;
  position: relative;
  z-index: 2;
}

#home-destinations #home-destinations-container .home-destination .home-destination-title-en {
  margin-top: auto;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination .home-destination-title-en {
    font-size: 3.3333333333rem;
  }
}

#home-destinations #home-destinations-container .home-destination .home-destination-title {
  width: 25.9505208333rem;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 0.85;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination .home-destination-title {
    width: 66.4333333333rem;
    font-size: 9.6rem;
    margin: 0 auto 1.7rem;
  }
}

#home-destinations #home-destinations-container .home-destination .p2 {
  width: 18.2635416667rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination .p2 {
    width: 64.8rem;
    margin-bottom: 1.4666666667rem;
  }
}

#home-destinations #home-destinations-container .home-destination .link {
  background-color: #fff;
  color: #163970;
  padding: 0 2.4927083333rem;
  position: relative;
  z-index: 2;
  margin-bottom: 2.9901041667rem;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination .link {
    padding: 1rem 8.5rem;
    margin-bottom: 6.37333rem;
  }
}

#home-destinations #home-destinations-container .home-destination .link span {
  font-size: 0.8333333333rem;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination .link span {
    font-size: 4rem;
    font-weight: 500;
  }
}

#home-destinations #home-destinations-container .home-destination .link svg {
  height: 2.0692708333rem;
  width: 1.2916666667rem;
  fill: #163970;
}

@media (max-width: 1024px) {
  #home-destinations #home-destinations-container .home-destination .link svg {
    height: 5.964rem;
    width: 3.3066666667rem;
  }
}

#home-services {
  margin-bottom: 7.1875rem;
}

#home-social {
  width: 100%;
  margin-bottom: 9.4270833333rem;
}

#home-resorts .h2,
#home-resorts .p2 {
  text-align: center;
}

#home-resorts .h2 {
  margin-bottom: 0.3125rem;
}

@media (max-width: 1024px) {
  #home-resorts .h2 {
    line-height: 1.1;
    margin-bottom: 1.2rem;
  }
}

#home-resorts .p2 {
  margin-bottom: 2.2916666667rem;
}

@media (max-width: 1024px) {
  #home-resorts .p2 {
    width: 88rem;
    text-align: center;
    margin: 0 auto 4rem;
  }
}

#home-resorts #select-resort-location {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-right: 37.135417rem;
  margin-bottom: 3.96875rem;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  #home-resorts #select-resort-location {
    margin: 0 auto 9.2rem;
  }
}

#home-resorts #select-resort-location .radio-btn {
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  #home-resorts #select-resort-location .radio-btn {
    margin-left: initial;
  }
}

#home-resorts #resorts-sliders .swiper-container {
  width: 85.15625rem;
  padding-top: 5.5rem;
  margin-top: -5rem;
  padding-right: 1.5vw;
}

@media (max-width: 1024px) {
  #home-resorts #resorts-sliders .swiper-container {
    width: 91.8666666667rem;
    padding-bottom: 13rem;
  }
}

#home-resorts #resorts-sliders .swiper-container.on {
  display: none;
}

#home-resorts #resorts-sliders .swiper-container .swiper-button-next,
#home-resorts #resorts-sliders .swiper-container .swiper-button-prev {
  top: 1.2rem;
}

@media (max-width: 1024px) {

  #home-resorts #resorts-sliders .swiper-container .swiper-button-next,
  #home-resorts #resorts-sliders .swiper-container .swiper-button-prev {
    display: none;
  }
}

#home-resorts #resorts-sliders .swiper-container .swiper-button-prev {
  right: auto;
  left: 3.2rem;
}

#home-resorts #resorts-sliders .swiper-container .swiper-pagination {
  display: none;
}

@media (max-width: 1024px) {
  #home-resorts #resorts-sliders .swiper-container .swiper-pagination {
    display: initial;
  }
}

#home-bg {
  width: 100%;
  height: fit-content;
  margin-top: -24rem;
  position: relative;
}

@media (max-width: 1024px) {
  #home-bg {
    margin-top: -3rem;
  }
}

#home-attractions {
  margin-top: -6rem;
  margin-bottom: 11.1234375rem;
  position: relative;
}

@media (max-width: 1024px) {
  #home-attractions {
    margin-bottom: 14rem;
  }
}

#home-stories {
  margin-bottom: 8.3854166667rem;
}

@media (max-width: 1024px) {
  #home-stories {
    margin-bottom: 15.6rem;
  }
}

#home-blog {
  margin-bottom: 7.4255208333rem;
}

@media (max-width: 1024px) {
  #home-blog {
    margin-bottom: 16.5333333333rem;
  }
}

#home-articles {
  margin-bottom: 7.2916666667rem;
}

@media (max-width: 1024px) {
  #home-articles {
    margin-bottom: 14.6666666667rem;
  }
}

#home-contact {
  margin-bottom: 17.1354166667rem;
}

@media (max-width: 1024px) {
  #home-contact {
    margin-top: -24rem;
    margin-bottom: 28.2666666667rem;
  }
}

/*---------------------*/
/*   Destination Page  */
/*---------------------*/
#destination-header {
  width: 100%;
  height: 46.5625rem;
  background-image: url("../img/header/destination-header.jpg");
  background-size: 100% 100%;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  #destination-header {
    height: 185.4666666667rem;
    background-image: url("../img/header/destination-header-mob.jpg");
  }
}

#destination-header .header-text {
  margin: 21.1979166667rem auto 0;
}

@media (max-width: 1024px) {
  #destination-header .header-text {
    margin-top: 66.9333333333rem;
  }
}

#destination-header .header-text .destination-name {
  font-size: 0.8854166667rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #destination-header .header-text .destination-name {
    font-size: 4rem;
  }
}

#destination-header .header-text .h1 {
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #destination-header .header-text .h1 {
    margin-bottom: 2rem;
  }
}

#destination-header .header-text .p2 {
  width: 31.8125rem;
  text-align: center;
  margin: 0 auto 1.6666666667rem;
}

@media (max-width: 1024px) {
  #destination-header .header-text .p2 {
    width: 72rem;
    margin-bottom: 4.2666666667rem;
  }
}

@media (max-width: 1024px) {
  #destination-header .header-text .link {
    padding: 1.7rem 6.26667rem;
  }
}

#destination-header .social-links {
  top: 25.0520833333rem;
}

@media (max-width: 1024px) {
  #destination-header .social-links {
    top: initial;
    bottom: 6.4rem;
  }

  #destination-header .social-links a:last-of-type {
    margin-bottom: initial;
  }
}

#destination-header .overlay {
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0000004D 0%, #54545436 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#destination-page-nav {
  margin-bottom: 5.3645833333rem;
}

#destination-bg {
  width: 100%;
  height: fit-content;
  margin-top: -24rem;
  position: relative;
}

#destination-bg>div.bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#destination-bg>div.bg-overlay:first-of-type {
  background: transparent linear-gradient(0deg, #FFFFFF 7%, #FFFFFFE6 10%, #FFFFFF00 23%) 0% 0% no-repeat padding-box;
}

#destination-bg>div.bg-overlay:last-of-type {
  background: transparent linear-gradient(180deg, #FFFFFF 20%, #FFFFFFE6 27%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

#destination-resorts {
  width: 100%;
  margin-bottom: 6.4583333333rem;
}

@media (max-width: 1024px) {
  #destination-resorts {
    overflow: hidden;
  }
}

#destination-resorts .h2,
#destination-resorts .p2 {
  text-align: center;
}

@media (max-width: 1024px) {
  #destination-resorts .h2 {
    line-height: 1.2;
  }
}

#destination-resorts .p2 {
  width: 26.0416666667rem;
  margin: 0.3125rem auto 2.34375rem;
}

@media (max-width: 1024px) {
  #destination-resorts .p2 {
    width: 80rem;
    margin-bottom: 7rem;
  }
}

#destination-resorts #sliderDestinationResorts {
  width: 85.1041666667rem;
  margin: auto;
}

@media (max-width: 1024px) {
  #destination-resorts #sliderDestinationResorts {
    width: 91.8666666667rem;
    padding-bottom: 10rem;
    overflow: visible;
  }
}

#destination-resorts #sliderDestinationResorts .swiper-wrapper {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #destination-resorts #sliderDestinationResorts .swiper-wrapper {
    justify-content: initial;
    flex-wrap: initial;
  }
}

#destination-resorts #sliderDestinationResorts .swiper-wrapper .swiper-slide {
  width: 26.0416666667rem;
  margin-bottom: 3.4671875rem;
}

#destination-resorts .link2 {
  margin: auto;
  cursor: pointer;
}

@media (max-width: 1024px) {
  #destination-resorts .link2 {
    display: none;
  }
}

#destination-unique {
  width: 100%;
  margin-bottom: 7.9166666667rem;
}

@media (max-width: 1024px) {
  #destination-unique {
    margin-top: 14rem;
    overflow: hidden;
  }
}

#destination-unique .h2 {
  text-align: center;
}

#destination-unique #sliderDestinationUnique {
  width: 95.234375rem;
  padding-top: 5rem;
  margin-right: auto;
  margin-left: 0;
  margin-top: -3rem;
}

@media (max-width: 1024px) {
  #destination-unique #sliderDestinationUnique {
    width: 91.8666666667rem;
    overflow: visible;
    padding-bottom: 15rem;
    margin: 0 auto 12rem;
  }
}

#destination-unique #sliderDestinationUnique .swiper-slide img {}

#destination-unique #sliderDestinationUnique .swiper-slide .p1 {
  font-weight: 500;
  margin-bottom: 0.5625rem;
}

@media (max-width: 1024px) {
  #destination-unique #sliderDestinationUnique .swiper-slide .p1 {
    font-size: 8rem;
    margin-top: 2.0666666667rem;
    margin-bottom: 0.3333333333rem;
  }
}

#destination-unique #sliderDestinationUnique .swiper-slide .p3 {
  width: 32.1354166667rem;
  margin-top: -0.5vw;
}

@media (max-width: 1024px) {
  #destination-unique #sliderDestinationUnique .swiper-slide .p3 {
    width: 100%;
    font-size: 3.6rem;
  }
}

#destination-unique #sliderDestinationUnique .swiper-button-next,
#destination-unique #sliderDestinationUnique .swiper-button-prev {
  top: 1.2rem;
}

@media (max-width: 1024px) {

  #destination-unique #sliderDestinationUnique .swiper-button-next,
  #destination-unique #sliderDestinationUnique .swiper-button-prev {
    top: initial;
    bottom: 0;
  }
}

#destination-unique #sliderDestinationUnique .swiper-button-next {
  left: 8.5416666667rem;
}

@media (max-width: 1024px) {
  #destination-unique #sliderDestinationUnique .swiper-button-next {
    s left: 36rem;
  }
}

#destination-unique #sliderDestinationUnique .swiper-button-prev {
  right: auto;
  left: 11.1979166667rem;
}

@media (max-width: 1024px) {
  #destination-unique #sliderDestinationUnique .swiper-button-prev {
    right: 36rem;
    left: initial;
  }
}

#destination-attractions {
  margin-bottom: 8.8020833333rem;
}

#destination-gallery {
  margin-bottom: 6.71875rem;
}

@media (max-width: 1024px) {
  #destination-gallery {
    margin-bottom: 16.6666666667rem;
  }
}

#destination-stories {
  margin-bottom: 6.8229166667rem;
}

@media (max-width: 1024px) {
  #destination-stories {
    margin-bottom: 21.4666666667rem;
  }
}

#destination-blog {
  margin-bottom: 17rem;
}

/*----------------*/
/*   Resort Page  */
/*----------------*/
#resort-header {
  width: 100%;
  height: 46.5625rem;
  background-image: url("../img/header/resort-header.jpg");
  background-size: 100% 100%;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  #resort-header {
    height: 185.4666666667rem;
    background-image: url("../img/header/resort-header-mob.jpg");
  }
}

#resort-header .header-text {
  margin: 21.1979166667rem auto 0;
}

@media (max-width: 1024px) {
  #resort-header .header-text {
    margin-top: 61.6rem;
  }
}

#resort-header .header-text .resort-name {
  font-size: 0.8854166667rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #resort-header .header-text .resort-name {
    font-size: 4rem;
    margin-bottom: 2.5rem;
  }
}

#resort-header .header-text .h1 {
  width: initial;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #resort-header .header-text .h1 {
    margin-bottom: 2.5rem;
  }
}

#resort-header .header-text .p2 {
  text-align: center;
  margin: 0 auto 0.5729166667rem;
}

@media (max-width: 1024px) {
  #resort-header .header-text .p2 {
    width: 84rem;
    font-size: 4rem;
    margin-bottom: 5.0666666667rem;
  }
}

#resort-header .header-text .resort-rate>svg {
  width: 0.7479166667rem;
  height: 0.6942708333rem;
  fill: #fff;
}

@media (max-width: 1024px) {
  #resort-header .header-text .resort-rate>svg {
    width: 1.9146666667rem;
    height: 1.7773333333rem;
    margin: 0 0.7rem;
  }
}

#resort-header .social-links {
  top: 25.0520833333rem;
}

@media (max-width: 1024px) {
  #resort-header .social-links {
    top: initial;
    bottom: 6.4rem;
  }

  #resort-header .social-links a:last-of-type {
    margin-bottom: initial;
  }
}

#resort-header .see-more-anim {
  right: 50%;
  bottom: 1.8rem;
  transform: rotateZ(-90deg) translate(0, 27%);
}

@media (max-width: 1024px) {
  #resort-header .see-more-anim span {
    width: 25rem;
  }
}

@media (max-width: 1024px) {
  #resort-header .see-more-anim .see-more-line {
    margin-top: -0.3rem;
  }
}

#resort-header .overlay {
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0000004D 0%, #54545436 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#resort-about {
  width: 100%;
  /* background-image: url("../img/pages/resort/map.jpg"); */
  background-size: 74.9479166667rem auto;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 4.8958333333rem;
  padding-right: 6.65625rem;
  padding-bottom: 5rem;
  margin-bottom: 6.4583333333rem;
}

@media (max-width: 1024px) {
  #resort-about {
    /* background-image: url("../img/pages/resort/map-mob.jpg"); */
    background-size: 100% auto;
    padding-top: 76.9333333333rem;
    padding-right: initial;
    padding-bottom: initial;
    margin-bottom: 20.1333333333rem;
  }
}

@media (max-width: 1024px) {
  #resort-about .text {
    margin-right: 4rem;
  }
}

#resort-about .text .title {
  margin-bottom: 0.5208333333rem;
}

@media (max-width: 1024px) {
  #resort-about .text .title {
    width: 56.4rem;
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 6.2666666667rem;
  }
}

#resort-about .text .subtitle {
  width: 25.3645833333rem;
  margin-bottom: 1.1729166667rem;
}

@media (max-width: 1024px) {
  #resort-about .text .subtitle {
    width: 77.8666666667rem;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 3.936rem;
  }
}

#resort-about .text .resort-rate {
  width: 7rem;
}

@media (max-width: 1024px) {
  #resort-about .text .resort-rate {
    width: 15.0213333333rem;
  }
}

#resort-about .text .resort-rate svg {
  width: 0.8817708333rem;
  height: 0.81875rem;
}

@media (max-width: 1024px) {
  #resort-about .text .resort-rate svg {
    width: 2.2573333333rem;
    height: 2.096rem;
  }
}

#resort-about .text .content {
  width: 33.4375rem;
  margin-top: 1.7583333333rem;
  margin-bottom: 2.2046875rem;
}

@media (max-width: 1024px) {
  #resort-about .text .content {
    width: 92rem;
    margin-top: 6.368rem;
    margin-bottom: 4.1333333333rem;
  }
}

#resort-about .text .content .read-more {
  display: block;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  transition: 500ms ease-in-out;
}

#resort-about .text .content .read-more.on {
  opacity: 1;
  max-height: 50rem;
  pointer-events: initial;
}

@media (max-width: 1024px) {
  #resort-about .text .content .read-more.on {
    max-height: 180rem;
  }
}

#resort-about .text .link {
  height: 1rem;
  color: #163970;
  font-weight: 500;
  border: none;
  padding: initial;
  cursor: pointer;
}

#resort-about .text .link.on {
  flex-direction: row-reverse;
}

#resort-about .text .link.on svg {
  transform: rotateZ(180deg);
  margin-right: initial;
  margin-left: 0.5151041667rem;
}

#resort-about .text .link svg {
  height: 2.0072916667rem;
  width: 1.1291666667rem;
  fill: #163970;
  margin-right: 0.5151041667rem;
}

#resort-services {
  width: 100%;
  background-image: url("../img/pages/resort/services-bg.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 36.4583333333rem;
  position: relative;
}

@media (max-width: 1024px) {
  #resort-services {
    background-image: url("../img/pages/resort/services-bg-mob.jpg");
    padding-bottom: 66.6666666667rem;
  }
}

#resort-services .h2,
#resort-services .p2 {
  text-align: center;
}

#resort-services .p2 {
  margin-top: 0.3125rem;
  margin-bottom: 4.1666666667rem;
}

#resort-services #sliderResortServices {
  width: 51.1458333333rem;
  margin-bottom: -1vw;
  margin-right: 18vw
}

@media (max-width: 1024px) {
  #resort-services #sliderResortServices {
    display: none;
  }
}

#resort-services #sliderResortServicesMob {
  display: none;
}

@media (max-width: 1024px) {
  #resort-services #sliderResortServicesMob {
    display: block;
    width: 67.4rem;
    padding-bottom: 9.8666666667rem;
  }
}

#resort-services .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1024px) {
  #resort-services .swiper-wrapper .swiper-slide {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  #resort-services .swiper-wrapper .swiper-slide .service {
    width: 30.0666666667rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9.3333333333rem;
    margin-right: 2vw;
  }
}

#resort-services .swiper-wrapper .swiper-slide .icon {
  height: 2.3067708333rem;
  display: flex;
  margin-bottom: 0.7291666667rem;
}

@media (max-width: 1024px) {
  #resort-services .swiper-wrapper .swiper-slide .icon {
    height: 5.9053333333rem;
    margin-bottom: 0.7613333333rem;
  }
}

#resort-services .swiper-wrapper .swiper-slide .icon svg {
  min-width: 2.3635416667rem;
  min-height: 2.2270833333rem;
  max-width: 2.7083333333rem;
  max-height: 2.3067708333rem;
}

@media (max-width: 1024px) {
  #resort-services .swiper-wrapper .swiper-slide .icon svg {
    min-width: 6.0506666667rem;
    min-height: 5.7013333333rem;
    max-width: 6.9333333333rem;
    max-height: 5.9053333333rem;
  }
}

#resort-services .swiper-wrapper .swiper-slide .p2,
#resort-services .swiper-wrapper .swiper-slide .p3 {
  text-align: center;
}

@media (max-width: 1024px) {

  #resort-services .swiper-wrapper .swiper-slide .p2,
  #resort-services .swiper-wrapper .swiper-slide .p3 {
    width: 100%;
  }
}

#resort-services .swiper-wrapper .swiper-slide .p2 {
  font-weight: 500;
  margin-bottom: 0.46875rem;
}

@media (max-width: 1024px) {
  #resort-services .swiper-wrapper .swiper-slide .p2 {
    margin-bottom: 0.6666666667rem;
  }
}

@media (max-width: 1024px) {
  #resort-services .swiper-wrapper .swiper-slide .p3 {
    font-size: 3.3333333333rem;
  }
}

#resort-services .swiper-button-next,
#resort-services .swiper-button-prev {
  top: 28%;
  margin-left: 27.3vw
}

@media (max-width: 1024px) {

  #resort-services .swiper-button-next,
  #resort-services .swiper-button-prev {
    top: initial;
    bottom: 0;
  }
}

/* #resort-services .swiper-button-next {
    left: 12vw;
    right: unset !important;
   } */
@media (max-width: 1024px) {
  #resort-services .swiper-button-next {
    left: 24rem;
    display: none;
  }

  #resort-services .swiper-button-prev {
    right: 12vw;
    left: unset !important;
    display: none;
  }
}

@media (max-width: 1024px) {
  #resort-services .swiper-button-prev {
    right: 24rem;
  }
}

@media (max-width: 1024px) {

  #resort-services>div.swiper-button-next,
  #resort-services>div.swiper-button-prev {
    display: none;
  }
}

#resort-villa-types {
  width: 100%;
  background-image: url("../img/pages/resort/villas-bg.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  #resort-villa-types {
    background-image: url("../img/pages/resort/villas-bg-mob.jpg");
    overflow: hidden;
    padding-bottom: 0 !important;
  }
}

#resort-villa-types .h2,
#resort-villa-types .p2 {
  text-align: center;
}

#resort-villa-types .p2 {
  margin-top: 0.3125rem;
  margin-bottom: 4.3229166667rem;
}

#resort-villa-types #sliderResortVillas {
  width: 95.0260416667rem;
  padding-top: 5.5rem;
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas {
    width: 91.8666666667rem;
    padding-bottom: 12rem;
    margin: auto;
    overflow: visible;
  }
}

#resort-villa-types #sliderResortVillas .swiper-slide img {
  height: 25.2197916667rem;
  margin-bottom: 1.8635416667rem;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-slide img {
    height: 61.2rem;
  }
}

#resort-villa-types #sliderResortVillas .swiper-slide .villa-name {
  font-weight: 500;
  margin-bottom: 0.3645833333rem;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-slide .villa-name {
    font-size: 8rem;
  }
}

#resort-villa-types #sliderResortVillas .swiper-slide .villa-data {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-slide .villa-data {
    flex-direction: column-reverse;
    margin-bottom: 5.7333333333rem;
  }
}

#resort-villa-types #sliderResortVillas .swiper-slide .villa-data .p3 {
  font-weight: 500;
}

#resort-villa-types #sliderResortVillas .swiper-slide .villa-data .resort-rate {
  margin-right: 8rem;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-slide .villa-data .resort-rate {
    margin-right: initial;
    margin-top: 2.1333333333rem;
    margin-bottom: 5.0226666667rem;
  }
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-slide .villa-data .resort-rate svg {
    width: 3.924rem;
    height: 3.644rem;
    margin-left: 1.772rem;
  }
}

#resort-villa-types #sliderResortVillas .swiper-slide .villa-description {
  width: 96.2372475321%;
  line-height: 1.8;
  margin-bottom: 0.78125rem;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-slide .villa-description {
    font-size: 3.6rem;
    margin-bottom: 5.2rem;
  }
}

#resort-villa-types #sliderResortVillas .swiper-slide .link {
  height: 1rem;
  font-weight: 500;
  color: #163970;
  border: none;
  padding: initial;
}

#resort-villa-types #sliderResortVillas .swiper-slide .link svg {
  height: 2.0072916667rem;
  width: 1.1291666667rem;
  fill: #163970;
  margin-right: 0.5151041667rem;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-slide .link svg {
    height: 5.964rem;
    width: 3.3066666667rem;
    margin-right: 3.0746666667rem;
  }
}

#resort-villa-types #sliderResortVillas .swiper-button-next,
#resort-villa-types #sliderResortVillas .swiper-button-prev {
  top: 2rem;
}

@media (max-width: 1024px) {

  #resort-villa-types #sliderResortVillas .swiper-button-next,
  #resort-villa-types #sliderResortVillas .swiper-button-prev {
    display: none;
  }
}

#resort-villa-types #sliderResortVillas .swiper-button-prev {
  right: auto;
  left: 10.7rem;
}

#resort-villa-types #sliderResortVillas .swiper-button-next {
  left: 8rem;
}

#resort-villa-types #sliderResortVillas .swiper-pagination {
  display: none;
}

@media (max-width: 1024px) {
  #resort-villa-types #sliderResortVillas .swiper-pagination {
    display: initial;
    bottom: 0;
  }
}

#resort-restaurants {
  width: 100%;
  margin-bottom: 11.09375rem;
}

@media (max-width: 1024px) {
  #resort-restaurants {
    overflow: hidden;
  }
}

#resort-restaurants .h2,
#resort-restaurants .p2 {
  text-align: center;
}

#resort-restaurants .p2 {
  margin-top: 0.3125rem;
  margin-bottom: 2.7604166667rem;
}

@media (max-width: 1024px) {
  #resort-restaurants .p2 {
    margin-top: 0.9333333333rem;
    margin-bottom: 8.8rem;
  }
}

#resort-restaurants .select-hangout {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-right: 42.9479166667rem;
  position: relative;
  z-index: 2;
}

#resort-restaurants #resort-hangout-sliders .swiper-container {
  width: 95.0260416667rem;
  display: block;
  padding-top: 5.5rem;
  margin-top: -2.1rem;
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container {
    width: 91.8666666667rem;
    padding-bottom: 7rem;
    margin: 8.1333333333rem auto 0 auto;
    overflow: visible;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container.on {
  display: none;
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide img {
  height: 25.2197916667rem;
  margin-bottom: 1.8635416667rem;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide img {
    height: 61.2rem;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .restaurant-name {
  font-weight: 500;
  margin-bottom: 0.3645833333rem;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .restaurant-name {
    font-size: 8rem;
    margin-bottom: 2.4rem;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .restaurant-activity-hours {
  font-weight: 500;
  margin-bottom: 2.2rem;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .restaurant-activity-hours {
    font-size: 3.6rem;
    font-weight: 700;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .restaurant-description {
  width: 79.7158316468%;
  line-height: 1.8;
  margin-bottom: 0.3645833333rem;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .restaurant-description {
    width: 100%;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 5.0666666667rem;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .link {
  height: 1rem;
  font-weight: 500;
  color: #163970;
  border: none;
  padding: initial;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .link {
    height: 5rem;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .link svg {
  height: 2.0072916667rem;
  width: 1.1291666667rem;
  fill: #163970;
  margin-right: 0.5151041667rem;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-slide .link svg {
    width: 3.3066666667rem;
    height: 5.964rem;
    margin-right: 3.0746666667rem;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-button-next,
#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-button-prev {
  top: 2rem;
}

@media (max-width: 1024px) {

  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-button-next,
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-button-prev {
    display: none;
  }
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-button-prev {
  right: auto;
  left: 10.7rem;
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-button-next {
  left: 8rem;
}

#resort-restaurants #resort-hangout-sliders .swiper-container .swiper-pagination {
  display: none;
}

@media (max-width: 1024px) {
  #resort-restaurants #resort-hangout-sliders .swiper-container .swiper-pagination {
    display: initial;
    bottom: 0;
  }
}

#resort-gallery {
  margin-bottom: 10.15625rem;
}

#resort-stories {
  margin-bottom: 11.4583333333rem;
}

#resort-more-resorts {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 16.40625rem;
}

#resort-more-resorts .h2,
#resort-more-resorts .p2 {
  text-align: center;
}

@media (max-width: 1024px) {
  #resort-more-resorts .h2 {
    line-height: 1;
  }
}

#resort-more-resorts .p2 {
  margin-top: 0.3125rem;
  margin-bottom: 2.34375rem;
}

@media (max-width: 1024px) {
  #resort-more-resorts .p2 {
    width: 80%;
    line-height: 1.2;
    margin: 3rem auto 7rem;
  }
}

#resort-more-resorts #sliderResortsSeeMore {
  width: 85.1041666667rem;
  padding-bottom: 8rem;
  margin: 0 auto;
}

#resort-more-resorts #sliderResortsSeeMore .swiper-button-next,
#resort-more-resorts #sliderResortsSeeMore .swiper-button-prev {
  top: initial;
  bottom: 0;
}

@media (max-width: 1024px) {

  #resort-more-resorts #sliderResortsSeeMore .swiper-button-next,
  #resort-more-resorts #sliderResortsSeeMore .swiper-button-prev {
    display: none;
  }
}

#resort-more-resorts #sliderResortsSeeMore .swiper-button-next {
  left: 47%;
}

#resort-more-resorts #sliderResortsSeeMore .swiper-button-prev {
  right: 47%;
}

#resort-more-resorts #sliderResortsSeeMore .swiper-pagination {
  display: none;
}

@media (max-width: 1024px) {
  #resort-more-resorts #sliderResortsSeeMore .swiper-pagination {
    display: initial;
    bottom: 0;
  }
}

/*----------------*/
/*   About Page   */
/*----------------*/
#about-header {
  width: 100%;
  height: 46.5625rem;
  background-image: url("../img/header/about-header.jpg");
  background-size: 100% 100%;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  #about-header {
    height: 186.6666666667rem;
    background-image: url("../img/header/about-header-mob.jpg");
  }
}

#about-header .header-text {
  margin: 21.1979166667rem auto 0;
}

@media (max-width: 1024px) {
  #about-header .header-text {
    margin-top: 66.8rem;
  }
}

#about-header .header-text .about-title {
  font-size: 0.8854166667rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #about-header .header-text .about-title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}

#about-header .header-text .h1 {
  width: initial;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #about-header .header-text .h1 {
    margin-bottom: 2rem;
  }
}

#about-header .header-text .p2 {
  width: 17.8125rem;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #about-header .header-text .p2 {
    width: 72rem;
  }
}

#about-header .social-links {
  top: 25.0520833333rem;
}

@media (max-width: 1024px) {
  #about-header .social-links {
    top: initial;
    bottom: 0;
  }
}

#about-header .overlay {
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0000004D 0%, #54545436 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#about-page-nav {
  margin-bottom: 5.3645833333rem;
}

#about-page-nav #sliderPageNav {
  width: 60.625rem;
}

@media (max-width: 1024px) {
  #about-page-nav #sliderPageNav {
    width: 100%;
    padding: 0 3rem;
  }
}

#about-page-nav #sliderPageNav .swiper-wrapper {
  justify-content: space-between;
}

#about-page-nav #sliderPageNav .swiper-wrapper .swiper-slide {
  width: fit-content;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  #about-page-nav #sliderPageNav .swiper-wrapper .swiper-slide a {
    font-size: 4rem;
    font-weight: 500;
    color: #727272;
    white-space: nowrap;
    margin: auto;
  }
}

#about-page-nav #sliderPageNav .swiper-wrapper .swiper-slide.active {
  border-bottom: 0.1041666667rem solid #3E80FF;
}

@media (max-width: 1024px) {
  #about-page-nav #sliderPageNav .swiper-wrapper .swiper-slide.active {
    border-width: 0.2666666667rem;
  }
}

#about-page-nav #sliderPageNav .overlay1,
#about-page-nav #sliderPageNav .overlay2 {
  display: none;
}

@media (max-width: 1024px) {

  #about-page-nav #sliderPageNav .overlay1,
  #about-page-nav #sliderPageNav .overlay2 {
    display: initial;
    width: 26.9333333333rem;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  #about-page-nav #sliderPageNav .overlay1 {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFFE6 24%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    right: 0;
  }
}

@media (max-width: 1024px) {
  #about-page-nav #sliderPageNav .overlay2 {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFFE6 24%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
  }
}

#about-advantages {
  margin-bottom: 7rem;
}

#about-advantages #sliderAdvantages .swiper-slide:nth-child(1)::before {
  background-position: -20%;
}

#about-advantages #sliderAdvantages .swiper-slide:nth-child(2)::before {
  background-position: -40%;
}

#about-advantages #sliderAdvantages .swiper-slide:nth-child(3)::before {
  background-position: -60%;
}

#about-advantages #sliderAdvantages .swiper-slide:nth-child(4)::before {
  background-position: -80%;
}

#about-advantages #sliderAdvantages .swiper-slide::before {
  background-image: url("../img/pages/about/numbers-bg.jpg");
  background-size: auto auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

#about-more {
  width: 100%;
  background-image: url("../img/pages/about/honey-moon-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 9.4791666667rem;
  padding-bottom: 9.7916666667rem;
}

@media (max-width: 1024px) {
  #about-more {
    background-image: url("../img/pages/about/honey-moon-bg-mob.jpg");
    background-size: 100% auto;
    padding-top: 26rem;
    padding-bottom: 12rem;
  }
}

#about-more #about-more-content {
  width: 59.8958333333rem;
  margin-right: 16.25rem;
  padding-top: 7.34375rem;
  padding-bottom: 5.625rem;
  position: relative;
}

@media (max-width: 1024px) {
  #about-more #about-more-content {
    width: 100%;
    padding-top: 50.5rem;
    margin-right: initial;
  }
}

#about-more #about-more-content .text {
  width: 28.125rem;
  background-color: #fff;
  padding: 3.1770833333rem 3.3333333333rem 4.7395833333rem 3.1770833333rem;
  box-shadow: 13px 13px 32px #0000004D;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  #about-more #about-more-content .text {
    width: 92rem;
    padding: 5.8666666667rem 5.8666666667rem 9rem 7rem;
    margin: auto;
  }
}

#about-more #about-more-content .text .h2 {
  margin-bottom: 1rem;
}

#about-more #about-more-content picture,
#about-more #about-more-content img {
  width: 36.9791666667rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {

  #about-more #about-more-content picture,
  #about-more #about-more-content img {
    width: 61.6rem;
    left: initial;
    right: 0;
  }
}

#about-social {
  margin: 0 auto 9.7395833333rem;
}

#about-img {
  width: 100%;
}

#about-articles {
  margin-bottom: 8.3333333333rem;
}

#about-contact {
  margin-bottom: 8.4375rem;
}

/*------------------*/
/*   Contact Page   */
/*------------------*/
#contact-header {
  width: 100%;
  height: 46.5625rem;
  background-image: url("../img/header/contact-header.jpg");
  background-size: 100% 100%;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  #contact-header {
    height: 185.4666666667rem;
    background-image: url("../img/header/contact-header-mob.jpg");
  }
}

#contact-header .header-text {
  margin: 21.1979166667rem auto 0;
}

@media (max-width: 1024px) {
  #contact-header .header-text {
    margin-top: 66.9333333333rem;
    margin-bottom: initial;
  }
}

#contact-header .header-text .contact-title {
  font-size: 0.8854166667rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #contact-header .header-text .contact-title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}

#contact-header .header-text .h1 {
  width: initial;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  #contact-header .header-text .h1 {
    margin-bottom: 2rem;
  }
}

#contact-header .header-text .p2 {
  width: 17.8125rem;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #contact-header .header-text .p2 {
    width: 72rem;
  }
}

#contact-header .social-links {
  top: 25.0520833333rem;
}

@media (max-width: 1024px) {
  #contact-header .social-links {
    top: initial;
    bottom: 0;
  }
}

#contact-header .overlay {
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0000004D 0%, #54545436 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#contact-container {
  width: 100%;
  background-image: url("../img/pages/contact/contact-bg.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 5.2604166667rem;
  padding-right: 8.125rem;
  padding-bottom: 23.4375rem;
  padding-bottom: 31rem;
  position: relative;
}

#contact-container .text {
  width: 29.6354166667rem;
}

#contact-container .text .h2 {
  margin-bottom: 1.8229166667rem;
}

#contact-container .text>div.p2 {
  letter-spacing: 0.031rem;
  margin-bottom: 2.34375rem;
}

#contact-container .text .contact-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#contact-container .text .contact-lists>div:first-of-type a {
  font-weight: 400;
}

#contact-container .text .contact-lists>div:last-of-type a:not(:nth-of-type(-n+2)) {
  font-weight: 400;
}

#contact-container .text .contact-lists>div .p1 {
  font-weight: 500;
  margin-bottom: 0.2rem;
}

#contact-container .text .contact-lists>div>div.p2 {
  margin-bottom: 2.2395833333rem;
}

#contact-container .text .contact-lists>div .link {
  font-weight: 500;
  color: #434343;
  border: none;
  padding: initial;
}

#contact-container .text .contact-lists>div .link span {
  font-size: 0.9895833333rem;
}

#contact-container .text .contact-lists>div .link svg {
  height: 2.0072916667rem;
  width: 1.1291666667rem;
  fill: #434343;
  margin-right: 0.5151041667rem;
}

#contact-container .contact {
  background-image: initial;
  padding-top: 12rem;
  margin-top: initial;
}

#contact-container form {
  width: 50.0520833333rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: initial;
  background-color: #fff;
  padding: 5.8333333333rem 8.125rem 4.0104166667rem 12.4479166667rem;
  box-shadow: 5px 5px 25px #00000029;
  margin: initial;
  position: absolute;
  top: 0;
  left: 0;
}

#contact-container form .p1 {
  font-weight: 700;
  margin-bottom: 2.7208333333rem;
}

#contact-container form .form-field {
  width: 29.4791666667rem;
  height: 2.2010416667rem;
  margin-bottom: 1.4427083333rem;
}

#contact-container form .form-field:last-of-type {
  width: 29.4791666667rem;
}

#contact-container form .form-field input,
#contact-container form .form-field label,
#contact-container form .form-field select {
  padding-bottom: 0.6927083333rem;
}

#contact-container form .form-field select {
  height: 2rem;
}

#contact-container form textarea {
  width: 100%;
  height: 4.1666666667rem;
  background-color: transparent;
  color: #434343;
  font-weight: 500;
  line-height: 1;
  border: 0.0520833333rem solid #C1C1C1;
  resize: vertical;
  padding: 1rem;
  margin-bottom: 1.6666666667rem;
}

#contact-container form textarea::placeholder {
  color: #434343;
}

#contact-container form .link2 {
  padding: 0.3645833333rem 3.4895833333rem;
  margin-top: 1.55rem;
  margin-right: auto;
}

#contact-container form .link2 span {
  font-size: 0.9895833333rem;
}

#contact-social {
  margin: -15rem auto 8.8541666667rem;
  position: relative;
}

#contact-social #sliderSocial {
  padding: initial;
  padding-top: 2rem;
}

/* CONTACT - MOBILE: */
@media (max-width: 1024px) {
  #contact-container {
    width: 100%;
    background-image: url(../img/pages/contact/contact-bg.jpg);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
  }

  #contact-container .text {
    width: 90vw;
    margin: auto;
    padding-top: 8vw;
    text-align: center;
  }

  #contact-container .text .contact-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 8vw;
  }

  #contact-container .text .contact-lists .p1 h5 {
    font-size: 5vw;
    font-weight: 800;
    margin-bottom: 2rem;
    margin-top: 8rem;
  }

  #contact-container .text .contact-lists>div .link span {
    font-size: 4rem;
    font-weight: 400;
  }

  #contact-container .text .contact-lists>div .link svg {
    height: 4rem;
    width: 5rem;
    margin-right: 0.5151041667rem;
  }

  #contact-container .contact {
    background-image: initial;
    padding-top: 12rem;
    margin-top: initial;
  }

  #contact-container .contact form {
    width: 100vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
    background-color: #fff;
    padding: 5.8333333333rem 8.125rem 17.0104166667rem 12.4479166667rem;
    box-shadow: none;
    margin: initial;
    position: relative;
    top: 0;
    left: 0;
  }

  #contact-container .contact form .p1 h5 {
    font-size: 9rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
  }

  #contact-container .contact form .form-field {
    width: 100%;
    height: 12.201042rem;
    margin-bottom: 2rem;
  }

  #contact-container .contact form .form-field input,
  #contact-container .contact form .form-field label {
    padding-bottom: 2rem;
  }

  #contact-container .contact form .form-field select {
    height: 13rem;
    padding-bottom: 0;
  }

  #contact-container .contact form .select-field {
    height: 6rem;
  }

  #contact-container .contact .link2 {
    padding: 0.364583rem 9rem 0.364583rem 7rem;
    margin-top: 1.55rem;
    margin-right: auto;
  }

  #contact-container .contact .link2 span {
    font-size: 3.5rem;
  }

  #contact-container .contact textarea {
    height: 20rem;
    padding: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.vid {
  position: absolute;
  z-index: 999;
  top: 18vw;
  right: 33vw;
}

@media (max-width: 1024px) {
  .vid {
    top: -5vw;
    right: 8vw;
  }
}

.shadow::after {
  content: '';
  background: linear-gradient(#00000000, #00000026, #000000a6);
  width: 100%;
  height: 88%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}

.shadow {
  position: relative;
  transition: 0.3s;
}

@media (max-width: 1024px) {
  .shadow::after {
    height: 90%;
  }
}


.swiper-home-text .swiper-slide {
  opacity: 0;
  /* Hide the slide initially */
  animation: slideUp 1s ease;
  /* Add a fade-in animation */
}

#home-articles .swiper-pagination {
  display: none;
}

#sliderAdvantages .swiper-pagination {
  display: none;
}

#resort-services .video-bg.darker::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .1);
  z-index: 2;
}


@media (min-width: 1024px) {
  #resort-stories .h2 h4 {
    text-align: right !important;
  }

  .stories #sliderStories {
    overflow: hidden;
  }

  #resort-services .swiper-button-next,
  #resort-services .swiper-button-prev {
    top: 28%;
    margin-left: 5.3vw !important;
  }

}

#sliderStories .story {
  cursor: pointer;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;

}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '' !important;

}

.stories #sliderStories .swiper-button-next,
.stories #sliderStories .swiper-button-prev {

  margin-left: 6.3vw;
}

/* .img_overlay::after{
  position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    z-index: 2;
} */
#destination-unique,
#resort-villa-types,
#destination-gallery,
#resort-gallery,
div#resort-hangout-sliders {
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  video#video-desk {
    width: 100%;
    height: 100%;
  }

  #home-header {
    width: 100%;
    height: 100%;

  }
}

@media (max-width: 1024px) {
  #resort-about .text {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-top: 21vw;
  }

  body {
    overflow-x: hidden !important;
  }

  #home-resorts,
  #home-social,
  #home-stories {
    overflow: hidden;
  }
}

.par {
  margin: 0 0 2vw 0;
  text-align: center;
  display: flex;
  justify-content: center;

}

video#video-mob {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .img_overlay::after{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);


} */


.story .img_overlay::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5 !important;
  background: rgba(0, 0, 0, .1);

}

#destination-resorts .swiper-pagination {
  display: none;
}

#destination-unique .swiper-rtl .swiper-button-prev:after {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  #contact-container .last-a {
    margin-top: 4vw;
  }

  #home-contact .last-a {
    width: 41.25rem !important;
  }

  #about-articles {
    position: relative;
  }

  .attractions .attractions-links a img {
    height: 100% !important;
  }

  .gallery .gallery-sliders .swiper-container {
    overflow: hidden;
  }

  #resort-villa-types .swiper-button-next,
  .swiper-button-prev,
  #destination-unique .swiper-button-next,
  .swiper-button-prev {
    width: auto !important;
  }

  .instagram {
    overflow: hidden;
  }

  #about-articles {
    overflow: hidden;
  }
}

#resort-villa-types {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .wpcf7 form .wpcf7-response-output {

    font-size: 3vw;
  }

  .last-a {

    height: 34rem !important;
  }

  #about-articles,
  #about-page-nav,
  #about-social {
    position: relative;
    overflow: hidden;
  }

  #destination-unique #sliderDestinationUnique .swiper-button-prev {
    right: 38rem !important;
    left: initial;
  }

  #destination-unique #sliderDestinationUnique .swiper-button-next {
    left: 41%;
  }

  #destination-unique .swiper-button-next,
  .swiper-button-prev {
    width: 9.3333333333rem;
    height: 9.3333333333rem;
  }

  #destination-unique .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 8.6666666667rem;
    height: 8.6666666667rem;
  }

  .advantages {
    overflow: hidden;
  }

  .stories {
    overflow: hidden;
  }

  #destination-page-nav {
    overflow: hidden;
  }

  header nav {
    z-index: 9999;
  }

  .attractions .attractions-links a {
    width: 90%;
    height: 55vw;
  }

  .attractions .attractions-links a img {
    height: 55.2rem;
    width: 100%;
  }

  #home-header .swiper-wrapper {
    overflow: hidden;
  }

  .story .img_overlay::after {

    opacity: 1 !important;

  }
}

#resorts-sliders {
  position: relative;
}

#home-social {
  position: relative;
}

.hidden-gallery {
  display: none;
}

.contact form .form-field input,
.contact form .form-field textarea,
.contact form .form-field select {
  direction: rtl;
}

#resort-villa-types {
  overflow: hidden;
  margin-bottom: 5rem;
  position: relative;
}

.padding_48 {
  padding-bottom: 48.4375rem;
}

#resort-villa-types .swiper-button-prev:after {
  transform: rotate(180deg);
}

.show_gallery {
  cursor: pointer;
}
@media (min-width: 1024px) {
  #resort-restaurants .select-hangout{
    width: 100% !important;
display: flex;
align-items: center;
margin-right: unset !important;

justify-content: center;
align-items: center;
width: 100%;
margin-top: 1vw;
  }
  .swiper-button-lock{
    display: block !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after{
    display: block;
  }
#home-resorts #select-resort-location{
    margin-bottom: 1.96875rem;
}

div#resorts-sliders {
    padding-top: 4vw;
	 padding-bottom: 6vw;
}
#sliderResortsSeeMore,
.gallery .gallery-sliders {
    width: 100%;
    position: relative;
    padding-top: 4vw;
}
#resort-more-resorts .swiper-container .swiper-button-prev,
#resort-gallery .swiper-container .swiper-button-prev,
#resort-villa-types .swiper-container .swiper-button-prev,
#resort-hangout-sliders .swiper-container .swiper-button-prev,
#home-resorts #resorts-sliders .swiper-container .swiper-button-prev{
      bottom: 0 !important;
	top:unset !important;
  left: 51.5% !important;
      transform: translate(-50%, -50%);
      margin-right: unset !important;
margin-left: unset !important;
width: auto !important;
right:unset !important;
}
#resort-more-resorts .swiper-container .swiper-button-next,
#resort-gallery .swiper-container .swiper-button-next,
#resort-villa-types .swiper-container .swiper-button-next,
#resort-hangout-sliders .swiper-container .swiper-button-next,
#home-resorts #resorts-sliders .swiper-container .swiper-button-next{
      bottom: 0 !important;
	top: unset !important;
  left: 48.5% !important;
      transform: translate(-50%, -50%);
      margin-right: unset !important;
margin-left: unset !important;
width: auto !important;
right:unset !important;

}
#resort-restaurants .select-hangout {
    margin-bottom: 2vw;
}
#resort-villa-types #sliderResortVillas {

    position: relative;
}
#home-resorts #resorts-sliders .swiper-container .swiper-button-next, #home-resorts #resorts-sliders .swiper-container .swiper-button-prev {

    width: auto;
}
.page-template-page-contact #contact-header{
  position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 28.5625rem !important;
}
.page-template-page-contact #contact-header .header-text {
    margin: 11.197917rem auto 0;
}
.page-template-page-contact #contact-header .social-links {
    top: 15.052083rem;
}
}

@media (max-width: 1024px) {
  .page-template-page-contact #contact-header{
    position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
     height: 94.466667rem;
  }
  #contact-header .header-text {
    margin-top: 39.933333rem !important;
    margin-bottom: initial;
}

  .swiper-button-next::after, .swiper-button-prev::after {
    width: 8.6666666667rem !important;
    height: 8.6666666667rem !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    height: 9.3333333333rem !important;
}
#resort-villa-types #sliderResortVillas .swiper-slide .villa-data .resort-rate {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    margin: 0;
}
}





@media (min-width: 1024px) {


    #resort-hangout-sliders .swiper-wrapper{
      padding-bottom: 7vw !important;
    }
    #resort-villa-types .swiper-wrapper{
      padding-bottom: 7vw !important;
    }
    .swiper-button-lock{
      opacity: 0 !important;
    }

#sliderDestinationResorts .swiper-button-next,
#sliderDestinationResorts .swiper-button-prev{
display: none;
}
}
@media (max-width: 1024px) {
    #resort-about{
      display: flex;
      flex-direction: column;
      padding-top: 0;
      overflow: hidden;
    }
    #resort-about .text{
      width: 100% !important;
      order: 1;
      margin-top: 14vw;
    }
    #resort-about #mapme{
      height: 650px !important;
      position: relative !important;
    }
    #resort-about .title {
      width: 80% !important;
    }
    .page-nav #sliderPageNav .swiper-wrapper{
      /* justify-content: center;
      flex-wrap: wrap;
      column-gap: 55px;
      row-gap: 20px; */
    }

    #sliderPageNav .overlay1{
      z-index: -1 !important;
    }
        #sliderPageNav .overlay2{
      z-index: -1 !important;
    }
    .gallery .gallery-sliders .swiper-container .swiper-button-next{
      left: 42.5%;
      transform: translate(-42.5%);
    }
    .gallery .gallery-sliders .swiper-container .swiper-button-prev{
      left: 57.5%;
      transform: translate(-57.5%);
    }
    #sliderAdvantages .swiper-slide{
      width: initial;
    }
    #sliderArticles{
      position: relative;
      display: flex !important ;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 30px;
      row-gap: 40px;
    }
    #sliderPageNav .swiper-wrapper{
      padding-right: 15vw;
    }
}
.page-nav{
  overflow: hidden;
}
#resort-services{
  padding-bottom: 0;
}
#home-attractions{
  overflow: hidden;
}
#sliderArticles .swiper-button-next,
#sliderArticles .swiper-button-prev,
#sliderDestinationUnique .swiper-button-next,
#sliderDestinationUnique .swiper-button-prev,
#sliderDestinationResorts .swiper-button-next,
#sliderDestinationResorts .swiper-button-prev{
  position: static;
  width: fit-content;
  padding-bottom: 15px;
  /* flex: 0 0 58px; */
  /* margin-top: 40px; */
}

#sliderArticles,
#sliderDestinationUnique,
#sliderDestinationResorts{
  position: relative;
  display: flex ;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 60px;
}
#destination-attractions{
  overflow: hidden;
}
.archive .attractions-links .p3{
  display: none;

}
#sliderAdvantages{
  position: relative;
}
#sliderAdvantages .swiper-pagination {
  display: block;
}