/*header-start*/

header{
  background: #191919;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;

}
.header-align{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 70px;


}
.logo{
  align-items: center;
  display: flex;
  z-index: 9999;

}
.logo img{
  max-width: 150px;
  height: 50px;
  object-fit: contain;
}
.header-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;

}
.nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nav-items{
  color: white!important;
  align-items: center;
  display: flex;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  height: fit-content;
  cursor: pointer;
  line-height: initial;

}

.nav-items:hover:before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0F4FCA;
  opacity: .6;
  animation: tab_border .4s;
}
.nav-items.active:hover:before{
  animation: none;
}
@keyframes tab_border {
  0%{width: 5px;opacity: .2;}
  50%{width: 50%;opacity: .5;}
  100%{width: 100%;opacity: .6;}



}
.nav-items.active{
  font-weight: 600;

}
.active:before{
  animation: under .3s;
}
@keyframes under{
   0%{width: 5px;opacity: .2;}
  100%{width: 100%;opacity: 1;}
}
.nav-items.active:before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0F4FCA;
  opacity: 1;

}
.nav-buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.button-hwzthat{
  background: #0F4FCA;
  padding: 6px 12px;
  border-radius: 4px;
  width: fit-content;


}
.button-hwzthat:hover{
  background: linear-gradient(90deg,  #0F4FCA, #0078ff, #0787ff, #2020fd);
  background-size: 400% 400%;
  animation: gradient 3s ease;
  transform: scale(1.02);

}
@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}
.button-hwzthat:hover:before{
  display: none;
}

.menu{
  width: 25px;
  height: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  display: none;
}
.menu span{
  height: 2px;
  width: 100%;
  background: white;
  transition: .3s;


}
.menu span:nth-child(2){
  width: 80%;
}
section{
  padding-top: 70px;
}
/*header end*/


/*home start*/
.section{
  position: relative;
}
.banner_img img {
  height: 100%;
  object-fit: contain;
  display: flex;
  /* float: right; */
  position: absolute;
  right: 100px;
}
.banner_img {
  width: 100%;
  background: #000;
  height: calc(100vh - 70px);
}
.banner_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(93deg, #000000b0, #00000005, #00000000, #000000);
  z-index: 9;
}
.banner_img:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: 20px;
  top: 20px;
  background: url(../images/shape1.png);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 160px, 160px;
}
.home_section{
  overflow: hidden;
}
.banner-text-backdrop{
  color: white;
  opacity: .03;
  font-size: 25vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  font-weight: 800;
  text-align: center;
  max-width: 0 auto;
  letter-spacing: 5vw;
  font-family: sans-serif;
  display: flex;
  top: 0;
  align-items: flex-start;
  line-height: 50vh;

}

.home-content{
  background: initial;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 80px;
  /* padding: 100px; */
  max-width: 480px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column; gap: 20px; }
.home-content .banner-heading{
  color: white;
  font-size: 50px;
  font-weight: 800;

}
.text{
  color: white;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.banner-mob{
  display: none!important;
}
/*home section end*/
/*about section start*/
.heading{
  color: white;
  font-size: 36px;
  font-weight: 700;

}
.about_section .banner_img:after{
  display: none;
}
.about_section .banner_img img {

  left: 0;
  object-fit: cover;
  width: 100%;
}
.about_section .banner_img:before {

  background: linear-gradient(93deg, #000000b0, #0000004a, #000000, #000000);
}
.about_section .banner_img {
  height: 100vh;
}
.about_section .home-content {

  left: 50%;

}
/*about end*/

/*services start*/
.services_section{
  background: linear-gradient(248.33deg, #191919 0.89%, #2D2D2D 100%);
  min-height: 100vh;

}
.services-head{
  padding: 80px 0 40px 0;

}
.services-sec{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.services-card{
  width: 33.3333%;
  position: relative;
  cursor: pointer;
}
.services-card img{
  width: 100%;
}
.services-content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 60px;
  background: #0f4fca9e;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .2s;

}
.services-content h5{
  color: white;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}
.services-content h6{
  color: white;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  display: none;
  text-align: center;
  opacity: .8;
  padding: 20px;
  max-height: 200px;
  overflow:hidden;
}
.services-card:hover .services-content h6{

  display: block;
}
.services-card:hover .services-content h5{
 line-height: 24px;
  font-size: 18px;
}
.services-card:hover .services-content{
  height: 100%;
  width: 100%;
  align-items: center;
  transition: .2s;
}
/*services end*/


/*material start*/
.material_section{
  background: #fff;
  min-height: 80vh;
  position: relative;
  padding: 80px 0 80px 0;


}
.material_section:before{
  content: "";
  position: absolute;
  right: 100px;
  bottom: 100px;
  background: url(../images/shape2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 250px;
  height: 250px;
}
.material-head{
  padding-bottom: 40px;

}
.material-head h3{
  color: black;

}
.video-play{
  position: relative;
}

.video-play .play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.material_section h5{
  font-size: 26px;
  font-weight: 600;
}
.material_section h6{
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}
.video-frame2{
  width: 100%;
  height: auto;
  aspect-ratio: 1/.6;
  display: none;
}
.video-play-banner{
  width: 100%;
  aspect-ratio: 1/.6;

}
.video-play:hover .video-frame2{
  display: block;
}
.video-play:hover .video-play-banner, .video-play:hover .play{
  display: none;
}
/*mateial end*/
/*client start*/
.client_section{
  background: #EBEBEB;
  min-height: 90vh;
  position: relative;
  padding: 80px 0 80px 0;

}
.client_section .slick-initialized .slick-slide {
  display: block;
  padding-top: 50px;
}
.client_section .slick-arrow{
  display: none!important;
}
.cliend-card{
  background: white;
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  position: relative;
  margin: 0 20px;
  position: relative;
}
.cliend-card:before{
  content: "";
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: url(../images/shape3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 70px;
}
.client-dp{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.cliend-card-content{
  padding: 50px 0 80px 0;
  min-height: 300px;
}
.cliend-card-content h5{
  font-size: 16px;
  color: #0F4FCA;
  font-weight: 700;
}
.cliend-card-content h6{
  font-size: 14px;
  color: #767676;
  font-weight: 300;
}
/*clients end*/
/*download start*/
.download_section {
  min-height: 100vh;
}
.download_section .banner_img:after{
  display: none;
}
.download_section .banner_img:before{
  display: none;
}
.download_section .banner_img img {

  right: 0;
  width: 100%;
  object-fit: cover;
}
.download_logo{
  width: 260px;
  object-fit: contain;
}
.download_section .heading {
  color: #1E1E1E;
  font-size: 36px;
  font-weight: 700;
}
.download_section .text {
  color: #191919;
  font-weight: 500;
  font-size: 16px;

}
.download{
  width: 150px;
}
/*download end*/
/*contact star*/
.contact_section{
  background: linear-gradient(248.33deg, #171717 0.89%, #252525 100%);
  min-height: 70vh;
  padding: 100px 0 40px 0;
  position: relative;

}

.contact-sec{
  position: relative;
  padding-top: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.contact-sec img{
  width: 100%;
}

.
.contact-head h3{
  color: white;
}
.contact-head h5{
  color: white;
  font-weight: 400;
}
.contact-details{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.contact-child{
  font-size: 16px;
  color: white!important;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 300px;

}
.contact-child img{
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.location-child{
  position: relative;
}
.contact-sec:before{
  content: "";
  position: absolute;
  left: 80px;
  transform: translateY(-50%);
  top: 40%;
  background: url(../images/location.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px;
  width: 55px;
  height: 55px;
}
/*contact end*/
/*footer start*/
.footer-1{
  background: #141414;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0px 20px;


}
.footer-nav-child{
  font-size: 14px;
  color: white!important;
  font-weight: 400;
  cursor: pointer;
}
.footer-nav-child:hover{
  transform: scale(1.02);
  transform: .3s;
}
.footer-2{
  background: linear-gradient(248.33deg, #171717 0.89%, #252525 100%);
  min-height: 80px;
  padding: 30px 20px 40px 20px;


}
.social-icons{

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.social-child{
  cursor: pointer;
}
.footer-2 img{
  width: 35px;
  height: 35px;
  transition: .3s;

}
.footer-2 img:hover{
  filter: grayscale(1);
  transition: .3s;
  transform: scale(1.02);

}
.footer-2 h6{
  color: white;
  text-align: center;
  font-weight: 400;
  padding-top: 20px;
  margin: 0;
}
/*footer end*/
/*loginstart*/
.modal{
  margin: 0 auto;
  top: 50%!important;
  transform: translateY(-50%);
  background: #0000004f;
  width: 100%;
  max-width: 100%!important;
  height: 100%!important;
  display: flex;
  align-items: center;
  z-index: 99999!important;


}
.modal.show .modal-dialog{
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto!important;

}
.modal-content{
  border: none!important;
  border-radius: 0.5rem!important;
  background-color: #F4F4F4!important;
  overflow: hidden;
}
#videoModal.modal{
  background: #000000c9;
}
.modal-video.modal-lg {
  max-width: fit-content;
}
.video-iframe{
  width: 80vw;
  height: 80vh;
}
.video-frame{
  width: 80vw;
  height: 80vh;
}
.modal-open .modal{
  padding: 0!important;

}

.modal-bg{
  padding: 0!important;
  border-radius: 0 10px 10px 0;
}
.modal-bg img{

  object-fit: cover;
  width: 100%;
}
.login-left{
  width: 320px;
  margin: 0 auto;
  padding: 20px 0;
}
.form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.form input{
  background-color: #E8E8E8;
  border: none;
  border-radius: 6px;
  padding: 5px 15px 5px 15px;
  height: 42px;
  width: 100%;
  outline: none;
  position: relative;

}
.form select{
  background-color: #E8E8E8;
  border: none;
  border-radius: 6px;
  padding: 5px 5px 5px 15px;
  height: 42px;
  width: 100%;
  outline: none;
  position: relative;

}
.select{
  background: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right;
  background-origin: content-box, padding-box;
  color: gray;
}
.form input[type="text"]{

  padding: 15px 15px 15px 15px;


}

.username{
  background: url(../images/user.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right;
  background-origin: content-box, padding-box;
}
.password{
  background: url(../images/password.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right;
  background-origin: content-box, padding-box;
}
.form input[type="text"]:focus {
   background-position: center right;
}
.form input[type="text"]:placeholder-shown{
   background-position: center left;
}

.form ::placeholder{
  padding-left: 25px;
}
.form2 ::placeholder{
  padding-left: 0px;
}
/*@media (min-width: 992px){
  .modal-lg.modal-sigin {
      max-width: 1000px;
  }
}*/
.mob-login{
  display: none;
}
@media(max-width: 990px){
  .header-right {

      gap: 40px;
  }
  .logo img {
      height: 40px;
  }
  .about_section .home-content {
  left: 80px;
  }
  .services-card{
      width: 50%;

  }
  .material_section h5{
      padding-top: 20px;
  }
  .contact-details{
      gap: 30px;
  }

  .mob-login{
      display: block;
  }
  .login-web{
      display: none;
  }
  .login-bg {
      max-height: 190px;
      margin: 0 auto;
      display: flex;
      object-position: bottom;
  }
  .login-left {
      width: 440px;

  }

}

@media(max-width: 768px){
  .menu{
      display:flex;
      z-index: 9999999;
  }
  .header-right .nav {
      flex-direction: column;
      height: 100vh;
      background: #191919;
      width: 100vw;
      position: fixed;
      top: 0;
      right: -100vw;
      justify-content: flex-start;
      transition: .3s;
      padding-top: 120px;
      z-index: 999999;
  }
  .open  .menu span:nth-child(2){
      display: none;
  }
  .open  .menu span:nth-child(1){
      transform: translate(0%, 10px) rotate(45deg);
      transition: .3s;
  }
  .open  .menu span:nth-child(3){
      transform: translate(0%, -6px) rotate(-45deg);
      transition: .3s;
  }
  .open .header-right .nav{
      right: 0;
  }
  .hwzthat_body.open{
      overflow: hidden;
  }
  .nav {

      flex-direction: column;
  }
  .banner-mob{
      display: block!important;
  }
  .banner-web{
      display: none!important;
  }
  .banner_img img {

      right: 0px;
  }
  .banner_img:before {

      background:linear-gradient(93deg, #000000, #000000f2, #000000a3, #000000cf);


  }
  .banner-text-backdrop{
      display: none;
  }
  .download_section .home-content {
      position: absolute;
      z-index: 99;
      top: auto;
      bottom: 0px;
      left: 0;
      max-width: 100%;
      transform: initial;
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
      padding: 0 50px 80px 50px;
      background: white;
  }
  .download_section .home-content:before {
      content: "";
      position: absolute;
      top: -84px;
      left: 0;
      height: 85px;
      width: 100%;
      background: linear-gradient(180deg, #ffffff00, #ffffff80, white);
  }
  .download_section  .banner_img{
      aspect-ratio: 1/1;
  }
  .download_section  .banner_img img{
      height: auto;
  }
  .contact-details {
      gap: 30px;
      flex-direction: column;
      width: 350px;
      align-items: self-start;
  }
  .material_section{
      padding: 50px 15px;
  }
  .video-play .play{
      width: 50px;
      height: 50px;
  }

}
@media(max-width: 640px){
  .home-content {

  left: 40px!important;
  }
      .banner_img:before {

      background:linear-gradient(93deg, #000000b0, #00000091, #000000a3, #000000cf)

  }
  .download_section .home-content {

  left: 0px!important;
  }
  .download_section .home-content{
      padding: 0 20px 40px 20px;
  }
    .contact-details {
      padding-top: 50px;
      width: auto;
      min-width: 225px;
  }
  .contact-child {
      font-size: 12px;
      gap: 5px;
  }
  .contact-child img {
      width: 30px;
      height: 30px;
  }
  .contact-sec:before {
      left: 28px;
      background-size: 30px;
      width: 30px;
      height: 30px;
  }
  .contact_section{
      padding: 40px 0 40px 0;
      min-height: auto;
  }
  .client_section {

      padding: 40px 0 80px 0;
      min-height: initial;
  }
  .services_section .services-head {
      padding: 40px 0 30px 0;
  }

}
@media(max-width: 580px){

  .modal-content{
      height: 100vh;
      overflow: auto;
      border-radius: 0rem!important;

  }
  .modal-video .modal-content{
      height: auto;
  }
  .video-iframe{
      width: 100vw;
      height: calc(100vh - 120px);
  }
  .video-frame{
      width: 100vw;
      height: calc(100vh - 120px);
  }
  .modal-header2{
      display: flex!important;
      align-items: center;
      gap: 20px;
      background: black;
      padding: 15px;
       position: fixed;
       width: 100%;
       top: 0;
       z-index: 9;
  }
  .modal-logo{
      display: none;
  }
    .login-left {
      width: 320px;

  }
/*  .login-mob{
      flex-direction: column-reverse;
  }*/

}

@media(max-width: 540px){

  .home-content {

  left: 40px;
  max-width: 400px;
  }
  .home-content .banner-heading {
  font-size: 40px;
  }
  .heading{
      font-size: 28px!important;
  }
  .footer-1 {

      gap: 10px;
      padding: 20px 20px;
     /* flex-direction: column;*/
     justify-content: space-between;
  }


}
@media(max-width: 460px){
  .home-content {

  left: 20px;
  max-width: 360px;
  }
   .home-content {

      left: 20px;
      max-width: 360px;
  }
  .services-card{
      width: 100%;

  }
  .services-content {

      width: 100%;
  }
  .services-sec{
      padding: 10px;
      gap: 10px;
  }
  .cliend-card {

      margin: 0 7px;
  }
  .footer-nav-child {
      font-size: 13px;

  }


}
@media(max-width: 400px){

   .home-content {

      max-width: 320px;
  }

}
