@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
:root{
  --primary:#8a3a1e;
  --white:#FFFFFF;
  --black:#000;
  --dark:#864e1e;
  --light:#ce947c;
  --muted:#797979;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
   font-family:'Poppins', sans-serif ;
}

body {
  /*font-family:'Roboto', sans-serif ;*/
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  font-weight: 400;
  text-transform: capitalize;
  overflow-x: hidden;
}

section{
  margin-top: 60px;
}
.btn{
  color: var(--white);
  text-transform: capitalize;
 font-family:'Roboto', sans-serif ;
 transition: all .2s linear;
 background: var(--primary);
 border-color: var(--primary);
}
.btn:hover{
    /*letter-spacing: .1rem;*/
    background-color: transparent;
    color: var(--dark);
    border-color: var(--primary);
}
.form-control:focus{
  box-shadow: none;
  outline: none;
  border-color: var(--primary);
}

/*
=========================================
    Custom Scrollbar
=========================================
*/ 

::-webkit-scrollbar {
  width: 0.625rem;
} 
::-webkit-scrollbar-track {
  background: #FFF; 
} 
::-webkit-scrollbar-thumb {
  background:var(--primary); 
} 

/*
==========================================
   Header Design
==========================================
*/
/*
=========================================
    Own Css
=========================================
*/ 
.heading{
  text-align: center;
  font-weight: normal;
  font-weight: 600;
  padding:.5rem 0;
}
.fc-p{
  color: var(--primary);
}
.fc-w{
  color: var(--white);
}
.container{
  padding-left: 0;
  padding-right: 0;
}
.m0{
  margin: 0;
}
.pl0{
  padding-left: 0;
}
.pr0{
  padding-right: 0;
}
.mt16{
  margin-top: 16px;
}
.mt26{
  margin-top: 26px;
}
.mt12{
  margin-top: 12px;
}
.mb26{
  margin-bottom: 26px;
}
.pl25{
  padding-left: 25px;
}
.p0{
  padding: 0;
}
.title{  
  font-size: 40px;
}
/*
=========================================
    Own Css End
=========================================
*/
header{
  position: relative;
}

 .navbar {
    transition: all 0.4s;
    background: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    height: 74px;
}
.navbar-brand {
  /*background-color: var(--white);*/
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
}
.navbar-brand img{
  width: 90%;
  height: auto;
  transition: 0.2s;
}
.navbar-brand .logo{
    padding: 3px;
    width: 180px;
    height: 131px;
    text-align: center;
    background: #fff;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-radius: 100%;
    border: solid 3px var(--primary);
    box-shadow: 1px 6px 60px #666;
    transition: 0.2s;
  }
.navbar-brand .logo.scroll-logo{
  width: 140px;
  height: 102px;
}

.navbar .nav-item{
  padding:0 0.625rem;
  transition:all 200ms linear;
}
.navbar-toggler{
  border: none;
}
.navbar-toggler:focus{
  outline:unset;
  border:none;
  box-shadow: none;
}
.navbar .nav-link{
  font-family:'Roboto', sans-serif ;
  font-size:1.1rem;
  font-weight: 500;
  text-transform: capitalize;
  color:var(--primary-color);
  color: #FFF;
  letter-spacing: 1px;
  transition:all 200ms linear;
}
.navbar .nav-link:hover{

}
.navbar .dropdown-item:hover{
  background-color: var(--primary);
  color: var(--white);  
}
.navbar .navbar-nav .nav-item .nav-link::after
{
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--white);
  display: block;
  margin: auto;
  transition: 0.5s;
}
.navbar .navbar-nav .nav-item .nav-link:hover::after
{
  width: 100%;
}
.dropdown-toggle::after {
  display: none;
  border: none;
}
.navbar .main-btn{
  padding:0.3125rem 1.4375rem;
  box-shadow: none;
  margin-left:0.625rem;
  background: var(--primary);
  color: #FFF;
} 
/* Change navbar styling on scroll */
.navbar.solid {
  color: var(--primary);
  background: var(--black);
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0 0 0 / 9%);
  transition: all .15s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-animation-name: stickySlideDown;
  animation-name: stickySlideDown;
  animation-duration: 0.5s;
  animation-direction: normal;
  }

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*Banner section*/
.banner{

}
.banner .inner-banner{
  position: relative;
}
.banner .inner-banner .banner-bg img{
  width: 100%;
  min-height: 768px;
  object-fit: cover;
}
.banner .inner-banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 9;
}
.banner .inner-banner .container{
  position: absolute;
  top: 50%;
  transform: translate(108px , -50%);
  z-index: 10;
}
.banner .inner-banner .container h1{
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
  display: inline-block;
  font-family:'Roboto', sans-serif ;
}
.banner .inner-banner .container h1:first-child{
  font-size: 52px;
  font-family:'Poppins', sans-serif ;
}
.banner .inner-banner .container h1 span{
  display: block;
}
.banner .inner-banner .container h4 span{
  margin: 5px 0;
  background: rgba(0,0,0,.5);
  font-size: 26px;
  padding: 4px 6px;
  clear: both;
  letter-spacing: 2px;
  border-radius: 5px;
  display: inline-block;
  font-family:'Roboto', sans-serif ;
}
.banner .inner-banner .banner-head{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner .inner-banner .banner-head ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.banner .inner-banner .banner-head li{
  font-size: 17px;
  font-family:'Roboto', sans-serif ;
    color: #fff;
    font-size: 19px;
    background: rgba(0, 0, 0, .6);
    font-weight: 400;
    border-right: 1px solid #616060;
    padding: 5px 14px 9px;
    line-height: 22px;
    text-align: left;
    border-radius: 0px;
    list-style: none;
    margin: 0 0px 0 0;
}
.banner .inner-banner .banner-head li:last-child{
  border: none;
}
.banner .inner-banner .banner-head li span{
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin: 5px 0px 0;
  font-family: 'Poppins', sans-serif;
}
.banner .inner-banner .banner-head li span abbr{
  font-size: 16px;
  font-weight: normal;
}
.banner .inner-banner .banner-head li:nth-child(1) {
    color: #f7842a;
    padding-left: 15px!important;
}
.banner .inner-banner .banner-head h5{
  font-family:'Roboto', sans-serif ;
  margin-top: 18px;
  /*padding-left: 15px;*/
}
.banner .inner-banner .booking-form{
  width: 430px;
  padding: 10px 25px;
  margin-right: 0px;
  border-radius: 20px;
  background: rgba(17, 21, 33, 0.9) url(../images/form-bg.png) center bottom no-repeat;
  background-size: 92%;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  }
.banner .inner-banner .booking-form h4{
  font-family: 'PT Serif', serif;
  text-transform: normal;
  padding-bottom: 13px;
  font-size: 28px;
  position: relative;
}
.banner .inner-banner .booking-form h4::after{
  content: "";
  width: 60px;
  height: 1px;
  background: #b27f51;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}
.banner .inner-banner .booking-form p{
  font-size: 11px;
  color: var(--muted);
}
.banner .inner-banner .booking-form textarea{
  resize: none;
}
.banner .inner-banner .booking-form .input-group{
  padding-left: 25px;
}
.banner .inner-banner .booking-form .form-control , .modal .form-control{
  background-color: #141619;
  border: none;
  border-bottom: 1px solid var(--muted);
  border-radius: 0;
  margin-bottom: 15px;
  color: #ffffff;
}
/*Banner section End*/

/*Features section Start*/
.features{
  margin-top: 0;
}
.features .features-img {
  height: 100%;
}
.features .features-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features .features-details{
  background-color: var(--muted);
  padding: 25px;
  height: 100%;
  background: rgba(17, 21, 33, 0.9);
}
.features .features-details h2{
  text-transform: capitalize;
  color: var(--white);
  margin-top: 46px;
  margin-bottom: 46px;
  font-family:'Roboto', sans-serif ;
}
.features .features-details h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 21px;
}
.features .features-details h4::before{
  content: '';
  width: 5px;
  height: 14px;
  margin-right: 17px;
  display: inline-block;
  background-color: var(--primary);
}
.features .features-details p{
  text-align: justify;
  margin-left: 17px;
}
.features .features-details .col-lg-6.fc-w > div{
  margin-bottom: 32px;
}
/*Features section End*/

/*Features section */
.award-section{
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/benefit-bg.jpg) no-repeat;
}
.award-section .container {
    padding: 0 4%;
}
/*Features section End*/

/*shop-section  Start*/
.shop-section{}
.shop-section img{
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.3s linear;
}
.shop-section p{
  font-size: 14px;
  text-align: center;
}
.shop-section .box .image{
  overflow: hidden;
}
.shop-section .box:hover img{
  transform: scale(1.1);
}
.shop-section .btn{
  margin-top: 26px;
  padding: 6px 38px;
  margin-bottom: 60px;
}
/*shop-section  End*/
hr{
  color: var(--black);
  border-top: 2px solid;
}
/* Tabs- Gallery Section   */
.tabs-section{
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../images/benefit-bg.jpg') no-repeat;
}
.tabs-section .container{
  padding: 0 4%;
}
.tabs-section h2{
  
}
.tabs-section h2 span{
  color: var(--primary);
}
.tab .nav-pills{
  justify-content: center;
}
.tab .nav-pills li{
    max-width: 110px;
    text-align: center;
    display: inline-block;
}
.tab .nav-pills li button{
    width: auto !important;
    padding: 8px 14px;
    font-size: 14px;
    color: var(--black);
    background: transparent;
    font-size: 20px;
    position: relative;
}
.tab .nav-pills li button:hover{
}
.tab .nav-pills li button.active,
.tab .nav-pills li.active button:focus,
.tab .nav-pills li.active button:hover{
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
    border-bottom: 1px solid var(--primary);
    border-radius: 0;
    transition: background 0.20s linear 0s;
}
.tab .nav-pills li.active button:before,
.tab .nav-pills li.active button:after{
    content: "";
    border: 13px solid transparent;
    border-bottom-color: #d3d3d3;
    position: absolute;
    bottom: -26px;
    left: 37%;
}
.tab .nav-pills li.active button:after{
    border-bottom-color: #fff;
    bottom: -27px;
}
.tab .tab-content{
    font-size: 14px;
    color: #333;
    background: transparent;
    line-height: 25px;
    /*padding: 20px 25px;*/
    margin-top: 25px;
}
.tab .tab-content h2{
    font-size: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary);
}
/* Tabs Gallery Section  End*/

/* Tabs Gallery Section  End*/
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}
.owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
   color: #000;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}
.owl-carousel .owl-nav button span{
  font-size: 26px;
}

.owl-carousel .owl-nav .owl-next:hover{
  color: #000;
}
.owl-carousel:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.owl-carousel:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.owl-carousel .owl-dots{
  text-align: center;
  background-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
    width: 50px;
    height: 11px;
    border-radius: 11px;
    background: #a0a1a6;
    margin: 5px;
}
.owl-carousel .owl-dot.active {
    background: #111521;
}

/* Tabs Gallery Section  End*/

/*Construction update*/
.construction-sec .container{
  padding: 0 4%;
}
/*Construction update*/

/* Location Section   Start*/
.map-section{

}
.map-section .tab .nav-pills li{
  max-width: 170px;
}
.map-section .tab .tab-content .location-img img , .map-section .tab .tab-content .google-map-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.map-section .tab .tab-content .box{
  background-color: #333333;
  color: var(--white);
  padding: 25px 20px;
  height: 100%;
}
.map-section .tab .tab-content .box h5{
  margin-bottom: 30px;
  font-family: 'Roboto' , sans-serif;
}
.map-section .tab .tab-content .box ul li{
font-size: 15px;
  margin-bottom: 20px;
  font-weight: 300;
}
/* Location Section   End*/

/*About section*/
.about-section{
  background-color: var(--primary);
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
.about-section h2.title {
    position: relative;
    margin-bottom: 35px;
}
.about-section h2.title::after {
    content: "";
    width: 250px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.about-section p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: none;
}

/*About section End*/
.booking-section{
  background: #111521 url(../images/feature-bg.jpg) center center repeat;
  padding: 50px 0;
  margin-top: 0;
}
.booking-section h2.title{
  color: var(--primary);
}
.booking-section p{
  font-size: 11px;
  color: var(--muted);
  text-align: center;
}
.booking-section .input-box {
    display: flex;
    justify-content: space-between;
}
.booking-section .input-group {
    margin-bottom: 30px;
    position: relative;
    margin-right: 10px;
}
.booking-section .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #41444d;
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  height: auto;
  color: var(--white);
}
.booking-section textarea {
  resize: none;
}
.booking-section .btn{
  width: 100%;
}
.booking-section .btn:hover{
 background-color: var(--dark);
 color: var(--white);
 border-color: var(--dark);
}
.booking-section address{
  margin-top: 35px;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}
/*About section End*/
/*footer section starts*/
.footer{
  background: var(--black);
  padding: 30px 0 70px;
  text-align: center;
}
.footer p {
    font-size: 13px;
    color: #797979;
    margin-top: 20px;
    margin-bottom: -20px;
}
/*footer section End*/

/*Modal css*/
.popup-booknow{
}
.popup-booknow .heading-popup {
    background: var(--primary);
    padding: 15px 15px 5px;
    display: inline-block;
    width: 100%;
    color: #FFF;
    margin-bottom: 1rem;
}
.popup-booknow button.btn-close {
    border-radius: 50%;
    position: absolute;
    right: -6px;
    background: #fff;
    cursor: pointer;
    z-index: 9;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    opacity: 1!important;
    top: -5px;
    text-shadow: none;
}
.popup-booknow button.btn-close:focus{
  box-shadow: none;
}
/*Modal css*/


/*Scroller*/
#scroll-top{
  position: fixed;
  top:-120%;
  right:1rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2rem;
  background:var(--primary);
  color:#fff;
  border-radius: 50%;
  transition: 1s linear;
  z-index: 1000;
  text-decoration: none;
}
#scroll-top:hover{
  background: var(--black);
}
#scroll-top.active{
  top:calc(100% - 4.4rem);
}
@media(max-width: 991px){
 
}
/*OWN CSS SNG*/
.wrapper-1{
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .wrapper-1{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }
  .wrapper-1 .inner-wrapper-1{
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    background-color: var(--primary);
    color: #FFF;
    position: relative;
  }
  .wrapper-1 .inner-wrapper-1 .call{
    text-align: center;
    width: 50%;
    color: #FFF;
    font-weight: 500;
  }
  .wrapper-1 .inner-wrapper-1 .call a , .wrapper-1 .inner-wrapper-1 .enquire a , .wrapper-1 .inner-wrapper-1 .whatsapp-icon a{
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
  }
  .wrapper-1 .inner-wrapper-1 .enquire{
    text-align: center;
    width: 50%;
     color: #FFF;
     font-weight: 500;
  }
  .wrapper-1 .inner-wrapper-1 .whatsapp-icon{
    text-align: center;
    position: absolute;
    left: 50%; top: 0;
  }
  .wrapper-1 .inner-wrapper-1 .whatsapp-icon .fa-whatsapp{
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #2FB842;
    font-size: 21px;
    border-radius: 50%;
  }
  .wrapper-1 .inner-wrapper-1 .enquire button{
    background: transparent;
    border: none;
    color: #FFF;
  }
   #scroll-top.active{
  top:calc(100% - 6.4rem);
  }
}
@media only screen and (max-width: 550px){
  .wrapper-1 .inner-wrapper-1 .whatsapp-icon{
    left: 45%;
  }
}
/*OWN CSS SNG*/
.modal-body{
    padding-top: 0;
  }