@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal; font-size: 16px; padding-top: 120px;    color: #000000b3; overflow-x: hidden!important;
  }

  .navbar{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

    
}
.img-ai{
    height: 480px; width: auto; margin: 0 auto;
}
.bg-dark{
    background-color: #000000b3;
}
.navbar-brand img{
    height: 64px;
}
.container{
    max-width: 1440px;
}
.nav-item{
    align-items: center;
    display: flex;
}

.primary-color-bg{
    background-color: #3699ea!important;
}

.secondry-color-bg{
    background-color: #f8774c!important;
}

.faded-blue-bg{
    background-color: #f3f8ff;
}

.default-font-color{
    color: #000000b3;
}

.announcment-banner{
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button {
    color: #fff;
    text-align: center;
    letter-spacing: .02em;
    background-color: #000000b3;
    border: 1.13px solid #000000b3;
    border-radius: 3px;
    padding: .8em 1.6em; 
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: border-color .2s, background-color .2s, color .2s;
    display: inline-block; text-decoration: none;
}
.button:hover, .button:focus{
    background-color: #F15623;
    border: 1.13px solid #F15623;text-decoration: none;
} 
.nav-item{
   padding-right:30px;
}
.hero-section{
   min-height: 520px;
}
.hero-section .innerSec{
    padding: 150px 0px 140px 15px;
}
.hero-section .graph-img{
    max-height: 380px; width: auto; height: 100%; position: absolute; right: 0px; bottom: 0px; z-index: -1;
}

.hero-section .inner{
    position: relative; min-height: 600px;
}
.hero-section .inner .top-block{
    position: absolute; left:48px; top:92px; width: 320px; z-index: 1; background-color: #F15623; padding: 24px; border-radius: 10px; color: #FFFFFF;
} 
.hero-section .inner .top-block:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.hero-section .inner .bottom-block{
    position: absolute; right:64px; bottom:160px; width: 218px; z-index: 1; background-color: #000000b3; padding: 24px; border-radius: 10px; color: #FFFFFF;
} 
.hero-section .inner .bottom-block:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.hero-section .inner .img-group{
    position: absolute; left: 120px; bottom: 0px; width: 140px; height: auto;
}

h2{
    font-weight: 300; font-size: 48px; line-height: 48px; padding: 0; margin: 0;
}
h1{
    font-family: "Lora", serif;
    font-weight: 700; font-size: 44px; padding: 0; margin: 0;
}
h3{
    font-family: "Lora", serif;
    font-weight: 700; font-size:28px; padding: 0; margin: 0;
}
h4{
    font-weight: 300; font-size: 32px; padding: 0; margin: 0 0 16px 0; 
}
.common-gap{
    padding: 160px 0px;min-height: 600px;  
}
.common-gap-2{
    padding: 120px 0px;min-height: 600px;  
}

.section-gap{
    padding: 120px 0px 60px 0px; 
}

.common-gap-footer{
    padding: 120px 0px 0px 0px; 
}

.ai-section{
    position: relative; padding-left: 72px;
}
.ai-section h1{
    font-family: "Lora", serif;
    font-weight: 900!important; font-size: 38px!important; padding: 0; margin: 0;  
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -72px!important;
    padding: 15px 10px 10px 10px; 
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    justify-content: center;
    text-align: center;
    transform-origin: 0 0;
    transform: rotate(-90deg);  
    text-transform: uppercase;  
}
/* .image-boxes{
    background-color: #f3f8ff; padding: 32px; border-radius: 10px; transition: transform 0.3s ease;
} */
/* .image-boxes:hover{
    transform: scale(1.08);
} */

.img-brain{
    width: 300px; height: auto;
}
footer, footer a, footer a:hover{
    background-color: #111111; color: #FFFFFF;
}
.social-icon li{
    padding: 0 10px 0 0;
}
.social-icon li img{width: 32px;}
.footer-link{
    padding-left: 10px;
}
.footer-link li{
    padding-bottom: 10px;
}
.footer-link li a{
    text-decoration: none;
} 
.footer-link li a:hover{
    color: #F15623;  text-decoration: none;
}

.h4-card {
    font-size: 1.5em;
    font-weight: 500;
}

 P{ 
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.45;
}

.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
  }
  .image-boxes {
    flex: 0 0 auto;
    width:49%; /* Adjusts for two items */
    background-color: #f3f8ff;
    padding: 32px;
    min-width: 49%; /* Minimum width for two items */
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    margin: 0 1% 0 0;
  }
  .slider-nav a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    pointer-events: all;
  }
  #prevBtn img{
    left: 10px;width: 48px; height: auto; margin-bottom: 24px; margin-right: 10px;
  }
  #nextBtn img{
    right: 10px;width: 48px; height: auto; margin-bottom: 24px;
  }
  .higlight-outer{
    height: 288px; padding-left:110px;position: relative; display: flex; align-items: center;
  }
.higlight-text{
    background-color: #3699ea; border-radius: 10px;position: absolute; left: 0; bottom: -44px;  
    padding: 15px 10px 10px 10px; color: #FFFFFF;
    font-family: "Lora", serif;
    font-weight: 700; font-size: 24px; display: flex; justify-content: center; text-align: center;  transform-origin: 0 0;transform: rotate(-90deg);   width: 260px; height: 64px; text-transform: uppercase;
}

.large-text-hightlight{
    color: #3699ea; font-size: 88px; font-weight: 900; line-height: 108px; 
}
.highlight-outer{
 text-align: center;  
}
.pt-120{
    padding-top: 120px;
}

.copyright{
    border-top:1px solid rgba(255, 255, 255, 0.25); padding: 15px 0px;
}

  @media only screen and (max-width: 1023px) {

    .img-ai{
        height: auto; width: 100%;
    }
    .large-text-hightlight{
        display: block; padding-bottom: 24px;
    }

    .higlight-outer h2{
        font-size: 28px;
    }
  .image-boxes {
    flex: 0 0 auto;
    width:98%; /* Adjusts for two items */
    background-color: #f3f8ff;
    padding: 32px;
    min-width: 98%; /* Minimum width for two items */
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    margin: 0 1% 0 1%;
  }
  #prevBtn img{
    left: 10px;width: 32px; height: auto; margin-bottom: 24px; margin-right: 10px;
  }
  #nextBtn img{
    right: 10px;width: 32px; height: auto; margin-bottom: 24px;
  }

  .common-gap{
    padding: 80px 0px;min-height: auto;  
}
.common-gap-2{
    padding: 80px 0px;min-height: auto;  
}

.pt-120 {
    padding-top: 80px;
}

.common-gap-footer{
    padding: 80px 0px 0px 0px; 
}
.hero-section .innerSec {
    padding: 80px 0px 0px 15px;
}
.hero-section .inner .top-block {
    position: absolute;
    left: 15px;
    top:40px;
    width: 300px;
    z-index: 1;
    background-color: #F15623;
    padding: 24px;
    border-radius: 10px;
    color: #FFFFFF;
}
.hero-section .inner .bottom-block {
    position: absolute;
    right: 15px;
    bottom: auto; top: 160px;
    width: 218px;
    z-index: 1;
    background-color: #000000b3;
    padding: 24px;
    border-radius: 10px;
    color: #FFFFFF;
}
.hero-section .inner .img-group {
    position: absolute;
    left: 48px;
    bottom: auto;top: 180px;
    width: 140px;
    height: auto;
}
.hero-section .inner {
    position: relative;
    min-height: 368px;
}
.hero-section .graph-img {
    max-height: 280px;
    width: auto;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
}


.text-min-height{
    min-height: 180px;
}
.helping-img{
    width:800px;
}
.team-img{
    width:85%!important;  
}

@media (min-width: 320px) and (max-width: 767px) {
    .helping-img{
        width:100%;
    }
    .higlight-outer h2{
        font-size: 24px;
    }
    .img-brain {
        width: 80px;
        height: auto;
    }

    .common-gap {
        padding: 80px 0px;
        min-height: auto;
    }
    .higlight-outer { 
        padding-left: 80px; 
    }
}



section.grid-images img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
   
  
  section.grid-images {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    gap: 8px;
    place-content: center;  
  }
  @media screen and (max-width: 690px) {
    section.grid-images {
      display: block;
      height: auto; 
    }
    section.grid-images .card{
      margin-bottom: 10px;
    }
  }
   
  section.grid-images .card {
    border-radius: 10px; 
  } 
 
 @media screen and (max-width: 690px) {  
   .fadeInLeft{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
   .fadeInRight{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
 }