@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: "The Estory";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/the-estory/The-Estory.woff2") format("woff2"), url("../fonts/the-estory/The-Estory.woff") format("woff");
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.primaryf {
  font-family: "Source Sans 3", sans-serif;
}

.--secondary-font {
  font-family: "The Estory", sans-serif;
}

.--odibee-font {
  font-family: "Odibee Sans", sans-serif;
}

.--common-title {
  font-family: "The Estory", sans-serif;
  font-size: 60px;
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  background: #000;
  transition: 0.7s;
}

::-webkit-scrollbar-thumb:hover {
  background: #014D53;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

.primary-btn {
  background: #014D53;
  display: flex;
  align-items: center;
  padding: 24px 44px;
  width: max-content;
  height: 62px;
  text-transform: uppercase;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}
.primary-btn .icon svg {
  width: 24px;
  height: 24px;
}
.primary-btn .btn-text {
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 3.6px;
  font-size: 15px;
  padding-left: 10px;
}
.primary-btn.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.7s ease-in-out;
}
.primary-btn:hover {
  background-color: #1D1D1E;
}
@media only screen and (min-width: 1200px) {
  .primary-btn {
    height: 4.2708333333vw;
  }
  .primary-btn .icon svg {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .primary-btn .btn-text {
    font-size: 1.0416666667vw;
    letter-spacing: 6px;
  }
}

.--section {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 8.8541666667vw;
  }
}

.common-section-head .common-tagline {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #242424;
}
.common-section-head .--common-section-head {
  font-size: 70px;
  line-height: 60px;
  font-family: "The Estory", sans-serif;
  color: #014D53;
}
@media only screen and (min-width: 1200px) {
  .common-section-head .common-tagline {
    font-size: 1.5625vw;
  }
  .common-section-head .--common-section-head {
    font-size: 9.375vw;
    line-height: 6.7708333333vw;
    margin-top: 0.1041666667vw;
  }
}

.--common-para {
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (min-width: 1200px) {
  .--common-para {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
}

.--primary-color {
  color: #014D53;
}

.--yellow-color {
  color: #FFE8A2;
}

.--white-color {
  color: #FFFFFF;
}

.--text-black {
  color: #1D1D1E;
}

.--black-color {
  color: #242424;
}

.--text-black {
  color: #242424;
}

.--text-center {
  text-align: center;
}

.--text-left {
  text-align: left;
}

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

.--text-justify {
  text-align: justify;
}

.--bg-black {
  background-color: #231F20;
}

.--bg-white {
  background-color: #FFFFFF;
}

.white {
  color: #FFFFFF;
}

.text-black {
  color: #231F20;
}

.text-ash {
  color: rgba(255, 255, 255, 0.37);
}

.text-dark-purple {
  color: #662D91;
}

.text-purple {
  color: #87699E;
}

.text-green {
  color: #8DC63F;
}

.bg-dark-purple {
  background-color: #662D91;
}

.bg-purple {
  background-color: #87699E;
}

.bg-ash {
  background-color: rgba(255, 255, 255, 0.37);
}

.bg-green {
  background-color: #8DC63F;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.mainTitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.92px;
}

.mainInnerTitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px;
  letter-spacing: -1.6px;
}

.primaryf.common-para {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.72px;
}
.primaryf.common-parap {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.72px;
}

.secondaryf.common-para {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.88px;
}
.secondaryf.common-parap {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.88px;
}

.btn-purple {
  background-color: #662D91;
}
.btn-purple:hover {
  background-color: #8DC63F;
  transition: 0.9s all;
}
.btn-purple.btn-text {
  text-align: center;
  font-family: "The Estory", sans-serif;
  font-size: 12px;
  line-height: 17.04px;
  letter-spacing: 5.4px;
}

@media only screen and (min-width: 768px) {
  .mainTitle {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.92px;
  }
  .mainInnerTitle {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1.6px;
  }
  .primaryf.common-para {
    font-size: 18px;
  }
  .primaryf.common-parap {
    font-size: 18px;
  }
  .secondaryf.common-para {
    font-size: 16px;
  }
  .secondaryf.common-parap {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .mainTitle {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -1.92px;
  }
  .mainInnerTitle {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.6px;
  }
  .primaryf.common-para {
    font-size: 18px;
  }
  .primaryf.common-parap {
    font-size: 18px;
  }
  .secondaryf.common-para {
    font-size: 16px;
  }
  .secondaryf.common-parap {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainTitle {
    font-size: 5vw;
    line-height: 4.9vw;
    letter-spacing: -0.2vw;
  }
  .mainInnerTitle {
    font-size: 3.3333333333vw;
    line-height: 3.2666666667vw;
    letter-spacing: -0.1333333333vw;
  }
  .primaryf.common-para {
    font-size: 1.25vw;
    line-height: 1.775vw;
  }
  .primaryf.common-parap {
    font-size: 1.25vw;
    line-height: 1.775vw;
  }
  .secondaryf.common-para {
    font-size: 0.8333333333vw;
    line-height: 1.6vw;
  }
  .secondaryf.common-parap {
    font-size: 0.8333333333vw;
    line-height: 1.6vw;
  }
  .btn-transparent {
    background-color: transparent;
  }
  .btn-transparent:hover {
    transition: 0.9s all;
  }
  .btn-transparent.btn-text {
    text-align: center;
    font-family: "The Estory", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4791666667vw;
    letter-spacing: 0.46875vw;
  }
}
button {
  background: none;
  border: none;
}

.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: #FFFFFF;
  display: block;
  margin: 9px 0 9px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.hamburger .line:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .hamburger .line {
    width: 2.0833333333vw;
    height: 0.15625vw;
    margin: 0.46875vw 0 0.46875vw auto;
    border-radius: 1.0416666667vw;
  }
}

#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
  margin-bottom: -4px;
}
@media only screen and (min-width: 1200px) {
  #hamburger-1 {
    margin-bottom: -0.2083333333vw;
  }
}

#hamburger-1 span:last-child {
  margin-right: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.btn-close:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}

#hamburger-1.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-nav .mobile-btn {
  flex-direction: column-reverse;
  position: relative;
  z-index: 111111;
}
.mobile-nav .mobile-btn:hover {
  transform: scale(0.95);
}
.mobile-nav .mobile-btn .menu-text {
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
.mobile-nav .mobile-btn .hamburger .line:nth-child(2) {
  width: 35px;
}
.mobile-nav .mobile-btn .hamburger.is-active .line:nth-child(2) {
  width: 40px;
}
@media only screen and (min-width: 1200px) {
  .mobile-nav .mobile-btn .menu-text {
    font-size: 0.8333333333vw;
    margin-bottom: -0.2083333333vw;
  }
  .mobile-nav .mobile-btn .hamburger .line:nth-child(2) {
    width: 1.8229166667vw;
  }
  .mobile-nav .mobile-btn .hamburger.is-active .line:nth-child(2) {
    width: 2.0833333333vw;
  }
}

.main-wrapper {
  padding: 0 30px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 14.5833333333vw;
  }
}

.para {
  text-align: justify;
  font-weight: 400;
  color: #1D1D1E;
  font-size: 15px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .para {
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 1.5625vw;
    text-align: center;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
  }
}

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

.image-rotate-animation {
  display: inline-block;
  overflow: hidden;
}
.image-rotate-animation img {
  animation: spin 65s linear infinite;
  transform-origin: center center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* CSS for Animations */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-left-active {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-right-active {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.zoom-in-active {
  opacity: 1;
  transform: scale(1);
}

.desktop-arrows {
  position: absolute;
  bottom: 26%;
  right: 10.4166666667vw;
  display: flex;
  flex-direction: column;
  z-index: 1111111;
}
.desktop-arrows .f-left-arrow {
  position: relative;
  margin-bottom: 1.0416666667vw;
  opacity: 1;
  transition: opacity 0.3s;
}
.desktop-arrows .f-left-arrow img {
  transition: all 0.3s ease;
}
.desktop-arrows .f-left-arrow::after {
  content: "";
  position: absolute;
  bottom: -1.1979166667vw;
  left: -0.46875vw;
  width: 143%;
  height: 0.1041666667vw;
  background-color: #010101;
  transition: background-color 0.3s;
  transition: all 0.3s ease;
}
.desktop-arrows .f-left-arrow:hover img {
  opacity: 0.5;
  pointer-events: none;
  width: 1.0416666667vw;
}
.desktop-arrows .f-right-arrow {
  margin-top: 1.0416666667vw;
  opacity: 1;
  transition: all 0.3s ease;
}
.desktop-arrows .f-right-arrow img {
  transition: all 0.3s ease;
}
.desktop-arrows .f-right-arrow:hover img {
  opacity: 0.5;
  pointer-events: none;
  width: 1.0416666667vw;
}

.slider-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.slider-dots .custom-dot {
  width: 5px;
  height: 2.1px;
  border-radius: 21px;
  transition: background-color 0.3s, opacity 0.3s;
  background: rgba(104, 104, 104, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.slider-dots .custom-dot.active {
  background-color: #015156;
  width: 15px;
}
.slider-dots .custom-dot:nth-of-type(n + 7) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .slider-dots .custom-dot {
    width: 8px;
    height: 3.1px;
    border-radius: 21px;
    transition: background-color 0.3s, opacity 0.3s;
    background: rgba(104, 104, 104, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .slider-dots .custom-dot.active {
    background-color: #015156;
    width: 20px;
  }
}

.rotatingImage {
  transition: transform 0.1s linear;
  transform-origin: center center;
  display: block;
}

.d-none {
  display: none;
}

.field, .field-n, .field-s {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.m-show {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .m-show {
    display: none;
  }
}

.wpcf7-form-control option {
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .wpcf7-form-control option {
    font-size: 1.0416666667vw;
  }
}

.repeater-content {
  display: none;
}

.menu-open {
  position: relative;
  transition: opacity 0.3s ease;
}
.menu-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.697);
  z-index: 1111;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

body.fancybox-active {
  overflow: hidden;
}

.sub-menu {
  display: none;
}

.sub-menu.active-sub {
  flex-direction: column;
  display: flex;
}

.footer-section .footer-top {
  background: #014D53;
  padding: 50px 35px 100px 35px;
  position: relative;
}
.footer-section .footer-top .footer-text {
  margin-bottom: 20px;
}
.footer-section .footer-top .footer-text .--heading {
  font-size: 46px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-section .footer-top .footer-text .textarea {
  font-size: 15px;
  letter-spacing: 3px;
}
.footer-section .footer-top .btn-wrap {
  display: flex;
  justify-content: center;
  z-index: 1;
}
.footer-section .footer-top .footer-logo {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.footer-section .footer-top .footer-logo .logo-inner {
  background: #FFFFFF;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-top .footer-logo .logo-inner img {
  width: 92px;
}
.footer-section .footer-main {
  background: #000;
  padding-top: 120px;
}
.footer-section .footer-main .instergram-wrap {
  margin-bottom: 60px;
}
.footer-section .footer-main .instergram-wrap .ins-image-item {
  margin: 0 2px;
}
.footer-section .footer-main .instergram-wrap .ins-image-item a {
  display: block;
  width: 100%;
}
.footer-section .footer-main .instergram-wrap .ins-image-item a img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.footer-section .footer-main .footer-menu {
  margin-bottom: 60px;
}
.footer-section .footer-main .footer-menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 24px;
  flex-direction: column;
  text-align: center;
}
.footer-section .footer-main .footer-menu .menu li {
  padding: 10px;
}
.footer-section .footer-main .footer-menu .menu li a {
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: 0.7s;
}
.footer-section .footer-main .footer-menu .menu li a:hover {
  color: #FFE8A2;
}
.footer-section .footer-main .foter-meta-wrap {
  padding-bottom: 50px;
}
.footer-section .footer-main .foter-meta-wrap .time-date-zone-wrapper .footer-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}
.footer-section .footer-main .foter-meta-wrap .time-date-zone-wrapper .footer-time .footer-time-clock {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 50px;
  padding-right: 8px;
}
.footer-section .footer-main .foter-meta-wrap .time-date-zone-wrapper .footer-time .date-country {
  font-size: 12px;
  line-height: 17px;
}
.footer-section .footer-main .foter-meta-wrap .time-date-zone-wrapper .footer-time .footer-time-date {
  font-size: 12px;
  line-height: 17px;
}
.footer-section .footer-main .foter-meta-wrap .footer-contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-main .foter-meta-wrap .footer-contact-details .details-item {
  padding: 4px 0;
}
.footer-section .footer-main .foter-meta-wrap .footer-contact-details .details-item .textarea {
  padding-right: 12px;
  display: none;
}
.footer-section .footer-main .foter-meta-wrap .footer-contact-details .details-item a {
  transition: 0.7s;
  font-size: 15px;
}
.footer-section .footer-main .foter-meta-wrap .footer-contact-details .details-item a:hover {
  color: #FFE8A2;
}
.footer-section .footer-main .footer-social-and-booking .footer-socail-media {
  padding: 0 40px;
}
.footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list .list-item {
  padding: 0 20px;
}
.footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list .list-item svg {
  max-width: 20px;
  max-height: 23px;
  fill: #014D53;
}
.footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list .list-item a {
  transition: 0.7s;
}
.footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list .list-item a:hover {
  transform: scale(1.1);
}
.footer-section .footer-main .footer-social-and-booking .booking-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
}
.footer-section .footer-main .footer-social-and-booking .booking-logo-list .booking-logo-item {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.footer-section .footer-nav .main-wrapper {
  padding: 10px;
}
.footer-section .footer-nav .main-wrapper .footer-nav-wrap .--link-text {
  font-size: 12px;
  text-align: center;
  padding: 4px 0;
}
.footer-section .footer-nav .main-wrapper .footer-nav-wrap .--link-text a {
  transition: 0.7s;
}
.footer-section .footer-nav .main-wrapper .footer-nav-wrap .--link-text a:hover {
  color: #FFE8A2;
}
.footer-section .footer-lines {
  display: flex;
  height: 5px;
}
.footer-section .footer-lines .f-left-line {
  width: 50%;
  background: #FFE8A2;
}
.footer-section .footer-lines .f-right-line {
  width: 50%;
  background: #015156;
}
@media only screen and (min-width: 768px) {
  .footer-section .footer-main .instergram-wrap .ins-image-item a img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-section .footer-top {
    display: flex;
    justify-content: space-between;
    padding: 2.65625vw 8.3333333333vw;
  }
  .footer-section .footer-top .footer-text {
    text-align: left;
  }
  .footer-section .footer-top .footer-text .--heading {
    font-size: 4.1666666667vw;
    text-align: left;
    line-height: 3.6458333333vw;
  }
  .footer-section .footer-top .footer-text .textarea {
    font-size: 1.5625vw;
    letter-spacing: 0.734375vw;
    text-align: left;
    line-height: 1.5625vw;
  }
  .footer-section .footer-top .footer-logo .logo-inner {
    width: 11.7708333333vw;
    height: 11.7708333333vw;
  }
  .footer-section .footer-top .footer-logo .logo-inner img {
    width: 8.28125vw;
  }
  .footer-section .footer-main {
    padding-top: 5.7291666667vw;
  }
  .footer-section .footer-main .instergram-wrap {
    padding: 0 23.28125vw;
  }
  .footer-section .footer-main .instergram-wrap .ins-image-item a img {
    height: 10.4166666667vw;
    width: 10.4166666667vw;
  }
  .footer-section .footer-main .footer-menu .menu {
    flex-direction: row;
  }
  .footer-section .footer-main .footer-menu .menu li a {
    font-size: 0.9375vw;
  }
  .footer-section .footer-main .foter-meta-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 12.5vw;
    margin-bottom: 2.0833333333vw;
  }
  .footer-section .footer-main .foter-meta-wrap .time-date-zone-wrapper .footer-time .footer-time-clock {
    font-size: 3.3333333333vw;
    padding-right: 1.1458333333vw;
  }
  .footer-section .footer-main .foter-meta-wrap .time-date-zone-wrapper .footer-time .date-country {
    font-size: 0.9375vw;
    padding-bottom: 0.4166666667vw;
    line-height: 0.9375vw;
  }
  .footer-section .footer-main .foter-meta-wrap .time-date-zone-wrapper .footer-time .footer-time-date {
    font-size: 0.9375vw;
    padding-top: 0.4166666667vw;
  }
  .footer-section .footer-main .foter-meta-wrap .footer-contact-details {
    align-items: end;
  }
  .footer-section .footer-main .foter-meta-wrap .footer-contact-details .details-item {
    padding: 0;
  }
  .footer-section .footer-main .foter-meta-wrap .footer-contact-details .details-item .textarea, .footer-section .footer-main .foter-meta-wrap .footer-contact-details .details-item a {
    font-size: 0.9375vw;
  }
  .footer-section .footer-main .footer-social-and-booking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12.7604166667vw 0 11.71875vw;
  }
  .footer-section .footer-main .footer-social-and-booking .footer-socail-media {
    padding: 0;
  }
  .footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list {
    border-bottom: none;
  }
  .footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list .list-item {
    padding: 0 1.0416666667vw;
  }
  .footer-section .footer-main .footer-social-and-booking .footer-socail-media .footer-social-media-list .list-item .footer-social-media-link .icon-inner svg {
    max-width: 1.0416666667vw;
    max-height: 1.1979166667vw;
  }
  .footer-section .footer-main .footer-social-and-booking .booking-logo-list {
    flex-direction: row;
    padding: 0.8333333333vw 0;
    align-items: center;
  }
  .footer-section .footer-main .footer-social-and-booking .booking-logo-list .booking-logo-item {
    width: max-content;
    padding-left: 1.875vw;
  }
  .footer-section .footer-main .footer-social-and-booking .booking-logo-list .booking-logo-item .logo-inner img {
    width: 3.90625vw;
    height: auto;
    object-fit: cover;
  }
  .footer-section .footer-nav .main-wrapper {
    padding: 1.1458333333vw 12.8125vw;
  }
  .footer-section .footer-nav .main-wrapper .footer-nav-wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer-section .footer-nav .main-wrapper .footer-nav-wrap .--link-text {
    font-size: 0.7291666667vw;
  }
  .footer-section .footer-lines {
    height: 0.4166666667vw;
  }
}

/*# sourceMappingURL=footer.css.map */
