@font-face {
  font-family:"Classy-vogue-regular";
  src: url('../fonts/Ruadson-VGB7Z.otf');
}

@font-face {
  font-family:"Torches";
  src: url('../fonts//Torches.ttf');
}

@font-face {
  font-family:"stripes";
  src: url('../fonts/BEFANO\ Regular.otf');
}

@font-face {
  font-family:"Faith";
  src: url('../fonts/Faith.ttf');
}

@font-face {
  font-family:"TTF";
  src: url('../fonts/TTF.ttf');
}


*{
  outline: none;
}

html,body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#indexbody{
  margin:0px;
  padding: 0px;
  box-sizing: border-box;
  /* background-color: #024848; */
  background: #e5d2b5;
}


body::-webkit-scrollbar {
  width: 1em;
  display: none;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


/* header */
header{
  background-color: #fff;
  padding: 20px 0px;
  /* padding: 20px 0px;
  position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 999;
  position: relative;
}
.home-slider-section{
  position: relative;
}
.home-slider-section::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 46px;
  left: 0;
  top: -30px;
  background-image: url(../images/ripped-6.png);
  background-position: center;
  background-size: contain;
  z-index: 3;
}

.vid-banner-img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vid-banner-img img{
  width: 100%;
  height: 100%;
    object-fit: cover;
}

.navigation-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #874e19;
  padding-bottom: 10px; */
}

.book_now a{
  padding: 12px 20px;
  background: #f1cf55;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}

.logo img{
  width: 200px;
}

.ul-navigation ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}

.ul-navigation ul li{
  margin: 0px 15px;
}

.ul-navigation ul li a{
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
}

.ul-navigation ul li a:hover{
  color: #0042ff;
}

.navigation-lists{
  padding: 10px 0px;
  border-bottom: 1px solid #874e19;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.call-n p{
  margin: 0px;
  color: #fff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.call-n p a{
  color: #fff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding-left: 10px;
  font-size: 15px;
}

.navigation-lists ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.navigation-lists ul li{
  margin: 0px 20px;
}
.navigation-lists ul li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  display: block;
  text-align: center;
  transition: .3s ease;
}

.navigation-lists ul li a:hover{
  color: #f1cf55;
}

/* home-slider */
.s-slider-container{
  height: 700px;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.bg-video{
  height: 100%;
}
.bg-video video{
  /* transform: rotate(180deg); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-slider-container::before {
  content: '';
  background: linear-gradient(0deg, rgb(229 210 181) 0%, rgba(0,0,0,0) 100%);
  /* background: linear-gradient(0deg, #024848 0%, rgba(0, 0, 0, 0) 100%); */
  position: absolute;
  width: 100%;
  height: 169px;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

#home-owl-carousel{
  height: 100%;
  /* pointer-events: none; */
}
.owl-stage-outer{
  height: 100%;
}
.owl-stage{
  height: 100%;
}

.owl-item {
  height: 100%;
}
.owl-item .item{
  height: 100%;
}

.frd_img{
  width: 100%;
  height: 100%;
}
.frd_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.fd_slider_container{
  position: relative;
  height: 100%;
}

/* .fd_slider_container::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.658);
  top: 0;
  left: 0;
} */

.fd_caption{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    text-align: center;
    width: 100%;

}

.fd_caption label{
  color: #ffffff;
  font-size: 6rem;
  /* font-family: "Torches"; */
  font-family:"TTF";
  position: relative;
  line-height: 1;
  margin: 0px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fd_caption label p {
  margin: 0px 10px;
}

.fd_caption label p span{
  color: #ffffff;
  font-size: 6rem;
  font-family:"TTF";
  position: relative;
  line-height: 1;
}
/* .fd_caption label::before{
  content: '';
  position: absolute;
  left: -219px;
  top: 50%;
  transform: translate(-0%, -50%);
width: 200px;
height: 1px;
background-color: #f1cf55;
}
.fd_caption label::after{
  content: '';
  position: absolute;
  right: -219px;
  top: 50%;
  transform: translate(-0%, -50%);
width: 200px;
height: 1px;
background-color: #f1cf55;
} */
.fd_caption p{
  color: #fff;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
 }
 .fd_caption a{
  border: 2px solid #ffffff;
  display: block;
  max-width: fit-content;
  padding: 13px 40px;
  color: #ffffff;
  margin: auto;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: 30px;
text-decoration: none !important;
transition: .3s ease;
 }

 .fd_caption a:hover{
  background-color: #ffffff;
  color: #020202;
 }


 /* about us */
 .abts-section{
position: relative;
padding: 100px 0px
 }

 /* .abts-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 46px;
  left: 0;
  top: -30px;
  background-image: url(../images/ripped-6.png);
  background-position: center;
  background-size: contain;
  z-index: 3;
  transform: rotate(180deg);
} */
.gallery-p{
  position: relative;
}
.gallery-p::before {
  content: '';
  background-image: url('../images/wave.png');
  position: absolute;
  width: 100%;
  height: 418px;
  left: 0;
  top: 0px;
  z-index: 2;
  background-size: cover;
  pointer-events: none;
  display: none;
}

.header-main {
  margin-bottom: 70px;
}
.header-main h3{
  text-align: center;
  color: #000;
  font-family: 'Torches';
  font-size: 10rem;
  margin-bottom: 0px;
  line-height: 108px;
}

 /* .abts-section::after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100px;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0,0,0,0) 100%);
  transform: rotate(180deg);
} */

 .blk-bg{
   background-color: #E5D2B5;
   /* background-color: #024848; */
   /* background-color: #fff; */
 }

 .amin-t{
     background-color: #E5D2B5;
     /* background-color: #024848; */
 }

 .abts-header{
   /* max-width: 500px; */
   /* margin: auto; */
   text-align: left;
   padding-right: 50px;
 }

 .abts-header h3{
  color: #000;
  font-family: 'Torches';
  font-size: 10rem;
  margin-bottom: 0px;
  /* color: #0142fe; */
  line-height: 108px;
 }

 .abts-para{
  color: rgb(0, 0, 0);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
 }

 .abts-header p span{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat';
  color: #0142fe;
 }


 .highlight{
  font-size: 19px;
  font-family: 'Montserrat';
  color: #000;
}
.abts-header a{
  padding: 14px 30px;
  background: #000;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  max-width: fit-content;
  margin-top: 41px;
  text-decoration: none;
}


 .aside-container-v{
   border-radius: 10px;
   overflow: hidden;
 }

 .arrow-aside-img{
   display: flex;
   align-items: baseline;
   margin-top: 50px;
 }

 .arrow-aside-img a{
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  color: #000;
  border-left: 3px solid #000;
  padding-left: 11px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s ease;
  position: relative;
  z-index: 5;
 }


 .arrow-aside-img a:hover{
  color: #FFC107;
  border-left: 3px solid #FFC107;
 }

 .arrow-cnt{
  width: 55px;
  height: 50px;
  background: #e9e9e9;
  border-radius: 5px;
  margin-right: 5px;
 }
 .img-abts{
   margin-top: 75px;
 }
/* 
 .img-abts{
  margin-top: 75px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
 } */

 /* .mrq-ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
 }

 .mrq-ul li{
   margin: 0px 20px;
 } */
 .img-abts img{
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 /* section3 */

 /* .amn{
   background-image: url("../images/gallery/11.jpg");
   width: 100%;
   height: 100%;
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
   position: relative;
 } */

 /* .amn::before{
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: rgba(0, 0, 0, 0.808);
 } */

 .p-11{
   padding: 100px 0px;
 }

 .header-am {
  margin-bottom: 0px;
  /* border-bottom: 1px solid #fff; */
  padding-bottom: 14px;
 }

.col-amn{margin-bottom: 50px;
  border-bottom: 1px solid #ababab;
  padding-bottom: 31px;}

 .header-am h3{
  color: #000;
   /* font-family:"Classy-vogue-regular"; */
   font-family:"Faith";
   font-size: 2.6rem;
   text-align: center;
   text-shadow: 1px 7px 0px rgb(139 139 139 / 40%);
 }

 .add-glry  .header-am h3{
   color: #000;
 }

 .header-am p{
  color: #938166;
  font-size: 28px;
  text-align: center;
  margin: 0px;
 }

 .amin-list ul{
   padding: 0px;
   margin: 0px;
   list-style: none;
   margin-top: 30px;
 }
 .amin-list ul li{
  /* margin-bottom: 15px; */
  /* border-bottom: 1px solid #754b23; */
  margin-bottom: 20px;
  text-align: center;
 }

 .amin-list ul li p{
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
  margin: 0px;
 }

 /* gallery */
.g-header-am h3{
  color: #000;
    /* font-family: "Classy-vogue-regular"; */
    font-family: 'TTF';
    text-align: center;
    text-shadow: 1px 7px 0px rgb(139 139 139 / 40%);
    font-size: 6rem;
    line-height: 21px;
}

 .gallery-section ul{
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
 }

 .gallery-section ul li{
   margin: 0px 10px;
   text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
   border-bottom: 1px solid #000;
 }

 .gallery-section ul li a{
  color: #000;
  text-decoration: none !important;
} 
.gallery-col{
   margin-bottom: 0px;
   padding: 2px;
 }

 .g-img-slider{
   height: 295px;
  border-radius: 15px;
  overflow: hidden;
  transition: .3s ease;
  border: 3px solid rgb(255, 255, 255);
 }

 .g-img-slider:hover{
 opacity: .4;
 border: 3px solid rgb(255 159 12);
 }

 .g-img-slider img{
   width: 100%;
   height: 100%;
   object-fit: cover;
 }


 .sub-header h3{
  font-family: 'Faith';
    font-size: 33px;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
}

 .mtop_m{
  margin-top: 80px;
 }


 footer{
  /* background: #e5d2b5; */
  background: #c9c6c1;
  padding-top:60px;
  position: relative;
  overflow: hidden;
 }
 .footer-bg-video{
  position: absolute;
  width: 100%;
  height: 850px;
  bottom: -404px;
  pointer-events: none;
}

.footer-bg-video video{
  width: 100%;
}

.z-index-footer{
  position: relative;
  z-index: 3;
}

.footer-bg-video::before {
  content: '';
  background: linear-gradient(0deg, rgb(201 198 193) 0%, rgba(0,0,0,0) 100%);
  position: absolute;
  width: 100%;
  height: 169px;
  left: 0;
  top: 0px;
  z-index: 2;
  transform: rotate(180deg);
}

 footer::before {
  content: '';
  background-image: url('../images/wave.png');
  position: absolute;
  width: 100%;
  height: 418px;
  left: 0;
  top: 0px;
  z-index: 2;
  background-size: cover;
  pointer-events: none;
  display: none;
}

.abts-col{
  padding-right: 0px;
}

 .us-link{
  margin-top: 37px;
  border-top: 1px solid #ffffff24;
  padding-top: 37px;
}


 .footer-row{
  padding-bottom: 38px;
 }

 .fbs-header{
   margin-bottom: 20px;
 }

.link-fbs{
  text-align: center;
}

.link-ul-items-fb{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px !important;
}

.link-ul-items-fb li{
  margin: 0px 10px;
    border-right: 1px solid #000;
    padding-right: 20px;
}


.link-ul-items-fb li:nth-child(5){
  border: none;
}
 .fbs-header h3{
  color: #000;
  font-family: 'TTF';
  font-size: 26px;
  letter-spacing: 1px;
 }

 .fbs-content ul{
   padding: 0px;
   margin: 0px;
   list-style: none;
 }

 .fbs-content ul li{
   margin-bottom: 15px;
 }
 /* .call-cnt {
   display: flex;
   align-items: baseline;
   justify-content: end;
 } */
 .call-cnt span{
  font-size: 1.2rem;
  color: #0042ff;
  padding-right: 10px;
 }


 
 .tel-span a:nth-child(1){
   padding-bottom: 3px;
 }
 .call-cnt span svg{
  fill: #0042ff;
  position: relative;
  top: 10px;
 }


 .tel-a{
   padding-left: 5px;
 }
 .call-cnt p{
  display: flex;
  align-items: baseline;
  justify-content: end;
  /* text-align: center; */
  }

  .tel-span{
    padding-right: 0px;
  }

 .call-cnt a{
  font-size: 15px;
  color: #0042ff;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  display: block;
}

.call-cnt p label{
  font-size: 1.2rem;
  color: #0042ff;
  margin: 0px;
  margin-right: 5px;
}

.under-line{
  width: 100px;
  height: 7px;
  background: #000;
  margin-bottom: 30px;
}


.p-relative{
  position: relative;
}

.img-abts video{
  width: 100%;
}

.z-index-a{
  position: relative;
  z-index: 5;
}

.under-line img{
  width: 100%;
}
.abts-header-video{max-width: 900px; margin: auto;}

 .fbs-link a{
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  display: block;
  transition: .3s ease;
  /* text-align: center; */

 }

.fbs-link a:hover{
color: #fff;
}

 .fbs-link p{
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 2px;
  position: relative;
 }
 .abt-cnt{
 padding-right:20px;
 }

 .abt-cnt p{
  color: #6a6761;
  font-family: 'Montserrat';
  font-size: 14px;
  letter-spacing: 1px;
 } 

 .footer-cnt-fbs{
   text-align: right;
 }

 .rd-m{
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  display: block;
  transition: .3s ease;
 }


 .rd-m:hover{
   color: #ffffff;
 }

 .flex-cntr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0px;
  border-top: 1px solid #ffffff24;
}

.footer-header h3 {
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 0px;
}

.list-trmp-icon ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
}

.add-glry{
  margin-top: 120px;
}

.list-trmp-icon ul li:nth-child(1) {
  margin-right: 14px;
}

.list-trmp-icon ul li a {
  color: #000000;
  font-family: 'Poppins';
  font-size: 12px;
}
.i-map{
  height: 550px;
}
.i-map iframe{
  width: 100%;
  height: 100%;
}

.webgbl-logo {
  width: 90px;
}
.flex-link-fb{
  display: flex;
  align-items: baseline;
  justify-content: end;
}

.flex-link-fb span{
 color: rgb(0, 0, 0);
 padding-right: 10px;
}

.email-e span{
  font-size: 17px;
padding-right: 5px;

}
.email-e span i{
  color: #0042ff;
}


.email-e a{
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  color: #0042ff;
}

.fkex0{
  display: flex;
  margin-top: 20px;
}


.fkex0 span{
  margin-right: 7px;
}
/* media query */
@media (max-width: 1400px){
  .abts-section::after{
    display: block !important;
  }
}
@media (max-width: 991px){
.container {
    max-width: 879px;
}
.list-trmp-icon ul{
  margin: 0px;
}
.fd_caption label p span{
  font-size: 4rem;
}
}

@media (max-width: 820px){
  .ul-navigation{
    display: none;
  }
  .hamburger-menu{
    display: block !important;
  }
}

@media (max-width: 808px){
  .footer-bg-video {
    position: absolute;
    width: 100%;
    height: 640px;
    bottom: -187px;
    pointer-events: none;
}
.footer-bg-video video{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
}

@media (max-width: 810px){
  .navigation-lists {
    display: none;
  }
  .f-wrap{
    display: flex;
    align-items: center;
  }

  .fd_caption{
    padding: 0px 20px;
  }

  }

  @media (max-width: 767px){
    .fd_caption label{
      flex-wrap: wrap;
    }
.under-line{
  margin: auto;
  margin-bottom: 30px;

}
.abts-header h3{
  text-align: center;
}

.abts-header{
  text-align: center;
}

.abts-header a{
  margin: auto;
}


.aside-img-a{
 margin-top: 60px;
}

.abts-header{
  padding-right: 0px;
}


    .flex-cntr{
      flex-direction: column;
    }
    .footer-l-col{
     margin-bottom: 40px;
    }
  }
  @media (max-width: 575px){
    .jeevan-bg-video video{
      height: 300px;
    }
    .fkex0{
      justify-content: center;
    }
    .fbs-content ul li{
      text-align: center;
    }
    .abts-section{
      padding-top: 0px;
    }

    .fd_caption label p span {
      font-size: 13vw;
  }

    .aside-img-a {
      width: 600px !important;
  }
    .gallery-section{
     padding-left: 12px;
     padding-right: 12px;
    }
    .g-img-slider{
      height: 208px;
    }
    .link-ul-items-fb{
      flex-wrap: wrap;
    }
    .gallery-col {
      width: 50%;
  }
  .abt-cnt{
    padding: 0px !important;
  }
  .fd_caption label::after{
opacity: 0;
  }
  .fd_caption label::before{
    opacity: 0;
  }
  .fd_slider_container::before {
    background: rgb(0 0 0 / 75%) !important;
}

.link-ul-items-fb li{
  border-right: 1px solid rgb(255, 255, 255);
}

.fbs-link a{
  color: #fff;
}



.footer-l-col {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding: 0px 10px;
}
.call-cnt {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fbs-header{
  text-align: center;
}


.flex-link-fb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-row {
  padding-bottom: 0px !important;
}
.flex-cntr {
  flex-direction: column;
}
  }

  @media (max-width: 480px){
    .cnt-nm{
      padding-left: 10px !important;
    }
    .cnt-nm p a{
      font-size: 16px !important;
    }
    .home-slider-section::before{
      background-size: cover;
    }

    .mob-nav{
      align-items: unset !important;
      padding-top: 68px;
    }

    .logo img {
      width: 120px;
  }
  .book_now a {
    padding: 10px 13px;
    background: #f1cf55;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.cnt-header-wrp{
  padding-right: 10px;
}
.ul-nav ul li a {
  font-size: 8vw;
}
  }

  .hamburger-menu {
    width: 36px;
    height: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    display: none;
    margin-left: 20px;
    position: relative;
    transition: .3s ease;
}

.hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgb(0, 0, 0);
  margin: 10px 0px;
  transition: .3s ease;
}

.show-mob-nav{
  left: 0 !important;
}
.abs-ti{
  position: absolute;
}

/* mobiel nav */
.hamburger-menu-mob {
  width: 36px;
  height: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  /* display: none; */
  /* margin-left: 20px; */
  position: relative;
  transition: .3s ease;
  margin-left: auto;
  margin-right: 14px;
  margin-top: 0;
  margin-bottom: 24px;
}

.hamburger-menu-mob span {
display: block;
width: 100%;
height: 3px;
background-color: rgb(0, 0, 0);
margin: 5px 0px;
transition: .3s ease;
position: absolute;
top: 18px;
}
.sp-1{
  transform: rotate(45deg);
}
.hide-h{
  opacity: 0;
}
.sp-3{
  transform: rotate(-45deg);
}
main{
  transition: .3s ease;
}
.blur-main{
  filter: blur(4px);
}

.mob-nav{
  position: fixed;
  width: 90%;
  height: 100vh;
  background: #ffffffa6;
  left: -100%;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  transition: .2s ease-out;
}
.ul-nav ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ul-nav ul li{
  margin-bottom: 15px;
}
.ul-nav ul li a{
  color: #000000;
  font-size: 2rem;
  font-family: 'Montserrat';
  position: relative;
  font-weight: 600;
}
.cnt-header-wrp{
  width: 100%;
}
.cnt-nm{
  border-bottom: 1px solid #fff;
  padding-left: 50px;
  margin-bottom: 30px;
}
.cnt-nm p {
  color: #fff;
}
.cnt-nm p a{
  color: rgb(0, 0, 0);
  padding-right: 10px;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
}

.aside-img-a{
  width: 800px;
  position: relative;
}

/* .aside-img-a::before{
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  top: 0;
  left: 0;
  background-color: #006764;
  filter: blur(100px);
  pointer-events: none;
} */

.ul-nav{
  padding-left: 50px;
}
.cnt-nm p span {
  padding-right: 10px;
}
.cnt-nm p span i{
  /* transform: scaleX(-1); */
  font-size: 20px;
  color: #000;
}

.book-now-n a{
  display: block;
  background: #241b16;
  max-width: fit-content;
  padding: 10px 40px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-top: 33px;
}

.whatsapp-chat {
  position: fixed;
  bottom: 157px;
  ruby-position: 0px;
  right: 20px;
  z-index: 999;
}
.whatsapp-chat a{
  color: #fff;
  display: block;
  background: #0346f8;
  padding: 10px 20px;
  width: 75px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 75px;
  line-height: 25px;
  font-family: 'TTF';
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}

.whatsapp-chat a::before{
  content: '';
  position: absolute;
  height: 76px;
  width: 76px;
  border: 1px solid #fff;
  animation: animering 1s ease infinite;
 top:50%;
 left: 50%;
 transform: translate(-50%, -50%);
 border-radius: 100px;
}

.whatsapp-chat a::after{
  content: '';
  position: absolute;
  height: 76px;
  width: 76px;
  border: 1px solid #fff;
  animation: afteranimering 1s ease infinite;
 top:50%;
 left: 50%;
 transform: translate(-50%, -50%);
 border-radius: 100px;
}
@keyframes animering{
  0%{
    width: 76px;
    height: 76px;
    opacity: 1;
  }
  100%{
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}

@keyframes afteranimering{
  0%{
    width: 76px;
    height: 76px;
    opacity: 1;
  }
  100%{
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}

.icon-cht{
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-cht svg {
  fill: #ffffff;
  width: 40px;

}


.jeevan-bg-video{
  /* max-width: 900px; */
  margin: auto;
  /* border: 1px solid #582c0321;
  padding: 20px;
  border-radius: 29px; */
}

.jeevan-bg-video video{
  width: 100%;
  border-radius: 10px;
  height: 700px;
  object-fit: cover;
}

.video-container {
  position: relative;
}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}

#circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

#circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}


@media (max-width: 575px){
  .jeevan-bg-video video{
    height: 300px;
  }

}