body{
     font-family: "Source Sans 3", sans-serif;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.container{
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}
.mfgc-navbar .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,0.6)!important;
    padding-left: 11px;
    padding-right: 11px;
}

.mfgc-navbar .navbar-nav .nav-btn{
    display: block;
        padding: .3em 1em;
    line-height: 1.7em;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 11px;
}
.mfgc-navbar .navbar-nav .nav-btn i{
     right: 10px;
     opacity: 0;
     position: relative;
     transition: all .3s;
}
.mfgc-navbar .navbar-nav .nav-btn:hover i{
     right: 0px;
     opacity: 1;
}


.banner-sec{
    position: relative;
}
.banner-sec img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.banner-cap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg,#faf8b7 4%,rgba(255,255,255,0) 100%)  ;
    padding-top: 100px;
}
.banner-cap h5{
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    color: #000000 !important;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.banner-cap h1{
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #0e0c19 !important;
    line-height: 1.2em;
}
.banner-cta{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.banner-cta::after{
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
     background-color: #fff;
     z-index: -1;
}

.cta-box{
    width: 100%;
    height: 155px;
    padding: 25px;
    padding-top: 60px;
    background-color: #fff;
}
.cta-box .btn{
    display: block;
    width: 100%;
    height: 155px;
    background-color: #000000;
}
.cta-box i{
    font-size: 24px;
    color: #E09900;
    margin-right:25px;
}
.cta-box h3{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #000000 !important;
    line-height: 1.4em;
    margin: 6px 0 0;
}
.cta-box-btn{
     width: 100%;
    height: 155px;
    padding: 25px; 
    background-color: #000000;
}
.cta-box-btn{
    color: #ffffff ; 
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif ;
    font-weight: 700 ;
}

.cta-box-btn i{ 
    opacity: 0;
    transition: all .3s;
    right: 0px;
    position: relative;
}
.cta-box-btn:hover i{ 
    opacity: 1;
    right: -10px;
}

.about-sec{
    padding: 85px 0 ;
}
.about-data h4{
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #0e0c19 !important;
    letter-spacing: 5px;
    line-height: 1.8em;
}
.about-data h3{
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 41px;
    color: #0e0c19 !important;
    line-height: 1.4em;
}
.about-data p{ 
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #0e0c19 !important; 
}
.about-data p a{  
    color: #E09900!important;
}
.about-data img{
    display: block;
    width: 210px;
    height: 210px;
    margin:  0 auto 30px;
    border-radius: 50%;
}
.about-right{
    padding-left: 30px;
}



.yt-lite {
      position: relative;
      width: 100%;
      max-width: 100%;          /* optional */
      aspect-ratio: 16/9;        /* keeps it responsive */
      background: #000;
      border-radius: 10px;       /* optional nicety */
      overflow: hidden;
      cursor: pointer;
    }
    .yt-lite img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: brightness(0.9);
      transition: transform .3s ease;
      pointer-events: none;
    }
    .yt-lite:hover img {
      transform: scale(1.02);
    }
    .yt-play {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      pointer-events: none;
      text-align: center;
    }
       .yt-play i{
        font-size: 60px;
        color: #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 5px solid #fff;
       }
    /* when iframe is injected, make it fill the box */
    .yt-lite iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    .about-video{
        padding: 55px 0;
    }
    .home-gall-box{
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

     .home-gall-box img{
        width: 100%;
        height: 95px;
        object-fit: cover;
        border-radius: 10px;
    }
    .home-gall-box-hover{
        z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    }
.home-gall-box-hover i{
    color:#e2b500!important ;
    font-size: 32px;
}
 .home-gall-box:hover .home-gall-box-hover{
    opacity: 1;
    z-index: 1;
 }
.about-gallery .btn{
    margin-top: 27px;
    color: #b2b9c4 !important;
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: rgba(178, 185, 196, 0);
    padding: 0; 
}
   .about-gallery .btn i{
     position: relative;
     right: 0;
     transition: all .3s;
     opacity: 0;
} 
   .about-gallery .btn:hover i{ 
     right: -10px;
     opacity: 1; 
} 

.inauguration-sec{
    padding: 100px 0 250px;
       background-color: #000; /* black background */
    background-image: url('data:image/svg+xml;utf8,<svg fill="rgba(255,255,255,0.1)" height="11px" width="11px" viewBox="0 0 11 11" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41,0,0,1.41V0ZM11,0H9.59L0,9.59V11H1.41L11,1.41Zm0,9.59L9.59,11H11Z"/></svg>');
    background-repeat: repeat;
    background-size: 11px 11px; /* matches your SVG size */
}
.inauguration-sec h5{
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF !important;
    letter-spacing: 5px;
    line-height: 1.8em;
}
.inauguration-sec h3{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 41px;
    color: #FFFFFF !important;
    line-height: 1.4em;
    margin-bottom: 25px;
}
.inauguration-sec p{
font-family: 'Courgette', handwriting;
color: #ffe26f !important;
font-size: 22px;
line-height: 38px;
}
.inauguration-sec h4{
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffe26f !important;
    line-height: 1.4em;
    margin-bottom: 27px;
}
.inauguration-sec .btn{
    color: #b2b9c4 !important;
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: rgba(178, 185, 196, 0);
    padding: 0;
}
.amenities-sec{
    margin-top: -150px;
    position: relative;
}
.amenities-sec::after{
    content: ""; 
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}
.amenities-data{
    padding: 60px ;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.amenities-data h5{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #0e0c19 !important;
    letter-spacing: 5px;
    line-height: 1.8em;
}
.amenities-data h3{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 41px;
    color: #0e0c19 !important;
    line-height: 1.4em;
    margin-bottom: 27px;
}

.amenities-data h4{
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0e0c19 !important;
    line-height: 1.2em; 
    margin: 27px 0 15px;
}

.amenities-data p{
 font-size: 16px;
    color: #3c3a47 !important;
    line-height: 2em;
    margin-bottom: 27px;
}

.rental-sec{
    padding: 125px 0 250px;
    background-image: linear-gradient(150deg, rgba(0, 0, 0, 0.87) 24%, rgba(38, 46, 53, 0) 100%), url("../../images/Convention-Premise.webp") !important;
}
.rental-head{
    margin-bottom: 57px;
}
.rental-head h5{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF !important;
    letter-spacing: 5px;
    line-height: 1.8em;
}
.rental-head h3{
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 41px;
    color: #FFFFFF !important;
    line-height: 1.4em;
}
.rental-head p{
    font-size: 16px;
    color: #fff !important;
    line-height: 2em; 
}

.rental-slider{
    background-color: #FFFFFF;
    border-radius: 12px ;
    overflow: hidden;
    padding: 35px; 
}

.rental-slider .slick-slider img{
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.rental-slider h4{
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0e0c19 !important;
    line-height: 1.4em;
    text-align: center;
    margin: 20px 0;
}
.rental-slider h5{ 
    text-align: center;
    font-weight:400 ;
    font-size: 16px;
    color: #3c3a47 !important;
    line-height: 1.75em;
}

.rental-slider .slick-next{
    right: 2px;
    z-index: 1;
}
.rental-slider .slick-prev{
    left: 2px;
    z-index: 1;
}

.rental-sec .btn{
    color: #FFFFFF !important;
    border-width: 4px !important;
    border-color: #000000;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #000000;
    margin: 54px auto 0;
    display: block;
    max-width: 250px;
    padding: 12px 12px 12px 25px;
    
}

.rental-sec .btn i{
     position: relative;
     right: 0;
     transition: all .3s;
     opacity: 0;
} 
.rental-sec .btn:hover i{ 
     right: -10px;
     opacity: 1; 
} 

.contact-sec{
    margin-top: -150px;

}
.contact-data{
    padding: 60px;
    background-color: #fff;
}
.contact-data h5{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #0e0c19 !important;
    letter-spacing: 5px;
    line-height: 1.2em;
    text-align: center;
}

.contact-data h3{
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 41px;
    color: #0e0c19 !important;
    line-height: 1.2em;
    text-align: center;
}

.contact-data p{
     text-align: center;
    font-weight:400 ;
    font-size: 16px;
    color: #3c3a47 !important;
    line-height: 1.75em;
    max-width: 700px;
    margin: 0 auto 27px;
}

.contact-data iframe{
    width: 100%;
    height: 250px;
    border-radius: 15px;
}
.contact-address{
     margin-top:57px  ; 
    margin-bottom:57px  ;
}
.contact-address img{
    width: 220px;
    height: 220px;
    border-radius: 15px;
    object-fit: contain;
}
.contact-address ul  {
    margin: 0 ;
    padding: 0;
}
.contact-address ul li{
    list-style-type: none;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #000000 !important;
    line-height: 1.4em;
    padding: 15px 0;
}
.contact-address ul li i{
    color: #E09900;
    font-size: 24px;
    margin-right: 10px;
}
.contact-form .form-control{
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f2f2f2;
}
.contact-form textarea.form-control{
    height: 150px;
}

.contact-form .btn{ 
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
}
.contact-form .btn:hover{ 
    background: #E09900;
    color: #fff; 
}

footer{
        background-color: #1f1f1f;  
 
    padding:80px 0;
}
footer img { 
    width:220px;
    display:block;
    height:75px;
    object-fit:contain;
    margin:0 auto;
}

footer h4{
     font-size:18px;
     color:#fff !important;
     margin:0 0 15px;
}
footer ul  {
     text-align:center;
     margin:10px 0 0;
     padding:0;
}
footer ul li{
    display:inline-block;
    padding:5px 0 ;
    text-align:left;
    width:49%;
}
footer ul li a{
     font-size:14px;
     color:#fff !important;
}
footer p{
     font-size:14px;
     color:#fff !important;
     margin:0 0 15px;
}
footer p a{
     font-size:14px;
     color:#fff !important;
}
  footer h5  {
      text-align:left;
      margin:25px 0 0;
  }
 footer h5 a {
    margin: 0 10px;
}
    footer h5 i{ 
font-size: 30px;  
 color: #666;
    }

.inner-banner-sec{
    position: relative;
}
.inner-banner-sec img{
    height: 390px;
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.inner-banner-cap{
    padding-top: 55px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at top left, rgba(0, 0, 0, 0.69) 35%, rgba(38, 46, 53, 0) 100%);
}
.inner-banner-cap h5{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF !important;
    letter-spacing: 4px;
    line-height: 1.4em;
    text-align: left;
}
.inner-banner-cap h1{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 56px;
    color: #FFFFFF !important;
    line-height: 1.15em;
    text-align: left;
}
.inner-banner-cap p{
    font-size: 16px;
    line-height: 2em;
    color: #fff;
}

.bookin-sec{
    margin: 0;
}
.contact-form h4{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #0e0c19;
    margin-top: 15px;
}

.contact-form .form-select{
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f2f2f2;
}

.contact-form .form-label{
    font-size: 16px;
}

.gallery-sec{
    padding: 75px 0;
}
.gallery-sec .home-gall-box img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-sec .home-gall-box{
    margin: 15px 0;
    
}


.foot-disc-sec{
    padding: 50px 0 100px;
}

.foot-disc-sec hr{
    margin: 0 0 80px;
    opacity: .2;
   
}
.faq-sec{
    position: sticky;
    top: 50px;
}
.faq-sec .accordion{
    margin-bottom: 25px;
}
.faq-sec h4{
       color: #2b2b2b; 
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom:25px;
}
.faq-sec .accordion-button{
    border: 0;
    background: unset;
     outline: none !important;
     padding: 15px 0; 
     color: #2b2b2b; 
    font-size: 20px; 
    font-weight: 400;
    line-height: 22px; 
}

.faq-sec .accordion-body{
    padding: 15px 0;

    color: #454545; 
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
}

.faq-sec .accordion-item{
    border: 0;
    border-bottom: 1px solid #e4e4e4;
}
.faq-sec .btn{
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
}
.faq-sec .btn:hover{ 
    background: #E09900;
    color: #fff; 
}



.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5{
       color: #2b2b2b; 
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:15px;
}
.footer-content p, .footer-content ul li{ 
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}

 .footer-content .btn{
   background: #333333;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
}
.footer-content .btn:hover{ 
    background: #E09900;
    color: #fff; 
}

.blogs-sec{
    padding: 80px 0;
}

.blog-list{
    background: #fff;
    box-shadow: 0 4px 27.8px 0 hsla(0, 6%, 86%, .25);
    transform: translateY(-10px);
    transition: all .3s;
    position: relative; 
    height: calc(100% - 30px);
    margin: 15px 0;

}
.blog-list:hover{ 
    transform: translateY(0);
}

.blog-list img {
    width: 100%;
    object-fit: cover;
    height: 266px;
}
.blod-data{
    padding: 25px;
}
.blod-data h2{
        color: #2b2b2b;
    font-size: 23px;
    line-height: 132%;
    margin: 0 0 33px;
}
 
.blod-data span{
    color: #9c9999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
}

.blogs-details-sec{
    padding: 30px 0 50px;
}


.blogs-details-sec img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 30px 0;
}
 
.blog-back {
    border-radius: 22px;
    border: 1px solid #000;
    background-color: transparent;
    color: #3f3d3d; 
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
    padding: 10px 35px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
.blog-back:hover { 
    background-color: #000;
    border: 1px solid #000;
    color: #fff;  
}
.blog-share {
    border-radius: 22px;
    background-color: #E09900;
    border: 1px solid #E09900;
    color: #fff; 
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
    padding: 10px 35px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    margin-left: auto; 
}
.blog-share:hover { 
    background-color: #fff;
    border: 1px solid #E09900;
    color: #E09900;  
}

.blog-date{
    color: #777; 
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
}


.blogs-details-sec h1{
    color: #2b2b2b;
    font-size: 49px;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 27px;
}
.blogs-details-sec p{
        color: #1e1e1e;
    text-align: justify; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 50px;
}

.blogs-details-sec ul li{
        color: #1e1e1e;
    text-align: justify; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin: 20px;
}
.blogs-related-sec{
    padding: 50px 0;
}
.blogs-related-sec h4{
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 27px;
}
 
.gallery-item { 
    transform: translateY(0px);
    transition: all .3s; 
}
.gallery-item:hover { 
    transform: translateY(-10px); 
}
.gallery-item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin:0 0 15px;
}
.gallery-item .btn{
   align-items: center;
    padding: 5px 15px;
    border-radius:0;
    background: #000;
    color: #FFFFFF !important;
}
  .gallery-item h3{
   margin:0 10px 0 0;
       text-align: left;
    font-size: 24px;
}
 
  .about-cta .btn{ 
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
}




.chat-block {
    position: fixed;
    z-index: 5;
    right: 10px;
    bottom: 45%;
    background: linear-gradient(0deg,#ffe6cc -24.44%,#fff9f3 78.33%);
    backdrop-filter: blur(4.5px);
    border-radius: 27px;
    width: 50px;
    height: 90px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-gap: 20px;
    animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    opacity: 1;
    display: flex;
    transition: .25s;
    border:2px solid #eeee33;
}

.chat-block-item {
    position: relative;
    transition: .25s;
    width:100%;
    text-align:center;
    
    
}

.chat-block-item a img,.chat-block-item a svg {
    width: 25px;
    height: 25px;
}

.custom-chat-frame {
    display: none;
    opacity: 0
}

a.chat-div {
    cursor: pointer
}

.chat-block-item a h4 {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .03em;
    color: #2b3f6c;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px rgb(0 0 0/20%);
    position: absolute;
    right: 24px;
    opacity: 0;
    transition: .5s;
    top: -6px;
    margin-bottom: 0;
    visibility: hidden;
    white-space: nowrap
}

.chat-block-item.chat-block-phone:hover a h4,.chat-block-item.chat-block-whatsapp:hover a h4 {
    opacity: 1;
    transition: .5s;
    right: 45px;
    visibility: visible
}
  .thankyou-sec{
      padding:150px 0;
      min-height:600px;
  }
   .thankyou-sec h2{
       font-size: 115px;
    line-height: 120px;
    letter-spacing: .03em;
    color: #fff; 
  }
  
     .thankyou-sec p{
       font-size: 36px;
    line-height: 44px;
    letter-spacing: .03em;
    color: #fff; 
  }
  
    
     .thankyou-sec .btn{
       font-size: 14px;
    line-height: 14px;
    letter-spacing: .03em;
    color: #fff; 
    background:#000;
    padding:10px 25px;
    border-radius:0px;
  }
  
  
  .services-sec{
      padding:85px 0;
  }
  
   .services-sec img{
      width:100%;
      height:350px;
      border-radius:15px;
      margin:0 0 25px ;
      object-fit:cover;
  }
  
  
    .services-sec h2{
       font-size: 36px;
       line-height:36px;
       margin:0 0  25px;
       color:#333;
  }
  
  
      .services-sec p{
       font-size: 18px;
       line-height:24px;
       color:#333;
       margin:0 0  25px;
  }
  
   .features {
      background: #f9f9f9;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      margin:80px 0;
    }
    .features ul {
      list-style: none;
      padding: 0;
    }
    .features li {
      margin-bottom: 15px;
      font-size: 16px;
      padding-left: 25px;
      position: relative;
    }
    .features li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #e91e63;
      font-weight: bold;
    }
  
@media (max-width: 767px) {
    
    .thankyou-sec h2 {
    font-size: 60px;
    line-height: 60px; 
}
.thankyou-sec p {
    font-size: 24px;
    line-height: 30px; 
    color: #fff;
}


.mfgc-navbar .navbar-collapse{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    z-index: 10;
    background: rgb(255, 255, 255);
} 
.mfgc-navbar .navbar-brand img{
    width: 195px;
        
}

.mfgc-navbar .navbar-toggler{
        border: 0;
        padding: 0;
}
.banner-cta { 
    width: 90%;
}
.banner-cap h5 { 
    font-size: 20px; 
}

.banner-cap h1 { 
    font-size: 32px; 
}

.cta-box { 
    height: auto;
    padding:15px 20px;  
}
.cta-box-btn {
    height: auto;
}

.about-data h3 { 
    font-size: 25px; 
}
.about-right {
    padding-left: 0px;
    padding-top: 25px;
}
.home-gall-box {
    margin: 15px 0;
}

.home-gall-box img {
    height: 195px;
}
.rental-slider {
    margin: 15px 0;
}
.rental-sec{
    background-size: cover;
}
 .contact-data {
    padding: 30px; 
}
.gallery-sec .home-gall-box img { 
    height: 200px; 
}

.inner-banner-cap h5 { 
    font-size: 16px; 
}
.inner-banner-cap h1 { 
    font-size: 32px; 
}

footer h5 { 
    text-align: center;
}
footer h5 a { 
    margin:0 15px;
}
/*footer p { */
/*    text-align: center;*/
/*}*/

.blogs-details-sec h1 { 
    font-size: 30px; 
    line-height: 40px; 
}
.blogs-details-sec ul   {
    padding: 0;
}

.faq-sec{
    position: sticky;
    top: 0;
    margin-bottom: 55px;
}

.amenities-data {
    padding:55px 20px; 

}.contact-address ul {
    margin:25px 0; 
    
}

.mfgc-navbar .navbar-nav .dropdown-menu{
    border: 0;
            background: #f5f5f5;
        margin-bottom: 15px;

}
.contact-address img {
    width: 100%;
    max-width:450px;
    height: auto;
    max-height:350px;
    border-radius: 15px;
    object-fit: cover;
}

  }