@font-face {
  font-family: Gotham-Book;
  src: url("../fonts/Gotham_Book.otf");
}
@font-face {
  font-family: CormorantGaramond-Regular;
  src: url("../fonts/CormorantGaramond-Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  src: url("../fonts/cheddar-jack.ttf");
}
@font-face {
  font-family: Gotham-Bold;
  src: url("../fonts/Gotham-Bold.ttf");
}
.color-mainbrown {
  color: #baa08b;
}
.color-brown {
  color: #baa58d !important;
}
.color-brown::placeholder {
  color: #baa58d !important;
}
.color-brown19 {
  color: #baa58d;
}
.color-mainblack {
  color: #6e6865;
}
.color-white {
  color: #f6f7f9;
}
.bgcolor-mainbrown {
  background-color: #baa08b;
}
.bgcolor-brown {
  background-color: #baa58d;
}
.bgcolor-brown19 {
  background-color: #baa58d;
}
.bgcolor-lightbrown {
  background-color: #fdfbfa;
}
.bgcolor-mainblack {
  background-color: #6e6865;
}
.bgcolor-white {
  background-color: #fff;
}
.bgcolor-transparent {
  background-color: transparent;
}
.brcolor-brown19 {
  border: solid 1px #baa58d;
}
.modal-content {
  border: 3px solid #baa58d;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.property-title-modal {
  font-family: "CormorantGaramond-Regular";
  font-size: 25px;
}
.property-text-medium {
  font-family: "Gotham-Book";
  font-size: 14px;
}
.property-text-small {
  font-family: "Gotham-Book";
  font-size: 12px;
}
.property-text-xsmall {
  font-family: "Gotham-Book";
  font-size: 9px;
}
.property-textbold-medium {
  font-family: "Gotham-Bold";
  font-size: 14px;
}
.property-textbold-small {
  font-family: "Gotham-Bold";
  font-size: 12px;
}
.property-textbold-xsmall {
  font-family: "Gotham-Bold";
  font-size: 9px;
}
.welcome h3 {
  font-family: "CormorantGaramond-Regular";
  font-size: 35px;
  line-height: 21px;
  font-weight: 400;
}
.welcome p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.modal-buttons-container {
  border-top: solid 1px #baa58d;
  border-bottom: solid 1px #baa58d;
}
.brown-border-y {
  border-top: solid 1px #baa58d !important;
  border-bottom: solid 1px #baa58d !important;
}
.brown-border-x {
  border-left: solid 1px #baa58d !important;
  border-right: solid 1px #baa58d !important;
}
h3.titlesection {
  font-family: "CormorantGaramond-Regular";
  font-size: 38px;
  line-height: 21px;
  text-align: center;
  color: #baa58d;
}
.btn-brown {
  background-color: transparent;
  border: solid 1px #baa58d;
  color: #baa58d;
}
.btn-brown:hover {
  background-color: #baa58d;
  color: #fff;
}
.action-modal-buttons .btn-modal-brown {
  background-color: transparent;
  border-right: solid 1px #baa58d;
  color: #baa58d;
}
.action-modal-buttons .btn-modal-brown:hover {
  background-color: #baa58d;
  color: #fff;
}
.action-modal-buttons .btn-modal-brown:last-child {
  border-right: none !important;
}
.service-container h1,
.service-container h2,
.service-container h3 {
  font-family: "Gotham-Book";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #baa58d;
}
.service-container h1:before {
  background-image: url("../images/assets/st-barth/feature-service-logo.png");
  background-repeat: no-repeat;
  padding: 0 10px;
  content: " ";
}
.service-container h2:before {
  background-image: url("../images/assets/st-barth/feature-service-logo.png");
  background-repeat: no-repeat;
  padding: 0 10px;
  content: " ";
}
.service-container h3:before {
  background-image: url("../images/assets/st-barth/feature-service-logo.png");
  background-repeat: no-repeat;
  padding: 0 10px;
  content: " ";
}
.service-container div,
.service-container p {
  font-family: "Gotham-Book";
  font-weight: 325;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #6e6865;
  text-align: justify;
  margin-left: 20px;
}
.rules-list-container ul {
  display: inline-flex;
}
.rules-list-container ul li {
  display: inline;
  margin-right: 12px;
  font-family: "Gotham-Book";
  font-weight: 400;
  font-size: 14px;
  line-height: 13.4px;
  color: #baa58d;
}
.rules-list-container ul li:nth-child(-n+2):before {
  background-image: url("../images/villas/rule-clock-icon.png");
  background-repeat: no-repeat;
  padding: 0 10px;
  content: " ";
}
.rules-list-container ul li:last-child {
  margin-right: 0 !important;
}
.rules-list-container div,
.rules-list-container p {
  font-family: "Gotham-Book";
  font-weight: 325;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #6e6865;
}
.grid-gallery-container {
  display: grid;
  width: 100%;
  height: 800px;
  grid-row-gap: 15px;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "img1 img2 img3" "img1 img2 img3" "img1 img5 img3" "img4 img5 img6" "img4 img5 img6";
}
.grid-gallery-container .img1 {
  grid-area: img1;
}
.grid-gallery-container .img2 {
  grid-area: img2;
}
.grid-gallery-container .img3 {
  grid-area: img3;
}
.grid-gallery-container .img4 {
  grid-area: img4;
}
.grid-gallery-container .img5 {
  grid-area: img5;
}
.grid-gallery-container .img6 {
  grid-area: img6;
}
.grid-gallery-container-single {
  display: grid;
  width: 100%;
  height: 500px;
  grid-row-gap: 15px;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "img1 img2 img3" "img1 img2 img3" "img1 . img3";
}
.grid-gallery-container-single .img1 {
  grid-area: img1;
}
.grid-gallery-container-single .img2 {
  grid-area: img2;
}
.grid-gallery-container-single .img3 {
  grid-area: img3;
}
.grid-gallery-container-responsive {
  display: grid;
  width: 100%;
  height: 350px;
  grid-row-gap: 15px;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "img1 img1" "img2 img3";
}
.grid-gallery-container-responsive .img1 {
  grid-area: img1;
}
.grid-gallery-container-responsive .img2 {
  grid-area: img2;
}
.grid-gallery-container-responsive .img3 {
  grid-area: img3;
}
.gallery-image-container {
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#modal-amenities .modal-icons {
  height: 35px;
  width: 35px;
}
#modal-amenities .modal-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#modal-amenities .rules-border {
  border: 1px #baa58d solid;
}
#modal-amenities a:hover {
  text-decoration: none;
}
#modal-resume .modal-icons {
  height: 45px;
  width: 45px;
}
#modal-resume .modal-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#modal-resume .ui-datepicker-inline {
  margin: auto;
  width: 100%;
}
#modal-resume .ui-datepicker-title {
  color: #fff;
}
#modal-resume .ui-widget-header {
  background-color: #baa58d;
}
#modal-resume .ui-state-disabled.undefined {
  background: #efefef;
  opacity: 1 !important;
}
#modal-resume .ui-state-disabled.undefined .ui-state-default {
  color: #6e6865;
}
#modal-resume .ui-state-disabled.undefined .ui-state-default {
  background: #efefef;
  border: none !important;
}
#modal-resume .ui-state-default {
  background: #fff;
}
#modal-resume .ui-widget-content .ui-state-default {
  background: #fff;
  border: none !important;
}
#modal-resume .ui-widget-content {
  background: #fff;
  border: none !important;
}
#modal-resume .canBook_departure {
  background: linear-gradient(45deg, #ececec 50%, #fff 50%) !important;
}
#modal-resume .ui-state-disabled.undefined.canBook_departure .ui-state-default {
  background: linear-gradient(45deg, #ececec 50%, #fff 50%) !important;
}
#modal-resume .canBook_arrival {
  background: linear-gradient(135deg, #fff 50%, #ececec 50%) !important;
}
#modal-resume .ui-state-disabled.undefined.canBook_arrival .ui-state-default {
  background: linear-gradient(135deg, #fff 50%, #ececec 50%) !important;
}
#modal-resume .ui-datepicker-calendar td .ui-state-active {
  background: #ececec !important;
  color: #6e6865;
}
#modal-resume .property_content_roomrates {
  border: 1px solid #baa58d;
  padding: 10px;
}
#modal-resume .property_content_roomrates table tbody tr td.season {
  color: #6e6865;
}
#modal-resume .form-group input {
  border: none;
  border-bottom: 1px #baa58d solid;
  color: #baa58d;
}
#modal-resume .form-group input::placeholder {
  color: #baa58d;
}
#modal-resume .form-group select {
  border: none;
  border-bottom: 1px #baa58d solid;
  color: #baa58d;
}
#modal-resume .form-group select::placeholder {
  color: #baa58d;
}
#modal-resume .form-group textarea {
  border: none;
  border-bottom: 1px #baa58d solid;
  color: #baa58d;
}
#modal-resume .form-group textarea::placeholder {
  color: #baa58d;
}
.why-us .why-us-img2 {
  margin-left: -25%;
}
.why-us .why-us-title {
  font-family: "CormorantGaramond-Regular";
  font-size: 38px;
}
.why-us .why-us-subtitle {
  font-family: "CormorantGaramond-Regular";
  font-size: 28px;
}
#googlemap {
  height: 600px;
  width: 100%;
  max-width: 100%;
}
.properties .select.form-control:not([size]):not([multiple]) {
  height: 3.5rem !important;
}
.properties .form-control {
  height: 3.5rem !important;
}
#property-quote {
  max-width: 1000px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 5;
}
.similar-villas .text-title {
  font-family: CormorantGaramond-Regular;
  font-size: 28px;
  line-height: 28px;
}
.similar-villas .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.similar-villas .slick-slide.slick-current .imagesimilar {
  height: 200px;
}
.similar-villas .slick-slide {
  padding: 30px;
}
.similar-villas .slick-slide .imagesimilar {
  height: 200px;
}
.similar-villas .slick-slide .uk-card-body {
  padding: 30px 30px;
}
.similar-villas img {
  object-fit: cover;
  width: 100%;
}
.similar-villas .slick-next img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -10px;
  object-fit: contain;
  z-index: 2;
}
.similar-villas .slick-prev img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -10px;
  object-fit: contain;
  z-index: 2;
}
.similar-villas .section-icon {
  height: 40px;
  width: 40px;
}
.showvilla-review .uk-dotnav .uk-active * {
  background-color: #baa58d;
}
.showvilla-review .review-box-bg {
  background-color: #cebdab;
}
.showvilla-review .review-box {
  position: relative;
}
.showvilla-review .review-box-text {
  min-height: 180px;
}
.showvilla-review .review-box-text .review-text {
  family-font: Gotham-Book;
  font-size: 16px;
  line-height: 26px;
}
.showvilla-review .review-box-image {
  position: absolute;
  right: -75px;
  max-width: 130px;
  width: 130px;
}
.showvilla-review .review-box-image .reviewname {
  font-size: 18px;
  family-font: Gotham-Bold;
}
.showvilla-review .review-box-image .reviewfrom {
  font-size: 11px;
  family-font: Gotham-Book;
}
.margin-section {
  margin-top: 100px;
}
.favorite-villa-show {
  width: 20px;
  height: 20px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/assets/icon/likevilla3.png");
}
.favorite-villa-show.active {
  background-image: url("../../images/assets/icon/likevilla2.png");
}
.amenities .modal-icons {
  height: 45px;
  width: 45px;
}
.amenities .rules-border {
  border: 1px #baa58d solid;
}
.amenities a:hover {
  text-decoration: none;
}
.special-border {
  border: 1px #baa58d solid;
}
.map {
  background-color: #e4d1ca;
}
.map img {
  width: 100%;
  max-width: 1000px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .why-us .why-us-img2 {
    margin-left: -50%;
  }
}
@media (max-width: 960px) {
  .similar-villas .slick-slide.slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .similar-villas .slick-slide.slick-current .imagesimilar {
    height: 250px;
  }
  .similar-villas .slick-slide.slick-current .uk-card-body {
    padding: 30px 30px;
  }
  .similar-villas .slick-slide {
    margin: 0 15px;
    padding: unset;
  }
  .similar-villas .slick-slide .imagesimilar {
    height: 250px;
  }
  .similar-villas .slick-slide .uk-card-body {
    padding: 30px 30px;
  }
}
@media (max-width: 768px) {
  .special-border {
    border: none !important;
  }
  .margin-section {
    margin-top: 50px;
  }
  #property-quote {
    padding: 0px;
  }
  .rules-list-container ul {
    display: block;
  }
  .rules-list-container ul li {
    display: list-item;
    margin-right: 0;
    font-family: "Gotham-Book";
    font-weight: 350;
    font-size: 14px;
    line-height: 24px;
    color: #baa58d;
  }
  .rules-list-container div,
  .rules-list-container p {
    font-family: "Gotham-Book";
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -0.07px;
    color: #6e6865;
  }
  .text-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  #modal-resume .form-group input {
    background-color: #baa58d;
    color: #fff;
  }
  #modal-resume .form-group input::placeholder {
    color: #fff;
  }
  #modal-resume .form-group select {
    background-color: #baa58d;
    color: #fff;
  }
  #modal-resume .form-group select::placeholder {
    color: #fff;
  }
  #modal-resume .form-group textarea {
    background-color: #baa58d;
    color: #fff;
  }
  #modal-resume .form-group textarea::placeholder {
    color: #fff;
  }
  .property .img-gallery-container {
    height: 100px;
  }
  .property .img-gallery-container.x2 {
    height: 215px;
  }
  #googlemap {
    height: 300px;
    width: 100%;
    max-width: 100%;
  }
  .containner-borded .icon-play-video {
    position: absolute;
    top: calc(50% - 24px) !important;
    left: calc(50% - 24px) !important;
    width: 48px !important;
    height: 48px !important;
  }
  .containner-borded .icon-play-video-full {
    position: absolute;
    width: 60px;
    height: 60px;
  }
  .containner-borded span {
    top: 20%;
    font-size: 12px !important;
  }
}
.container-button-video {
  width: 95%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.containner-borded {
  width: 95%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: solid 5px #fff;
}
.containner-borded .icon-play-video {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
.containner-borded .icon-play-video-full {
  position: absolute;
  width: 80px;
  height: 80px;
}
.containner-borded span {
  font-family: Gotham-Book;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3rem;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  position: relative;
  top: 20%;
}
