/* @import url('https://fonts.cdnfonts.com/css/proxima-nova-2'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

/** Main styles **/
:root{
  --main:#4a4a37;
  --accent:#dc0752;
  --text:#252525;
  --gray:#666666;
  --lgray:#aaaaaa;
  --llgray:#eeeeee;
  --delay:1.5s;
}

body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #050505;
  color:#ddd3d3;
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header{
  color: #f5f5f5;
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  font-weight: 300;
  padding: 20px;
  z-index: 99;
}

section{
  position: relative;
  overflow: hidden;
}
.text-justify{
  text-align: justify;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 200;
  font-style: normal;
  margin: 0;
  padding: 0;
}
p{
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
}
#logo{
  height: 50px;
}

#menu_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#wrapper{
  position: relative;
  z-index: 22;
}

.navbar{
  background-color: #010101b3;
  position: relative;
  width: 200%;
  top: 0;
  left: 50%;
  right: -50%; 
  height: 100vh;
  font-family: Poppins;
  padding: 15px;
  transition: all .6s ease-in-out;
  /* transition-timing-function: cubic-bezier(0.68, 2.01, 0.55, 0.89); */
  z-index: 90;
}

.navbar.hidden{
  left: 110%;
  right: -150%;
}

.hamburger {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 12px;
}
.hamburger:hover div{
  width: 40px;
  margin-right: -4px;
}
.hamburger div {
  position: relative;
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  margin: 4px 0 0;
  transition: all 0.3s ease-in-out;
}

.hamburger.open .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
.hamburger.open .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
.hamburger.open .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}
.hamburger.open {
  margin-bottom: -14px;
}




.navbar-brand{
  padding: 0 1rem;
}
.navbar .social{
  position: absolute;
  right: 8px;
}
.social i {
  opacity: .6;
  cursor: pointer;
}

.social i:hover {
  opacity: 1;
}

a.nav-link{
  /* letter-spacing: 4px; */
  padding-left: 0;
  transition: all .5s;
  font-size: 2em;
  font-weight: 100;
  color: #effeef;
}
.navbar-nav a.nav-link:hover{
  /* letter-spacing: 6px; */
  padding-left: 6px;
  opacity: 1;
  color: #77afc3;
}
.navbar-nav a.nav-link.active{
  color: #c3b077;
}
.navbar .navbar-toggler{
  border:none !important;
  box-shadow:none;
  font-size: 1.5em;
  opacity: 0.6;
}
.pb7{
  padding-bottom: 70px;
}

#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #843496;
  background-color: #212529;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2100;

  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  animation: totop 1.5s ease-out forwards;
  animation-delay: var(--delay);
}
.bar-container span {
  display: inline-block;
  padding: 20px;
  color: #c3b077;
  position: relative;
  -webkit-animation: scale 2s ease-out infinite;
  animation: scale var(--delay) ease-out infinite;
  opacity: 0.1;
}
.bar-container span:nth-child(1) {animation-delay: 0;}
.bar-container span:nth-child(2) {animation-delay: calc(0.2*var(--delay))}
.bar-container span:nth-child(3) {animation-delay: calc(0.4*var(--delay))}
.bar-container span:nth-child(4) {animation-delay: calc(0.6*var(--delay))}
.bar-container span:nth-child(5) {animation-delay: calc(0.8*var(--delay))}
.bar-container span:nth-child(6) {animation-delay: calc(1.0*var(--delay))}
.bar-container span:nth-child(7) {animation-delay: calc(1.2*var(--delay))}
.bar-container span:nth-child(8) {animation-delay: calc(1.4*var(--delay))}
.bar-container span:nth-child(9) {animation-delay: calc(1.6*var(--delay))}
.bar-container span:nth-child(10) {animation-delay: calc(1.8*var(--delay))}

@keyframes scale {
  0% {
    transform: scale(1.5);
    rotate:y 20deg;
    opacity: 0;
  }
  50% {
    transform: scale(3) ;
    rotate:y 0deg;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2) ;
    rotate:y 90deg;
    opacity: 0.1;
  }
}
@keyframes totop {
  0% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }  
  100% { clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
}

#home_video{
  position: relative;
  z-index: 5;
  transform: translateY(-90px);
  min-height: 70vh;
  margin-bottom: -97px;
}

#home_video video{
  min-height: 70vh;
  min-width: 100vw;
  position: relative;
  z-index: 5;
}
 
.home_icons{
  /* border:3px solid #eeeeee;
  border-radius: 15px; */
  margin: 15px auto;
  padding: 20px;
  text-align: center;
}
.home_icons img{
  height: 120px;
  width: 100%;
  object-fit: contain;
}
.home_icons p{
  font-size: 20px;
  margin: 15px auto 5px;
}
.cert{
  height: 160px;
  padding: 10px;
}
.depart{
  background-color: transparent;
  color: #eeeeee;
  opacity: 0.5;
  height: auto;
  width: 100%;
  text-align: left;
  overflow: hidden;
  border-radius: 15px;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
  position: relative;
}

.depart:hover{
  opacity: 1;
}

.depart span{
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  color:white;
  transition: all .3s ease-in-out;
}

.depart span:hover{
  font-size: 2rem;
}

.depart_video{
  position: relative;
  width: 100%;
  cursor: pointer;
}

.section_services{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.google-map {
  padding-bottom: 300px;
  position: relative;
}

.google-map iframe {
  height: 100%;
  max-height: 350px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}


.grid_image{
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  cursor: pointer;
}
.grid_image:hover img{
transform: scale(1.1);
}

.grid_image img{
  width: 100%;
  height: max(30vh, 620px);
  object-fit: cover;
  transition: transform 1s;
}

#slider_modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 min(100px, calc(50vw - 50vh));
  /* padding: 0; */
  background-color: rgba(0,0,0,.9);
  z-index: 9999;
}

.slick-list{
  overflow: visible !important;
}
.slick-slide img{
  max-height: 100vh;
  width: 100%;
  object-fit: contain;
}
.slick-slider {
  margin-top: 50vh;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

#slider_modal::after{
  content: '×';
  font-size: 34px;
  line-height: 0;
  position: absolute;
  top: 15px;
  left: calc(50% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  color: #cccccc;
  background-color: rgba(132, 132, 132, 0.12);
}


.cubic_bg {
  position: relative;
    background-color: #fbf8f3;
    opacity: 0.8;
    background-image: linear-gradient(#cccccc 1px, transparent 1px), linear-gradient(to right, #cccccc 1px, #fbf8f3 1px);
    background-size: 20px 20px;
  }


  .bgbw{
    background-color: #000000;
    opacity: 0.8;
    background-image: linear-gradient(to top, #494949, #050505 );
  }

  #about_us_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 500px;
  }
/* .slider_modal_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.slider_modal_content h3{
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.slider_modal_content p{
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 0;
}
.slider_modal_content button{
  background-color: #dc0752;
  color: #fff;
  font-size: 14px
  text-align: center;
  background-color: #1f222977;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 1;
  z-index: 9999;
} */

.footer{
  background-color: #391541;
  background-image: url('/img/ft.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  padding-top: 110px;
  text-align: center;
  color: #f2f2f2;
  font-weight: 300;
  position: relative;
  z-index: 9;
}
#youtube{
  position: absolute;
  width: 60px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.social a,.social a i{
  text-decoration: none;
  /* color: #f4f4f4; */
  transition: .3s;
}

.social a:hover{
  color: #c3b077;
}

@media (max-width: 992px) {

.navbar {
    left: 0;
    right: -500%;
  }
  a.nav-link{
    font-size: 1.4rem;
  }

.navbar .social {
    position: relative;
    right: unset;
  }
  .cubic_bg{
    z-index: 8;
  }

}

@media (max-width: 768px) {
  /* header{
    padding-top: 0;
    transform: translateY(20px); 
    margin-bottom: -65px; 
} */
    #logo{
      height: 30px;
    }
    #home_video{
      min-height: unset;
      transform: translateY(0);
      margin-bottom: 0;
    }
    #home_video video{
      /* height: 100vw; */
      width: 100%;
      object-fit: contain;
      min-height: unset;
      min-width: unset;
    }
    .bar-container span {
      padding: 10px;
      font-size: 10px;
    }
    .cert{
      height: 120px;
      padding-left: 0;
    }
    .cert_text{
      margin: 0;
      font-size: 12px;
      font-weight: 700;
    }
    #social{
      display: contents;
    }
    .grid_image{
      padding: 0;
    }
    /* #about_us{
      background-image: url('/img/aboutm.png') !important;
      background-position-x: 35% !important;
    } */
    #about_us_img{
      max-height: unset;
    }
    .footer{
      padding: 110px 12px 12px;
      background-image: url('/img/ftm.jpg');
      background-size: 100% 100%;
    } 

    .depart {
      border-radius: 0;
      opacity: 1;
    }
    #youtube{
      bottom: -80px;
    }
    /* 
    snapp
    */
    .autoscroll_container {
      /* height: calc(100vh + 90px);
      transform: translateY(-90px); */
      height: calc(100vh );
      /* transform: translateY(-65px); */
      overflow-y: scroll;
      scroll-snap-type: mandatory;
      scroll-snap-points-y: repeat(300px);
      scroll-snap-type: y mandatory;
      -webkit-overflow-scrolling: touch;
    }

    /* Autoscroll sections */
    .autoscroll_section {
      height: calc(100% );
      scroll-snap-align: start;
      padding-left: 0;
      padding-right: 0;
    }




}
