*{ margin: 0; padding: 0; box-sizing: border-box;}
ul li, ol li{ list-style-type: none;}
ol , ul{ padding-left: 0 !important;}
a{ text-decoration: none !important; transition: all .3s ease-in-out !important;}
img{ max-width: 100%; height: auto;}
div::after, ul::after{ display: block; visibility: hidden; clear: both; content: "";}
div{ display: block;}
body{ font-family: 'PT Serif', serif !important; font-weight: 400 !important; font-size: 16px !important; line-height: 30px !important; color: var(--bodyColor) !important;}

@font-face {
    font-family: 'Grotters';
    src: url('../fonts/Grotters.eot');
    src: url('../fonts/Grotters.eot') format('embedded-opentype'),
         url('../fonts/Grotters.woff2') format('woff2'),
         url('../fonts/Grotters.woff') format('woff'),
         url('../fonts/Grotters.ttf') format('truetype'),
         url('../fonts/Grotters.svg#Grotters') format('svg');
}


h5{ color: var(--primaryColor); font-size: 13px !important; font-family: 'DM Sans', sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: 5px; }
h2{ font-size: 50px !important; line-height: 55px !important; font-family: 'DM Sans', sans-serif; font-weight: 700 !important; color: var(--greenColor);}
h2 span{ color: var(--primaryColor);}

:root {
    /* color */
    --primaryColor: #ff3902;
    --seconderyColor: #88ff00;
    --greenColor: #529706;
    --whiteColor: #fff;
    --redColor: #f8060a;
    --blackColor: #000;
    --blueColor: #0f2454;
    --bodyColor: #686868;

    /* fonts */
    /* font-family: 'DM Sans', sans-serif;
    font-family: 'PT Serif', serif; */
}

header{ top: 0; left: 0; z-index: 999; width: 100%; background-color: rgba(0, 0, 0, 0.5) !important;}
.navbar-brand{ width: 70px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;}
header .nav-link{ color: var(--whiteColor) !important; position: relative; padding: 5px 0 !important; margin: 0 25px;}
header .nav-link::before{content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; background: var(--seconderyColor); height: 1px; transition-property: "right"; transition-duration: .3s; transition-timing-function: ease-out;}
header .nav-link.active::before{ z-index: 1; right: 0;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover::before{ z-index: 1; right: 0;}
.btn-check:focus + .btn-primary, .btn-primary:focus{ border: none !important; box-shadow: none !important;}
.btn-primary::after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--redColor); width: 100%; height: 100%; z-index: -1; transform: scale(0); transition: all 0.5s ease-in-out;}
.btn-primary:hover::after{ transform: scale(1);}
.btn-primary:hover{ color: var(--whiteColor);}
.btn-primary{ position: relative; display: inline-block; background: var(--primaryColor) !important; color: var(--whiteColor); padding: 10px 35px; transition: all .5s ease-in-out; z-index: 1; border: none !important;}
/* .btn-primary::before{ width: 0%; height: 1px; content: ""; background-color: var(--seconderyColor); top: 50%; z-index: 9;}
.btn-primary:hover::before{ width: 100%;} */
.social li{ width: 40px; height: 40px; display: inline-block; text-align: center; font-size: 17px; line-height: 40px; border: 1px solid var(--whiteColor); border-radius: 100%; transition: all .5s ease-in-out;}
.social li a{ color: var(--whiteColor) !important; transition: all .5s ease-in-out;}
.social li:hover a{ color: var(--seconderyColor) !important; padding: 10px;}
.social li:hover{ border: 1px solid var(--seconderyColor);}

.banner{ width: 100%; height: 100vh;}
.banner2{ width: 100%; height: 100vh; background-size: cover !important;}
.banner2 img{ width: 100%; height: 100%; object-fit: cover;}
/* .banner .flexslider .slides li::before{ background-color: var(--blackColor); opacity: 0.5; content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 9;} */
.banner2::before{ background-color: var(--blackColor); opacity: 0.5; content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 9;}
.bannerText{ left: 50%; width: 100%; color: var(--whiteColor); top: 55%; transform: translate(-50%, -50%); z-index: 99; text-align: center;}
.bannerText p span{ color: var(--seconderyColor); font-weight: 700; text-decoration: underline;}
.bannerText p a{ color: var(--seconderyColor);}
.bannerText p .svg-inline--fa.fa-angle-right{ padding: 0 10px;}
.banner .slides li{ position: relative;}
.banner .slides li img{ height: 100vh;}
.flex-nav-prev{ display: none}
.flex-nav-next{ display: none}
.flexslider{ border: none;}
.flexslider .flex-control-nav{ bottom: 20px;}
.flexslider .flex-control-paging li a{ background-color: transparent; border: 1px solid var(--whiteColor); width: 15px; height: 15px;}
.flexslider .flex-control-paging li a:hover{ background-color: var(--primaryColor); border: 1px solid var(--primaryColor);}
.flexslider .flex-control-paging li a.flex-active{ background-color: var(--primaryColor); border: 1px solid var(--primaryColor); width: 35px;}

.bannerText h1{ font-family: 'Grotters'; font-size: 125px; line-height: 90px;}

.managerImg{ width: 70px; height: 70px; border-radius: 100%;}
.managerImg img{ width: 100%; height: 100%; border-radius: 100%; object-fit: cover;}
.managerText h3{ font-size: 20px !important; line-height: 25px !important; color: var(--primaryColor);}
.managerText h4{ font-size: 17px !important; line-height: 25px !important; color: var(--blackColor); font-family: 'DM Sans', sans-serif; font-weight: 400 !important; font-style: italic;}
.aboutImg{ width: 450px; height: 450px; border-radius: 100%; position: relative;}
.aboutImg::before{ content: url(../images/aboutBg.png); position: absolute; right: 0; bottom: -40px; z-index: -1;}
.aboutImg::after{ content: url(../images/aboutBg.png); position: absolute; left: 0; top: -40px; z-index: -1; visibility: visible;}
.review{ background: var(--whiteColor); border: 1px solid rgba(28, 23, 29, 0.1); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05); border-radius: 10px; max-width: 200px; width: 100%; padding: 20px; position: absolute; top: -40px; right: 0; z-index: 99;}
.review ul li{ float: left; color: var(--primaryColor); padding: 0 5px; font-size: 13px;}
.review h2{ font-family: 'PT Serif', serif;}
.aboutImg img{ width: 100%; height: 100%; border-radius: 100%; object-fit: cover;}

.room{ background: #f5f5f5;}
.tour-img{ position: relative;; overflow: hidden; transition: all .5s ease-in-out;}
.tourImg{ width: 100%; height: 300px; transition: all .5s ease-in-out; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0.5578606442577031) 100%) !important;}
.tourImg img{ width: 100%; height: 100%; object-fit: cover; transition: all .5s ease-in-out; filter: brightness(70%);}
.tour-img:hover img{ transform: scale(1.1); transition: all .5s ease-in-out;}
.tour-img:hover .line{ width: 100%;}
.tour-place-text{ position: absolute; bottom: -90px; left: 0; z-index: 9; width: 100%; height: auto; transition: all .5s ease-in-out; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(5,5,5,1) 100%, rgba(0,0,0,0.5578606442577031) 100%); padding: 30px;}
.tour-img:hover .tour-place-text{ bottom: 0;}
.tour-place-text h4{ font-size: 30px; color: var(--whiteColor); margin-bottom: 10px; font-weight: 500;font-family: 'DM Sans', sans-serif;}
.tour-place-text .line{ width: 60px; height: 1px; background-color: rgba(255, 255, 255, 0.2); border-top: 1px solid rgba(255,255,255,0.2) !important; margin-bottom: 20px; transition: all .8s ease-in-out;}
.tour-place-text h3{ color: var(--whiteColor) !important; font-size: 15px;}
.tour-place-text h3 span{ font-size: 22px; margin-right: 10px;}
.tour-place-text ul li span{ color: var(--primaryColor); padding-right: 10px;}
.tour-place-text ul li{ color: var(--whiteColor) !important;}
.tour-place-text .svg-inline--fa.fa-indian-rupee-sign{ font-size: 20px;}
.tour-place-text .btn-primary{ background: transparent !important; border: solid 1px var(--whiteColor) !important;}
.tour-place-text .btn-primary::after{ background: var(--whiteColor) !important; }
.tour-place-text .btn-primary:hover{ color: var(--primaryColor);}

.join{position: relative;}
.join::before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; content: ""; background-color: var(--blackColor); opacity: 0.3;}
.join-video{ max-width: 100%; max-height: 500px; height: 100%; overflow: hidden;}
.join-text{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; text-align: center; color: var(--whiteColor);}
.join-text h3{ font-family: 'Grotters'; font-size: 125px; line-height: 90px; margin-bottom: 30px;}
.join-text h4{ font-size: 25px; font-weight: 700; letter-spacing: 1px; font-family: 'DM Sans', sans-serif;}

.serviceMain{ transition: all .3s ease-in;}
.services .sreviceIcon{ font-size: 40px; color: var(--blackColor); margin-bottom: 50px; position: relative; display: inline-block; z-index: 9; transition: all .3s ease-in;}
.services .sreviceIcon::before{ width: 40px; height: 40px; background: var(--primaryColor); content: ""; z-index: -1; position: absolute; bottom: 25px; right: 25px; border-radius: 50%; transition: all .3s ease-in;}
.services h3{ font-size: 20px; color: var(--blackColor); font-weight: 500; margin-bottom: 20px;}
.serviceMain:hover .sreviceIcon::before{ bottom: 0; right: 0; background-color: var(--whiteColor);}
.serviceMain:hover .sreviceIcon{ color: var(--primaryColor);}
.serviceMain:hover{ background: var(--whiteColor) !important; transform: translateY(-20px);}

.testiSub{ border: solid 1px #6868684a; position: relative;}
/* .testiSub span{ position: absolute; top: 0; left: 0; z-index: 9; content: "";} */
.testiSub h3{ font-size: 22px; color: var(--blackColor); font-weight: 500; font-family: 'DM Sans', sans-serif;}
.testiSub .testiImg{ width: 100px; height: 100px; border-radius: 100%; margin-bottom: 20px;}
.testiSub .testiImg img{ width: 100%; height: 100%; border-radius: 100%; object-fit: cover;}
.testiSub h4{ font-size: 15px; font-style: italic; color: var(--primaryColor); letter-spacing: 1px;}
.testimonial .flexslider .flex-control-nav{ bottom: -50px;}
.testiSub:hover{ border: 1px solid var(--seconderyColor); transition: all .3s ease-in-out;}

.footer{ background-color: #090a0f;}
.footerLogo{ width: 50%;}
.footerMain { color: var(--whiteColor); border-bottom: 1px solid var(--whiteColor);}
.footerMain h3{ display: inline-block; position: relative; padding-bottom: 10px; margin-bottom: 20px;}
.footerMain h3::before{ width: 30px; height: 1px; background: var(--seconderyColor); position: absolute; left: 0; z-index: 9; content: "";top: 100%; transition: all .5s ease-in-out;}
.footerbox:hover h3::before{ width: 100%;}
.footerbox p{ margin-bottom: 0;}
.footerSub h4{ font-size: 15px; letter-spacing: 1px; color: var(--whiteColor);}

.packageDetailMain h3{ padding: 10px; background-color: var(--primaryColor); color: var(--whiteColor); text-align: center; margin-bottom: 0; font-size: 25px;}
.packageDetailSub{ width: 100%; height: 250px; background-size: cover; color: var(--whiteColor); display: block; margin: 0 auto; text-align: center; padding: 90px 0; position: relative;}
.packageDetailSub::before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; content: ""; background-color: var(--blackColor); opacity: .7;}
.packageDetailSubText{ position: relative; z-index: 99;}
.packageDetailSub p{ margin-bottom: 10px; font-size: 17px; line-height: 25px;}
.packageDetailSub span{ font-size: 30px; color: var(--seconderyColor);}
.packages h4{  margin-bottom: 10px;}
.packages h4 a{ position: relative; color: var(--primaryColor);font-size: 22px !important; line-height: 35px !important; text-transform: uppercase; padding-bottom: 5px;}
.packages h4 a::before{ position: absolute; top: 100%; left: 0; width: 50px; height: 1px; content: ""; z-index: 9; background-color: var(--primaryColor); transition: all .5s ease-in-out;}
.packages h4:hover a::before{ width: 100%;}
.packages p{ font-size: 16px; margin-bottom: 20px;}
.packages{ background-color: #f5f5f5; min-height: 750px;}

.contactDetails { background-color: #edebe5;}
.contactDetails h3{ font-size: 30px; color: var(--blackColor);}
.contactDetails h4{ font-size: 20px; color: var(--blackColor);}
.contactDetails p{ margin-bottom: 0;}
.contactDetailsMain .svg-inline--fa.fa-mobile-screen{ font-size: 30px; color: var(--primaryColor); margin-bottom: 15px;}
.contactDetailsMain .svg-inline--fa.fa-location-dot{ font-size: 30px; color: var(--primaryColor); margin-bottom: 15px;}
.contactDetailsMain .svg-inline--fa.fa-envelope{ font-size: 30px; color: var(--primaryColor); margin-bottom: 15px;}
.map{ width: 100%; height: auto;}
.contactForm form input[type=text], input[type=email], input[type=tel]{ width: 100%; height: 50px; margin-bottom: 10px; line-height: 50px; text-indent: 10px; border: none; border: 1px solid #d7d7d7; background-color: #f8f9fa;}
.contactForm form textarea{ width: 100%; height: 100px; margin-bottom: 20px; line-height: 50px; text-indent: 10px; border: none; border: 1px solid #d7d7d7; background-color: #f8f9fa;}
.contactForm form input:focus, textarea:focus{ outline: none;}
.contactForm form h3{ font-size: 30px; color: var(--blackColor); font-weight: 700; font-family: 'DM Sans', sans-serif;}

.gallery { background-color: #edebe5;}
.galleryImg{ position: relative;}
.example-image-link::before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background-color: var(--blackColor); opacity: 0.5; transition: all .5s ease-in-out; transform: scale(0);}
.example-image-link:hover:before{ transform: scale(1);}
.galleryImg .galleryIcon{ opacity: 0; transition: all .5s ease-in-out; color: var(--whiteColor); font-size: 30px;}
.galleryImg:hover .galleryIcon{ opacity: 1;}

.ourService .ourServiceMain h6{ font-size: 15px; color: var(--primaryColor); letter-spacing: 1px; line-height: 25px;}
.ourService .ourServiceMain h3{ font-size: 35px; color: var(--blackColor); line-height: 45px; margin-bottom: 10px;}
.ourService .ourServiceSub .serIcon{ font-size: 40px; color: var(--primaryColor);}
.ourService .ourServiceSub .serText h3{ font-size: 25px; color: var(--blackColor);}
.ourService .ourServiceSub .serText p{ margin-bottom: 10px !important; line-height: 25px !important;}
.ourService .ourServiceSub .serText a{ color: var(--primaryColor) !important; transition: all .3s ease-in-out;}
.ourService .ourServiceSub .serText a:hover{ color: var(--greenColor) !important;} 
.ourService .ourServiceSub .serText a .svg-inline--fa.fa-arrow-right{ margin-left: 10px;}

.about2{ background: url(../images/roomBg.jpg) no-repeat center; background-size: cover;}
.about2Text{ padding: 100px 0; color: var(--whiteColor);}
.about2textsub .svg-inline--fa.fa-circle{ color: var(--primaryColor); font-size: 15px; margin-right: 15px;}
.about2textsub h4{ font-family: 'DM Sans', sans-serif; font-size: 20px; font-weight: 400; color: var(--whiteColor);}
/* .about-logo{ width: 40% !important;} */
.managerImg2{ width: 100px; height: 100px;}

.teamDetail{ position: relative; height: 350px;}
.teamDetail ul{ position: absolute; top: 80px; width: 100%;  z-index: -1; transition: all .5s ease-in-out;}
.teamDetail .teamimg{ position: relative; top: 0; z-index: 1; transition: all .5s ease-in-out; width: 100%; height: auto; filter: grayscale(100%);}
.teamDetail .teamimg::after{position: absolute; bottom: 0; left: 0; width: 100%; height: 0; z-index: 99; visibility: visible; background:  linear-gradient(180deg, rgba(214,192,192,1) 0%, rgba(255,57,0,1) 100%, rgba(0,0,0,0.5578606442577031) 100%); opacity: 0;}
.teamDetail .teammate{ width: 100%; transition: all .5s ease-in-out;}
.teamDetail:hover .teamimg{ top: 80px; z-index: 90; filter: grayscale(0);}
.teamDetail:hover .teamimg::after{  opacity: .7; height: 100%;transition: all .5s ease-in-out;}
.teamDetail:hover .teammate{ margin-top: -80px !important;}
.teamDetail:hover ul{ z-index: 9; top: 40px;}
.teamDetail .teammate h3{ font-size: 20px; color: var(--blackColor); margin-bottom: 10px;}
.teamDetail ul li a{ color: var(--primaryColor); font-size: 20px;}
.teamDetail ul li a:hover{ color: var(--greenColor);}
/* .navbar-light .navbar-toggler-icon{ background-image: url(../images/PngItem_6342297.png) !important; background-repeat: no-repeat;
background-position: center;} */


@media only screen and (max-width: 1200px) {
    .container{ max-width: 1140px;}
}
@media only screen and (max-width: 992px) {
    .container{ max-width: 960px;}
    form .btn-primary{ margin-bottom: 20px;}
    .about2Text{ padding: 50px 0 0;}
    .example-image-link img {
      width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .container{ max-width: 98%;}
    h2{ font-size: 45px !important;}
    .bannerText h1 {
        font-family: 'Grotters';
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 20px !important;
      }
      .banner .slides li img {
        height: auto;
        object-fit: cover;
      }
      .join-video{ height: auto !important;}
      .join-text h3{ font-size: 25px; line-height: 28px; margin-bottom: 5px;}
      .join-text h4{ font-size: 17px; line-height: 22px;}
      .aboutImg { margin-top: 60px;}
      .footer{ text-align: center;}
      .footerLogo {
        width: 50%;
        margin: 0 auto;
      }
      header {
      
        background-color: rgba(255,255,255,0.4) !important;
      }
      #navbarSupportedContent {
        position: absolute;
        right: 0;
        width: 100%;
        top: 100%;
        background: #000;
      }
      .navbar-light .navbar-toggler{ margin-left: auto;}
      .join-text{ width:100%;}
      form .btn-primary{ margin-bottom: 20px;}
      .example-image-link img {
        width: 100% !important;
      }
      .banner2.position-relative {
        height: 400px;
      }
      .smalImg{
        margin: 0 auto;
        display: table;
      }
      video{
        height: 100% !important;
      }
      .banner-inner video{
        height: auto !important;
      }
      .banner-inner{
        margin-top: 90px;
      }
    }
    @media only screen and (max-width: 560px) {
      .container{ max-width: 98%;}
      .aboutImg{ width: 350px !important; height: 350px !important;}
      h2{ font-size: 35px !important; line-height: 45px !important;}
      .contactDetailsMain{ text-align: center; border-right: none !important;}
      .smalImg{ display: table; margin: 0 auto;}
      .teamDetail{ height: 375px;}
      .example-image-link img {
        width: 100% !important;
      }
      .banner2.position-relative {
        height: 400px;
      }
      .banner .slides li img{
        height: 50vh;
      }
      .btn-primary{
        font-size: 13px;
        padding: 5px 20px;
        margin-top: -10px;
      }
      .bannerText h1{ 
        margin-bottom: 5px !important;
      }
      .banner{
        height: 50vh;
        /* margin-bottom: 20px !important; */
      }
  } 
  
@media only screen and (max-width: 460px) {
    .container{ max-width: 98%;}
    .aboutImg{ width: 350px !important; height: 350px !important;}
    h2{ font-size: 35px !important; line-height: 45px !important;}
    .contactDetailsMain{ text-align: center; border-right: none !important;}
    .smalImg{ display: table; margin: 0 auto;}
    .teamDetail{ height: 375px;}
    .example-image-link img {
      width: 100% !important;
    }
    .banner2.position-relative {
      height: 400px;
    }
    .banner .slides li img{
      height: 50vh;
    }
    .btn-primary{
      font-size: 13px;
      padding: 5px 20px;
      margin-top: -10px;
    }
    .bannerText h1{ 
      margin-bottom: 5px !important;
    }
    .banner{
      height: 50vh;
      /* margin-bottom: 20px !important; */
    }
}