
/* ................. */
.d-flex {
  display: flex;
}
.img_sec img,
.img_sec video {
  width: 100%;
}

.bg-black {
  background: #000;
  color: #fff;
}
.navsr {
  width: 79%;
  margin: 0 auto;
  text-align: center;
}
.navsr h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 550;
  margin: 0;
}
.navsr p {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  margin: 20px 0 0px;
}
.how_ds .navsr p:first-of-type {
  margin-top: 40px;
}
/* ................. */

.ai-herobanner {
  background: url(../images/banner.png) top center no-repeat;
  padding-top: 100px;
  padding-bottom: 50px;
  background-size: cover;
  position: relative;
}
.homePageG {height: auto;padding-top: 107px;}
.banner_logo{margin-bottom: 15px;}
.banner_logo img{width: 16%;}

/*  */

.nxtgen {padding: 100px 0;}
.cnt-bxs {display: flex;flex-wrap: wrap;gap: 40px;margin-top: 60px;
}
.cnt-bxs .bxs-nv {flex: 0 0 30%;border: 1px solid #415071;
  background-color: #1D263A;
  color: #fff;padding: 30px 42px 30px 30px;border-radius: 10px}
.cnt-bxs .bxs-nv .icn {margin-bottom: 25px}
.bx-nv-txt h4 {font-size: 20px;line-height: 25px;font-weight: 400;margin: 0; color: #fff;}
.bx-nv-txt p {font-size: 16px;line-height: 24px;font-weight: 400;margin: 18px 0 0;color: #cccccc}
.how_ds {background: #1E273A;color: #fff;padding: 80px 0}
.video-box {
 display: flex; background: #000;}
.video-box video{
  max-width: 100%;
}

.features {
  padding: 100px 0 50px; color: #fff}
.regForm {
  background: #000 url(../images/form_bg.png) bottom center no-repeat;color: #fff;background-size: cover;padding: 80px 0 67px}

.form-wrap {
  background-color: #6a666663;backdrop-filter: blur(30px) brightness(1.5);border-radius: 10px;padding: 47px 28px 43px;display: flex;flex-direction: column;margin-top: 40px}
.form-wrap input {width: 100%;border-radius: 10px;margin-bottom: 30px;font-size: 14px;padding: 13px 24px;
border: none}
.form-wrap input:active,
.form-wrap input:focus {border: none;outline: none}

.form-wrap textarea {border-radius: 5px;min-height: 115px;resize: none;font-family: "Montserrat", sans-serif;outline: 0px;padding: 15px;border-radius: 10px}
.form-wrap input::-webkit-input-placeholder,
.form-wrap textarea::-webkit-input-placeholder {color: #242424}
.submit_btn {background: #f18f4a;color: #fff;border-radius: 30px !important;font-size: 18px !important;font-weight: 550;margin-top: 50px;}
.submit_btn:hover {cursor: pointer;}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: none;
}
.video_boxReal {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video_boxReal video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.video_boxReal:after {
  content: "";
  display: block;
  background: rgb(0 0 0 / 53%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.genslider_onlick {
  position: relative;
 
  z-index: 110;
 
  background: url(../images/banner.png) top center no-repeat;

}
.innerBox_r {
  padding: 30px 0 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 -3px 15px;
  background-color: #6a666663;
  backdrop-filter: blur(50px) brightness(2.2);
  border-radius: 20px;
  border: 1px solid #6a666663;
  cursor: grabbing;
}


#Videoshadowbox .splide__pagination {
  display: none;
}
#Videoshadowbox li a div {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0;
}
.splide--nav>.splide__track>.splide__list>.splide__slide{
  display: flex;
  align-items: center;
  justify-content: center;

}
.ftr_mob{
  display: none;
}
 

@media(max-width:980px){
  br{
    display: none;
  }
  .banner_logo img{width: 30%;}
  .nxtgen{
    padding-top: 0;
    padding-bottom: 50px;
  }
  .how_ds, .features{
    padding: 50px 0;
  }
  .features{
    padding-bottom: 0;
  }
  .genslider_onlick{
     position: static;
     margin-bottom: 50px;
  }
  .navsr{
    width: 100%;
  }
  .navsr h2{
    font-size: 20px;
    line-height: 30px;
  }
  .cnt-bxs .bxs-nv{
    flex: 0 0 100%;
  }
  .web_icn{
    display: none;
  }
  .ftr_mob{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 12px;
  }
  .ftr_mob .mob_icn{
    flex: 0 0 48%;
    gap: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .mob_icn h2{    font-size: 18px;
    line-height: 22px;
    font-weight: 500;}
   
  
} 

@media(max-width:650px){

  body .ftr_mob .mob_icn{ flex: 0 0 100%;  }
  }
