@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Montserrat", serif;
    outline:none !important;
}
:root{
  --primary-color:#FDE676;
  --primary-color-hover:#eed660;
  --secondary-color:#222;
  --secondary-color-hover:#2b2203;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Montserrat", serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 100%;
  color: #FFF;
  background-color:#39424B;
  font-size: 14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
h1, h2, h3, h4, h5, h6{
  color:#FFF;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.btn{
  border-radius:0 !important;
  transition: all 0.4s;
}
.bg-primary{
  background-color:var(--primary-color) !important;
}
.bg-secondary{
  background-color:var(--secondary-color) !important;
}
.text-primary{
  color:var(--primary-color) !important;
}
.border-color-primary{
  border-color:var(--primary-color) !important;
}
.btn-primary{
  background: var(--primary-color) !important;
  color:var(--secondary-color) !important;
  border-color: var(--primary-color) !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background: var(--primary-color) !important;
  color:black !important;
  border-color: var(--primary-color) !important;
}
.btn-secondary{
  background: var(--secondary-color) !important;
  color:var(--primary-color) !important;
  border-color: var(--secondary-color) !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
  background: var(--secondary-hover-color) !important;
  color:var(--primary-color) !important;
  border-color: var(--secondary-hover-color) !important;
}
.hover-primary:hover, .hover-primary:active, .hover-primary:focus{
  color:var(--primary-color) !important;
}
input:focus, select:focus, textarea:focus{
  border-color: var(--primary-color) !important;
}
.details-banner section{background: none !important;}.bg-black{background-color:#39424B !important;}.bg-main{background-color:#39424B;}.bg-white, .bg-light, .bg-secondary{background-color:#21282f !important;}.fs-16{font-size:16px;}.bg-none{background:none !important;}.fs-12{font-size:12px;}.fs-13{font-size:13px;}.lh-125{line-height:125%;}.lh-150{line-height:150%;}.lh-175{line-height:175%;}.lh-200{line-height:200%;}.transition{transition:all 0.4s;}.mh-inherit{height: inherit;}.mh-inherit2{min-height: inherit;}

/***********************Default CSS Ends Here********************/

#homeSlider .carousel-item{
  height: 100vh;
  position: relative;
}
#homeSlider .carousel-item.active {
  animation: zoomIn 10s linear infinite; /* Adjust duration as needed */
}
#homeSlider h1{
  text-transform: none !important;
  font-weight: bold !important;
}

@keyframes zoomIn {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}
#homeSlider .carousel-item:before, .downward-menu .row a:before, .food-area:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}
.menu-bar a{
  height: 148px;
  width: 200px;
  transition: all 0.5s;
  position: relative ;
}
.menu-bar a:before{
  content: '';
  border:2px solid #CCC;
  display: block;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
}
.menu-bar a:hover, .menu-bar a:active, .menu-bar a:focus{
  transform: scale(0.92) translateY(-8px);
}
.menu-bar a:hover, .menu-bar a:active, .menu-bar a:focus, .menu-bar a:hover i, .menu-bar a:active i, .menu-bar a:focus i{
  color:var(--primary-color) !important;
}
.t-menu{
  display: flex;
}
.downward-menu .menu-closer{
  display: none;
}
.downward-menu .row a span{
  color:#FFF;
}
.downward-menu .row a strong{
  color:var(--primary-color);
}
.downward-menu .row a.md:hover, .downward-menu .row a.md.active{
  background: url(../images/home-slide-three.jpg) no-repeat left center;
}
.downward-menu .row a.vl:hover, .downward-menu .row a.vl.active{
  background: url(../images/home-slide-two.jpg) no-repeat left center;
}
.downward-menu .row a.pi:hover, .downward-menu .row a.pi.active{
  background: url(../images/home-slide-four.jpg) no-repeat left center;
}
.downward-menu .row a:hover strong{
  color:#FFF;
}
.t-menu a{
  color: #FFF;
}
.t-menu a:hover, .t-menu a:active, .t-menu a:focus{
  color: var(--primary-color);
}
.downward-menu .col-sm-4 {
  opacity: 0;
  position: relative;
  top: 100%;
}
.downward-menu, .downward-menu2, .downward-menu3 {
  display: none;
}
.downward-menu2{
  height: 100vh;
}
.downward-menu.active {
  display: block;
  z-index: 100 !important;
}
.downward-menu3 input, .downward-menu2 input, .downward-menu2 select, .downward-menu3 select{
  background-color: #d3b326;
  transition: all 0.4s;
  border-color:#d3b326;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
  background: none;
}
.downward-menu3 input:focus, .downward-menu2 input:focus, .downward-menu2 select:focus, .downward-menu3 select:focus{
  background-color: #c6a71f;
  transition: all 0.4s;
  border-color:#c6a71f;
}
.form-check-input:checked{
  background-color: #666;
  border-color: #666;
}
.listing-box:hover .img-holder a{
  opacity: 1;
}
.listing-box .img-holder{
  overflow: hidden !important;
}
.listing-box em{
  opacity:0;
  transition: all 0.5s;
}
.listing-box:hover em{
  opacity:0.6;
  transition: all 0.5s;
}
.listing-box .img-holder img{
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  min-width: 100%;
  transition: all 5s;
}
.listing-box:hover .img-holder img{
  transform: scale(1.1);
  transition: all 5s;
}
.shine-overlay:hover .shine {
  display: block;
}
.shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 1;
}
.form-scroll.overflow-y-auto.p-3.position-relative.z-1 .row .col-12.my-3 label.mb-2{
  margin-bottom: 20px !important;
}
.form-scroll.overflow-y-auto.p-3.position-relative.z-1 .row .col-12.my-3 .d-sm-flex.gap-4 {
  flex-wrap: wrap;
}
.form-scroll.overflow-y-auto.p-3.position-relative.z-1 .row .col-12.my-3 .d-sm-flex.gap-4 .form-check {
  flex: 0 0 28%;
  margin-top: 0 !important;
}
.listing-box .shine-overlay .bg-main{
  height: inherit;
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
 }
  50% {
    left: 25%;
    opacity: 0.5;
 }
  100% {
    left: 100%;
    opacity: 0;
 }
}
.bg-holder{
  background-attachment: fixed;
  position: relative;
}
.bg-holder::before{
  content: '';
  display: block;
  position: absolute;
  background: url(../images/bg.png) no-repeat center center;
  background-attachment: fixed;
  opacity: 0.1;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 909px;
  height: 100%;
  margin: auto;
}
.bg-holder.for-sale::before{
  content: '';
  display: block;
  position: absolute;
  background: url(../images/bg2.png) no-repeat center center;
  background-attachment: fixed;
  opacity: 0.1;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 909px;
  height: 100%;
  margin: auto;
}
.bg-holder.island::before{
  content: '';
  display: block;
  position: absolute;
  background: url(../images/bg3.png) no-repeat center center;
  background-attachment: fixed;
  opacity: 0.1;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 937px;
  height: 100%;
  margin: auto;
}
.categories {
  min-height: 100vh;
  width: 100%;
  background: url(../images/home-slide-two.jpg) no-repeat center center;
  background-size: cover;
}
.categories .container{
  min-height: 100vh;
}
.boxes h3{
  color:#FFF;
}
.boxes:hover h3{
  color:var(--primary-color);
  background: #FFF;
}
.categories .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.4);
  transition: opacity .6s ease, transform 1.2s ease;
  z-index: -1;
}
.categories .bg-layer:before{
  content: '';
  position: absolute;
  display: block;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.categories .bg-layer.active {
  opacity: 1;
  transform: scale(1.3);
}

.categories .bg-layer.outgoing {
  opacity: 0;
  transform: scale(1.5);
}
.mx-100{
  max-width: 100%;
}
.gallery .prev,
.gallery .next {
	position: fixed;
	top: 0;
	width: 15%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 999;
	color: rgba(255,255,255,.5);
	font-size: 8rem;
	font-family: monospace;
	transition: all .2s;
  opacity: 0;
  visibility: hidden;
}

.gallery .prev:hover,
.gallery .next:hover {
	color: rgba(255,255,255,.8);
}

.gallery .prev {left: 10%;}
.gallery .next {right: 10%;}

.gallery.active .prev {left: 0;opacity: 1;visibility: visible;}
.gallery.active .next {right: 0;opacity: 1;visibility: visible}

.containers {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}

.containers div {
	text-align: center;
	padding: 1rem 0;
	color: white;
	font-size: 3rem;
	text-transform: uppercase;
	background: rgba(0,0,0,.2);
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.containers div img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}

.containers div.show::before {
	content: '';
	display: block;
	position: fixed;
	z-index: 555;
	width: 100vw;
	height: 100vh;
	top: 0; left: 0;
	background: rgba(0,0,0,.6);
}

.containers div.show img {
	position: fixed;
	top: 0; left: 0;
	margin: 30px;
	align-self: center;
	object-fit: contain;
	z-index: 666;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	filter: drop-shadow(0 3px 15px black);
	cursor: url(close-button.png), grab;
}
.containers div:not(.show):hover img {
	cursor: pointer;
	transform: scale(1.3);
}
.containers .horizontal {
	grid-column: span 2;
}
.containers .vertical {
	grid-row: span 2;
}
.containers .big {
	grid-column: span 2;
	grid-row: span 2;
}
.containers .active div:not(.show) img {
	filter: blur(3px);
}
.containers div.show {
  position: relative;
}

.containers div.show img {
  position: fixed;
  top: 0;
  left: 0;
  margin: 30px;
  align-self: center;
  object-fit: contain;
  z-index: 666;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  filter: drop-shadow(0 3px 15px black);
  cursor: url(close-button.png), grab;
}

.containers div.show small {
  position: fixed;
  bottom: 40px; /* Distance from the image bottom */
  left: 50%;
  transform: translateX(-50%);
  z-index: 667;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  max-width: 80%;
  width: auto;
}
.containers .image-wrapper {
  position: relative;
  display: inline-block; /* or block depending on your layout */
}

.containers .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.containers div small {
  position: absolute;
  bottom: 0;
  list-style: 125%;
  left: 0;
  right:0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  text-align: center;
}

.containers div.show small {
  position: fixed;
  bottom: 40px; /* Adjust for modal */
  left: 50%;
  transform: translateX(-50%);
  z-index: 667;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  max-width: 80%;
  opacity: 1;
  visibility: visible;
}

.spd{
  display: none !important;
}
.subscribe{
  background: url(../images/home-slide-three.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.subscribe:before{
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
}
.slick-arrow{
  transition: all 0.4s;
  position: absolute;
  top: calc(50% - 15px);
  padding:12px 15px;
  color: #000;
  border:none;
  background:var(--primary-color);
  z-index: 1;
  text-indent: -9999px;
  width: 40px;
  text-align: center;
}
.slick-arrow:before{
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
  line-height: 40px;
}
.slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus{
  background:var(--primary-color-hover);
}
.slick-next{
  right:21px;
}
.slick-next:before{
  content: '\f105';
}
.slick-prev{
  left:21px;
}
.slick-prev:before{
  content: '\f104';
}
.posts .listing-box img{
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}
.downward-menu2 h1, .downward-menu2 input, .downward-menu2 select, .downward-menu2 label, .downward-menu2 textarea{
  color:#000 !important;
}


/****************************Homepage CSS Ends Here************************************/

.pagination li a{
  color:#FFF;
  width: 40px;
  height: 40px;
  line-height: 25px;
  border: 1px solid #FFF !important;
}
.pagination li a:hover, .pagination li a:active, .pagination li a:focus{
  color:var(--primary-color);
  border-color: var(--primary-color) !important;
  background: #FFF;
}
.pagination li.active a{
  background: var(--primary-color);
  color: var(--secondary-color);
}
.accordion-button::after{
  content:'\f107';
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none !important;
  display: block;
}
.accordion-button:not(.collapsed){
  color:#e4bb03 !important;
}
.sidebar{
  top:115px !important;
}
/*******************Listing Page CSS Ends Here***********************/
.bg-text{
  font-size: 7rem;
  font-weight: 800;
  margin-left: -120px;
  font-family: Arial, Helvetica, sans-serif !important;
  opacity: 0.07;
}
.details-banner{
  background: url(../images/home-slide-two.jpg) no-repeat center center;
  min-height: calc(100vh - 170px);
  background-size:cover;
}
.mouse-part{
  bottom: 0;
}
.mouse-part a i{
  animation: floats 2s ease-in-out infinite;
}
@keyframes floats {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(0px);
	}
}
.details-banner.collapsed-banner{
  position: absolute !important;
}
.details-banner:before{
  content: '';
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top:0;
  background: rgba(0, 0, 0, 0.6);
}
.details-sidebar:before{
  content: '';
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top:0;
  background: #2f353b;
}
.details-sidebar{
  width: 330px;
  border-right:1px solid var(--primary-color);
  /* background: url(../images/home-slide-two.jpg) no-repeat center center; */
}
.form-scroll{
  max-height: calc(100vh - 219px);
}
.back{
  margin-right: 195px;
  display: none;
}
.post-details{
  margin-right: 330px;
}
#navTop li a.active{
  color:var(--primary-color) !important;
}
.side-content{
  width: 330px;
  margin-top: 20px;
}
.side-content h2{
  text-shadow: 0 0 1px #333;
}
.post-details p{
  line-height: 150%;
}
.post-details p span{
  color:#FFF !important;
}
span.text-uppercase.position-absolute.lh-150.top-50.start-0.translate-middle-y.bg-text{
  display: none !important;
}
.btn.btn-dark.favorite-heart{
  background: none !important;
  border:none !important;
}
.stp{
  z-index: 10;
  padding: 5px 0 !important;
}
.scroll-starts .stp{
  z-index: 10 !important;
}
.downward-menu2{
  z-index: 100;
}
.scroll-starts .stp .logo{
  margin-left: 20px;
}
.scroll-starts .subscribe, .scroll-starts footer{
  margin-left: 300px;
}
.scroll-starts .downward-menu, .scroll-starts .downward-menu2{
  z-index: 1000 !important;
}
#recommended .listing-box .img-holder a, .villas-area .listing-box .img-holder a{
  opacity: 0;
}
#recommended .listing-box:hover .img-holder a, .villas-area .listing-box:hover .img-holder a{
  opacity: 1;
}
#photosCarousel img{
  min-height: 460px;
  max-height: 460px;
  object-fit: cover;
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-text-white{
  color:#FFF !important;
}

/*******************Listing Details Page CSS Ends Herr******************/

.blog-details ul li i{
  margin-top: 5px;
}
.text-pages ul li::marker, .text-pages ol li::marker{
  color:var(--primary-color);
}
.text-pages ul li, .text-pages ol li{
  line-height: 150%;
}
.text-pages ul, .text-pages ol{
  margin-top: -10px;
}
#faqs .accordion-button:not(.collapsed){
  background: var(--secondary-color);
}
.details-banner.about{
  background: url(../images/about-us-banner.jpg) no-repeat center center;
  background-size: cover;
}
.about-sections img{
  min-height: 500px;
  max-height: 500px;
}
.h-85{
  max-height: 85%;
}

.iti{
  width: 100%;
}
.iti__country-list{
  white-space: break-spaces;
}
.iti__country{
  color: #333;
}

.close-btns{
  display: none;
  margin-top: 75px;
  z-index: 100;
}
.reserve{
  z-index: 100;
  display: none;
}
.slick-track{
  display: flex;
  align-items:stretch;
}
.slick-slide, .listing-box, .listing-box .shine-overlay{
  height: inherit;
}
.listing-box .shine-overlay .bg-main{
  height: inherit;
}
.price-tag{
  left:-30px;
  text-shadow: 0 0 5px #000;
  bottom: 110px;
  z-index: 10;
}
.gallery .prev, .gallery .next{
  font-size: 3rem;
}
#imageModal .modal-fullscreen .modal-body{
  padding:0 50px !important;
}
.carousel-control-next.btn-dark, .carousel-control-prev.btn-dark{
  width: 50px;
  height: 50px;
  top: auto;
  bottom: -50px;
  opacity: 1;
  color: var(--primary-color);
}
.carousel-control-next.btn-dark{
  right: auto;
  left: 50px;
}
.full-screen-btn{
  margin-left: 100px;
}
.carousel-control-next.btn-dark:hover, .carousel-control-prev.btn-dark:hover{
  background: #333 !important;
  color: #FFF !important;
}
#imageModal .btn-primary{
  z-index: 100;
  position: absolute;
  bottom: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: none !important;
  border: none !important;
  font-size: 30px;
  color: #FFF !important;
  opacity: 0.8 !important;
}
.modal-prev{
  left:0;
}
.modal-next{
  right:0;
}
#navTop ul{
  display: none;
}
#navTop li a{
  color:#FFF;
}
.post-details.pe-5.position-relative .row.justify-content-center.ps-lg-5 .col-xl-9.col-lg-10.col-md-9.mt-5.pt-5{
  max-width: 845px;
}
.thumbnail-container {
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
  padding-bottom: 10px;
  position: absolute;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
}

.thumbnail-container img {
  width: 90px;
  height: 65px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.thumbnail-container img.active {
  border: 2px solid var(--primary-color);
}
#imageModal .modal-body img.img-fluid.img-fluid{
  min-width: 1440px;
  max-width: 1440px;
  min-height: 960px;
  max-height: 960px;
  object-fit: cover;
  margin: auto;
  object-position: center;
}
.d-block.border-bottom.border-black.wow.fadeInDown{
  display: none !important;
}
#imageModal .btn-primary{
  color:#666 !important;
  z-index: 100000 !important;
}
#imageModal{
  background: #888 !important;
}
#imageModal .modal-body{
  display: flex;
  align-items: center;
}
.stp{
  background: none !important;
  backdrop-filter: blur(20px);
}
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333;
  border-radius: 2px;
}
.main .card-image {
  background: #fff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-slide .listing-box .bg-main p.truncate{
  height: 147px;
}
.main .card-image:before{
  content:'';
  position: absolute;
  z-index: 1;
  left:0;
  right: 0;
  bottom: 0;
  top:0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.4s all;
  opacity: 0;
}
.main .card-image:hover:before{
  opacity: 1;
}
.main .card-image strong{
  opacity: 0;
  transition: 0.4s all;
}
.main .card-image:hover strong{
  opacity: 1;
}
.f-btn{
  width: 50px;
  height: 50px;
  border-radius:50% !important;
  line-height: 65px;
}
.f-btn2{
  width: 50px;
  height: 50px;
  border-radius:50% !important;
  line-height: 15px;
}
.sc-btns .f-btn2{
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.4s;
}
.sc-btns:hover .f-btn2{
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
  display: block;
}
.color-new{
  color:#FDE676 !important;
}
.menu-bar a span{
  width: 32px;
  height: 32px;
  backdrop-filter: blur(8px);
  transition:all 0.4s;
}
.menu-bar a:nth-child(1) span{
  background:url(../images/VilaRent_White-01.svg) no-repeat center center;
}
.menu-bar a:nth-child(1):hover span{
  background:url(../images/VilaRent_Gold-01.svg) no-repeat center center;
}
.menu-bar a:nth-child(2) span{
  background:url(../images/VilaSale_White-01.svg) no-repeat center center;
}
.menu-bar a:nth-child(2):hover span{
  background:url(../images/VilaSale_Gold-01.svg) no-repeat center center;
}
.menu-bar a:nth-child(3) span{
  background:url(../images/Island_White-01.svg) no-repeat center center;
}
.menu-bar a:nth-child(3):hover span{
  background:url(../images/Island_Gold-01.svg) no-repeat center center;
}
.flatpickr-input.btn-primary, .flatpickr-input.btn-primary:hover, .flatpickr-input.btn-primary:active, .flatpickr-input.btn-primary:focus{
  background: none !important;
  border:1px solid var(--primary-color) !important;
  color:var(--primary-color) !important;
}
@media(min-width:1201px) and (max-width:1400px){
  .spd{
    display: block !important;
  }
}
@media(min-width:991px) and (max-width:1200px){
  .food-area .w-75, .carousel .text-center.w-50.mx-auto{
    width: 100% !important;
    padding: 0 70px !important;
  }
  .recommnded a.fs-4{
    font-size: 18px !important;
  }
  .recommnded a.fs-13{
    font-size: 12px !important;
  }
  .more-details .bg-text{
    font-size: 9rem;
  }
  .carousel-item{
    width: auto;
    float: none;
  }
  .fss i, .fss b{
    font-size:20px !important;
  }
  .fss .d-flex.gap-4.bg-dark.align-items-center.p-4{
    padding: 14px !important;
    gap:10px !important;
  }
  .spd{
    display: none !important;
  }
  .b-text h1{
    font-size: 29px;
    margin-bottom: 20px;
  }
  .post-details .row.justify-content-center.ps-lg-5{
    justify-content: end !important;
  }
  .post-details{
    margin-left: 30px;
  }
  .back{
    margin-right:50px;
  }
  .banner-text{
    max-width: 300px !important;
    margin-bottom: 20px !important;
  }
}
@media(min-width:768px) and (max-width:990px){
  .food-area .w-75, .carousel .text-center.w-50.mx-auto{
    width: 100% !important;
    padding: 0 70px !important;
  }
  .carousel-item{
    width: auto;
    float: none;
  }
  .bg-holder::before{
    zoom:0.75;
  }
  .b-text h1{
    font-size: 27px;
    margin-bottom: 20px;
  }
  .boxes h3{
    font-size: 19px !important;
  }
  .more-details .bg-text{
    font-size: 7rem;
  }
  .spd{
    display: block !important;
  }
  .menu-bar a {
    height: 125px;
    width: 130px;
  }
  .post-details .row.justify-content-center.ps-lg-5{
    justify-content: end !important;
    padding-left: 0 !important;
  }
  .post-details{
    margin-left: 0px;
  }
  #navTop ul{
    display: none !important;
  }
  .banner-text{
    max-width: 300px !important;
    margin-bottom: 20px !important;
  }
}
@media(max-width:767px){
  .carousel .text-center.w-50.mx-auto{
    width: 100% !important;
    padding: 0 15px;
  }
  #homeSlider .carousel-item.active{
    animation: none !important;
  }
  .t-menu{
    background: #39424B;
  }
  .menu-bar a{
    background-size: cover;
    height: 100px;
  }
  .food-area .w-75{
    width: 100% !important;
  }
  .bg-holder::before{
    zoom:0.55;
  }
  .b-text{
    margin-bottom: 200px !important;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .b-text div{
    width: 100%;
  }
  .b-text .d-flex, .menu-bar .d-flex {
    justify-content: center !important;
    width: 100%;
  }
  .b-text .d-flex .d-flex{
    width: auto !important;
  }
  .menu-bar{
    margin-bottom: 20px !important;
    padding: 10px;
    width: 100%;
  }
  .menu-bar a strong{
    font-size: 12px !important;
  }
  .boxes{
    display: flex;
    align-items: center;
  }
  .spd, .overflow-hidden.d-none.main-content{
    display: block !important;
  }
  .post-details{
    margin-left: 20px;
    margin-top: -80px !important;
    padding-right: 15px !important;
    margin-right:0 ;
  }
  /* .downward-menu.active{
    position: relative !important;
  } */
  .mouse-part{
    display: none;
  }
  #description{
    margin-top: 100px !important;
  }
  #facilities, #distances, #availability, #included, #recommended{
    margin-top: -50px !important;
  }
  #description{
    margin-top: 0 !important;
  }

  .villas-area, .villas-area .container{
    padding-bottom: 0 !important;
  }
  .thumbnail-container{
    display: none !important;
  }
  .main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  #mrow{
    display: none !important;
  }
  .t-menu{
    flex-direction: column;
  }
}
@media(max-width:574px){
  .carousel .text-center.w-50.mx-auto{
    width: 100% !important;
    padding: 0 15px;
  }
  .carousel .text-center.w-50.mx-auto h1, .food-area h2{
    font-size: 30px !important;
  }
  .t-menu{
    position: relative !important;
    width: 100% !important;
    right: 0 !important;
    height: 100%;
  }
  .t-menu a{
    font-size: 13px !important;
    padding:0 !important;
  }
  .t-menu a.bigg{
    font-size: 24px !important;
    font-weight: bolder;
    padding:5px 0 !important;
  }
  .t-menu hr{
    width:90px;
    margin-top: 0;
  }
  .menu-closer{
    margin-top: 5px !important;
    margin-right: 5px !important;
  }
  .menu-bar a{
    background-size: cover;
    height: 122px;
    margin-bottom: 110px;
  }
  .food-area .w-75{
    width: 100% !important;
  }
  .bg-holder::before{
    zoom:0.35;
  }
  .b-text{
    margin-bottom: 280px !important;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .b-text div{
    width: 100%;
  }
  .b-text .d-flex {
    justify-content: center !important;
    width: 100%;
  }
  .b-text .d-flex .d-flex{
    width: auto !important;
  }
  .menu-bar{
    margin-bottom: 20px !important;
    padding: 10px;
  }
  .menu-bar a strong{
    font-size: 12px !important;
  }
  .boxes{
    display: flex;
    align-items: center;
  }
  .benefits .fs-5{
    font-size:14px !important;
  }
  .fs-16{
    font-size: 14px !important;
  }
  .details-sidebar{
    width: 100%;
    overflow: hidden;
    border: none !important;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .side-content{
    width: 100%;
  }
  .close-btns{
    display: block;
  }
  .price-tag{
    left:-10px;
  }
  #photosCarousel img{
    min-height: 330px;
    max-height: 330px;
  }
  .price-tag{
    left: 20px !important;
    bottom: -10px !important;
    position: relative !important;
  }
  .price-tag small{
    padding-top: 10px !important;
  }
  .containers{
    display: block;
  }
  .side-content .d-flex.gap-4.align-items-center.justify-content-center a{
    padding-top: 25px;
  }
  .full-screen-btn{
    float: right;
    margin-top: 10px;
    width: 100px;
  }
  .slick-arrow{
    top:calc(100% - -14px);
    width:35px;
    padding: 12px;
  }
  .slick-prev.slick-arrow{
    left:calc(50% - 40px);
  }
  .slick-next.slick-arrow{
    right:calc(50% - 40px);
  }
  .thumbnail-container{
    display: none !important;
  }
  .form-btn.scrollTo{
    display: none !important;
  }
  .banner-text {
    max-width: 100%;
    padding-right: 70px;
    padding-left: 0;
    margin-bottom: 380px !important;
  }
  .t-menu .row.align-items-stretch.vh-100{
    height: calc(100vh - 76px);
  }
  #imageModal .modal-fullscreen .modal-body{
    padding: 0 !important;
  }
  #imageModal .modal-body img.img-fluid{
    min-width: 100% !important;
    object-fit: cover !important;
    object-position: center;
    aspect-ratio: 1 / 1;
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
  }
  .main .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  #homeSlider h1{
    display: none !important;
  }
  .fds .form-check{
    flex:0 0 28%;
  }
}
@media(max-width:355px){
  .menu-bar a{
    padding:1.5rem .5rem !important
  }
  .slick-slide .bg-main .d-flex {
    display: block !important;
  }
  .slick-slide .bg-main .d-flex a{
    font-size: 11px !important;
    margin-right: 5px;
  }
}
