.card-1-section{
    padding-top: 5.6rem;
    }
    .smart-card{
      position: relative;
      min-height: 220px;
      overflow: hidden;
      padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(10, 130, 255, 0.17);
        /* // background: var(--Text-White-1, #FFF); */
        background: linear-gradient(180deg, #FFFFFF 8.93%, #DDF5F0 110.71%);
      }
      @keyframes webbanner{
        0%{
        transform:scale(1)
      }
      
      50%{
        transform:scaleX(.9)
      }
      
      to{
        transform:scale(1)
      }
      
      
      }
      
      .webbanner{
        animation: webbanner 5s ease-out infinite;
      }
  
    .img-title{
      background: linear-gradient(180deg, rgba(6, 137, 248, 0.23) -4.17%, rgba(94, 179, 250, 0.07) 115.48%);
    }
    .cyber-img{
      width: auto;
      transition: all .3s ease-in-out;
    }
    .smart-card:hover{
      box-shadow: 0px 4px 12.7px 0px rgba(0, 0, 0, 0.12);
      border-radius: 12px;
        border:1px solid rgb(10 130 255 / 32%);
        /* // background: var(--Text-White-1, #FFF); */
        background: linear-gradient(180deg, #FFFFFF 8.93%, #DDF5F0 110.71%);
  
  
    }
    .smart-card:hover .cyber-img{
    width: auto;  
  }
    .smart-card .img-title{
      position: absolute;
      top: 38%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      transition: all .3s linear;
  }
  .smart-card h6 {
    position: absolute;
    top: 60%;
    left: 50%;
   text-align: center;
    transform: translate(-50%, -50%);
    transition: all .3s linear;
    width: 65%;
  }
  .smart-card:hover .img-title {
  top: 10%;
  left: 5%;
  transform: translate(0);
  background: linear-gradient(180deg, rgba(6, 137, 248, 0.23) -4.17%, rgba(94, 179, 250, 0.07) 115.48%);
    box-shadow: inset 0 0 15px 0 hsla(0, 0%, 100%, 0.43);
  
  }
  .smart-card:hover .content{
    left: 10%;
    top:0;
    transform: translate(-50%, -120%);
    width: 65%;
    text-align: left;
  }
  .smart-card:hover h6 {
    left: 37%;
    top:55%;
    transform: translate(-50%, -120%);
    width: 65%;
    text-align: left;
  }
    .content-d {
      opacity: 0;
      transform: translateY(375%);
      transition: .3s ease-in-out;
    }
    .Learn-more {
      opacity: 0;
      transform: translateY(375%);
      transition: .3s ease-in-out;
    }
    .smart-card:hover .content-d{
      opacity: 0.9;
      transform: translateY(300%);
      text-align: left;
      margin-left: 0px;
  
    } 
    .smart-card:hover .Learn-more{
      opacity: 0.9;
      transform: translateY(565%);
      text-align: left;
      margin-left: 1px;
  
    } 
    .different-style .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(580%);
        text-align: left;
    }
    
    .last-cards .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(580%);
        text-align: left;
    }
    
    .last-before-card .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(580%);
        text-align: left;
    }
    
    @media (max-width: 1399.98px) {
        .different-style .smart-card:hover .content-d {
            opacity: 0.9;
            transform: translateY(300%);
            text-align: left;
        }
    }
    
    .width-66{
      width: 88%;
    }
    @media (max-width: 991.98px) { 
      .nav-link-text{
        color:black !important;
        }
        .icon-img {
          width:6%;
         }
         .home-contant{
          right: 40%;
        }
        .home-contant h1{
        font-size: 30px;
        line-height: 40px !important;
        }
        .home-contant p{
          font-size: 16px;
          line-height: 30px;
          }
          .width-66{
            width: 100%;
          }
      
    }
     @media (max-width:1199.98px){
      .smart-card:hover h6 {
        transform: translate(-50%, -140%);
      }
      .smart-card:hover h6 {
        width: 70%;
        left: 40%;
     }
      .content-d {
        bottom:9%; 
      }
     }
     @media (max-width:565.98px){
      .smart-card:hover h6 {
        transform: translate(-43%, -125%);
     width: 75%;
      }
      .smart-card:hover h6 {
        left: 37%; 
     }
     .smart-card:hover .content-d {
      transform: translateY(300%);
     }
     .smart-card:hover .Learn-more{
      transform: translateY(485%);
     }
     .home-section img{
      height: calc(100vh - 120px);
    }
    .home-contant h1{
    font-size: 25px !important;
    line-height: 10px;
    }
    .home-contant p{
      font-size: 16px;
      line-height: 20px;
      text-shadow: 2px 2px black;
      }
      .last-cards .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(192%);
        text-align: left;
    }
    
    .last-cards .smart-card:hover .Learn-more {
        opacity: 0.9;
        transform: translateY(491%);
        text-align: left;
    }
     
    }
     @media (max-width:767.98px){
      .content-d {
        padding-top: 14px;
        padding-left: 0px;
      }
      .home-section img{
        height: calc(100vh - 130px);
      }
      .home-contant{
        right: 0%;
      }
      .home-contant h1{
      font-size: 30px !important;
      line-height: 40px !important;
      }
      .home-contant p{
        font-size: 16px;
        line-height: 20px;
        }
    }
    @media (max-width:991.98px){
      .home-contant{
        right: 30%;
        top:25%;
      }
      .home-contant h1{
        font-size: 40px;
      }
    }
    @media (max-width:375.98px){
      .content-d {
        padding-top: 14px;
        padding-right: 6px;
        padding-left: 2px;
      }
      .blinker-extralight{
        padding-right: 0rem !important;
      }
      .smart-card:hover .content-d {
        transform: translateY(200%) !important;
       }
    }
    @media (max-width:478.99px){
      .home-section img{
        height: calc(100vh - 100px);
      }
      .home-contant{
        top:20%;
        right: 2%;
      }
      .home-contant h1{
        font-size: 28px !important;
        line-height: 40px;
        text-shadow: 2px 2px black;
        }
        .home-contant p{
          font-size: 16px;
          line-height: 20px;
          text-shadow: 2px 2px black;
          }
          .smart-card:hover .content-d {
            transform: translateY(200%);
           }
           .different-style .smart-card:hover .content-d {
            transform: translateY(180%);
        }
        
           .blinker-extralight{
            padding-right: 3.3rem;
          }
    }
    @media(min-width:1400px){
      .blinker-extralight{
        padding-right: 3.3rem;
      }
    }

  @media (max-width:1399.98px) and (min-width:1199px){
    .data-card .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(567%);
        text-align: left;
        /* margin-left: 6px; */
    }
    
    .last-before-card .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(273%);
        text-align: left;
    }
    
    .last-cards .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(295%);
        text-align: left;
    }
    
  }
      @media (max-width:1199.98px) and (min-width:992px){
        /* .banner-background {
          height: 785px !important;
      } */
      .last-cards .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(280%);
        text-align: left;
    }
    
    .last-before-card .smart-card:hover .content-d {
        opacity: 0.9;
        transform: translateY(280%);
        text-align: left;
    }
    
    }

/*   
  @media (max-width: 575.98px){
    .banner-background {
      height: 880px !important;
  }
  } */
/* 
  @media (max-width: 576px) and (min-width: 387px) {
    
    .banner-background {
      height: 785px !important;
  }
} */
/* @media (max-width: 387.98px) {
  .banner-background {
    height: 785px !important;
}
} */
@media (max-width:991.98px) and (min-width: 767.98px){
  .banner-background {
    height: 880px;
}
.last-cards .smart-card:hover .content-d {
  opacity: 0.9;
  transform: translateY(280%);
  text-align: left;
}

.last-before-card .smart-card:hover .content-d {
  opacity: 0.9;
  transform: translateY(280%);
  text-align: left;
}

}

@media (max-width:1399.98px) and (min-width:992px){
  /* .banner-background {
    height: 785px !important;
} */
}
  .border {
    width: 15% !important;}

    .owl-item {
      margin-right: 20px !important;
    }
    
    .owl-carousel .owl-stage {
      display: flex !important;
    }
    
    .owl-carousel .owl-item {
      display: flex !important;
      flex: 1 0 auto !important;
    }
    
    .owl-carousel .thumbnail {
      display: flex !important;
      flex-direction: column !important;
      margin: 0 15px !important;
    }
    
    .owl-carousel .thumbnail .caption {
      display: flex !important;
      flex: 1 0 auto !important;
      flex-direction: column !important;
    }
    
    .owl-carousel .thumbnail .caption .flex-text {
      flex-grow: 1 !important;
    }
    .owl-theme .owl-nav {
      position: absolute;
      bottom: -25px;
      right: 0;
      display: flex;
    }
    
    .owl-dots {
      position: absolute;
      bottom: -18px;
      left: 0;
    }