/********** Template CSS **********/
:root {
    --primary: #8c684d;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
h1, h2, h3, h4, h5, h6{
     font-family: 'Mayfest' !important;
}
body{
     font-family: 'Adobe Clean' !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    /* text-transform: uppercase; */
    outline: none;
}
.navbar-nav {
    align-items: center;
    justify-content: center;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
.logo img{
width:150px;
}
.navbar .navbar-nav a:last-child{
    margin-right: 0px;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    .location_img{ width:100%; padding:0px 0px; margin-bottom: 20px;
    }
    .form-section{
        right:0px !important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
        .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
        justify-content: center;
    }
    .header .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.banner_form .container{ display: flex; justify-content: flex-end; }
.banner_form form{ max-width:480px; background:rgba(0, 0, 0, 0.2); padding:40px 20px;  border-radius: 0px;display: none; }
.banner_form form h3{ font-size:24px; font-weight:600; margin-bottom: 5px; color: #fff;}
.banner_form form p{ font-size:16px; }
.pride_btn.submit_btn{ border:0; padding:12px 30px; font-size:14px; text-transform:uppercase;    background: var(--bs-yellow);
    color: #fff;
    border-radius: 4px; }
.form_item {
    margin-bottom: 15px;
}
.form-control {
    height: 40px;
    border: 1px solid #CFCFCF;
    border-radius: 0px;
    font-size: 14px;
}
textarea.form-control {
    height: 80px;
}
/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, .5); */
}
.header-carousel .owl-carousel-item{
    height: 650px;
    img{
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .header-carousel .owl-dots{
        display: none !important;
    }
    .master-img img{
        width: 100%;
    }
    .plan_section h3{
        margin: 20px 0px;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--bs-pink);
    font-weight: 600 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Adobe Clean' !important;
    font-size: 18px;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}
.about-icon img{
width:50px;
height:50px;
margin-right: 12px;
}
.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}
.abt-list-text{
    color: #333;
    font-size: 14px;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--bs-yellow);
    z-index: -1;
}
/* Found some references here: https://gist.github.com/afabbro/3759334 */



/* video::-webkit-media-controls-timeline {
    display: none;
} */


video::-webkit-media-controls-volume-slider {
/*   display: none; */
}


video::-webkit-media-controls-current-time-display{
  display: none;
}

video::-webkit-media-controls-fullscreen-button{
  display:none;
}

video::-webkit-media-controls-time-remaining-display{
  display:none;
}

video::-webkit-media-controls-mute-button {
/*   display: none; */
}

video::-webkit-media-controls-play-button{
/*   display: none; */
}

video::-webkit-media-controls-timeline {
  display: none;
}


.custom-pill2{
    border-radius: 8px !important;
    min-width:160px;
    border:1px solid var(--primary) !important;
    margin: 15px 15px 0px 15px;
    color: var(--primary);
}
/*** Service ***/
.service-item .bg-img {
  
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
     filter: grayscale(100%);
}
.service-item a {
  
    width: 100%;
height: 350px;
}
.service-item .service-text {
transition: .5s;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex
;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    padding: 12px;

}
.service-text h3{
    color: var(--bs-white);
        align-items: center;
    justify-content: center;
 margin: 0px;
    display: flex;
    font-size: 18px;
    line-height: 18px;
    
font-family: 'Adobe Clean' !important;
}
.service-item:hover .bg-img {
     filter: grayscale(0%);
}

/* .service-item * {
    transition: .5;
    height: 350px;
  
} */
.service-item {
    border-radius: 6px;
    overflow: hidden;
    height: 350px;
}
.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}
.location_section{ position: relative; padding:60px 0; background: #f1bfa6; background-size: cover;}
.location_section .content{ position:relative; display:flex; flex-wrap:wrap; }
.location_section h2.section_title{ margin-bottom:30px; width: 100%;}

.location_img img{ background: #fff; padding: 0px; border-radius: 40px; box-shadow: 4px 0px 10px 3px rgba(0,0,0,0.1); width:100%}
.loaction_distance{ width:100%; padding-left: 0px;  padding-right: 0px;}
.loaction_distance h3{ font-size:15px; font-weight:600; margin-bottom:15px; }
.loaction_distance ul{padding: 0px 0px 0px 0px;}
.loaction_distance ul li{ display:flex; justify-content:space-between; align-items: center; margin-bottom:12px; font-size:16px; position:relative; }
.loaction_distance ul li .line{ background:#DBDBDB; width:100%; height:1px; margin:0 15px; }
.loaction_distance ul li span{ white-space:nowrap; }
.nav-pills-wrapper {
  white-space: nowrap;
}
.list-dist{
    padding-left: 8px !important;
}
.loaction_distance .nav-link {
    display: block;
    padding: .5rem .9rem;
}
.loaction_distance .nav-link.active{
    h3{
        color: #fff;
    }
}

.section-padding{
	/* width:1170px;
	margin: 0 auto;
	padding:80px 0; */
}

.section-padding .owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
padding: 15px;
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.screenshot_slider .owl-item .item {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
    padding: 0px;
    margin: 0px 15px;
}

.screenshot_slider .owl-item.center .item  {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.owl-nav {
text-align: center;
    position: absolute;
    top: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 25px;
    right: 25px;
    
}

.screenshot_slider .owl-nav button {
	font-size: 24px !important;
	margin: 10px;
	color: #033aff !important;
}
.section-padding .owl-item .item img{
    height: 320px;
    object-fit: cover;
     
}
.section-padding .owl-item .item.center img{
    height: 500px;
    object-fit: cover;

}
.owl-prev{
  background: var(--bs-yellow);
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    font-size: 18px;  
}
.owl-next{
  background: var(--bs-yellow);
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    font-size: 18px;  
}
/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}




.plan_section{ position: relative; padding:60px 0; background: #f1bfa6; background-size: cover;}
.nav-pills .nav-link.active h3{
    color: #fff;
}
.nav-pills .nav-link h3{
    
font-family: 'Adobe Clean' !important;
}
.master-img{ width:100%; padding:0px 20px; border-radius: 40px; box-shadow: 4px 0px 10px 3px rgba(0,0,0,0.1); width:100%;
background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
a{
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.master-img img{ background: #fff; padding: 0px; height: 400px; object-fit: contain;}

.testimonial-carousel{
    width:100%; padding:0px 20px; border-radius: 40px; box-shadow: 4px 0px 10px 3px rgba(0,0,0,0.1); width:100%;
background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-aminety .item-content{
position: absolute;
left: 15px;
right:15px;
bottom: 15px;
padding:8px;
background-color: rgba(0, 0, 0, .5);
font-size: 18px;
font-weight: 600;
    color: #fff;
    text-align: center;

}
.testimonial-carousel .item img{
  background: #fff; padding: 0px; 
  height: 400px;
  object-fit: contain;
  border-radius: 40px;

  }
.testimonial-carousel .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Testimonial ***/
.testimonial-carousel {
 
}
.specification-dv p{
    color: #333;
    strong{
        font-weight: 600;
        color: #000;
    }
}
.section-aminety .owl-item .item img{
  padding: 15px;
  height: 250px;
  object-fit: cover;


}

 /* .section-aminety .owl-item .item img:hover{
    filter: grayscale(0%);
 } */

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}
img.flat-img {
    width: 100%;
}

.about-img-2 img{
    width: 200px;
}
/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer p{
        color: #fff;
}
.footer .btn-outline-body {
    color: var(--bs-white);
    border-color: #fff;
}

.footer .btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--bs-white);
    border-color: var(--bs-white);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-white);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.floating-btn {
       color:#fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.45rem 1.5rem;
    background: #f5b11e;
    font-size: 1.05rem;
    font-weight: 600;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    cursor: pointer;
    border:none;
    border-radius: 10px 10px 0px 0px;
    }

    /* Popup Modal */
    .popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 600px;
      max-width: 100%;
      padding: 20px;
      background: white;
      border: 1px solid #ccc;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      z-index: 10001;
    }

    /* Popup overlay background */
    .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: rgba(0,0,0,0.5);
      z-index: 10000;
    }

    /* Close button */
    .close-btn {
      background-color: var(--primary);
      color: white;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
      float: right;
    }
    .enquire-div{
    position: fixed;
    top: 50%;
    right:-8px;
    z-index: 99;
    -webkit-transform: rotate(270deg) translateY(52px);
    -ms-transform: rotate(270deg) translateY(52px);
    transform: rotate(270deg) translateY(52px);
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    }
    .form-section{
        position: absolute;
    z-index: 9;
    right: 100px;
    top: 20%;
    }
    @media (max-width: 991.98px) {
  #about,
  #gallery,
  #highlights,
  #location,
  #floorplans,
  #amenities,
  #specification {
    scroll-margin-top: 120px;
  }
}
.welcome-banner img{
   
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-top: 70px;
}
.bannersection{
    height: 650px;
}
.gallery-text{
  position: absolute;
    /* top: 0px; */
    bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    padding:12px;
    right: 0px;
    background: rgba(0, 0, 0, .5);
    
    h3{
        color: #fff;
        font-family: 'Adobe Clean' !important;
        font-size: 20px;
        margin-bottom: 0px;
    }
}

   .owl-item.active.center .gallery-text{
  position: absolute;
    /* top: 0px; */
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    padding:12px;
    right: 0px;
    background: rgba(0, 0, 0, .5);
    
    h3{
        color: #fff;
        font-family: 'Adobe Clean' !important;
        font-size: 18px;
        margin-bottom: 0px;
    }
}

.thnakyou-content{
       padding: 20px;
    box-shadow: 0px 0px 6px rgba(124, 124, 124, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
    background-color: #fae6db;
    .fa{
        font-size: 80px;
        color: #f5b11e;
    }
    h1{
        font-size: 30px !important;
        margin: 12px 0px 12px 0px !important;
    }
    p{
        margin-bottom: 20px;
    }
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1bfa6 ; /* Track color */
  border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #fae6db; /* Scrollbar handle color */
  border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #fae6db; /* Handle on hover */
}
.text-light{
    font-size: 15px;
}
.ad-isometric{
    justify-content: center;
}
.dwonload-section{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.dwonload-section .btn.btn-primary{
        border-radius: 6px;
        height:52px;
    }
@media (max-width: 991.98px) {
    .ad-isometric{
    justify-content: flex-start;
}
.breakline{
    display: none !important;
}
}