
/* 
  Dark grey color #50545D
  Beige color #E3BCA2
  White color #FFFFFF
  Light grey color #D6E6ED
  Grey blue color #A4C3C9

  font-family: 'David Libre', serif;
  font-family: 'M PLUS 1p', sans-serif;
*/

* {
  box-sizing: border-box;
  font-family: 'M PLUS 1p', sans-serif;
}

:root {
  --animate-duration: 1.5s !important;
  --animate-delay: 0s !important;
  --animate-repeat: 1;
}

[img] {
  position: relative;
  background-color: #D8E6EC;
}

[img]::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f110";
  animation: fa-spin 2s linear infinite;
  color: #aac2c7;
  position: absolute;
  font-size: 32px;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  z-index: 3;
  transition: all .6s ease;
}

[img].loaded::before {
  opacity: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #51545C;
}

p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1.3em;
  line-height: 1.3em;
}

input {
  background: #fff;
  font-size: 16px;
  color: #A4C3C9;
  padding: 8px 16px;
  border-radius: 10px;
  border: none;
  transition: all .2s;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  outline: none;
}

input:focus,
input:hover {
  background: #FFFFFF;
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 220px;
  line-height: 1em;
  text-align: right;
  color: rgba(243, 232, 224, 0.5);
  margin: 0;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 1em;
  text-align: right;
  color: #DFBDA6;
  margin: 0;
  margin-right: 120px;
  margin-top: -80px;
}

h3 {
  font-size: 32px;
}

section,
article {
  padding-left: calc(100vw / 12);
  padding-right: calc(100vw / 12);
  padding-top: calc(100vw / 12 / 2);
  padding-bottom: calc(100vw / 12 / 2);
}


section {
  background-color: #fff;
  overflow: hidden;
}

a.backButton {
  display: inline-block;
  text-decoration: none;
  width: auto;
  border: 2px rgba(255,255,255,.8) solid;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 32px 6px 24px;
  cursor: pointer;
  transition: all 0.6s;
  font-weight: 600;
  position: relative;
  margin: 32px 0 0 0;
}

a.backButton.dark {
  border: 2px #50545D solid;
  color: #50545D;
}

a.backButton i {
  position: absolute;
  right: 14px;
  top: calc(50% - 0.5em);
  transition: all .6s;
}

a.backButton:hover {
  opacity: .8;
}

a.backButton:hover i {
  right: 16px;
}

.loaderBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: #A4C3C9;
  transition: all .6s ease;
}

.loaderBlock.closed {
  opacity: 0;
}

.mainSection {
  height: 100vh;
  width: 100%;
  display: grid;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(0,0,0,.3), rgba(0,0,0,.3)), url('/assets/img/pool.png');
  background-image: linear-gradient(0deg, rgba(0,0,0,.3), rgba(0,0,0,.3)), url('/assets/img/villa/1/terrace_5.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #328093;
  transition: width 1s ease-in, margin-left 1s ease-in, background-size 1s ease-in;
}

.mainSection__logo {
  max-width: 40vh;
  margin: 0 auto;
  transition: opacity .6s;
}


.shomeraSection__grid {
  display: grid;
  grid-template-columns: 2fr 5fr;
  column-gap: 42px;
  row-gap: 42px;
  align-items: center;
}

.shomeraSection__grid:first-of-type {
  width: calc(100vw - 100vw / 12);
  margin-left: calc(-100vw / 12);
  margin-top: calc(100vw / 12);
  margin-bottom: calc(100vw / 12 / 3);
}

.shomeraSection__grid.cells_3 {
  grid-template-columns: 4fr 3fr;
  grid-template-rows: 2fr 1fr;
  margin-right: calc(-100vw / 12);
}

.shomeraSection__grid__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
}

.shomeraSection__grid.cells_3 .shomeraSection__grid__image {
  min-height: 60vh;
}

.shomeraSection__grid__text p {
  margin-bottom: 0;
  font-size: 32px;
}

.margin_right_extra {
  margin-right: calc(100vw / 12);
}

.row_span {
  grid-row: 3/1;
  grid-column: 3 / 2;
  height: 100%;
}




.jasmineSection {
  background-image: url('/assets/img/jasmin.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #a39f9a;
}

.carousel {
  height: 100vh;
  overflow: visible;
  display: block;
  position: relative;
}


.jasmineSection__sliderBlock {
  /* margin-right: 5vw; */
  display: inline-grid;
  align-items: center;
  height: auto;
  padding: 64px;
  bottom: 0;
  width: auto;
}

.jasmineSection__sliderBlock img {
  width: 100%;
}

.jasmineSection__sliderBlock.horizontal {
  width: 55%;
  bottom: 64px;
}

.jasmineSection__sliderBlock.vertical {
  width: 45%;
}

.jasmineSection .carousel {
  margin-top: calc(100vw / 12 * 1.5);
  /* height: calc(100vh - 100vw / 12 * 1.5); */
  overflow: visible;
}

.jasmineSection .carousel .flickity-prev-next-button.previous {
  left: -48px;
}

.jasmineSection .carousel .flickity-prev-next-button.next {
  right: -48px;
}

.jasmineSection__h3 {
  color: #fff;
  font-size: 120px;
  line-height: 1em;
  position: absolute;
  top: calc(100vw / 12);
  margin: 0;
}

.jasmineSection__sliderBlock__title {
  position: absolute;
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1em;
}

.jasmineSection__sliderBlock__title.left {
  left: 64px;
}

.jasmineSection__sliderBlock__title.right {
  right: 64px;
}

.jasmineSection__sliderBlock__title.bottom {
  bottom: 0;
}

.jasmineSection__sliderBlock__title.top {
  top: 0;
}

.jasmineSection__sliderBlock__title.rotate {
  transform: rotate(-180deg);
  text-orientation: mixed;
  writing-mode: vertical-lr;
}

.jasmineSection__sliderBlock__title.rotate.left {
  left: 0;
}

.jasmineSection__sliderBlock__title.rotate.bottom {
  bottom: 64px;
}

.jasmineSection__sliderBlock__title.rotate.top {
  top: 64px;
}

.villasSection__h3 {
  color: rgba(216, 230, 236, 0.5);
  font-style: normal;
  font-weight: 700;
  font-size: 160px;
  line-height: 1em;
  text-align: right;
  margin: 0;
}

.villasSection__h4 {
  color: rgba(170, 194, 199, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  text-align: left;
  margin: 0;
  margin-top: -60px;
}

.villasSection__p {
  text-align: left;
  font-size: 32px;
  margin: 1em 0 0 0;
}

.villasSection__grid {
  display: grid;
  column-gap: 120px;
  align-items: center;
  direction: ltr;
}

.villasSection__grid.image-to-text {
  grid-template-columns: 2fr 1fr;
  margin-left: calc(-100vw / 12);
}

.villasSection__grid.text-to-image {
  grid-template-columns: 1fr 2fr;
  margin-right: calc(-100vw / 12);
}

.villasSection__grid:first-of-type {
  margin-top: 120px;
}

.villasSection__grid:last-of-type {
  /* margin-top: -40px; */
}

.villasSection__grid__text {
  text-align: right;
}

.villasSection__grid__text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
  text-align: right;
  color: #51545C;
  direction: rtl;
}

.villasSection__grid__text p.title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0.5em;
  color: #aac2c7;
}

.villasSection__grid__text button {
  background: #DFBDA6;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  padding: 9px 23px 11px 23px;
  border: none;
  cursor: pointer;
  transition: all .6s ease;
}

.villasSection__grid__text button:hover {
  background: #e7b491;
}

.villasSection__grid__image {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.activitiesSection {
  position: relative;
}

.activitiesSection__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.activitiesSection__container a {
  text-decoration: none;
}

.activitiesSection__h3 {
  color: rgba(243, 232, 224, 0.5);
  font-style: normal;
  font-weight: 700;
  font-size: 240px;
  line-height: 1em;
  text-align: right;
  margin: 0;
}

.activitiesSection__h4 {
  color: rgba(223, 189, 166, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  text-align: right;
  margin: 0;
  margin-top: -60px;
  margin-right: 10%;
}

.activitiesSection__img-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
}

.activitiesSection__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  row-gap: 48px;
  direction: ltr;
  margin-top: 48px;
}

.activitiesSection__grid__cell {
  position: relative;
}

.activitiesSection__grid__cell.padding-top {
  padding-top: 64px;
}

.activitiesSection__grid__cell.padding-right {
  padding-right: 64px;
}

.activitiesSection__grid__cell.padding-bottom {
  padding-bottom: 48px;
}

.activitiesSection__grid__cell.padding-left {
  padding-left: 48px;
}

.activitiesSection__grid__cell:first-child {
  grid-column: 1 / 3;
  text-align: right;
}

.activitiesSection__grid__cell:nth-child(2) {
  grid-row: 1 / 3;
  grid-column: 3 / 4;
}

.activitiesSection__grid__cell:nth-child(3) {
  grid-row: 2 / 4;
  grid-column: 1 / 2;
}

.activitiesSection__grid__cell:nth-child(4) {
  grid-column: 2 / 3;
}

.activitiesSection__grid__cell:nth-child(5) {
  grid-row: 3 / 4;
  grid-column: 2 / 4;
}

.activitiesSection__grid__cell:nth-child(6) {
  grid-row: 4 / 5;
  grid-column: 1 / 4;
  text-align: right;
}

.activitiesSection__grid__cell__img {
  max-width: 100%;
  height: 100%;
}

.activitiesSection__grid__cell:first-child .activitiesSection__grid__cell__img {
  width: 65%;
}

.activitiesSection__grid__cell:first-child .activitiesSection__grid__cell__title.left {
  left: calc(35% - 32px);
}

.activitiesSection__grid__cell__image {
  width: 100%;
}

.activitiesSection__grid__cell__title {
  font-size: 48px;
  line-height: .5em;
  font-weight: 400;
  margin: 0;
  color: #B0AAAA;
  position: absolute;
}

.activitiesSection__grid__cell__title.x3_1 {
  font-size: 3.1em;
}

.activitiesSection__grid__cell__title.x4 {
  font-size: 4em;
}

.activitiesSection__grid__cell__title.x4_8 {
  font-size: 4.8em;
}

.activitiesSection__grid__cell__title.x4_9 {
  font-size: 3.2em;
}

.activitiesSection__grid__cell__title.x5 {
  font-size: 5em;
}

.activitiesSection__grid__cell__title.left {
  left: 0;
}

.activitiesSection__grid__cell__title.right {
  right: 0;
}

.activitiesSection__grid__cell__title.bottom {
  bottom: 0;
}

.activitiesSection__grid__cell__title.top {
  top: 0;
}

.jasmineSection__sliderBlock__title.top {
  top: 0;
}

.activitiesSection__grid__cell__title.rotate {
  transform: rotate(-180deg);
  text-orientation: mixed;
  writing-mode: vertical-lr;
}

.activitiesSection__grid__cell__title.rotate.left {
  left: 0;
}

.activitiesSection__grid__cell__title.rotate.right {
  right: 0;
}

.activitiesSection__grid__cell__title.rotate.bottom {
  bottom: 0;
}

.activitiesSection__grid__cell__title.rotate.top {
  top: 48px;
}

.activitiesSection a,
.restoSection a {
  text-decoration: none;
  display: inline-block;
}

.activitiesSection__button {
  background: #DFBDA6;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  padding: 9px 23px 11px 23px;
  width: 100%;
  text-align: center;
  max-width: 360px;
  margin: 48px auto 0 auto;
  display: block;
  border: none;
  cursor: pointer;
  transition: all .6s ease;
}

a .activitiesSection__button {
  color: #fff;
  text-decoration: none;
}

.activitiesSection__button:hover {
  background: #e7b491;
}

.marqueeSection {
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 100vw;
  background-color: #fff;
}

.marquee .marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  white-space: nowrap;
  transform: translateX(0);
  animation: marquee 8s linear infinite;
  animation-play-state: running;
}

.marquee .marquee__inner span {
  font-weight: 700;
  font-size: 124px;
  padding: 0 30px;
  color: rgba(170, 194, 199, 1);
  vertical-align: middle;
}

.marquee .marquee__inner span:after {
  display: inline-block;
  position: relative;
  content: " ";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(170, 194, 199, 1);
  vertical-align: middle;
  margin-right: 40px;
}

.contactSection {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #51545C;
}

.contactSection__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background-color: #51545C;
  color: #fff;
  direction: ltr;
  min-height: 100vh;
}

.contactSection__grid__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.contactSection__grid__image video {
  width: 100%;
  display: block;
}

.contactSection__grid__text {
  padding: calc(100vw / 12);
  text-align: center;
}

.contactSection__grid__text p {
  font-size: 32px;
}

.contactSection__grid__text a.phoneNumber {
  font-size: 80px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  transition: all .6s ease;
}

.contactSection__grid__text a.phoneNumber:hover {
  opacity: .8;
}

.contactSection__grid__text__social {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  align-items: center;
  transition: all 0.6s;
}

.contactSection__grid__text__social a {
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 36px;
  text-align: center;
  color: #AAC2C7;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}


.villaMainSection {
  height: 100vh;
  padding: 0;
  background-color: #ffffff;
  background-color: #46352D;
}

.villaMainSection.grey {
  background-color: #51545C;
}

.villaMainSection__grid {
  direction: ltr;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: inherit;
}

.villaMainSection__grid__image {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.villaMainSection__grid__text {
  padding: 80px;
  background-color: #46352D;
  text-align: right;
}

.villaMainSection.grey .villaMainSection__grid__text {
  background-color: #51545C;
}

.villaMainSection__grid__h1 {
  font-size: 56px;
  color: #fff;
}

.villaMainSection__grid__facilities {
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 60px;
}

.villaMainSection__grid__facilities__item {
  text-align: center;
  opacity: 0;
}

.villaMainSection__grid__facilities__item img {
  max-width: 64px;
  max-height: 64px;
  margin-bottom: 16px;
}

.villaMainSection__grid__facilities__item p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.villaGallerySection {
  background-color: #fff;
}

.villaGallerySection__h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 260px;
  line-height: 1em;
  text-align: right;
  margin: 0;
  color: #D8E6EC;
}

.villaGallerySection__h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  text-align: right;
  margin: 0;
  margin-top: -60px;
  margin-right: 35%;
  color: #AAC2C7;
}

.villaGallerySection__p {
  font-size: 32px;
  color: #51545C;
}

.villaGallerySection .carousel .flickity-prev-next-button {
  color: #DFBDA6;
}

.villaGallerySection.grey .carousel .flickity-prev-next-button {
  color: #AAC2C7;
}

.villaGallerySection .carousel .flickity-prev-next-button.previous {
  left: -48px;
}

.villaGallerySection .carousel .flickity-prev-next-button.next {
  right: -48px;
}

.villaGallerySection__sliderBlock__title {
  font-size: 48px;
  color: #DFBDA6;
  margin-bottom: 0;
  text-align: center;
}

.villaGallerySection.grey .villaGallerySection__sliderBlock__title {
  color: #AAC2C7;
}

.villaGallerySection__sliderBlock {
  /* margin-right: 5vw; */
  display: inline-grid;
  align-items: center;
  height: auto;
  padding: 64px;
  bottom: 0;
  width: 80% !important;
}

.villaGallerySection__sliderBlock img {
  width: 100%;
}

.villaGallerySection__sliderBlock.horizontal {
  width: 55%;
  bottom: 64px;
}

.villaGallerySection__sliderBlock.vertical {
  width: 45%;
}

.villaServicesSection {
  background-image: url('/assets/img/palm_tree_golden.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.villaServicesSection__h3 {
  font-size: 220px;
  text-align:center;
  color: #DFBDA6;
  margin: 0;
}

.villaServicesSection__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  direction: ltr;
  align-items: start;
}

.villaServicesSection__grid__item {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 300px;
}

.villaServicesSection__grid__item:last-child {
  margin-bottom: 0;
}

.villaServicesSection__grid__item img {
  max-width: 100px;
  max-height: 100px;
}

.villaServicesSection__grid__item__title {
  font-size: 40px;
  color: #DFBDA6;
  margin-bottom: 12px;
}

.villaServicesSection__grid__item__description {
  direction: rtl;
  color: #51545C;
  font-size: 24px;
  margin-bottom: 0;
}

.villaContactSection {
  background-color: #B0AAAA;
}

.villaContactSection.dark {
  background-color: #51545C;
}

.villaContactSection .contactSection__grid__text p {
  color: #EFE0D5;
}

.villaContactSection .contactSection__grid__text__social a {
  /* color: #DFBDA6; */
}

.padding_0 {
  padding: 0;
}

.margin-right_0 {
  margin-right: 0;
}




.testimonialsSection {
  text-align: center;
  background-image: url('/assets/img/jasmin.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #a39f9a;
}

.testimonialsSection__h3 {
  color: #fff;
  font-size: 120px;
  line-height: 1em;
  margin: 0;
}

.testimonialsSection .carousel {
  height: auto;
  margin-top: calc(100vw / 12);
  padding: 0 72px;
}

.testimonialBlock {
  width: 100%;
}

.testimonial {
  padding: 40px;
  border-radius: 30px;
  background-color: #fff; 
  position: relative;
  max-width: 500px;
  margin: 35px auto 0 auto;
}

.testimonial br {
  content: "A" !important;
  display: block !important;
  margin-bottom: 1.3em !important;
}

.testimonial b + br {
  margin-bottom: 0em !important;
}

.testimonial__photo {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonial__photo.light_green,
.testimonial__source.light_green {
  background-color: #577B5F;
}

.testimonial__photo.light_purple,
.testimonial__source.light_purple {
  background-color: #8C729B;
}

.testimonial__photo.violet,
.testimonial__source.violet {
  background-color: #8C729B;
}

.testimonial__photo.orange,
.testimonial__source.orange {
  background-color: #BC8A58;
}

.testimonial__photo.green,
.testimonial__source.green {
  background-color: #4C6D55;
}

.testimonial__photo.blue,
.testimonial__source.blue {
  background-color: #89c7d4;
}

.testimonial__title {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0.5em 0;
}

.testimonial__sources {
  margin-bottom: 40px;
  display: block;
}

.testimonial__source {
  display: inline-block;
  position: relative;
  padding: 4px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0;
  color: #fff;
}

.testimonial p:first-child {
  margin-bottom: 0;
}


.flickity-button:focus {
  box-shadow: none !important;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.restoSection {
  text-align:center;
}

.restoSection__h3 {
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  color: rgba(223, 189, 166, 1);
  margin-bottom: 0.3em;
}

.restoSection__p {
  color: #B0AAAA;
  font-size: 42px;
  line-height: 1.3em;
}

.restoSection__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  align-items: start;
}

.restoSection__grid__item {

}

.restoSection__grid__item__picture {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}

.restoSection__grid__item__name {
  font-weight: 700;
  color: #B0AAAA;
  font-size: 24px;
  margin-bottom: 0;
}


.attractionsList__mainSection {
  height: 80vh;
  width: 100%;
  display: grid;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(0,0,0,.3), rgba(0,0,0,.3)), url('/assets/img/sky.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #328093;
}

.attractionsList__mainSection__h1 {
  font-size: 120px;
  color: #EFE0D5;
}

.attractionsList__mainSection__h2 {
  font-size: 64px;
  margin: 0;
  color: #EFE0D5;
}

.attractionsList__listSection {

}

.attractionsList__listSection__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
}

.attractionsList__listSection__flex__h3 {
  width: 100%;
  color: #AAC2C7;
  font-size: 60px;
  margin-bottom: 0;
}

.attractionsList__listSection__flex__a {
  width: calc((100% - 40px * 2) / 3);
  text-decoration: none;
  cursor: pointer;
}

a.attractionInfoSection__grid__item {
  text-decoration: none;
  transition: all .6s ease;
}

.attractionInfoSection__grid__item:hover {
  opacity: .8;
}

a.attractionInfoSection__grid__item .attractionInfoSection__p {
  color: #51545C;
  transition: all .6s ease;
}

a.attractionInfoSection__grid__item:hover .attractionInfoSection__p {
  color: #AAC2C7;
}

.attractionsList__listSection__flex__a__image {
  height: 240px;
  width: 100%;
  background-color: #C4C4C4;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .6s ease;
}

.attractionsList__listSection__flex__a__p {
  color: #51545C;
  font-size: 32px;
  margin: 0;
  transition: all .6s ease;
}

.attractionsList__listSection__flex__a:hover .attractionsList__listSection__flex__a__image {
  opacity: .8;
}

.attractionsList__listSection__flex__a:hover .attractionsList__listSection__flex__a__p {
  color: #AAC2C7;
}

.attractionInfoSection {
  background-color: #ffffff;
  padding-top: calc(100vw / 12 * 1);
}

.attractionInfoSection a.backButton {
  margin: 0 0 32px 0;
}

.attractionInfoSection__h1 {
  color: rgba(216, 230, 236, 0.5);
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 1em;
  text-align: right;
  margin: 0;
}

.attractionInfoSection__h2 {
  color: rgba(170, 194, 199, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  text-align: left;
  margin-top: -60px;
  margin-bottom: .5em;
}

.attractionInfoSection__h1.smaller {
  font-size: 160px;
}

.attractionInfoSection__h2.smaller {
  font-size: 100px;
}

.attractionInfoSection__h2.right {
  text-align: right;
}

.attractionInfoSection__h3 {
  font-size: 80px;
  color: #AAC2C7;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

.attractionInfoSection__p {
  font-size: 32px;
}

.attractionInfoSection__p.title {
  color: #AAC2C7;
  font-size: 42px;
}

.attractionInfoSection__h3.center,
.attractionInfoSection__p.center {
  text-align: center;
}

.attractionInfoSection__image {
  width: 100%;
  height: 40vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.attractionInfoSection__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: center;
  justify-content: space-evenly;
  gap: 80px;
  direction: ltr;
}

.attractionInfoSection__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 80px;
  direction: ltr;
  text-align: center;
}

.attractionInfoSection__grid a {
  text-decoration: none;
}

.attractionInfoSection__grid__item__image {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.attractionInfoSection__flex__item {
  flex: 1;
}

.attractionInfoSection__flex__item__icon {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 36px;
}

.attractionInfoSection__flex__item .attractionInfoSection__p {
  margin-bottom: 0;
}

.attractionPage .villasSection__h3 {
  color: #EFE0D5;
  font-size: 240px;
}

.attractionPage .villasSection__h4 {
  color: #DFBDA6;
  font-size: 80px;
  text-align: right;
  margin-top: -60px;
  margin-right: 40vw;
}

.attractionPage .villasSection__grid.text-to-image {
  grid-template-columns: 2fr 3fr;
  margin-right: 0;
  column-gap: 80px;
}

.attractionPage .villasSection__grid.image-to-text {
  grid-template-columns: 3fr 2fr;
  margin-left: 0;
}

.attractionPage .villasSection__grid:last-of-type {
  margin-top: 48px;
}

.attractionPage .villasSection__grid__image {
  height: 500px;
}

.attractionPage .villasSection__grid__text p.title {
  color: #DFBDA6;
}

footer {
  padding: calc(100vw / 12 / 2);
  background: rgb(48 49 53);
  color: #b0aaaa;
  direction: ltr;
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  text-align: right;
}

footer p:last-child {
  margin-bottom: 0;
}

footer p {
  font-size: 16px;
  margin-bottom: 0;
}

footer p.title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.3em;
}

.footer__credits {
  display: block;
}

.footer__credits p {
  margin: 0;
}

.footer__credits__ul,
.footer__nav__ul {
  list-style: circle;
  overflow: hidden;
  height: 0;
  margin-bottom: 0;
  direction: rtl;
}

.footer__nav__ul {
  height: auto;
}

.footer__credits__ul.opened {
  height: auto;
}

.footer__credits__ul li,
.footer__nav__ul li {
  font-size: 10px;
}

.footer__credits__ul li a,
.footer__nav__ul li a {
  color: #777;
}

.footer__credits__button {
  color: #b0aaaa;
  border: 1px solid #b0aaaa;
  background: none;
  padding: 6px 12px;
  margin-top: 1em;
  transition: all .6s;
}

.footer__credits__button:hover {
  color: #c1bcbc;
  border: 1px solid #c1bcbc;
}

.footer__info__links {
  margin-bottom: 16px;
}

.footer__info__links__a {
  display: inline-block;
  color: #b0aaaa;
  border: 1px solid #b0aaaa;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  margin: 6px;
  transition: all .6s;
}

.footer__info__links__a:hover {
  
}

.footer__info__links__a i {

}

@media (min-width: 1025px){
  
}

/* iPad Pro Horizontal*/
@media screen and (max-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape){
  h1 {
    font-size: 180px;
  }

  h2 {
    font-size: 80px;
    margin-right: 40px;
    margin-top: -60px;
  }

  .shomeraSection__grid__text p {
    font-size: 24px;
  }

  .jasmineSection__h3 {
    top: calc(100vw / 12);
    font-size: 100px;
  }

  .testimonialsSection__h3 {
    font-size: 100px;
  }

  .carousel {
    height: 90vh;
  }

  .jasmineSection .carousel {
    margin-top: calc(100vw / 12 * 1.5);
    height: calc(90vh - 100vw / 12 * 1.5);
  }

  .villasSection__h3 {
    font-size: 120px;
  }

  .villasSection__h4 {
    font-size: 80px;
    margin-top: -45px;
  }

  .villasSection__p {
    font-size: 16px;
    text-align: left;
  }

  .villasSection__grid {
    column-gap: 60px;
  }

  .villasSection__grid__text p {
    font-size: 24px;
  }

  .villasSection__grid__text p.title {
    font-size: 36px;
  }

  .villasSection__grid__text button {
    font-size: 24px;
  }

  .activitiesSection__h3 {
    font-size: 200px;
  }

  .activitiesSection__h4 {
    font-size: 80px;
    margin-top: -60px;
    margin-right: 15%;
  }

  .activitiesSection__grid {
    margin-top: 60px;
    column-gap: 32px;
    row-gap: 32px;
  }

  .activitiesSection__grid__cell__title {
    font-size: 32px;
  }

  .activitiesSection__grid__cell.padding-left {
    padding-left: 42px;
  }

  .activitiesSection__grid__cell.padding-left:last-of-type {
    padding-left: 64px;
  }

  .activitiesSection__grid__cell.padding-top {
    padding-top: 48px;
  }

  .activitiesSection__grid__cell.padding-right {
    padding-right: 48px;
  }

  .activitiesSection__grid__cell.padding-bottom {
    padding-bottom: 48px;
  }

  .activitiesSection__container {
    max-width: 1100px;
  }

  .activitiesSection__img-map {
    width: 300px;
  }

  .activitiesSection__grid__cell__title.x3_1 {
    font-size: 3em;
  }

  .activitiesSection__grid__cell__title.x4 {
    font-size: 3.8em;
  }

  .activitiesSection__grid__cell__title.x4_8 {
    font-size: 4.77em;
  }

  .activitiesSection__grid__cell__title.x4_9 {
    font-size: 3em;
  }

  .activitiesSection__grid__cell__title.x5 {
    font-size: 4.8em;
  }

  .contactSection__grid {
    grid-template-columns: 3fr 4fr;
    min-height: 80vh;
  }

  .contactSection__grid__text p {
    font-size: 24px;
  }

  .contactSection__grid__text a.phoneNumber {
    font-size: 54px;
  }

  .contactSection__grid__text__social a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 26px;
  }

  .restoSection__h3 {
    font-size: 100px;
  }

  .attractionInfoSection:first-of-type {
    padding-top: calc(100vw/12 * 2);
  }

  .attractionInfoSection__h1 {
    font-size: 120px;
  }

  .attractionInfoSection__h2 {
    font-size: 80px;
    margin-top: -45px;
  }
}

/* iPad Pro Portrait*/
@media screen and (max-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) {
  section {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mainSection {
    height: 70vh;
    background-position: center;
    background-size: auto 70vh;
  }

  .mainSection__logo {
    max-width: 30vw;
  }

  .shomeraSection {
    padding-left: 0;
    padding-right: 0;
  }

  .shomeraSection__grid {
    display: block;
    width: 100vw;
  }

  .shomeraSection__grid:first-of-type {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 32px;
    margin-top: 0;
  }

  .shomeraSection__grid__image,
  .shomeraSection__grid.cells_3 .shomeraSection__grid__image {
    min-height: 25vh;
    margin-bottom: 32px;
  }

  .shomeraSection__grid:last-of-type .shomeraSection__grid__image:last-of-type {
    min-height: 60vh;
  }

  .margin_right_extra {
    margin-right: 0;
  }

  .shomeraSection__grid__text {
    padding: 32px;
    text-align: center;
  }

  .shomeraSection__grid__text p {
    font-size: 16px;
  }

  .shomeraSection__grid.cells_3 {
    margin-right: 0;
  }

  .jasmineSection__h3 {
    position: relative;
    font-size: 48px;
    top: 32px;
  }

  .testimonialsSection__h3 {
    position: relative;
    font-size: 48px;
    top: 32px;
  }

  .jasmineSection .carousel {
    height:calc(70vh - 100vw / 12 * 1.5);
  }

  .jasmineSection__sliderBlock__title {
    font-size: 20px;
  }

  .jasmineSection .carousel .flickity-prev-next-button.previous {
    left: -30px;
    background: none !important;
    box-shadow: none !important;
  }

  .jasmineSection .carousel .flickity-prev-next-button.next {
    right: -30px;
    background: none !important;
    box-shadow: none !important;
  }

  .jasmineSection__sliderBlock.vertical,
  .jasmineSection__sliderBlock.horizontal {
    width: 50%;
    padding: 20px;
  }

  .jasmineSection__sliderBlock__title.left {
    left: 20px;
  }

  .jasmineSection__sliderBlock__title.right {
    right: 20px;
  }

  .jasmineSection__sliderBlock__title.rotate.bottom {
    bottom: 20px;
  }

  .jasmineSection__sliderBlock__title.rotate.top {
    top: 20px;
  }

  .villasSection__h3 {
    font-size: 48px;
  }

  .villasSection__h4 {
    font-size: 32px;
    text-align: right;
    margin-top: -16px;
    margin-right: 180px;
  }

  .villasSection__p {
    font-size: 16px;
    text-align: right;
  }

  .villasSection__grid {
    column-gap: 32px;
  }

  .villasSection__grid.text-to-image {
    grid-template-columns: 4fr 6fr;
    margin-right: -32px;
  }

  .villasSection__grid.image-to-text {
    grid-template-columns: 6fr 4fr;
    margin-left: -32px;
  }

  .villasSection__grid__text p {
    font-size: 16px;
  }

  .villasSection__grid__text p.title {
    font-size: 24px;
  }

  .villasSection__grid__text button {
    font-size: 16px;
    padding: 5px 10px 7px 10px;
  }

  .villasSection__grid__image {
    height: 200px;
  }

  .villasSection__grid:last-of-type {
    margin-top: 32px;
  }

  .activitiesSection__h3 {
    font-size: 130px;
  }

  .activitiesSection__h4 {
    font-size: 80px;
    margin-top: -20px;
  }

  .activitiesSection__grid {
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 120px;
  }

  .activitiesSection__grid__cell__title {
    font-size: 32px;
  }

  .activitiesSection__grid__cell.padding-left {
    padding-left: 42px;
  }

  .activitiesSection__grid__cell.padding-left:last-of-type {
    padding-left: 64px;
  }

  .activitiesSection__grid__cell.padding-top {
    padding-top: 48px;
  }

  .activitiesSection__grid__cell.padding-right {
    padding-right: 48px;
  }

  .activitiesSection__grid__cell.padding-bottom {
    padding-bottom: 48px;
  }

  .activitiesSection__container {
    max-width: 900px;
  }

  .activitiesSection__img-map {
    width: 300px;
  }

  .activitiesSection__grid__cell__title.x3_1 {
    font-size: 2.5em;
  }

  .activitiesSection__grid__cell__title.x4 {
    font-size: 3.2em;
  }

  .activitiesSection__grid__cell__title.x4_8 {
    font-size: 3.85em;
  }

  .activitiesSection__grid__cell__title.x4_9 {
    font-size: 2.4em;
  }

  .activitiesSection__grid__cell__title.x5 {
    font-size: 4em;
  }



  .villaMainSection {
    height: auto;
  }

  .villaMainSection__grid {
    display: block;
  }

  .villaMainSection__grid__image {
    height: 50vh;
  }

  .villaMainSection__grid__text {
    padding: 24px;
  }

  .villaMainSection__grid__h1 {
    font-size: 48px;
  }

  .villaMainSection__grid__facilities {
    margin-top: 48px;
  }

  .villaMainSection__grid__facilities__item img {
    max-width: 36px;
    max-height: 36px;
  }

  .villaMainSection__grid__facilities__item p {
    font-size: 12px;
  }

  .villaGallerySection__h3 {
    font-size: 100px;
  }

  .villaGallerySection__h4 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 32px;
    margin-right: 10%;
  }
  
  .villaGallerySection__p {
    font-size: 16px;
  }

  .villaGallerySection__sliderBlock__title {
    font-size: 16px;
  }

  .carousel {
    height: 30vh;
  }

  .villaGallerySection__sliderBlock {
    padding: 16px;
  }

  .villaGallerySection .carousel .flickity-prev-next-button.previous {
    left: -32px;
  }

  .villaGallerySection .carousel .flickity-prev-next-button.next {
    right: -32px;
  }

  .villaGallerySection__sliderBlock.vertical,
  .villaGallerySection__sliderBlock.horizontal {
    width: 50%;
  }

  .villaServicesSection__h3 {
    font-size: 60px;
  }

  .villaServicesSection__grid {
    display: block;
  }

  .villaServicesSection__grid__item {
    max-width: 60%;
    margin-bottom: 48px;
  }

  .villaServicesSection__grid__item:last-child {
    margin-bottom: 48px;
  }

  .villaServicesSection__grid__item img {
    max-width: 32px;
    max-height: 32px;
  }

  .villaServicesSection__grid__item__title {
    font-size: 24px;
  }

  .villaServicesSection__grid__item__description {
    font-size: 16px;
  }

  .contactSection__grid {
    min-height: auto;
  }

  .contactSection__grid__text p {
    font-size: 16px;
  }

  .contactSection__grid__text a.phoneNumber {
    font-size: 40px;
  }

  .contactSection__grid__text__social a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 28px;
  }

  .restoSection__h3 {
    font-size: 48px;
  }

  .restoSection__p {
    font-size: 32px;
  }

  .restoSection__grid {
    column-gap: 32px;
  }

  .restoSection__grid__item__picture {
    height: 220px;
  }

  .restoSection__grid__item__name {
    font-size: 16px;
  }

  .attractionInfoSection:first-of-type {
    padding-top: calc(100vw/12 * 3);
  }

  .attractionInfoSection__h1 {
    font-size: 100px;
  }

  .attractionInfoSection__h2 {
    font-size: 80px;
    text-align: right;
    margin-top: -16px;
    margin-right: 180px;
  }

  .attractionInfoSection__h3 {
    font-size: 48px;
  }

  .attractionInfoSection__p {
    font-size: 24px;
  }

  .attractionInfoSection__p.title {
    font-size: 36px;
  }
}

/* iPad  Horizontal*/
@media screen and (max-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape){
  h1 {
    font-size: 180px;
  }

  h2 {
    font-size: 80px;
    margin-right: 40px;
    margin-top: -60px;
  }

  .mainSection {
    background-size: cover;
  }

  .shomeraSection__grid__text p {
    font-size: 24px;
  }

  .jasmineSection__h3 {
    top: calc(100vw / 12);
    font-size: 100px;
  }

  .testimonialsSection__h3 {
    font-size: 100px;
  }

  .carousel {
    height: 90vh;
  }

  .jasmineSection .carousel {
    margin-top: calc(100vw / 12 * 1.5);
    height: calc(90vh - 100vw / 12 * 1.5);
  }

  .villasSection__h3 {
    font-size: 120px;
  }

  .villasSection__h4 {
    font-size: 80px;
    margin-top: -45px;
  }

  .villasSection__p {
    font-size: 24px;
    text-align: left;
  }

  .villasSection__grid {
    column-gap: 60px;
  }

  .villasSection__grid__text p {
    font-size: 24px;
  }

  .villasSection__grid__text button {
    font-size: 24px;
  }

  

  .activitiesSection__h3 {
    font-size: 200px;
  }

  .activitiesSection__h4 {
    font-size: 80px;
    margin-top: -60px;
    margin-right: 15%;
  }

  .activitiesSection__img-map {
    width: 240px;
  }

  .activitiesSection__grid {
    margin-top: 80px;
    column-gap: 32px;
    row-gap: 32px;
  }

  .activitiesSection__grid__cell__title {
    font-size: 32px;
  }

  .activitiesSection__grid__cell.padding-left {
    padding-left: 32px;
  }

  .activitiesSection__grid__cell.padding-top {
    padding-top: 48px;
  }

  .activitiesSection__grid__cell.padding-right {
    padding-right: 32px;
  }

  .activitiesSection__grid__cell.padding-bottom {
    padding-bottom: 36px;
  }

  .activitiesSection__container {
    max-width: 800px;
  }

  .activitiesSection__img-map {
    width: 260px;
  }

  .activitiesSection__grid__cell__title.x3_1 {
    font-size: 2.17em;
  }

  .activitiesSection__grid__cell__title.x4 {
    font-size: 2.75em;
  }

  .activitiesSection__grid__cell__title.x4_8 {
    font-size: 3.49em;
  }

  .activitiesSection__grid__cell__title.x4_9 {
    font-size: 2.1em;
  }

  .activitiesSection__grid__cell__title.x5 {
    font-size: 3.5em;
  }

  .contactSection__grid {
    grid-template-columns: 3fr 4fr;
    min-height: 80vh;
  }

  .contactSection__grid__text p {
    font-size: 24px;
  }

  .contactSection__grid__text a.phoneNumber {
    font-size: 54px;
  }

  .contactSection__grid__text__social a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 26px;
  }

  .restoSection__h3 {
    font-size: 48px;
  }

  .restoSection__p {
    font-size: 32px;
  }

  .restoSection__grid {
    column-gap: 32px;
  }

  .restoSection__grid__item__picture {
    height: 140px;
  }

  .restoSection__grid__item__name {
    font-size: 16px;
  }

  .attractionsList__mainSection__h1 {
    font-size: 72px;
  }

  .attractionsList__mainSection__h2 {
    font-size: 48px;
  }

  .attractionsList__listSection__flex__h3 {
    font-size: 48px;
  }

  .attractionsList__listSection__flex__a__image {
    margin-bottom: 8px;
  }

  .attractionsList__listSection__flex__a__p {
    font-size: 24px;
  }

  .attractionInfoSection:first-of-type {
    padding-top: calc(100vw/12 * 2);
  }

  .attractionInfoSection__h1 {
    font-size: 120px;
  }

  .attractionInfoSection__h2 {
    font-size: 80px;
    margin-top: -45px;
  }

  .attractionInfoSection__h1.smaller {
    font-size: 90px;
  }

  .attractionInfoSection__h2.smaller {
    font-size: 60px;
  }

  .attractionPage .villasSection__h3 {
    font-size: 200px;
  }

  .attractionPage .villasSection__h4 {
    font-size: 72px;
  }

  .attractionPage .villasSection__grid__image {
    height: 350px;
  }
}

/* iPad  Portrait*/
@media screen and (max-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait){
  .animate__animated {
    /* animation: none !important; */
  }

  p {
    font-size: 12px;
  }

  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 32px;
    margin-right: 10%;
    margin-top: 0;
  }

  h3 {
    font-size: 24px;
  }

  section {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mainSection {
    height: 70vh;
    background-position: center;
    background-size: auto 70vh !important;
  }

  .mainSection__logo {
    max-width: 30vw;
  }

  .shomeraSection {
    padding-left: 0;
    padding-right: 0;
  }

  .shomeraSection__grid {
    display: block;
    width: 100vw;
  }

  .shomeraSection__grid:first-of-type {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 32px;
    margin-top: 0;
  }

  .shomeraSection__grid__image,
  .shomeraSection__grid.cells_3 .shomeraSection__grid__image {
    min-height: 25vh;
    margin-bottom: 32px;
  }

  .shomeraSection__grid:last-of-type .shomeraSection__grid__image:last-of-type {
    min-height: 60vh;
  }

  .margin_right_extra {
    margin-right: 0;
  }

  .shomeraSection__grid__text {
    padding: 32px;
    text-align: center;
  }

  .shomeraSection__grid__text p {
    font-size: 16px;
  }

  .shomeraSection__grid.cells_3 {
    margin-right: 0;
  }

  .jasmineSection__h3 {
    position: relative;
    font-size: 48px;
    top: 32px;
  }

  .testimonialsSection__h3 {
    position: relative;
    font-size: 48px;
    top: 32px;
  }

  .jasmineSection .carousel {
    height:calc(70vh - 100vw / 12 * 1.5);
  }

  .jasmineSection__sliderBlock__title {
    font-size: 20px;
  }

  .jasmineSection .carousel .flickity-prev-next-button.previous {
    left: -30px;
    background: none !important;
    box-shadow: none !important;
  }

  .jasmineSection .carousel .flickity-prev-next-button.next {
    right: -30px;
    background: none !important;
    box-shadow: none !important;
  }

  .jasmineSection__sliderBlock.vertical,
  .jasmineSection__sliderBlock.horizontal {
    width: 50%;
    padding: 20px;
  }

  .jasmineSection__sliderBlock__title.left {
    left: 20px;
  }

  .jasmineSection__sliderBlock__title.right {
    right: 20px;
  }

  .jasmineSection__sliderBlock__title.rotate.bottom {
    bottom: 20px;
  }

  .jasmineSection__sliderBlock__title.rotate.top {
    top: 20px;
  }

  .villasSection__h3 {
    font-size: 48px;
  }

  .villasSection__h4 {
    font-size: 32px;
    text-align: right;
    margin-top: -16px;
    margin-right: 180px;
  }

  .villasSection__p {
    font-size: 16px;
    text-align: right;
  }

  .villasSection__grid {
    column-gap: 32px;
  }

  .villasSection__grid.text-to-image {
    grid-template-columns: 4fr 6fr;
    margin-right: -32px;
  }

  .villasSection__grid.image-to-text {
    grid-template-columns: 6fr 4fr;
    margin-left: -32px;
  }

  .villasSection__grid__text p {
    font-size: 16px;
  }

  .villasSection__grid__text p.title {
    font-size: 24px;
  }

  .villasSection__grid__text button {
    font-size: 16px;
    padding: 5px 10px 7px 10px;
  }

  .villasSection__grid__image {
    height: 200px;
  }

  .villasSection__grid:last-of-type {
    margin-top: 32px;
  }

  .activitiesSection__h3 {
    font-size: 130px;
  }

  .activitiesSection__h4 {
    font-size: 80px;
    margin-top: -20px;
  }

  .activitiesSection__grid {
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 120px;
  }

  .activitiesSection__grid__cell__title {
    font-size: 32px;
  }

  .activitiesSection__grid__cell.padding-left {
    padding-left: 42px;
  }

  .activitiesSection__grid__cell.padding-left:last-of-type {
    padding-left: 64px;
  }

  .activitiesSection__grid__cell.padding-top {
    padding-top: 48px;
  }

  .activitiesSection__grid__cell.padding-right {
    padding-right: 48px;
  }

  .activitiesSection__grid__cell.padding-bottom {
    padding-bottom: 48px;
  }

  .activitiesSection__container {
    max-width: 700px;
  }

  .activitiesSection__img-map {
    width: 260px;
  }

  .activitiesSection__grid__cell__title.x3_1 {
    font-size: 1.9em;
  }

  .activitiesSection__grid__cell__title.x4 {
    font-size: 2.4em;
  }

  .activitiesSection__grid__cell__title.x4_8 {
    font-size: 2.94em;
  }

  .activitiesSection__grid__cell__title.x4_9 {
    font-size: 1.8em;
  }

  .activitiesSection__grid__cell__title.x5 {
    font-size: 3em;
  }



  .villaMainSection {
    height: auto;
  }

  .villaMainSection__grid {
    display: block;
  }

  .villaMainSection__grid__image {
    height: 50vh;
  }

  .villaMainSection__grid__text {
    padding: 24px;
  }

  .villaMainSection__grid__h1 {
    font-size: 48px;
  }

  .villaMainSection__grid__facilities {
    margin-top: 48px;
  }

  .villaMainSection__grid__facilities__item img {
    max-width: 36px;
    max-height: 36px;
  }

  .villaMainSection__grid__facilities__item p {
    font-size: 12px;
  }

  .villaGallerySection__h3 {
    font-size: 100px;
  }

  .villaGallerySection__h4 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 32px;
    margin-right: 10%;
  }
  
  .villaGallerySection__p {
    font-size: 16px;
  }

  .villaGallerySection__sliderBlock__title {
    font-size: 16px;
  }

  .carousel {
    height: 30vh;
  }

  .villaGallerySection__sliderBlock {
    padding: 16px;
  }

  .villaGallerySection .carousel .flickity-prev-next-button.previous {
    left: -32px;
  }

  .villaGallerySection .carousel .flickity-prev-next-button.next {
    right: -32px;
  }

  .villaGallerySection__sliderBlock.vertical,
  .villaGallerySection__sliderBlock.horizontal {
    width: 50%;
  }

  .villaServicesSection__h3 {
    font-size: 60px;
  }

  .villaServicesSection__grid {
    display: block;
  }

  .villaServicesSection__grid__item {
    max-width: 60%;
    margin-bottom: 48px;
  }

  .villaServicesSection__grid__item:last-child {
    margin-bottom: 48px;
  }

  .villaServicesSection__grid__item img {
    max-width: 32px;
    max-height: 32px;
  }

  .villaServicesSection__grid__item__title {
    font-size: 24px;
  }

  .villaServicesSection__grid__item__description {
    font-size: 16px;
  }

  .contactSection__grid {
    min-height: auto;
  }

  .contactSection__grid__text p {
    font-size: 16px;
  }

  .contactSection__grid__text a.phoneNumber {
    font-size: 40px;
  }

  .contactSection__grid__text__social a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 28px;
  }

  .testimonial {
    padding: 24px;
  }

  .restoSection__h3 {
    font-size: 48px;
  }

  .restoSection__p {
    font-size: 32px;
  }

  .restoSection__grid {
    column-gap: 32px;
  }

  .restoSection__grid__item__picture {
    height: 140px;
  }

  .restoSection__grid__item__name {
    font-size: 16px;
  }

  .attractionsList__mainSection__h1 {
    font-size: 72px;
  }

  .attractionsList__mainSection__h2 {
    font-size: 48px;
  }

  .attractionsList__listSection__flex__h3 {
    font-size: 48px;
  }

  .attractionsList__listSection__flex__a__image {
    height: 200px;
    margin-bottom: 8px;
  }

  .attractionsList__listSection__flex__a__p {
    font-size: 24px;
  }

  .attractionInfoSection:first-of-type {
    padding-top: calc(100vw/12 * 3);
  }

  .attractionInfoSection__h1 {
    font-size: 100px;
  }

  .attractionInfoSection__h2 {
    font-size: 80px;
    text-align: right;
    margin-top: -16px;
    margin-right: 180px;
  }

  .attractionInfoSection__h1.smaller {
    font-size: 90px;
  }

  .attractionInfoSection__h2.smaller {
    font-size: 60px;
  }

  .attractionInfoSection__h3 {
    font-size: 48px;
  }

  .attractionInfoSection__p {
    font-size: 24px;
  }

  .attractionInfoSection__p.title {
    font-size: 36px;
  }

  .attractionPage .villasSection__h3 {
    font-size: 160px;
  }

  .attractionPage .villasSection__h4 {
    font-size: 64px;
    margin-top: -36px;
  }

  .attractionPage .villasSection__grid__image {
    height: 300px;
  }
}

@media screen and (max-device-width: 767px){
  p {
    font-size: 12px;
  }

  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 32px;
    margin-right: 10%;
    margin-top: 0;
  }

  h3 {
    font-size: 24px;
  }

  section {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mainSection {
    height: 70vh;
    background-position: center;
    background-size: auto 70vh !important;
  }

  .mainSection__logo {
    max-width: 50vw;
  }

  .shomeraSection {
    padding-left: 0;
    padding-right: 0;
  }

  .shomeraSection__grid {
    display: block;
    width: 100vw;
  }

  .shomeraSection__grid:first-of-type {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 32px;
    margin-top: 0;
  }

  .shomeraSection__grid__image,
  .shomeraSection__grid.cells_3 .shomeraSection__grid__image {
    min-height: 25vh;
    margin-bottom: 32px;
  }

  .shomeraSection__grid:last-of-type .shomeraSection__grid__image:last-of-type {
    min-height: 60vh;
  }

  .margin_right_extra {
    margin-right: 0;
  }

  .shomeraSection__grid__text {
    padding: 32px;
    text-align: center;
  }

  .shomeraSection__grid__text p {
    font-size: 16px;
  }

  .shomeraSection__grid.cells_3 {
    margin-right: 0;
  }

  .jasmineSection__h3 {
    position: relative;
    font-size: 48px;
    top: 32px;
  }

  .testimonialsSection__h3 {
    position: relative;
    font-size: 42px;
    top: 0;
  }

  .jasmineSection .carousel {
    height: calc(40vh - 100vw / 12 * 1.5);
  }

  .jasmineSection__sliderBlock__title {
    font-size: 18px;
  }

  .jasmineSection .carousel .flickity-prev-next-button.previous {
    left: -30px;
    background: none !important;
    box-shadow: none !important;
  }

  .jasmineSection .carousel .flickity-prev-next-button.next {
    right: -30px;
    background: none !important;
    box-shadow: none !important;
  }

  .jasmineSection__sliderBlock.vertical,
  .jasmineSection__sliderBlock.horizontal {
    width: 50%;
    padding: 20px;
  }

  .jasmineSection__sliderBlock__title.left {
    left: 20px;
  }

  .jasmineSection__sliderBlock__title.right {
    right: 20px;
  }

  .jasmineSection__sliderBlock__title.rotate.bottom {
    bottom: 20px;
  }

  .jasmineSection__sliderBlock__title.bottom_18 {
    bottom: -18px;
  }

  .jasmineSection__sliderBlock__title.rotate.top {
    top: 20px;
  }

  .villasSection__h3 {
    font-size: 42px;
  }

  .villasSection__h4 {
    font-size: 32px;
    margin-top: 0;
  }

  .villasSection__grid {
    column-gap: 32px;
  }

  .villasSection__grid.text-to-image {
    grid-template-columns: 4fr 6fr;
    margin-right: -32px;
  }

  .villasSection__grid.image-to-text {
    grid-template-columns: 6fr 4fr;
    margin-left: -32px;
  }

  .villasSection__grid__text p {
    font-size: 16px;
  }

  .villasSection__grid__text p.title {
    font-size: 24px;
  }

  .villasSection__grid__text button {
    font-size: 16px;
    padding: 5px 10px 7px 10px;
  }

  .villasSection__grid__image {
    height: 200px;
  }

  .villasSection__grid:last-of-type {
    margin-top: 32px;
  }

  .activitiesSection {
    padding: 32px 20px;
  }

  .activitiesSection__h3 {
    font-size: 80px;
  }

  .activitiesSection__h4 {
    font-size: 32px;
    margin-top: 0;
  }

  .activitiesSection__grid {
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 60px;
  }

  .activitiesSection__grid__cell__title {
    font-size: 20px;
  }

  .activitiesSection__container {
    max-width: 320px;
  }

  .activitiesSection__img-map {
    width: 130px;
  }

  .activitiesSection__grid__cell:first-child .activitiesSection__grid__cell__title.left {
    left: calc(55% - 32px);
  }

  .activitiesSection__grid__cell.padding-left:last-of-type {
    padding-left: 24px;
  }

  .activitiesSection__grid__cell.padding-top {
    padding-top: 20px;
  }

  .activitiesSection__grid__cell.padding-bottom {
    padding-bottom: 14px;
  }

  .activitiesSection__grid__cell.padding-right {
    padding-right: 20px;
  }

  .activitiesSection__grid__cell__title.x3_1 {
    font-size: .8em;
  }

  .activitiesSection__grid__cell__title.x4 {
    font-size: 1em;
  }

  .activitiesSection__grid__cell__title.x4_8 {
    font-size: 1.37em;
  }

  .activitiesSection__grid__cell__title.x4_9 {
    font-size: .9em;
  }

  .activitiesSection__grid__cell__title.x5 {
    font-size: 1.2em;
  }



  .villaMainSection {
    height: auto;
  }

  .villaMainSection__grid {
    display: block;
  }

  .villaMainSection__grid__image {
    height: 50vh;
  }

  .villaMainSection__grid__text {
    padding: 24px;
  }

  .villaMainSection__grid__h1 {
    font-size: 48px;
  }

  .villaMainSection__grid__facilities {
    margin-top: 48px;
  }

  .villaMainSection__grid__facilities__item img {
    max-width: 36px;
    max-height: 36px;
  }

  .villaMainSection__grid__facilities__item p {
    font-size: 12px;
  }

  .villaGallerySection__h3 {
    font-size: 100px;
  }

  .villaGallerySection__h4 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 32px;
    margin-right: 10%;
  }
  
  .villaGallerySection__p {
    font-size: 16px;
  }

  .villaGallerySection__sliderBlock__title {
    font-size: 16px;
  }

  .carousel {
    height: 60vh;
    
  }

  .villaGallerySection .carousel {
    height: auto;
  }

  .villaGallerySection__sliderBlock {
    padding: 16px;
  }

  .villaGallerySection .carousel .flickity-prev-next-button.previous {
    left: -32px;
  }

  .villaGallerySection .carousel .flickity-prev-next-button.next {
    right: -32px;
  }

  .villaGallerySection__sliderBlock.vertical,
  .villaGallerySection__sliderBlock.horizontal {
    width: 100%;
  }

  .villaServicesSection__h3 {
    font-size: 60px;
  }

  .villasSection__h4 {
    text-align: left;
    margin-right: 0;
  }

  .villasSection__p {
    font-size: 16px;
    text-align: left;
  }

  .villaServicesSection__grid {
    display: block;
  }

  .villaServicesSection__grid__item {
    max-width: 60%;
    margin-bottom: 48px;
  }

  .villaServicesSection__grid__item:last-child {
    margin-bottom: 48px;
  }

  .villaServicesSection__grid__item img {
    max-width: 32px;
    max-height: 32px;
  }

  .villaServicesSection__grid__item__title {
    font-size: 24px;
  }

  .villaServicesSection__grid__item__description {
    font-size: 16px;
  }

  .contactSection__grid {
    display: block;
  }

  .contactSection__grid__text p {
    font-size: 16px;
  }

  .contactSection__grid__text a.phoneNumber {
    font-size: 40px;
  }

  .contactSection__grid__text__social a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 28px;
  }

  .testimonialsSection .flickity-prev-next-button.previous {
    left: -24px;
  }

  .testimonialsSection .flickity-prev-next-button.next {
    right: -24px;
  }

  .testimonialBlock {
    width: 90%;
    margin: 0 5%;
  }
  
  .testimonial {
    padding: 24px;
  }

  .testimonialsSection .carousel {
    padding: 0 16px;
  }

  .testimonial__title {
    margin: 1em 0 0.2em 0;
  }

  .testimonial__sources {
    margin-bottom: 24px;
  }

  .testimonial__source {
    margin-bottom: 4px;
    font-size: 8px;
  }

  .animate__animated {
    /* animation: none !important; */
  }
  
  .marquee .marquee__inner span {
    font-size: 60px;
  }

  .restoSection__h3 {
    font-size: 54px;
  }

  .restoSection__p {
    font-size: 16px;
  }

  .restoSection__grid {
    display: block;
  }

  .restoSection__grid__item__picture {
    margin-bottom: 16px;
    margin-top: 36px;
  }

  .restoSection__grid__item__name {
    font-size: 16px;
  }

  .attractionsList__mainSection {
    height: 65vh;
  }

  .attractionsList__mainSection__h1 {
    font-size: 70px;
  }

  .attractionsList__mainSection__h2 {
    font-size: 32px;
    margin: 32px 0 0 0;
  }

  .attractionsList__listSection__flex__h3 {
    font-size: 32px;
    margin-bottom: -16px;
  }

  .attractionsList__listSection__flex__a {
    width: 100%;
  }

  .attractionsList__listSection__flex__a__image {
    margin-bottom: 12px;
    height: 200px;
  }

  .attractionsList__listSection__flex__a__p {
    font-size: 24px;
  }

  .attractionInfoSection:first-of-type {
    padding-top: calc(100vw/12 * 4);
  }
  
  .attractionInfoSection__h1 {
    font-size: 42px;
  }

  .attractionInfoSection__h2 {
    font-size: 32px;
    margin-top: 0;
    margin-right: 0;
  }

  .attractionInfoSection__h1.smaller {
    font-size: 42px;
  }

  .attractionInfoSection__h2.smaller {
    font-size: 32px;
  }

  .attractionInfoSection__h3 {
    font-size: 32px;
  }

  .attractionInfoSection__p {
    font-size: 16px;
  }

  .attractionInfoSection__p.title {
    font-size: 24px;
  }

  .attractionInfoSection__flex {
    gap: 48px;
  }

  .attractionInfoSection__flex__item__icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .attractionInfoSection__grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .attractionInfoSection__grid__item__image {
    height: 240px;
  }

  .attractionPage .villasSection__h3 {
    font-size: 90px;
  }

  .attractionPage .villasSection__h4 {
    font-size: 42px;
    margin-top: -24px;
    margin-right: 0;
    text-align: left;
  }

  .attractionPage .villasSection__grid.text-to-image,
  .attractionPage .villasSection__grid:last-of-type {
    grid-template-columns: 1fr;
    column-gap: 16px;
    row-gap: 16px;
    grid-template-areas: "image" "text";
    margin-top: 54px;
  } 
  
  .attractionPage .villasSection__grid__image {
    grid-area: image;
    height: 200px;
  }

  .attractionPage .villasSection__grid__text {
    grid-area: text;
  }

  footer {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  @media (orientation: portrait){
    
  }
  @media (orientation: landscape){
    
  }
}

/* Horizontal orientation of big smartphones  */
@media screen and (max-device-width: 970px) and (max-device-height: 414px){
  
}

/* Portrait orientation of big smartphones  */
@media screen and (max-device-width: 414px) and (max-device-height: 970px){

}


/* Android */
@media screen and (max-width: 767px){
  
}

/* iPhone 4 */
@media only screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
  
}

/* iPhone 5 */
@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  
}

/* iPhone 6,7,8 */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  
}

/* iPhone 6,7,8 Plus */
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 2) {
  
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  
}
/* iPhone 11 Pro and XS */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  
}
/* iPhone 11 Pro Max and Xs Max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  
}
