
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body,p,h1,h2,h3,h4,h5,h6,a{
    font-family: "Noto Serif", serif;
}
p{
    font-size: 14px ;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.navbar-toggler{
    border: none !important;
}
.hero-slider{
height:100vh;
}

.swiper-slide{
height:100vh;
}

.swiper-slide{
position:relative;
background-size:cover;
background-position:center;
}

/* background images */

/*.slide1{*/
/*background-image:url("../images/Website-Banners-mob.webp");*/
/*}*/
.slide1{
background-image:url("https://res.cloudinary.com/dmapgle4c/image/upload/v1775201008/Website-Banners-mob_p7yta1.webp");
}
/* 
.slide2{
background-image:url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c");
}

.slide3{
background-image:url("https://images.unsplash.com/photo-1600566752355-35792bedcfea");
} */

/* dark overlay */

/* .overlay{
position:absolute;
width:100%;
height:100%;
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6));
top:0;
left:0;
} */

/* hero text */

.hero-content{
position:relative;
z-index:2;
}

.hero-content h1{
font-size:55px;
font-weight:700;
margin-bottom:15px;
}

.hero-content p{
font-size:18px;
}

/* navbar */

.custom-navbar{
background:rgba(0,0,0,0.4);
backdrop-filter:blur(8px);
transition:.3s;
}

/* responsive */

@media(max-width:768px){

.hero-content h1{
font-size:32px;
}



}
/* ==========================open form======================= */
.about{
    width:100%;
    background:
         linear-gradient(rgba(212, 250, 222, 0.9), rgba(212, 250, 222, 0.9)),
        url("../images/thm-main-pattern.png");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-control:focus{
    box-shadow: none !important;
    border: 1px solid gray !important;
}
/*** 
=============================================
    Welcome Style1 Area Css
=============================================
***/
.overview-section{
background: #d7f7df;
position:relative;
overflow:hidden;
box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
}

/* center icon */

.center-logo{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
background:#d4a857;
padding:15px;
border-radius:50%;
z-index:2;
}
.form-control{
    border-radius: 0px !important;
}
/* shapes */

.icons{
display:flex;
gap:20px;
}


/* responsive */

@media(max-width:991px){

.center-logo{
display:none;
}

}
.overview-section{
background: #f0fbf3;
position:relative;
overflow:hidden;
}

/* center icon */

.center-logo{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
background:#d4a857;
padding:15px;
border-radius:50%;
z-index:10;
}

/* shapes */

.shape-icons{
display:flex;
gap:15px;
}

.shape{
width:35px;
height:35px;
background:#e8e3db;
display:inline-block;
border-radius:4px;
}

/* responsive */

@media(max-width:991px){

.center-logo{
display:none;
}

}
.overview-img{
    width: 100%;
    height: 300px; /* adjust height as needed */
    overflow: hidden;
}

.overview-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sec-title h4,.sec-title h1 {
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 1.0em;
    font-weight: 400;
    color: #e6bc73;
}
.sec-title h2 {
    color: #222222;
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
   
    text-shadow:
        0 2px 4px rgba(0,0,0,0.2),
        0 6px 12px rgba(0,0,0,0.15);
}
.overview-text h3 {
    font-size: 24px;
    margin-bottom: 13px;
    line-height: 1.2em;
    font-weight: 400;
    color: #222222;
    font-weight: 600;
    font-family: 'Noto Serif', serif;
}
.para{
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}
.back-line{
    width: 100%;
    /* height: 100vh; */
    padding: 80px 0px;
    background-image: linear-gradient(rgba(245, 249, 246, 0.6), rgba(243, 250, 244, 0.6)),url(../images/codename_bg_4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.amenity-card{
position:relative;
overflow:hidden;
/* border-radius:12px; */
cursor:pointer;
}

.amenity-card img{
width:100%;
height:100%;
display:block;
transition:transform .6s ease, filter .6s ease;
}

/* overlay */

.amenity-content{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:25px;
color:#fff;
background:linear-gradient(transparent, rgba(0,0,0,.85));
transform:translateY(60px);
opacity:0;
transition:all .5s ease;
}

/* text style */

.amenity-content h5{
margin:0;
font-weight:600;
font-size:20px;
}

.amenity-content p{
font-size:14px;
margin-top:5px;
}

/* hover effect */

.amenity-card:hover img{
transform:scale(1.12);
filter:brightness(.8);
}

.amenity-card:hover .amenity-content{
transform:translateY(0);
opacity:1;
}

/* floating effect */

.amenity-card::after{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:linear-gradient(120deg, transparent, rgba(255,255,255,.3), transparent);
transition:all .8s;
}

.amenity-card:hover::after{
left:100%;
}

.featurs{
     width: 100%;
    /* height: 100vh; */
    padding: 80px 0px;
    background:
    linear-gradient(
        rgba(22, 93, 54, 0.9),
        rgba(22, 93, 54, 0.9)
    ),
    url("../images/background-attach.webp");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.features-section{
background:#f5f5f5;
padding:80px 0;
}

.feature-box{
padding:30px 20px;
position:relative;
}

.feature-icon{
width:60px;
margin-bottom:18px;
}

.feature-box h6{
font-size:12px;
letter-spacing:1px;
font-weight:500;
color:#fcfcfd;
line-height:1.6;
/* text-transform: uppercase; */
}

/* modern divider */

.feature-box:not(:last-child)::after{
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:1px;
height:70px;
background:linear-gradient(
to bottom,
transparent,
#cfcfcf,
transparent
);
}

/* row spacing */

.features-section .row{
margin-bottom:40px;
}

/* location */
.location{
    width: 100%;
    padding: 100px 0px;
    background-image: linear-gradient(rgba(215, 247, 223, 0.6), rgba(215, 247, 223, 0.6)),url(../images/thm-main-pattern.png);
}
.location-advantage{
background:#f7f7f7;
position:relative;
}

.section-title{
font-size:42px;
font-weight:600;
letter-spacing:2px;
}

.subtitle{
font-size:18px;
color:#444;
}
.location-card{
position:relative;
overflow:hidden;
border-radius:15px;
width:80%;
margin: 0 auto;
}

.location-card img{
width:40%;
display:block;
border-radius:15px;
}

.distance{
position:absolute;
bottom:0;
left:0;
width:100%;
background:linear-gradient(to right,#a67c2e,#d4a64a);
color:#fff;
text-align:center;
font-size:12px;
letter-spacing:2px;
padding:10px 0;
}
.map-box{
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}
.location-slider .owl-nav button{
position:absolute;
top:50%;
transform:translateY(-50%);
width:40px;
height:40px;
border-radius:50%;
background:#000 !important;
color:#fff !important;
font-size:20px;
display:flex;
align-items:center;
justify-content:center;
}

.location-slider .owl-nav .owl-prev{
left:-10px;
}

.location-slider .owl-nav .owl-next{
right:-10px;
}

.location-slider .owl-nav button:hover{
background:#caa354 !important;
}
/* responsive */

@media(max-width:991px){

.feature-box::after{
display:none;
}

.feature-box{
padding:40px 10px;
}

}
@media (max-width:768px){

.feature-box{
padding:20px 10px;
}

.feature-icon{
width:50px;
}

}
.color-div{
    width: 80%;
    margin: 0 auto;
    background-color: #7b7a7a59;
}
.gallery{
    width: 100%;
    padding: 80px 0px;

    background:
    linear-gradient(rgba(215, 247, 223, 0.6), rgba(215, 247, 223, 0.6)),
    url("../images/thm-main-pattern.png");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    box-shadow: 0px 0px 30px 0px;
}
.gallery-item{
overflow:hidden;
border-radius:8px;
}

.gallery-item img{
width:100%;
transition:transform .5s;
}

.gallery-item:hover img{
transform:scale(1.1);
}

/* arrows */

.gallery .owl-nav button{
position:absolute;
top:40%;
background:#000 !important;
color:#fff !important;
width:45px;
height:45px;
border-radius:50%;
}

.gallery .owl-nav .owl-prev{
left:-60px;
}

.gallery .owl-nav .owl-next{
right:-60px;
}

.gallery .owl-nav span{
font-size:28px;
}
@media (max-width:768px){
.heading-txt{
    font-size: 23px;
}
.gallery .owl-nav{
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.gallery .owl-nav button{
    position: static;
    margin: 0 10px;
}

.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next{
    left: auto;
    right: auto;
}

}
.map{
    width: 100%;
    margin: 0 auto;
}

.footer {
  background:
    linear-gradient(rgba(2, 32, 10, 0.9), rgba(2, 32, 10, 0.9)),
    url("../images/thm-main-pattern.png") center/cover no-repeat;
    padding-top: 80px;
    padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/

@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    /* margin-top: 20px; */
    margin:20px auto 0;
}

.single_footer p{color:#fff;}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}
.single_footer ul li a:hover { color: #ae822f; }

.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
}
}
.social_profile ul li a:hover{
background:#ae822f;
border: 1px solid #ae822f;
color:#fff;
border:0px;
}
.subscribe__input{
padding:10px;
border:1px solid #ccc;
border-radius:5px;
width:100%;
}

.captcha-box span{
background:#f2f2f2;
padding:8px 12px;
font-weight:bold;
letter-spacing:3px;
}

.refreshCaptcha{
border:none;
background:#333;
color:#fff;
padding:6px 10px;
cursor:pointer;
}

.subscribe__btn{
background:#d28705;
color:#fff;
border:none;
padding:10px 25px;
width: 100%;
cursor:pointer;
}
.gallery-item{
position:relative;
overflow:hidden;
}

.gallery-item img{
width:100%;
display:block;
}

.gallery-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,0.5);
color:#fff;
text-align:center;
padding:10px 0;
font-size:16px;
}
 .video iframe{
         width: 100%;
         height: 300px;
    }

@media (min-width:992px){
    .video iframe{
         width: 100%;
         height: 300px;
    }
.location-slider .owl-nav .owl-prev{
left:20px;
}

.location-slider .owl-nav .owl-next{
right:20px;
}
    .map{
    width: 50%;
    margin: 0 auto;
}
    .distance{
        font-size: 16px;
    }
    .hero-slider{
height:100vh;
}

.swiper-slide{
position:relative;
background-size:cover;
background-position:center;
}

/* dark overlay */

/* .overlay{
position:absolute;
width:100%;
height:100%;
background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.5));
top:0;
left:0;
} */

/* hero text */

.hero-content{
position:relative;
z-index:2;
}

.hero-content h1{
font-size:55px;
font-weight:700;
margin-bottom:15px;
}

.hero-content p{
font-size:18px;
}
    /* background images */

/*.slide1{*/
/*background-image:url("../images/Website-Banners-01.webp");*/
/*}*/

.slide1{
background-image:url("https://res.cloudinary.com/dmapgle4c/image/upload/v1775200934/Website-Banners-01_kvvzk6.webp");
}
/* 
.slide2{
background-image:url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c");
}

.slide3{
background-image:url("https://images.unsplash.com/photo-1600566752355-35792bedcfea");
} */

   .sec-title h4,.sec-title h1 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: 400;
    color: #e6bc73;
}
.sec-title h2 {
    color: #222222;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
   
    text-shadow:
        0 2px 4px rgba(0,0,0,0.2),
        0 6px 12px rgba(0,0,0,0.15);
}
p{
    font-size: 14px ;
}
.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-align: start;
}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px; 
    margin:20px 0px 0px ;
}
}

.counter-box{
position:relative;
padding:30px 20px;
}

/* vertical divider */

.counter-box:not(:last-child)::after{
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:2px;
height:70px;

background:linear-gradient(
to bottom,
transparent,
#d2a74e,
transparent
);
}
@media(max-width:768px){

.counter-box{
padding:20px 10px;
}

/* vertical divider between 2 columns */

.counter-box:nth-child(odd)::after{
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
height:60px;
width:1px;

background:linear-gradient(
to bottom,
transparent,
#d2a74e,
transparent)
}

/* remove line on right side items */

.counter-box:nth-child(even)::after{
display:none;
}

}
.map-wrapper{
height:100%;
}

.map-wrapper iframe{
width:100%;
height:100%;
border:0;
}

  .fancybox__content {
    max-width: 900px;
    width: 90%;
    margin: auto;
    border-radius: 12px;
  }

  .fancybox__container {
    padding: 40px;
  }

  @media (max-width: 992px) {
    .fancybox__content {
      max-width: 700px;
      width: 95%;
    }

    .fancybox__container {
      padding: 25px;
    }
  }

  @media (max-width: 576px) {
    .fancybox__content {
      max-width: 100%;
      width: 100%;
      border-radius: 8px;
    }

    .fancybox__container {
      padding: 10px;
    }
  }