/*=================menu===================*/

* {
  /*transition: .25s ease-in-out;*/
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body.fix {
  overflow: hidden;
}

button:focus {
  outline: 0 !important;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* Webfont: GeographicaScript */
@font-face {
  font-family: "GeographicaScript";
  src: url("../fonts/GeographicaScript.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GeographicaScript.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/GeographicaScript.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/GeographicaScript.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/GeographicaScript.svg#GeographicaScript") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* @font-face {
    font-family: 'Utopia';
    src: url('../fonts/Utopia-Semibold.woff2') format('woff2'),
        url('../fonts/Utopia-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "Utopia";
  src: url("../fonts/Utopia-Regular.woff2") format("woff2"),
    url("../fonts/Utopia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "abhaya_libreregular";
  src: url("../fonts/AbhayaLibre-Regular-webfont.woff") format("woff"),
    url("../fonts/AbhayaLibre-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --league_spartan: "League Spartan", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
  --roboto: "Roboto", sans-serif;
  --crimsonpro: "Crimson Pro", serif;
  --utopia: "Utopia", serif;
  --GeographicaScript: "GeographicaScript", serif;
  --alikeangular: "Alike Angular";
  --abhaya_libreregular: "abhaya_libreregular";
}

.nobg {
  background: transparent !important;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}

.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: 1s;
}

.preloader:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: 1s;
}

.preloader.complete:before {
  left: -50%;
}

.preloader.complete:after {
  right: -50%;
}

.preloader.complete {
  display: none;
}

.loader {
  display: inline-block;
  width: 193px;
  height: 135px;
  position: absolute;
  z-index: 3;
  background-image: url(../img/clogo.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loader 8s infinite;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

.loader-inner::before,
.loader-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #0f4835;
  border-radius: 100%;
  animation: pops 2s infinite;
  opacity: 0;
}

.loader-inner::after {
  animation-delay: 0.5s;
}

@keyframes pops {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

body {
  font-family: var(--roboto);
  /* position   : relative; */
}

body.fixed {
  overflow: hidden;
}

.container {
  max-width: 1280px;
}

header.header-wrap {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-innwrap {
  position: relative;
  transition: 0.5s;
  background: #fff;
}

.scrolled .header-innwrap {
  margin-top: -65px;
  background: #fff;
  max-height: 150px;
}

.scrolled .menu>ul {
  margin-top: 20px;
}

.scrolled .header-col-left {
  margin-top: 35px;
}

.scrolled .header-col-right {
  margin-top: 30px;
}

/* .menuwrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
} */

.menuwrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
  align-items: center;
  padding-bottom: 6px;
}

a.logo {
  position: relative;
  display: block;
  transition: 0.5s;
}

.logo img {
  max-width: 100%;
  transition: 0.5s;
}

.scrolled a.logo {
  transform: scale(0.75);
  margin-top: 32px;
}

header.header-wrap.scrolled {
  backdrop-filter: blur(8px);
  margin-top: 28px;
}

.nav-click {
  position: absolute;
  display: block;
  width: 16px;
  height: 9px;
  /*background       : url(../img/menu-arrow.png);*/
  background-position: center center;
  top: 10px;
  right: 0;
  z-index: 999;
  background-repeat: no-repeat;
}

.menu>ul>li.has-child>.nav-click {
  top: 40px;
  right: 19px;
}

.menu>ul>li>ul {
  transition: all 0.5s;
}

/* .menu {
    position: relative;
    display : block;
} */

.menu {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background: #fff;
  top: 0;
  left: -100%;
  transition: 0.5s;
}

.menu.open {
  left: 0;
}

.scrolled .menu {
  top: 65px;
}

.menu>ul {
  padding: 0;
  margin: 0;
}

.menu>ul>li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.loadercontainer {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loadercontainer .item {
  width: 50px;
  height: 50px;
  position: absolute;
}

.loadercontainer .item-1 {
  background-color: rgb(17, 61, 46);
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.loadercontainer .item-2 {
  background-color: rgb(32, 145, 112);
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.loadercontainer .item-3 {
  background-color: rgb(3, 90, 42);
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.loadercontainer .item-4 {
  background-color: rgb(13, 39, 30);
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

@keyframes item-1_move {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, 50px);
  }

  50% {
    transform: translate(50px, 50px);
  }

  75% {
    transform: translate(50px, 0);
  }
}

@keyframes item-2_move {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-50px, 0);
  }

  50% {
    transform: translate(-50px, 50px);
  }

  75% {
    transform: translate(0, 50px);
  }
}

@keyframes item-3_move {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, -50px);
  }

  50% {
    transform: translate(-50px, -50px);
  }

  75% {
    transform: translate(-50px, 0);
  }
}

@keyframes item-4_move {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(50px, 0);
  }

  50% {
    transform: translate(50px, -50px);
  }

  75% {
    transform: translate(0, -50px);
  }
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #000;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.mobile-social {
  display: none;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
  width: 60%;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu>ul>li>ul {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border-radius: 21px;
  margin: 0;
  width: 260px;
  padding: 0;
  top: 76px;
  right: -142px;
  transition: 0.5s;
}

/* .menu>ul>li>ul:before {
    position  : absolute;
    content   : '';
    display   : block;
    width     : 15px;
    height    : 15px;
    background: #fff;
    top       : -8px;
    left      : 61px;
    transform : rotate(45deg);
} */

.menu>ul>li>ul>li>ul {
  position: absolute;
  height: 0px;
  overflow: hidden;
  background: #191919;
  margin: 0 99px;
  width: 150px;
  padding: 0;
  display: none;
  top: 5px;
  z-index: 999;
}

.menu>ul li:hover ul {
  overflow: hidden;
  max-height: 200px;
  padding: 12px 30px;
}

/* .menu>ul li:hover ul {
    overflow  : visible;
    max-height: 200px;

} */
.menu>ul>li>ul>li>ul>li {
  display: block;
}

.menu>ul>li>ul>li:last-child {
  background: transparent;
  /*padding    : 0*/
  border-bottom: 0;
}

.menu>ul>li>ul>li:last-child::after {
  background: none;
}

.menu>ul>li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 3px;
  position: relative;
  border-radius: 40px;
  padding: 0 20px 38px;
  transition: 0.5s;
  /* min-width : 98px; */
  cursor: pointer;
  text-align: right;
}

.menu>ul>li>ul>li {
  padding: 5px 0;
  text-align: left;
  display: block;
}

.menu>ul>li>a {
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.5s;
}

.menu>ul>li>a:hover {
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 1px -4px 11px #fff;
}

.header-col-left {
  position: relative;
  display: block;
  max-width: 40%;
  right: -15px;
}

.header-col-center {
  position: relative;
  display: block;
  max-width: 20%;
}

.header-col-right {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 40%;
}

a.myacc {
  position: relative;
  display: block;
  margin: 0 35px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  position: relative;
}

.topphone {
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  color: #fff !important;
  margin: 0 25px 0 0;
  position: relative;
}

li#menu-item-1097 {
  margin-right: 0;
}

.booknow {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  background-color: #0d271e;
  color: #fff !important;
  padding: 10px 20px;
  width: auto;
  transition: 0.5s;
  text-transform: uppercase;
  border: 0;
  margin: 0 18px;
}

.booknow:hover {
  background-color: #0c573d;
}

.header-col-left ul li {
  margin: 0 25px;
}

.header-col-left ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  /* padding: 0 35px; */
  position: relative;
}

.menu .container {
  height: 100%;
}

.menu .row {
  height: 100%;
}

.menuinner {
  position: relative;
  display: block;
  height: 100%;
}

.menu-left {
  position: relative;
  display: flex;
  height: 100%;
  border-right: 1px solid #cccc;
  /* padding-top: 90px; */
  flex-direction: column;
  justify-content: center;
}

.menu-right {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
}

.header-col-left ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.header-col-left ul li a:before,
.topphone:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 2px 0px #0d271e;
}

.header-col-left ul li a:hover:before,
.topphone:hover:before {
  width: 100%;
}

.menu-right ul {
  padding: 0;
  list-style: none;
  /* border-bottom: 1px solid #ccc; */
}

.menu-right ul a {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  color: #181818;
  letter-spacing: 0em;
  margin-bottom: 8px;
  font-family: var(--utopia);
  display: inline-block;
  position: relative;
}

ul.memlink {
  border: 0;
}

/* .menu-right ul li:last-child {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    display: inline-block;
    padding-top: 20px;
} */

.menu-right ul li:last-child {
  margin-top: 0;
  /* border-top: 1px solid #ccc; */
  display: inline-block;
  padding-top: 0;
}

.menu-right ul a:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #037712;
  transition: 0.5s;
}

.menu-right ul a:hover:before {
  width: 100%;
}

.btn-close {
  position: absolute;
  display: block;
  /* background-image: url(../img/close-icon.svg); */
  background-repeat: no-repeat;
  width: 28px;
  height: 20px;
  border: 0;
  top: 40px;
  right: 0;
}

/* .menuwrap .menu>ul>li>a:after {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    transition: 0.5s;
    transform: scale(0);
} */

.menu-left h3 {
  font-size: 37px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  font-family: var(--utopia);
  margin-bottom: 20px;
}

.menu-left p {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  max-width: 330px;
}

a.m-login-btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  font-family: var(--utopia);
  letter-spacing: 0em;
  border: 1px solid #8f8f8f;
  border-radius: 42px;
  color: #181818;
  padding: 2px 40px;
  transition: 0.5s;
}

a.m-login-btn:hover {
  color: #fff;
  background-color: #181818;
}

.m-left-box {
  position: relative;
  display: block;
  padding-bottom: 50px;
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 25px;
}

.m-followus {
  position: relative;
  display: block;
  margin-top: 40px;
}

.social-link {
  position: relative;
  display: flex;
  margin-top: 15px;
  align-items: center;
}

.social-link a {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  border: 1px solid #111111;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-right: 36px;
}

.m-left-contact {
  position: relative;
  display: block;
  font-family: var(--utopia);
}

.m-left-contact h4 {
  font-size: 23px;
  font-weight: 500;
  line-height: 48px;
  color: #181818;
}

.m-phone {
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
  color: #181818;
  transition: 0.5s;
}

.m-phone:hover {
  color: #054b32;
}

.check-available {
  position: fixed;
  display: block;
  top: 0;
  right: -100%;
  background: #f3f3f3;
  width: 560px;
  height: 100vh;
  z-index: 9;
  transition: 0.5s;
}

.check-available.act {
  right: 0%;
}

.scrolled .check-available.act {
  top: -29px;
}

.check-available .tab-pane {
  padding: 0 30px;
}

.ca-header {
  position: relative;
  display: block;
  padding-top: 35px;
}

.ca-header h4 {
  color: #3f3c3c;
  font-family: var(--utopia);
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -1.221px;
  margin-bottom: 25px;
}

.btn-availableclose {
  position: absolute;
  display: block;
  background-image: url(../img/close-icon.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 20px;
  border: 0;
  top: 20px;
  right: 25px;
}

.ca-info {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.check-available .nav-tabs .nav-link.active {
  background: #e3e3e3;
}

.re-general {
  position: relative;
  display: block;
  text-align: center;
}

.page-template-page-reciprocaclubs-general .re-general {
  margin-bottom: 40px;
}

.re-general h3 {
  color: #3b403f;
  font-family: var(--crimsonpro);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 60.526% */
  letter-spacing: -0.76px;
}

.check-available .nav-tabs .nav-link {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.594px;
  padding: 8px 45px;
  border: 0;
  border-radius: 0;
}

.nav-tabs:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 83px;
  width: 1px;
  height: 57px;
  background: #ddd;
}

.list-clubs .nav-tabs:after {
  display: none;
}

.ca-info p {
  color: #000;
  font-family: var(--roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.dateswrap {
  position: relative;
  display: block;
  border-radius: 9px;
  background: #fcfcfc;
}

.dateswrap .form-control {
  border: 0;
  height: auto;
  font-size: 25px;
}

.dateswrap .form-floating label {
  left: 0;
  font-size: 18px;
  font-family: var(--roboto);
  color: #6d6c6c;
}

.rescheck label {
  padding: 0 0 0 17px;
}

.dateswrap .datepicker-input {
  background-image: url(../img/calander-icon.png);
  background-repeat: no-repeat;
  background-position: 90% 63%;
}

a.side-heck-vailability {
  position: absolute;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  border-radius: 25px;
  background: #0d271e;
  text-align: center;
  padding: 11px 0;
  bottom: unset;
  width: 83%;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}



.side-check-availability {
  position: relative;
  display: block;
  background: #22623f;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 24px;
  margin-bottom: 30px;
  transition: 0.5s;
  opacity: 0.5;
  pointer-events: none;
}

.side-check-availability.res {
  position: relative;
  display: block;
  background: #22623f;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 24px;
  margin-bottom: 30px;
  transition: 0.5s;
  opacity: 1;
  pointer-events: unset !important;
}

.side-check-availability.open {
  opacity: 1;
  pointer-events: unset;
}

.side-check-availability:hover {
  background: #0c3a21;
}

a.side-heck-vailability.inquire {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 35px;
}

@media only screen and (max-width: 991px) {
  .menu>ul li:hover ul {
    overflow: hidden;
    max-height: 0;
    padding: 0;
  }

  .topphone {
    display: none;
  }

  .menu>ul>li>ul>li {
    text-align: right;
  }

  .header-col-left ul li a {
    font-size: 14px;
  }

  .menu ul li ul {}

  .menu>ul>li>ul {
    position: relative;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    margin: 0;
    width: 380px;
    top: 76px;
    right: 0;
    transition: 0.5s;
  }

  .menu ul li ul.subshow {
    position: relative;
    transition: all 1s;
    max-height: 300px;
    padding: 0 15px 0;
  }

  .menu>ul>li>ul>li a {
    font-size: 14px;
  }

  .menu>ul {
    padding: 0;
    margin: -10px 0 0 0px;
  }

  .menu>ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 16px 10px;
    text-align: right;
    border-bottom: 1px solid #f9f5f538;
    border-radius: 0;
  }

  .menu>ul {
    padding: 40px 0 0 0;
    margin: 0;
    transition: all 1s ease;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -200%;
    top: -21px;
    z-index: 9;
    backdrop-filter: blur(11px);
    background: #095999b8;
  }

  .menu.open>ul {
    left: -536px;
    top: -21px;
  }

  .menu>ul>li {
    padding: 20px 32px;
    min-width: auto;
  }

  .menu>ul>li {
    padding: 20px 30px !important;
    min-width: auto;
    float: none;
  }

  .menu>ul.open-menu {
    margin: 0;
    width: 410px;
    left: -360px;
  }

  .menu>ul>li:hover {
    display: block;
    list-style: none;
    background: transparent;
  }

  .menu>ul>li>ul:before {
    display: none;
  }

  .nav-click {
    position: relative;
    display: block;
    z-index: 999;
    padding: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.5s;
  }
}

/*=================menu end===================*/
.home-bannerwrap {
  position: relative;
  display: block;
}

.contentswrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.hm-banner-wrap {
  position: relative;
  display: block;
  text-align: center;
}

section.introduction {
  position: relative;
  display: block;
  background: #f8f8f8;
  padding-top: 135px;
  padding-bottom: 135px;
}

.intro-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.into-img {
  position: absolute;
  display: block;
  border-radius: 58px;
  box-shadow: 0px 3px 23px 0px #00000021;
  overflow: hidden;
}

.into-text {
  position: relative;
  display: block;
  width: 550px;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 0 0 54px 54px;
  box-shadow: 0px 0px 23px 0px #0000000a;
}

.intro-inner {
  position: relative;
  display: block;
  border: 1px solid #7070701f;
  border-radius: 0 0 54px 54px;
  padding: 20px;
}

.shape1 {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.intro-inner h2 {
  font-family: var(--crimsonpro);
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -0.033em;
  text-align: center;
  color: #3f3c3c;
  margin-bottom: 58px;
  position: relative;
}

.intro-inner h2:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 1px;
  background-color: #707070;
}

.intro-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  padding: 0 16px;
  text-align: center;
}

.into-img.img1 {
  left: 0;
  top: 200px;
}

.into-img.img2 {
  right: 0;
  top: -120px;
}

section.offeryou {
  position: relative;
  display: block;
  background: #f8f8f8;
  padding-bottom: 85px;
}

.offer-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.offer-title h3 {
  font-family: var(--crimsonpro);
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.013em;
  color: #6e6e77;
}

.offer-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 43%;
  height: 1px;
  background: #e2e0e0;
  top: 20px;
  left: -20px;
}

.offer-title:after {
  position: absolute;
  content: "";
  display: block;
  width: 43%;
  height: 1px;
  background: #e2e0e0;
  top: 20px;
  right: -20px;
}

.offerbox {
  position: relative;
  display: block;
  text-align: center;
}

.offer-icon {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.offerboxs-wrap {
  position: relative;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.offerbox h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -0.023em;
  color: #8d7e4e;
  font-family: var(--crimsonpro);
  margin-bottom: 15px;
}

.offerbox p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--Montserrat);
  margin-bottom: 15px;
  max-width: 256px;
  margin: 0 auto;
}

section.hm-accommodation {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 130px;
}

.hm-accommodation h2 {
  font-family: var(--GeographicaScript);
  font-size: 131px;
  font-weight: 400;
  letter-spacing: -0.023em;
  color: #181818;
  opacity: 0.18;
}

.accslider-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.acc-detail {
  position: relative;
  display: block;
  padding-left: 80px;
  margin-top: 50px;
}

.acc-detail h5 {
  font-family: var(--crimsonpro);
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
  margin-left: 13px;
}

.acc-detail p {
  font-family: var(--roboto);
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  max-width: 320px;
  margin-left: 13px;
}

.features-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.features {
  position: relative;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 81px;
}

.features h6 {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 14px;
  font-family: var(--roboto);
}

.acc-image {
  position: relative;
  display: block;
  box-shadow: 0px 11px 23px 0px #00000026;
  border-radius: 0 0 0 115px;
  overflow: hidden;
  margin-right: 60px;
}

.accommodation-slider-wrap .slick-track {
  padding-bottom: 30px;
}

.accommodation-slider-wrap {
  position: relative;
}

.accommodation-slider-wrap .slick-prev {
  left: -25px;
}

.accordion-item a {
  color: #000;
}

.accommodation-slider-wrap .slick-prev:before {
  opacity: 1;
  content: url(../img/acc-prv.png);
  width: 26px;
  height: 46px;
}

.accommodation-slider-wrap .slick-next:before {
  opacity: 1;
  content: url(../img/acc-next.png);
  width: 26px;
  height: 46px;
}

.accommodation-category-slider .slick-slide {
  margin-right: 15px;
}

span.slide-number {
  position: absolute;
  bottom: 60px;
  left: 222px;
  font-size: 21px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -0.02em;
  font-family: var(--crimsonpro);
}

.promontory-image {
  position: relative;
  display: block;
  height: 708px;
  background-repeat: no-repeat;
  background-size: cover;
}

.promontory-content {
  position: absolute;
  display: block;
  width: 500px;
  right: -134px;
  background: #fff;
  z-index: 9;
  top: 99px;
  padding: 10px;
  box-shadow: 0px 3px 22.5px 0px #0000001c;
  border-radius: 0 0 80px 0;
}

.pc-inner {
  position: relative;
  display: block;
  border: 1px solid #cacaca;
  border-radius: 0 0 80px 0;
  padding: 20px 20px 60px;
}

.p-shape {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.pc-inner h4 {
  font-family: var(--crimsonpro);
  font-size: 54px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 25px;
}

.pc-inner p {
  font-size: 19px;
  font-weight: 300;
  line-height: 31px;
  max-width: 380px;
  margin: 0 auto;
}

.proinner {
  position: relative;
  display: block;
}

.promontory .container-fluid {
  padding: 0;
}

/* section.promontory {
    position: relative;
    display: block;
    padding-bottom: 160px;
} */

section.promontory {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

section.facilities {
  position: relative;
  display: block;
  background: #151816;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
}

.facility-info {
  position: relative;
  display: block;
  margin-left: 30px;
}

.facilities h2 {
  position: relative;
  display: block;
  font-family: var(--GeographicaScript);
  font-size: 221px;
  font-weight: 400;
  letter-spacing: -0.023em;
  color: #f8f8f8;
  box-shadow: 0px 13px 7.5px 0px #00000029;
  opacity: 0.1 !important;
  margin-left: 60px;
}

.facility-info h3 {
  font-family: var(--crimsonpro);
  font-size: 63px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.04em;
  margin-bottom: 50px;
}

.facility-info p {
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  max-width: 350px;
}

a.btn-learn-more {
  position: absolute;
  display: flex;
  bottom: -144px;
  right: -61px;
  width: 140px;
  height: 140px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.054em;
  text-align: center;
  border-radius: 85px;
  border: 3px solid #ffffff;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  padding: 0 11px;
  transition: 0.5s;
  z-index: 9;
}

a.btn-learn-more:hover {
  background: #fff;
  color: #0d271e;
}

.facility-slider .slick-track {
  display: flex;
  align-items: center;
}

.facility-slider .slick-slide {
  display: block;
  text-align: center;
  max-width: 420px;
}

.facility-image {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  max-width: 420px;
}

.facility-slider h5 {
  font-family: var(--crimsonpro);
  font-size: 28px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.026em;
  margin-top: 15px;
}

.facility-slider-wrap {
  position: relative;
  display: block;
  margin-top: -100px;
}

.facility-slider-wrap .slick-prev {
  left: -54px;
  top: 110px;
}

.facility-slider-wrap .slick-next {
  left: -54px;
  top: 190px !important;
}

.facility-slider-wrap .slick-prev:before {
  content: url(../img/f-arrow-prv.png);
}

.facility-slider-wrap .slick-next:before {
  content: url(../img/f-arrow-next.png);
}

section.comforts {
  position: relative;
  display: block;
  padding-top: 80px;
  margin-bottom: 100px;
}

.comforts-image {
  position: relative;
  display: block;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comforts .container-fluid {
  padding: 0;
}

.comforts-content {
  position: absolute;
  display: block;
  width: 490px;
  left: 65px;
  background: #fff;
  z-index: 9;
  top: 99px;
  padding: 10px;
  box-shadow: 0px 3px 22.5px 0px #0000001c;
  border-radius: 0 0 0 80px;
}

.com-inner {
  position: relative;
  display: block;
  border: 1px solid #cacaca;
  border-radius: 0 0 0 80px;
  padding: 20px 20px 60px;
}

.p-shape {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.com-inner h4 {
  font-family: var(--crimsonpro);
  font-size: 54px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 25px;
}

.com-inner p {
  font-size: 19px;
  font-weight: 300;
  line-height: 31px;
  max-width: 380px;
  margin: 0 auto;
}

section.experience {
  position: relative;
  display: block;
  background: #f8f8f8;
  padding-top: 70px;
}

.experience h4 {
  font-family: var(--GeographicaScript);
  font-size: 121px;
  font-weight: 400;
  letter-spacing: -0.023em;
  color: #181818;
  opacity: 0.2;
}

.experience-wrap {
  position: relative;
  display: block;
  margin-left: 90px;
  padding-bottom: 107px;
}

.ex-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-size: cover;
  height: 620px;
  max-width: 380px;
  justify-content: flex-end;
  padding: 0 30px;
  margin: 0 auto;
  filter: brightness(0.9);
  box-shadow: 1px 2px 11px #00000063;
}

.category-icon {
  position: absolute;
  display: block;
  bottom: 0;
  right: -40px;
}

.experience-slider .slick-track {
  padding: 16px 0;
}

.ex-content h3 {
  font-family: var(--crimsonpro);
  font-size: 46px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  z-index: 9;
}

.ex-content h3 a {
  color: #fff;
}

.time {
  position: relative;
  display: block;
}

.time h5 {
  position: relative;
  display: block;
  background: #0000007a;
  color: #fff;
  border-radius: 0 20px 20px 0;
  margin-left: -30px;
  padding: 10px 0 10px 70px;
  max-width: 200px;
  font-size: 17px;
  font-weight: 300;
  line-height: 33px;
  font-family: var(--roboto);
}

.time h5:before {
  position: absolute;
  content: "";
  background-image: url(../img/map-icon.png);
  width: 12px;
  height: 17px;
  top: 18px;
  left: 33px;
  display: block;
}

.time h6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
  color: #fff;
  margin-left: 40px;
  font-family: var(--roboto);
}

.experience-slider .slick-slide {
  max-width: 380px;
  margin-right: 40px;
}

.experience-slider .slick-prev {
  left: -60px;
}

.experience-slider .slick-next {
  right: 35px;
}

.experience-slider .slick-prev:before {
  content: url(../img/acc-prv.png);
  width: 20px;
  height: 40px;
}

.experience-slider .slick-next:before {
  content: url(../img/f-arrow-next.png);
  width: 20px;
  height: 40px;
}

section.sharememory {
  position: relative;
  display: block;
  padding-top: 25px;
}

.sm-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 75px;
}

.sharememory img {
  filter: brightness(1.3);
  transition: 0.5s;
}


.sm-title h5 {
  font-family: var(--GeographicaScript);
  font-size: 108px;
  font-weight: 400;
  letter-spacing: -0.023em;
  color: #181818;
  opacity: 0.1;
}

.sm-title h6 {
  font-family: var(--crimsonpro);
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.026em;
  margin-top: -48px;
}

.sharememory img {
  max-width: 100%;
  margin: 4px;
}

.first-img {
  position: relative;
  display: block;
  width: 100%;
  height: 63%;
  object-fit: cover;
  text-align: right;
}

/* .first-img img {
    width: 100%;
} */
.other-img {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

.first-img img {
  object-fit: cover;
  margin: 0;
  height: 472px;
  width: 100%;
}

.instatag {
  position: relative;
  display: block;
  text-align: center;
  /*margin-top: 40px;*/
  padding-bottom: 30px;
}

.instatag h4 {
  font-family: var(--crimsonpro);
  font-size: 24px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.026em;
}

.instatag h4 span {
  color: #0b5d40;
  margin-left: 15px;
}

footer.footer-wrap {
  position: relative;
  display: block;
  background: #e8e8e8;
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 60px;
}

.reserve h5 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.026em;
  font-family: var(--crimsonpro);
  color: #828282;
  margin-bottom: 45px;
}

.reserve-col1,
.reserve-col2,
.reserve-col3 {
  font-family: var(--crimsonpro);
  position: relative;
  display: block;
  text-align: center;
}

.reserve h6 {
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.026em;
  color: #18181b;
}

.reserve a {
  font-family: var(--crimsonpro);
  font-size: 29px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: #18181b;
}

button.btn-online-reserve {
  font-family: var(--crimsonpro);
  width: 282px;
  height: 67px;
  background-color: #0d271e;
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.008em;
  color: #fff;
  border: 0;
  transition: 0.5s;
}

button.btn-online-reserve:hover {
  background-color: rgb(18 98 71);
}

.reserve {
  position: relative;
  display: none;
  border-bottom: 1px solid #cbc2c2;
  margin-bottom: 60px;
  padding: 0 30px 55px 30px;
}

.home .reserve {
  display: block;
}

.features:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  background: #d1d1d1;
  top: 0;
  left: -23px;
}

.features-wrap .features:first-child {}

.features-wrap .features:first-child:before {
  display: none;
}

.inner-banner {
  position: relative;
  display: block;
  height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 630px;
  color: #fff;
  max-width: 870px;
  margin: 0 auto;
}

.inner-banner-wrap h1 {
  font-family: var(--crimsonpro);
  font-size: 68px;
  font-weight: 400;
  /* margin-bottom: 25px; */
  color: #fff;
}

.inner-banner-wrap p {
  font-size: 23px;
  font-weight: 200;
  text-align: center;
  line-height: 38px;
}

section.club-intro {
  position: relative;
  display: block;
  padding-top: 60px;
  background: #f8f8f8;
  padding-bottom: 100px;
}

.clubinfo p {
  color: #3f3c3c;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 31px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -1.023px;
  max-width: 860px;
  margin: 0 auto 80px auto;
  position: relative;
}

.clubinfo p:before {
  position: absolute;
  content: "";
  display: block;
  background: #362e2e;
  width: 59px;
  height: 3px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.club-intro-wrap {
  position: relative;
  display: block;
  margin-left: 30px;
}

.club-intro-wrap h3 {
  color: #101012;
  font-family: var(--crimsonpro);
  font-size: 39px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -0.663px;
  margin-bottom: 40px;
}

.club-intro-wrap p {
  font-size: 16px;
  color: #000;
  line-height: 27px;
  font-family: var(--roboto);
  text-align: left;
  max-width: 547px;
  margin: 0;
}

.club-image-wrap {
  position: relative;
  display: block;
  text-align: right;
}

.c-img1 {
  position: relative;
  display: block;
  border-radius: 0 0 0 80px;
  overflow: hidden;
}

.c-img2 {
  position: absolute;
  display: none;
  width: 264px;
  bottom: -100px;
  right: 0;
  height: 244px;
  box-shadow: 0px 3px 34px 0px #0000001c;
  border-radius: 0 0 0 80px;
  overflow: hidden;
}

section.fullimage {
  position: relative;
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
}

.dress-code h4 {
  color: #000;
  font-family: var(--crimsonpro);
  font-size: 68px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -2.244px;
  margin-bottom: 80px;
  margin-left: 70px;
}

.dresscode-image {
  position: relative;
  display: block;
  border-radius: 0 0 84px 0;
  overflow: hidden;
  max-width: 580px;
}

section.dress-code {
  position: relative;
  display: block;
  margin-bottom: 95px;
}

.dresscode-detail h6 {
  color: #000;
  font-family: var(--crimsonpro);
  font-size: 28px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.28px;
  margin-bottom: 40px;
  max-width: 533px;
}

.dresscode-detail p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 515px;
}

.ourreach-title {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  width: 466px;
  left: -66px;
  top: 66px;
  height: 130px;
}

.ourreach-title h3 {
  font-family: var(--crimsonpro);
  position: relative;
  display: block;
  font-size: 117px;
  font-weight: 400;
  line-height: 130.03px;
  letter-spacing: -0.02em;
  color: #dedddd;
  width: 466px;
}

section.our-reach {
  position: relative;
  display: block;
  margin-top: 266px;
  padding-bottom: 629px;
}

.vision_mission {
  position: relative;
  display: block;
  margin-left: 50px;
}

.vm-box {
  position: absolute;
  display: block;
  max-width: 424px;
  box-shadow: 0px 0px 23px 0px #00000017;
  padding: 65px 43px;
  background: #fff;
}

.vm-box.vision h3,
.vm-box.mission h3 {
  font-size: 47px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.017em;
  font-family: var(--crimsonpro);
  color: #101012;
  margin-bottom: 25px;
}

.vm-box.vision p {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  color: #101012;
}

.vm-box.vision {
  top: -136px;
  left: -107px;
  border-radius: 54px 54px 0px 54px;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.09);
  z-index: 9;
}

.vm-box.mission {
  border-radius: 54px 54px 0px 54px;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.09);
  top: 0;
  right: 260px;
  padding-left: 90px;
  max-width: 450px;
}

.vm-box.mission p {
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
  color: #101012;
}

section.membership {
  position: relative;
  display: block;
  margin-top: 140px;
}

section.membership h4 {
  color: #101012;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.765px;
  margin-bottom: 85px;
  position: relative;
}

.membership h4:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #362e2e;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}

.mem-image {
  position: relative;
  display: block;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}

.mem-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 50px;
}

.mem-content h5 {
  color: #101012;
  font-family: var(--crimsonpro);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.595px;
  margin-bottom: 23px;
}

.mem-content p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  max-width: 445px;
}

.member-row {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.member-row:nth-child(even) .mem-content {
  padding-left: 0;
}

.member-row:nth-child(even) .order1 {
  order: 2;
}

.member-row:nth-child(even) .order1 .mem-image {
  border-radius: 0 0 50px 0;
}

.member-row:nth-child(even) .order2.offset-1 {
  order: 1;
}

.member-row:nth-child(even) .order2.offset-1 {
  order: 1;
  flex: 0 0 41%;
  width: 40%;
}

section.timeline {
  position: relative;
  display: block;
  margin-top: 30px;
  overflow: hidden;
}

.timeline-title {
  position: relative;
  display: block;
  /* margin-left: 112px; */
  max-width: 808px;
  margin-bottom: 40px;
}

.timeline-title h3 {
  color: #000;
  font-family: var(--crimsonpro);
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -1.1px;
  margin-bottom: 26px;
}

.timeline-title p {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
}

.time-wrap {
  position: relative;
  display: block;
  padding-bottom: 85px;
}

.inner-time-row {
  position: relative;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

.time-wrap .time-row:nth-child(odd) {
  background-color: #f1f1f1;
}

.time-detail-col1 {
  position: relative;
  display: block;
  margin-left: 190px;
  padding-top: 30px;
  max-width: 45%;
}

.time-detail-col2 {
  position: relative;
  display: block;
  max-width: 55%;
}

.time-detail-row {
  position: relative;
  display: flex;
}

.time-row {
  position: relative;
  padding-top: 70px;
}

.time-detail-col1 h3 {
  color: #1e1d1d;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.58px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  font-family: var(--roboto);
}

.time-detail-col1 p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  max-width: 90%;
}

.time-year h4 {
  position: relative;
  display: block;
  color: #2c2c2c;
  font-size: 114px;
  font-weight: 400;
  letter-spacing: -2.28px;
  width: 250px;
  height: 100px;
  transform: rotate(-90deg);
  top: 90px;
  left: 50px;
}

.time-detail-col1 h3:before {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  left: -66px;
  background-image: url(../img/time-dot.svg);
  background-repeat: no-repeat;
  z-index: 9;
}

/* .time-detail-row:before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 194%;
    top: -125px;
    left: 141px;
    background: #ACACAC;
} */

.time-detail-row:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 128%;
  top: -125px;
  left: 141px;
  background: #acacac;
}

.time-year {
  position: relative;
  display: block;
}

.fixedtitle {
  position: sticky;
  top: 80px;
  margin-top: 230px;
}

section.timeline-mobile {
  display: none;
}

.slider-dots {
  position: relative;
  display: block;
  top: 90px;
}

span.sliderdotwrap {
  position: relative;
  display: block;
  background-image: url(../img/time-dot.svg);
  width: 34px;
  height: 34px;
  margin: 0 auto;
}

span.sliderdotwrap:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/time-dot.svg);
  top: 0;
  left: -195px;
  width: 34px;
  height: 34px;
}

.inner-banner:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1111114d;
}

span.sliderdotwrap:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/time-dot.svg);
  top: 0;
  right: -195px;
  width: 34px;
  height: 34px;
}

.slider-dots:before {
  position: absolute;
  display: block;
  content: "";
  top: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #acacac;
}

.facilityinfo p {
  color: #3f3c3c;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 31px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -1.023px;
  max-width: 995px;
  margin: 0 auto 80px auto;
  position: relative;
}

section.facility-info-wrap {
  position: relative;
  display: block;
  padding-top: 60px;
  background: #f8f8f8;
}

.facilityinfo p:before {
  position: absolute;
  content: "";
  display: block;
  background: #362e2e;
  width: 59px;
  height: 3px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.facility-slide {
  position: relative;
  display: block;
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
}

.facility-slide {
  position: relative;
  display: block;
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 80px 0;
}

.facility-row:nth-child(even) .facility-slide {
  border-radius: 0 0 0 45px;
}

.facility-details-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 470px;
  float: left;
  margin-left: 60px;
}

.facility-row:nth-child(even) .facility-details-wrap {
  float: right;
  margin-left: 0;
  margin-right: 60px;
}

.facility-details-wrap h3 {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 37px;
  line-height: 38px;
  letter-spacing: -1.584px;
  font-weight: 400;
  margin-bottom: 14px;
}

.facility-details-wrap p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 8px;
}

/* 
facility-prv.png
facility-next.png */
.btn-wrapper {
  position: absolute;
  display: block;
  right: -30px;
  width: 165px;
  height: 80px;
  border-radius: 24px 24px 0px 14px;
  background: #222020;
  bottom: 36px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.facility-row .col-md-6 {
  position: relative;
}

.facilies-slider .slick-prev {
  left: 30px;
  top: 50px;
  bottom: 9px;
  z-index: 9;
  top: unset;
  width: 17px;
  height: 31px;
}

.btn-wrapper-inner {
  position: relative;
  display: block;
}

.facilies-slider .slick-next {
  left: 120px;
  top: 50px;
  bottom: 9px;
  z-index: 9;
  top: unset;
  width: 17px;
  height: 31px;
}

.facilies-slider .slick-prev:before {
  content: url(../img/facility-prv.png);
  width: 17px;
  height: 31px;
}

.facilies-slider .slick-next:before {
  content: url(../img/facility-next.png);
  width: 17px;
  height: 31px;
}

/* .facilies-slider::before {
    position: absolute;
    content: '';
    display: block;
    width: 496px;
    height: 1px;
    background-color: #C6C6C6;
    bottom: 74px;
    right: -495px;
} */
.facility-row {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 60px 0;
}

.facility-row:nth-child(even) {
  background: #f2f6f3;
}

.facility-row:nth-child(even) .order1 {
  order: 2;
}

.facilitys .container-fluid {
  padding: 0;
}

.facility-row:nth-child(even) .btn-wrapper {
  right: unset;
  left: -57px;
}

/* .facility-row:nth-child(even) .facilies-slider::before {

    width: 550px;
    height: 1px;
    background-color: #C6C6C6;
    bottom: 74px;
    right: 715px;
} */

.facilies-slider .slick-prev {
  left: 31px;
  top: 50px;
  bottom: 9px;
  z-index: 9;
  top: unset;
  width: 17px;
  height: 31px;
}

.map-wrapper {
  position: sticky;
  display: block;
  top: 108px;
  margin-left: 100px;
}

.map-wrapper h3 {
  position: absolute;
  display: block;
  width: 420px;
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.72px;
  color: #efeaea;
  font-family: var(--alikeangular);
  transform: rotate(-90deg);
  left: -186px;
  z-index: 1;
  bottom: 180px;
}

.maplogo {
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 57%;
  width: 107px;
  height: 80px;
}

section.experience-intro {
  position: relative;
  display: block;
  padding-top: 50px;
}

.map-wrap {
  position: relative;
  display: block;
  width: 580px;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-point-wrap {
  position: relative;
  display: block;
  height: 100%;
}

.map-point {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background-color: #aab6ae;
  display: block;
  cursor: pointer;
}

.active .map-point {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #1f9b49;
}

.map-point:before {
  animation: ripple 3s linear infinite;
}

.map-point:before,
.map-point:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #aab6ae;
  border-radius: 50%;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

a.location-point {
  position: absolute;
  display: block;
}

.mappoint-content {
  position: relative;
  display: block;
  width: 185px;
  height: 50px;
  margin-top: 50px;
  margin-left: -25px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.active .mappoint-content {
  max-height: 100px;
}

.mappoint-content p {
  position: relative;
  display: block;
  color: #695e5e;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
}

.location1 {
  top: 293px;
  right: -20px;
}

.location2 {
  top: 108px;
  right: 218px;
}

.location3 {
  top: 313px;
  right: 302px;
}

.location4 {
  top: 432px;
  right: 197px;
}

.location5 {
  top: 543px;
  right: 221px;
}

.location6 {
  top: 529px;
  right: 116px;
}

.location7 {
  top: 538px;
  right: 33px;
}

.map-wrapper h4 {
  position: relative;
  display: block;
  text-align: center;
  color: #3f3c3c;
  font-family: var(--abhaya_libreregular);
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -1.023px;
  margin-top: 20px;
}

.location-image {
  position: relative;
  display: block;
  border-radius: 0 0 30px 0;
  overflow: hidden;
}

.location-image img {
  max-width: 100%;
}

.location-distance {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 0px 24px 24px 14px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 14px 25px;
  margin-top: -6px;
}

.location-distance h5 {
  color: #695e5e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}

.location-distance h5:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../img/map-pin.png");
  width: 15px;
  height: 21px;
  top: 6px;
  left: 0;
}

.location-detail {
  position: relative;
  display: block;
  margin-top: 15px;
}

.location-detail h4 {
  color: #3f3c3c;
  font-family: var(--abhaya_libreregular);
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -1.386px;
  margin-bottom: 0;
}

.location-detail p {
  color: #262424;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.location-info-row {
  position: relative;
  display: block;
  margin-bottom: 140px;
  scroll-margin: 100px;
}

.map-wrap-inner {
  position: relative;
  display: block;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

a.appymember {
  position: relative;
  display: block;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  font-family: var(--utopia);
  letter-spacing: 0em;
  border: 1px solid #8f8f8f;
  border-radius: 42px;
  color: #181818;
  padding: 2px 40px;
  transition: 0.5s;
  margin: 14px 0;
}

a.appymember:hover {
  color: #fff;
  background-color: #181818;
}

a.appymember.logins {
  background: #fff;
  color: #000;
}

a.appymember.logins:hover {
  background: #000;
  color: #fff;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #333 #ccc;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #333;
}

*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
  border: 3px solid #333;
}

section.map-locations {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

section.gallery-wrap {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 80px;
}

.galleries h2 {
  margin: 40px 0;
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 52px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.676px;
}

.gallery-wrapper a {
  position: relative;
  display: block;
  margin: 5px;
}

.gallery-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.gl-1 .gallery-wrapper a:nth-child(1) {
  width: 695px;
}

.gl-1 .gallery-wrapper a:nth-child(2) {
  width: 450px;
}

.gl-1 .gallery-wrapper a:nth-child(3) {
  width: 575px;
}

.gl-1 .gallery-wrapper a:nth-child(4) {
  width: 575px;
}

.gallery-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-rows {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-bottom: 0;
}

.g2-col1 {
  position: relative;
  display: block;
  width: 46%;
}

.g2-col2 {
  position: relative;
  display: block;
  width: 50%;
  border-radius: 0 0 47px 0;
  overflow: hidden;
}

.gallery-wrapper .g2-col1 a:nth-child(2) {
  width: 350px;
  max-height: 380px;
}

.gallery-wrapper .g2-col1 a:nth-child(3) {
  width: 254px;
  max-height: 380px;
}

.g2-col1-inner {
  position: relative;
  display: flex;
}

.g2-col1-inner img {
  height: 380px;
  object-fit: cover;
}

.g2-col2 img {
  max-height: 735px;
}

.gl-3 .gallery-wrapper a:nth-child(1) {
  width: 596px;
}

.gl-3 .gallery-wrapper a:nth-child(2) {
  width: 550px;
}

.gl-3 .gallery-wrapper a:nth-child(3) {
  width: 697px;
}

.gl-3 .gallery-wrapper a:nth-child(4) {
  width: 450px;
}

.galleries-mobile {
  display: none;
}

.accomodation-intro p {
  color: #3f3c3c;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 31px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -1.023px;
  max-width: 995px;
  margin: 0 auto 40px auto;
  position: relative;
}

.accomodation-intro {
  position: relative;
  display: block;
  margin-top: 20px;
}

.accomodation-intro p:before {
  position: absolute;
  content: "";
  display: block;
  background: #362e2e;
  width: 59px;
  height: 3px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.accomodation-box {
  position: relative;
  display: flex;
  height: 360px;
  background-size: cover;
  border-radius: 50px 50px 0 50px;
  align-items: flex-end;
  filter: brightness(1);
  transition: 0.5s;
  margin-bottom: 33px;
}

.accomodation-box:hover {
  position: relative;
  display: flex;
  background-size: cover;
  border-radius: 50px 50px 0 50px;
  align-items: flex-end;
  filter: brightness(1.1);
}

.member-login a {
  color: #22623f;
}

a.acc-link {
  position: relative;
  display: block;
  background-color: #103e33;
  width: 90%;
  padding: 21px 20px;
  margin: 0 auto 30px auto;
  border-radius: 20px 20px 0 20px;
  color: #fff;
  font-family: var(--crimsonpro);
  font-size: 35px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.455px;
}

.member-links .col-lg-3 {
  flex: 0 0 auto;
  width: 20%;
}

a.acc-link:after {
  position: absolute;
  content: "";
  display: block;
  top: 32px;
  right: 19px;
  width: 24px;
  height: 24px;
  border-bottom: 7px solid #fff;
  border-right: 7px solid #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
}

.location-distance a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.accomodation-box:hover a.acc-link:after {
  right: 23px;
}

.acc-detail-intro {
  position: relative;
  display: block;
  margin-top: 37px;
  max-width: 610px;
}

section.accomodation-info-wrap {
  position: relative;
  display: block;
  background: #f9f9f9;
  padding-bottom: 20px;
}

.acc-detail-intro h2 {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -1.188px;
  margin-bottom: 24px;
}

.acc-detail-intro p {
  color: #262424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.available-occupancy {
  position: relative;
  display: block;
  margin-top: 40px;
}

.available-occupancy h3 {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 47px;
  letter-spacing: -0.792px;
  margin-bottom: 15px;
}

span.a-options {
  position: relative;
  display: flex;
  flex-direction: column;
}

.a-options h4 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #f7f7f7;
  color: #3f3c3c;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 47px;
  padding: 3px 23px;
  margin-right: 15px;
  font-family: var(--roboto);
}

.reserve-form-wrap {
  position: relative;
  display: block;
  max-width: 475px;
  margin: -125px auto 0 auto;
  padding: 43px;
  border-radius: 0px 0px 50px 0px;
  background: #fff;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.02);
}

.reserve-form-wrap h4 {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 41px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: -1.353px;
  margin-bottom: 30px;
}

.form-floating label {
  left: 14px;
}

.reserve-form .form-control,
.reserve-form .form-select {
  border-radius: 6px !important;
  border: 2px solid #b4b4b4;
  height: 62px;
}

.datepicker-input {
  background-image: url(../img/calander-icon.png);
  background-repeat: no-repeat;
  background-position: 94% center;
}

.btn-check-availability {
  position: relative;
  display: block;
  border-radius: 14px 0px 14px 14px;
  background: #103e33;
  color: #fff;
  border: 0;
  font-family: var(--crimsonpro);
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  width: 390px;
  height: 80px;
  text-align: left;
  padding: 0 30px;
  margin-top: 33px;
}

.btn-check-availability:after {
  position: absolute;
  content: "";
  display: block;
  top: 30px;
  right: 50px;
  width: 18px;
  height: 18px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
}

section.facility-additional {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 35px;
}

.facilities-wrap {
  position: relative;
  display: block;
}

section.make-reservation {
  position: relative;
  display: block;
  height: 440px;
  color: #fff;
  padding-top: 80px;
}

.btn-reservation {
  position: relative;
  display: block;
  border-radius: 14px 0px 14px 14px;
  background: #103e33;
  color: #fff;
  border: 0;
  font-family: var(--crimsonpro);
  font-size: 28px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -0.2px;
  width: 360px;
  height: 70px;
  text-align: center;
  padding: 0 30px;
  margin: 50px auto 90px auto;
  transition: 0.5s;
}

.btn-reservation:hover {
  background: #077c61;
}

.make-reservation h3 {
  position: relative;
  font-family: var(--crimsonpro);
  font-size: 50px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: -1.65px;
  margin-bottom: 40px;
}

.make-reservation p {
  position: relative;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 50px;
}

section.make-reservation:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #185244f5;
}

.accomodation-title h3 {
  color: #3f3c3c;
  text-align: center;
  font-family: "Crimson Pro";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -1.023px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.facilities-wrap h4 {
  position: relative;
  display: block;
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.99px;
}

.facilities-wrap ul {
  list-style: none;
  padding: 0;
}

.facilities-wrap ul li {
  color: #3f3c3c;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  text-transform: capitalize;
  background: #f7f7f7;
  margin-bottom: 3px;
  max-width: 536px;
  position: relative;
  padding-left: 35px;
}

.facilities-wrap ul li:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 26px;
  left: 14px;
  border-bottom: 2px solid #8b8282;
  border-right: 2px solid #8b8282;
  transform: rotate(-45deg);
}

.facilities-gallery {
  position: relative;
  display: block;
}

.facilities-gallery h4 {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.99px;
  margin-bottom: 17px;
}

.facility-gallery-slider h6 {
  left: 10%;
  position: absolute;
  bottom: 22px;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
}

.facility-gallery-slider .slick-slide {
  display: block;
  position: relative;
}

.facility-gallery-slider .slick-prev {
  left: 327px;
  z-index: 9;
  bottom: 7px;
  top: unset;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.facility-gallery-slider .slick-next {
  left: 400px;
  z-index: 9;
  bottom: 7px;
  top: unset;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.facility-gallery-slider .slick-prev:before {
  content: url(../img/fg-prev.png);
}

.facility-gallery-slider .slick-next:before {
  content: url(../img/fg-next.png);
}

.accommodation-category-slider .slick-prev {
  left: -40px;
  z-index: 9;
  top: 50%;
}

.accommodation-category-slider .slick-next {
  right: -30px;
  z-index: 9;
  top: 50%;
}

.accommodation-category-slider .slick-prev:before {
  content: url(../img/acc-prv.png);
}

.accommodation-category-slider .slick-next:before {
  content: url(../img/acc-next.png);
}

.fullscreen {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  position: absolute;
  display: none;
  background-image: url(../img/fg-full.png);
  bottom: 31px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  right: 78px;
}

.inner-banner.greenbg {
  max-height: 395px;
  background: #103e33;
}

.greenbg .inner-banner-wrap {
  max-height: 395px;
}

.greenbg .inner-banner-wrap h1 {
  font-size: 48px;
  margin-top: 75px;
}

section.policy-wrap {
  position: relative;
  display: block;
  margin-top: 50px;
  padding-bottom: 50px;
}

section.policy-wrap p {
  color: #262424;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

section.policy-wrap h6 {
  color: #262424;
  font-size: 19px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 5px;
}

.policy-wrap ol li {
  padding-left: 13px;
}

.imgblock {
  position: relative;
  display: block;
  float: right;
  border-radius: 0px 0px 34px 0px;
  margin-left: 50px;
  overflow: hidden;
}

.policy-wrap ol li::marker {
  font-family: var(--crimsonpro);
  font-size: 26px;
  letter-spacing: -0.338px;
}

section.contact-intro {
  position: relative;
  display: block;
  padding-top: 50px;
  background: #f5f5f5;
  padding-bottom: 77px;
}

.contact-intro .container-fluid {
  padding: 0;
}

.contact-image {
  position: relative;
  display: block;
  height: 640px;
  background-size: cover;
  border-radius: 0 0 80px 0;
}

.contact-info {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-left: 40px;
  max-width: 640px;
}

.contact-info h2 {
  position: relative;
  display: block;
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 50px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.65px;
  margin-bottom: 60px;
}

.contact-info h2:before {
  position: absolute;
  content: "";
  top: 70px;
  left: 0;
  width: 59px;
  height: 3px;
  background: #362e2e;
}

.contact-info h3 {
  color: #4b4b4b;
  font-family: var(--abhaya_libreregular);
  font-size: 27px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -0.891px;
}

.contact-wrap a,
.contact-rows2 a {
  position: relative;
  display: block;
  color: #141414;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 8px;
}

.contact-rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 70%;
  margin-bottom: 40px;
}

.contact-rows2 {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.contact-rows2 h3 {
  line-height: 28px;
}

.inquiryform-content {
  position: relative;
  display: block;
  margin-top: 70px;
}

.inquiryform-content h4 {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 43px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.559px;
  margin-bottom: 22px;
}

.inquiryform-content p {
  color: #262424;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  max-width: 580px;
}

.inquiry-form {
  position: relative;
  display: block;
  margin-top: 50px;
}

.inquiry-form label {
  color: #292828;
  font-family: var(--abhaya_libreregular);
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.693px;
  margin-top: 20px;
}

.inquiry-form .form-control,
.inquiry-form .form-select {
  border: 1px solid #3d3c3c;
  min-height: 57px;
  border-radius: 0;
}

.inquiry-form {
  position: relative;
  display: block;
  margin-top: 0;
  max-width: 610px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  text-align: center;
  max-width: 82%;
}

.inquiry-form textarea.form-control {
  height: 140px;
}

.btn-submit {
  position: relative;
  display: block;
  background: #0d271e;
  color: #fff;
  font-family: var(--crimsonpro);
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.208px;
  width: 282px;
  height: 67px;
  text-align: center;
  border: 0;
  margin-top: 30px;
  transition: 0.5s;
}

.btn-submit:hover {
  background: hsl(159, 69%, 34%);
}

.map {
  position: relative;
  display: block;
  border-radius: 30px 0 30px 30px;
  overflow: hidden;
}

.mapwrap {
  position: relative;
  display: block;
  margin-top: -58px;
}

.place-card.place-card-large {
  display: none !important;
}

.map-location-box {
  position: relative;
  display: block;
  width: 385px;
  border-radius: 0px 24px 24px 24px;
  background: #fff;
  box-shadow: 0px 0px 69px 0px rgba(0, 0, 0, 0.17);
  margin: -161px auto 0 auto;
}

.c-logo {
  position: relative;
  display: block;
  text-align: center;
  max-width: 193px;
  top: -73px;
  margin: 0 auto;
}

.c-logo img {
  /* max-width: 100%; */
  width: 100%;
}

.map-location-box h5 {
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.312px;
  max-width: 275px;
  margin: -70px auto 25px auto;
}

.getdirect {
  position: relative;
  display: block;
  color: #695e5e;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding: 5px 15px 22px 57px;
}

.getdirect:after {
  position: absolute;
  content: "";
  display: block;
  content: url(../img/c-direct.png);
  width: 20px;
  height: 20px;
  top: 8px;
  right: 51px;
}

.follow {
  position: relative;
  display: flex;
  margin-top: 44px;
  justify-content: space-between;
  max-width: 85%;
  margin: 44px auto 0 auto;
  align-items: center;
}

.follow h4 {
  color: #7a7272;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.312px;
  margin-bottom: 0;
}

.socialwrap {
  position: relative;
  display: flex;
  align-items: center;
}

.socialwrap a {
  position: relative;
  display: block;
  margin: 0 22px;
}

section.inquiry-wrapper {
  position: relative;
  display: block;
  padding-bottom: 125px;
}

.c-order2 {
  order: 2;
}

.c-order1 {
  order: 1;
}

.map-location-box {
  width: 315px;
}

.map-location-box h5 {
  font-size: 18px;
  max-width: 198px;
}

.c-logo {
  max-width: 145px;
  top: -65px;
  margin: 0 auto;
}

.inquiryform-content h4 {
  color: #3f3c3c;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
  /* 109.302% */
  letter-spacing: -0.559px;
}

.inquiryform-content p {
  font-size: 14px;
  line-height: 26px;
}

.btn-submit {
  width: 100%;
}

.inner-banner.logins {
  position: relative;
  display: block;
}

.wpcf7-spinner {
  /* visibility: hidden; */

  top: -44px;
  left: 20px;
}

.inner-banner.logins:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #072921ed;
}

.inner-member {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 240px;
  color: #fff;
  /* max-width: 350px; */
  width: 100%;
  margin: 290px auto 0 auto;
}

.inner-member img {
  max-width: 120px;
}

.inner-member h1 {
  color: #fff;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 59px;
  font-weight: 400;
  line-height: 101px;
  letter-spacing: -1.18px;
}

.inner-member p {
  color: #b8b8b8;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

.btnmember {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 26px;
  font-weight: 400;
  line-height: 75px;
  letter-spacing: -0.52px;
  width: 350px;
  height: 77px;
  background-color: #103e33;
  border-radius: 14px 0px 14px 14px;
}

.inner-banner.logins {
  position: relative;
  display: block;
  height: 900px;
}

.member-login {
  position: relative;
  display: block;
  margin-top: 240px;
  border-radius: 0 50px;
  background: #fff;
  width: 651px;
  box-shadow: 0px 4px 74px 0px rgba(0, 0, 0, 0.12);
  padding: 60px 65px;
}

.member-login h2 {
  color: #262424;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 20px;
}

.member-login .form-control {
  border-radius: 9px;
  border: 2px solid #5b5757;
  background: #fff;
  min-height: 70px;
}

.member-login .form-floating label {
  left: 0;
  padding-top: 22px;
}

.forgot-pw {
  color: #103e33;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  display: block;
  letter-spacing: 0.119px;
  text-decoration-line: underline !important;
  margin-bottom: 45px;
  margin-top: 15px;
}

button.memlogin {
  position: relative;
  display: block;
  color: #fff;
  font-family: var(--crimsonpro);
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.216px;
  border-radius: 14px 14px 0px 14px;
  background-color: #000;
  width: 100%;
  height: 80px;
  text-align: left;
  border: 0;
  padding-left: 32px;
  background-image: url(../img/login-shape.png);
  background-repeat: no-repeat;
  background-position: 93% center;
}

section.member-intro {
  position: relative;
  display: block;
  padding-top: 35px;
}

.memtitle h3 {
  color: #3b403f;
  font-family: var(--crimsonpro);
  font-size: 42px;
  font-weight: 300;
  line-height: 71px;
  letter-spacing: -0.84px;
}

.memtitle h3 strong {
  font-weight: 500 !important;
}

.memtitle {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}

a.logout {
  position: relative;
  display: block;
  border-radius: 0 0 24px 0;
  border: 1px solid #707070;
  height: 56px;
  width: 161px;
  color: #565555;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -0.23px;
  transition: 0.5s;
}

a.logout:hover {
  color: #fff;
  background-color: #022904;
}

a.mem-block {
  position: relative;
  display: block;
  border-radius: 0 50px;
  background: #fff;
  box-shadow: 0px 4px 49px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 55px;
}

.ml-image {
  position: relative;
  display: block;
}

.ml-image img {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.5s;
}

.mem-block h5 {
  position: relative;
  display: block;
  color: #292828;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.25px;
  padding-bottom: 33px;
  min-height: 106px;
  max-width: 81%;
  margin: 30px auto 5px auto;
}

a.mem-block:hover .ml-image img {
  filter: brightness(1.1);
}

.member-wrap {
  position: relative;
  display: block;
  margin-top: 45px;
}

.membe-link-wrap {
  position: sticky;
  top: 90px;
  border-radius: 0px 30px 30px 30px;
  background: #f8f8f8;
  padding: 40px 28px 15px 28px;
  margin-bottom: 30px;
}

.page-template-page-reciprocaclubs-general .membe-link-wrap {
  position: sticky;
  top: 50px;
  border-radius: 0px 30px 30px 30px;
  background: none;
  padding: 40px 28px 15px 28px;
  /* margin-bottom: 30px; */
}

.page-template-page-reciprocaclubs-general .member-welcome {
  border-top: 0;
}

a.logout2 {
  position: relative;
  display: block;
  border-radius: 0 0 24px 0;
  border: 1px solid #707070;
  height: 40px;
  width: 99px;
  color: #565555;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.23px;
  transition: 0.5s;
}

a.logout2:hover {
  color: #fff;
  background-color: #022904;
}

.member-welcome {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.member-welcome p {
  margin-bottom: 7px;
}

.member-welcome h5 {
  font-family: var(--roboto) !important;
  color: #565656;
  font-weight: 400;
  margin-bottom: 20px;
}

.member-welcome a {
  color: #565656;
}

.member-welcome h2 {
  color: #3b403f;
  font-family: var(--crimsonpro);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}

.member-welcome h2 strong {
  font-weight: 500;
}

.slide-link-wrap {
  position: relative;
  display: block;
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  margin-bottom: 30px;
  padding-top: 30px;
}

.sidelinks ul {
  padding: 0;
  list-style: none;
}

.sidelinks ul li a {
  position: relative;
  display: block;
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  transition: 0.5s;
}

.sidelinks ul li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.sidelinks ul li a:hover {
  color: #008136;
}

.membe-page-contents {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-left: 50px;
  margin-bottom: 160px;
}

.membe-page-contents h4 {
  color: #3b403f;
  font-family: var(--crimsonpro);
  font-size: 38px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.76px;
  margin-bottom: 30px;
}

.newsletter-block {
  position: relative;
  display: block;
  border-radius: 0 50px;
  background: #fff;
  box-shadow: 0px 10px 47px 0px rgba(0, 0, 0, 0.07);
  /*max-width: 360px;*/
  margin: 0 auto 45px auto;
}

.newsletter-image {
  position: relative;
  display: block;
  border-radius: 0 50px;
  overflow: hidden;
  margin-bottom: 40px;
}

.newsletter-image img {
  position: relative;
  display: block;
  width: 100%;
}

.nl-content {
  position: relative;
  display: block;
  padding: 25px;
}

.nl-content h5 {
  color: #292828;
  font-family: var(--crimsonpro);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.nl-content h5 a {
  color: #292828;
}

.nl-content p {
  color: #262424;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.btn-download {
  position: relative;
  display: flex;
  border-radius: 0px 0px 0px 14px;
  border: 1px solid #707070;
  color: #565555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 200px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  transition: 0.5s;
}

.btn-download:hover {
  color: #fff;
  background-color: #022904;
}

.current-link {
  display: none;
}

.membe-page-contents p {
  color: #262424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

a.btndownload-more {
  position: relative;
  display: flex;
  height: 62px;
  align-items: center;
  width: 323px;
  border-radius: 14px 0px 14px 14px;
  background-color: #000;
  color: #fff;
  font-family: var(--crimsonpro);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.192px;
  background-image: url(../img/login-shape.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  padding-left: 15px;
  transition: 0.5s;
  margin-top: 37px;
}

a.btndownload-more:hover {
  background-color: #022904;
}

.membe-page-contents li {
  color: #262424;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.member-box {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.member-image {
  position: relative;
  display: block;
  border-radius: 32px 32px 32px 0px;
  overflow: hidden;
  margin-bottom: 25px;
}

.member-image img {
  width: 100%;
}

.member-box h5 {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.38px;
}

.member-box h6 {
  color: #000;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.member-box p {
  color: #262424;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.accordion-button::after {
  background-image: url(../img/accomodation-plus.png);
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/accomodation-minus.png);
  background-repeat: no-repeat;
}

.accordion-button {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #262424;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0d4233;
}

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

.accordion-body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #262424;
}

.accordion-body ul {
  margin-bottom: 47px;
}

.list-clubs {
  position: relative;
  display: block;
  border-radius: 0px 20px 20px 0px;
  background: #f9f9f9;
  padding: 40px 28px;
  margin-top: 30px;
}

.list-club-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}

.list-club-header h3 {
  margin-bottom: 0;
  color: #3b403f;
  font-family: var(--crimsonpro);
  font-size: 28px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.56px;
}

.list-drop-wrap {
  position: relative;
  display: block;
}

.list-drop-wrap .form-select {
  color: #5a5a5a;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  width: 225px;
}

.list-clubs h6 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #575151;
}

.list-club-wrapper {
  position: relative;
  display: block;
  margin-top: 50px;
}

.club-image {
  position: relative;
  display: block;
  max-width: 210px;
  border-radius: 20px 20px 0px 20px;
  /* overflow: hidden; */
}

.club-info {
  position: relative;
  display: block;
}

.club-info h5 {
  position: relative;
  display: block;
  color: #292828;
  font-family: var(--crimsonpro);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.23px;
}

.club-info p {
  color: #262424;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 0;
}

.club-info {
  position: relative;
  display: block;
  padding-left: 0;
  margin-top: 0px;
  max-width: 297px;
}

.club-buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: right;
  height: 100%;
  justify-content: space-between;
  padding-top: 10px;
  align-items: flex-end;
}

.country {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: #6c857f;
  /* background-image: url(../img/map-point-white.png);
  background-repeat: no-repeat;
  background-position: 8% center; */
  align-self: flex-end;
  padding: 3px 15px 3px 32px;
  max-width: 210px;
  width: auto;
  text-align: left;
}

.country::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/map-point-white.png);
  top: 7px;
  left: 11px;
  background-repeat: no-repeat;
}

.btn-reference {
  position: relative;
  display: block;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  border-radius: 7px;
  border: 1px solid #707070;
  background: #fdfdfd;
  text-align: center;
  padding: 7px 6px;
  max-width: 150px;
  width: 100%;
  transition: 0.5s;
}

.btn-reference.gn {
  font-size: 16px;
  padding: 9px 10px;
  max-width: 200px;
}

.reciprocal-intro {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

li#menu-item-38 {
  border: 0;
}

.btn-reference:hover {
  color: #fff;
  background: #0d271e;
}

.list-club-row {
  position: relative;
  display: block;
  padding: 18px 20px;
  border-radius: 20px 0px 20px 20px;
  background: #fff;
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 28px;
}

.modal-dialog {
  max-width: 700px;
}

.modal-dialog .form-floating label {
  left: 0;
}

.datepicker-dropdown {
  z-index: 99999;
}

.modal-footer {
  justify-content: flex-start;
  padding: 0px 57px 27px 57px;
  border: 0;
}

.modal-body select.wpcf7-form-control {
  margin-top: 15px;
}

.sendrequest {
  position: relative;
  display: flex;
  height: 60px;
  padding: 25px;
  align-items: center;
  width: 295px;
  border-radius: 14px 0px 14px 14px;
  background-color: #000;
  color: #fff;
  font-family: var(--crimsonpro);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.192px;
  background-image: url(../img/model-arrow.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  transition: 0.5s;
  pointer-events: unset;
  opacity: 1;
}

.sendrequest:hover {
  background-color: #022904;
  color: #fff;
}

button.btn.cancle {
  color: #000;
  font-family: var(--crimsonpro);
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  border-radius: 14px 14px 0px 14px;
  border: 1px solid #707070;
  width: 216px;
  padding: 16px 24px;
  text-align: left;
}

.model ::-webkit-scrollbar {
  width: 6px;
  /* width of the scrollbar */
  height: 6px;
  /* height of the scrollbar */
}

.model ::-webkit-scrollbar-track {
  background: transparent;
  /* track (background) color */
}

.model ::-webkit-scrollbar-thumb {
  background-color: #beb2b2;
  /* color of the scrollbar */
  border-radius: 3px;
  /* rounded corners */
}

.modal-header .btn-close {
  border: 0;
  top: 30px;
  right: 22px;
  color: #000 !important;
  opacity: 1;
  font-size: 24px;
  z-index: 1;
}

.modal-title.reciprocaclub {
  position: absolute;
  top: 233px;
  color: #fff;
  font-family: var(--crimsonpro);
  font-size: 80px;
  font-weight: 400;
  line-height: 101px;
  letter-spacing: -1.6px;
  transform: rotate(-90deg);
  left: -362px;
}

.modal-header {
  border: 0;
  padding: 5px;
}

.modal-body {
  padding: 20px 55px 0 55px;
}

.modal-content {
  border-radius: 0px 50px;
  background: #fff;
  box-shadow: 0px 4px 74px 0px rgba(0, 0, 0, 0.12);
}

.modal-body .form-control {
  border-radius: 9px !important;
  border: 2px solid #a7a3a3;
  box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.16);
  color: #848282;
  font-size: 19px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.133px;
}

.modal-body textarea#floatingTextarea {
  height: 150px;
}

.modal-body label.form-check-label {
  color: #353535;
  font-size: 17px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.119px;
}

.modal-body label.form-check-label a {
  color: #103e33;
  text-decoration-line: underline !important;
}

.modal-body .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border-radius: 6px;
  border: 2px solid #a7a3a3;
  box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.16);
  width: 25px;
  height: 25px;
  top: 6px;
  position: relative;
  margin-right: 15px;
}

input.sp_email.required {
  border: 1px solid #707070;
  background: #fff;
  height: 55px;
  text-indent: 15px;
}

div#form-wrap {
  max-width: 420px;
  position: relative;
}

.sendpress-submit {
  margin-top: 20px;
  display: block !important;
  background-color: #151817;
  background-image: url(../img/newsletter-arrow.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 55px;
  border: 0;
  position: absolute;
  top: -20px;
  right: 1px;
  background-position: center;
  color: transparent !important;
}

.sendpress-signup-form #error {
  position: absolute;
  top: 51px;
}

.member-login input {
  border-radius: 9px;
  border: 2px solid #5b5757;
  background: #fff;
  min-height: 70px;
  width: 100%;
  text-indent: 14px;
  padding-top: 5px;
}

#wp-submit {
  position: relative;
  display: block;
  color: #fff;
  font-family: var(--crimsonpro);
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.216px;
  border-radius: 14px 14px 0px 14px;
  background-color: #000;
  width: 100%;
  height: 80px;
  text-align: left;
  border: 0;
  padding-left: 32px;
  background-image: url(../img/login-shape.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  padding-top: 0;
}

p.login-username,
p.login-password {
  position: relative;
}

#loginform label {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 5px;
  /* overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out; */
}

/* .active .wpcf7-form-control  {
    transform: translateY(-18px);
} */
p.login-remember {
  display: none;
}

#loginform .active label {
  transform: translateY(-20px);
}

/* 
.modal-body .active label {
    transform: translateY(-18px);
} */
/* .modal-dialog  .form-floating label {
    left: 0;
    position: absolute;
    top: -6px;
} */
.modal-dialog .form-floating.active>label {
  top: -8px;
  font-size: 12px;
}

.active .wpcf7-form-control {
  padding-top: 14px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

.modal-dialog .sendrequest {
  height: auto;
  padding: 11px 25px;
}

/* Hide placeholder text in Contact Form 7 date fields */
.modal-dialog .wpcf7 input[type="date"]::placeholder {
  color: transparent;
}

/* Hide default placeholder-like hint in some browsers */
.modal-dialog .wpcf7 input[type="date"]::-webkit-datetime-edit {
  color: transparent;
}

/* Ensure the text color is visible when user types */
.modal-dialog .wpcf7 input[type="date"] {
  color: #000;
  /* Adjust the color to match your theme */
}

.modal-dialog .form-check .form-check-input {
  /* float: left; */
  margin-left: -1.5em;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.modal-body .wpcf7-checkbox {
  border-radius: 0.25em;
  border-radius: 6px;
  border: 2px solid #a7a3a3;
  box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.16);
  width: 25px;
  height: 25px;
  top: 6px;
  position: relative;
  margin-right: 15px;
}

/* .modal-body .wpcf7-checkbox:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.modal-body .form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.modal-body .form-check-input:checked + .form-check-label {
    color: #0d6efd;
}

.modal-body .wpcf7-checkbox:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

.wpcf7-checkbox:checked{
    background-color: #0d6efd;
}
 */
.wpcf7 .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.wpcf7 .form-check-input:checked:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.wpcf7 .form-check-input:checked+.form-check-label {
  color: #0d6efd;
}

.wpcf7-checkbox.act {
  background-image: url(../img/checked.svg) !important;
}

.wpcf7-checkbox.act {
  background-color: #0d6efd !important;
}

.footer-container {
  position: relative;
  display: block;
  font-family: var(--crimsonpro);
}

.footer-col1 h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.026em;
  color: #18181b;
}

.footer-col1 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #000;
}

.footer-col2 {
  position: relative;
  display: block;
}

.footer-col2 ul {
  list-style: none;
  padding: 0;
  position: relative;
}

.footer-col2 ul li {
  float: left;
  width: 50%;
  display: block;
  margin-bottom: 20px;
}

.footer-col2 ul li a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.002em;
  display: block;
  color: #18181b;
  transition: 0.5s;
}

.footer-col2 ul li a:hover {
  color: #09750f;
}

.footer-col3 {
  position: relative;
  display: block;
}

.footer-col3 h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -0.002em;
  color: #18181b;
  margin-bottom: 25px;
}

.social.foot {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.social.foot a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.footer-col3 h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.021em;
  color: #18181b;
  font-family: var(--crimsonpro);
}

.footer-col3 a {
  color: #18181b;
}

#backtop {
  display: inline-block;
  background-color: #022904;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtop::after {
  position: absolute;
  content: "";
  color: #fff;
  top: 20px;
  left: 14px;
  width: 20px;
  height: 20px;
  transform: rotate(226deg);
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

#backtop:hover {
  cursor: pointer;
  background-color: #333;
}

#backtop:active {
  background-color: #555;
}

#backtop.show {
  opacity: 1;
  visibility: visible;
}

span.mob-click {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-align: center;
  border: 1px solid #366356;
  position: relative;
  font: normal normal 500 18px/28px Roboto;
  letter-spacing: 0px;
  color: #366356;
  padding: 0 55px 0 30px;
  cursor: pointer;
  min-width: 250px;
  transition: 0.5s;
  border-radius: 10px;
}

span.mob-click::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #366356;
  border-bottom: 2px solid #366356;
  right: 20px;
  top: 16px;
  transform: rotate(-45deg);
  transition: 0.5s;
}

.mob-country-sec-drop .nav {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  background: #fff;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0;
  border-top: 0;
  display: block;
  position: absolute;
  padding: 0 10px;
  border: 1px solid #366356;
  border-bottom: none;
  border-top: none;
}

.active-country-sec .nav {
  max-height: 1000px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 0;
  border-bottom: 1px solid #366356;
  z-index: 99;
}

.mob-country-sec-drop .nav-tabs button {
  box-shadow: unset;
  border: none;
  color: #366356;
  font-size: 15px;
}

.header-col-right ul {
  padding-left: 0;
  /*margin-right: 17px;*/
  margin-right: 0px;
  margin-bottom: 0;
  display: flex;
}

.header-col-right ul li {
  list-style: none;
  margin-right: 37px;
}

.header-col-right ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  position: relative;
}

.myacc img {
  filter: invert(1);
}

.header-col-right ul li a:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 2px 0px #0d271e;
}

.header-col-right ul li a:hover:before {
  width: 100%;
}

.accomodation-intro p:before {
  display: none;
}

div#thanks,
div#error {
  text-align: center;
}

.club-info a {
  color: #333;
}

.news-detail-wrap {
  position: relative;
  display: block;
  margin-left: 50px;
  padding-bottom: 160px;
}

.news-featured-image {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.news-featured-image-wrap {
  position: relative;
  display: block;
}

.news-featured-image-wrap img {
  width: 100%;
  border-radius: 0 40px 0 40px;
}

.event-date-block {
  position: absolute;
  right: 35px;
  bottom: -50px;
  text-align: center;
  width: 130px;
  color: #fff;
  border-radius: 40px 0px;
  background: #255f54;
  box-shadow: 0px 4px 49px 0px rgba(0, 0, 0, 0.11);
  padding: 17px 22px 9px 22px;
}

.event-date-block p {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}

.event-date-block h5 {
  font-family: var(--roboto);
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.event-date-block h6 {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 500;
}

.news-featured-image h4 {
  color: #262424;
  font-family: var(--roboto);
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
  margin-top: 26px;
}

.additional-block1 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  margin-top: 45px;
}

.add-block-col1 p {
  color: #262424;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.add-block-col2 {
  text-align: right;
}

.add-block-col2 img {
  border-radius: 0px 0px 0px 80px;
  max-width: 100%;
}

.additional-block2 {
  position: relative;
  display: block;
}

.additional-block2 h3 {
  position: relative;
  display: block;
  color: #3f3c3c;
  font-family: var(--crimsonpro);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 47px;
  letter-spacing: -0.792px;
  margin-bottom: 20px;
}

.additional-block2 p {
  color: #262424;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.newb-gallery {
  position: relative;
  display: flex;
  margin-top: 40px;
}

.newb-gallery a {
  position: relative;
  display: block;
  width: 180px;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 9px;
}

.newb-gallery a img {
  max-width: 100%;
}

.membe-page-contents.cm {
  margin-top: 0;
  margin-bottom: 0;
}

.cmintro {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.cmintro p {
  color: #262424;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.membe-page-contents.cm h4 {
  color: #3b403f;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.68px;
  margin-bottom: 43px;
}

.cm-wrap {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

/*.cm-block {*/
/*  position: relative;*/
/*  display: block;*/
/*  border-radius: 50px 0;*/
/*  background: #fff;*/
/*  max-width: 360px;*/
/*  margin: 0 auto;*/
/*}*/
.cm-block {
  position: relative;
  display: block;
  border-radius: 50px 0;
  background: #fff;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 30px 0 0 30px;
  background: #fff;
  box-shadow: 0px 10px 47px 0px rgba(0, 0, 0, 0.07);
  padding-bottom: 1px;
}

.cm-image {
  position: relative;
  display: block;
  border-radius: 30px 30px 30px 0px;
  overflow: hidden;
  margin-bottom: 15px;
}

.cm-nl-content {
  position: relative;
  display: block;
  padding-left: 14px;
}

.cm-nl-content h5 {
  font-family: var(--roboto);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.38px;
  margin-bottom: 0;
}

.cm-nl-content p {
  font-family: var(--roboto);
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: -0.34px;
}

.c-members-wrap {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.c-members-wrap h5 {
  color: #3b403f;
  font-family: var(--crimsonpro);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.68px;
  margin-bottom: 40px;
}

.membox-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}

.membox {
  /* width: 364px; */
  width: 47%;
  border-radius: 0px 20px;
  background: #fff;
  box-shadow: 0px 10px 47px 0px rgba(0, 0, 0, 0.07);
  height: 64px;
  /* margin-right: 23px; */
  margin-right: 0;
  margin-bottom: 27px;
}

.membox p {
  color: #000;
  font-family: var(--roboto);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.34px;
  margin-bottom: 0;
  margin-left: 28px;
}

.c-members-wrap {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.c-members-wrap.ce h5 {
  color: #3b403f;
  font-family: var(--crimsonpro);
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.62px;
}

.cebox-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.cebox {
  position: relative;
  display: flex;
  align-items: center;
  width: 366px;
  border-radius: 0px 20px;
  background: #fff;
  box-shadow: 0px 10px 47px 0px rgba(0, 0, 0, 0.07);
  justify-content: space-between;
  padding: 14px 20px;
  margin-bottom: 20px;
  margin-right: 23px;
}

.cename {
  color: #000;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.ce-title p {
  margin-bottom: 0;
  color: #000;
  font-family: var(--roboto);
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.28px;
}

.ce-contact-wrap {
  position: relative;
  display: flex;
}

a.ce-contact {
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

a.ce-contact.call.mob {
  display: none;
}

div#textToCopy {
  width: 0;
}

.cebox {
  position: relative;
  display: flex;
  align-items: center;
  width: 366px;
  border-radius: 0px 20px;
  background: #fff;
  box-shadow: 0px 10px 47px 0px rgba(0, 0, 0, 0.07);
  justify-content: space-between;
  padding: 14px 20px;
  margin-bottom: 20px;
  margin-right: 23px;
}

.rec-club::placeholder {
  color: transparent;
}

.modal-body .form-check {
  padding-left: 23px;
}

.modal-body .form-check span.wpcf7-form-control.wpcf7-checkbox {
  border: 0;
}

.modal-body .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.modal-content .wpcf7 form .wpcf7-response-output {
  border-color: #c00;
  width: 100%;
  margin: 0 auto 15px auto;
}

.wpcf7-form.sent .wpcf7-response-output {
  border-color: rgb(0, 204, 61) !important;
  width: 100%;
  margin: 0 auto 15px auto;
  margin-bottom: 15px !important;
}

.modal-content button.btn.cancle {
  text-align: center;
}

.location-info-row {
  position: relative;
  display: block;
  margin-bottom: 15px;
  scroll-margin: 100px;
}

.location-detail h4 {
  color: #3f3c3c;
  font-family: var(--abhaya_libreregular);
  font-size: 37px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -1.386px;
  margin-bottom: 0;
}

.location-distance h5 {
  color: #695e5e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}

div#CDSWIDCOE {
  margin: 0 0 10px 0;
}

.tripadvicer-logo-wrap {
  margin-top: 80px;
}

.time-detail-col1.chronology {
  max-width: 100%;
}

.ti-widget.ti-trip .ti-controls .ti-prev:before {
  background: #656262 !important;
}

.ti-widget.ti-trip .ti-controls .ti-next:after,
.ti-widget.ti-trip .ti-controls .ti-prev:after {
  background: #656262 !important;
}

.ti-widget.ti-trip .ti-controls .ti-next:before {
  background: #656262 !important;
}

/* .timeline-detail .time-detail-row:last-child{
    background-color: #c00;
} */
.timeline-detail .time-detail-row:last-child:before {
  height: 131% !important;
}

.time-detail-row:first-child:before {
  top: -71px;
  /* height: 128%; */
}

.reviews-title {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.reviews-title h3 {
  color: #000;
  text-align: center;
  font-family: var(--crimsonpro);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.832px;
}

.select2-container {
  display: block !important;
}

.select2-container--default .select2-selection--multiple {
  border: 2px solid #aaa !important;
  border-radius: 7px !important;
  min-height: 50px !important;
}

textarea.wpcf7-form-control {
  max-height: 160px;
}

#TA_certificateOfExcellence578 #CDSWIDCOE {
  background: #f9f9f9;
}

#TA_certificateOfExcellence578 #CDSWIDCOE a:nth-child(2) img {
  mix-blend-mode: multiply;
}

.truncate-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  /* Adjust this value to fit your design */
  display: inline-block;
  vertical-align: middle;
}

.m-left-box:before {
  position: relative;
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  top: 246px;
  width: 542px;
  left: -140px;
}

#rev_slider_2_2_wrapper {
  display: none !important;
}

#rev_slider_2_2_forcefullwidth {
  display: none;
}

sr7-module#SR7_2_2 {
  display: none !important;
}

.c-img1 {
  margin-bottom: 60px;
}

.facility-row:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}

ul.wp-block-list.reciprocal-club-ul {
  margin-left: 20px;
}

.modal-footer p {
  display: flex;
  flex-direction: row-reverse;
}


.popcontent {
  position: relative;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 600px !important;
  padding-bottom: 47px;
  padding-right: 15px;
}

.pop-info-wrap h2 {
  font-size: 24px;
}

.pop-info-wrap p,
.pop-info-wrap li {
  font-size: 15px;
  font-weight: 300;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rescheck label {
  font-weight: 300;
  font-size: 15px;
}

.rescheck .form-check-input:checked {
  background-color: #22623f;
  border-color: #22623f;
}

.rescheck .form-check-input:focus {
  border-color: #198754;
  outline: 0;
  box-shadow: none;
}

.rescheck .form-check-input[type=checkbox] {
  border-radius: 0 !important;
}

span.date-error {
  position: absolute;
  font-size: 12px;
  display: block;
  top: -31px;
  left: 0;
  color: #f14343;
  width: 100%;
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.custom-nws-block {
  width: 420px;
}

.custom-nwsletter {
  display: flex;
  /* max-width: 100%; */
}

.custom-nwsletter label {
  width: 360px;
  height: 55px;
}

.custom-nwsletter label span {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-nwsletter label span input {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

.custom-nwsletter .wpcf7-submit {
  font-size: 0;
  display: block !important;
  background-color: #151817;
  background-image: url(../img/newsletter-arrow.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 55px;
  border: 0;
  background-position: center;
  color: transparent !important;
}

.custom-nwsletter .wpcf7-spinner {
  display: none;
}

.chk-avail {
  position: relative;
  display: block;
  border-radius: 14px 0px 14px 14px;
  background: #103e33;
  color: #fff;
  border: 0;
  font-family: var(--crimsonpro);
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  width: 390px;
  height: 80px;
  text-align: left;
  padding: 25px 30px;
  margin: 0 0;
  margin-top: 33px;
}

.in-ban-mobile {
  display: none;
}

.modal-footer .wpcf7-spinner {
  top: 0;
  left: 0;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.popup-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*     .popup-background {
        position: absolute;
        inset: 0;
        background: #22623f;
        border-radius: 6px;
        z-index: 1;
        top: 40px;
        left: 40px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    } */

.popup-box {
  position: relative;
  z-index: 2;
  background: #fff;
  /*         padding: 40px 35px; */
  border-radius: 6px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: "Helvetica Neue", sans-serif;
  animation: fadeIn 0.3s ease-in-out;
}

.popup-close {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 50px;
  color: #aaa;
  cursor: pointer;
}

.popup-close:hover {
  /*         color: #000; */
}

.popup-header {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #D53F3F;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-content: center;
}

.popup-icon {
  font-size: 18px;
}

.popup-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #222;
}

.popup-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
  /*         margin-bottom: 30px; */
}

.popup-button {
  font-size: 16px;
  padding: 14px 25px;
  border: 2px solid #000;
  background: transparent;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 2px;
}

.popup-button:hover {
  background: #000;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Lock scroll on any screen */
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* RESPONSIVE TWEAKS */
@media (max-width: 600px) {
  .popup-box {
    /*             padding: 30px 25px; */
  }

  .popup-title {
    font-size: 22px;
  }

  .popup-description {
    font-size: 15px;
  }

  .popup-button {
    width: 100%;
    text-align: center;
  }

  .popup-close {
    top: 14px;
    right: 16px;
  }
}

.popup-box img {
  width: 100%;
}