body{
    font-family: "Poppins", sans-serif;
  font-style: normal;
  background-image: linear-gradient(#000B22,#000D28);
}
*{
    margin: 0;
    padding: 0;
   
}
   .aboutBanner {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .aboutBanner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
     .aboutBannerContent {
      position: absolute;
      top: 40%;
      left: 5%;
  

      color: white;
      z-index: 1;
      width: 60%;
    }
    .aboutBannerContent div {
        margin-bottom: 10px;
    }
.aboutBannerContent>:first-child{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
}
.aboutBannerContent>:nth-child(2){
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
}
.aboutBannerContent>:last-child{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.aboutContainer{
    margin: 80px 0px;
}
.aboutTitle{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}
.aboutSub{
    color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    
}
.numberGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.numberContainer>:first-child{
    color: #DA700A;
    font-size: 60px;
    font-weight: 500;
}
.numberContainer>:last-child{
    color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
}
.serviceContainer{
    margin: 80px 0px;
}
.serviceTitle{
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.serviceTitle>:first-child{
    font-size: 30px;
    font-weight: 600;
        margin-bottom: 15px;
}
.serviceTitle>:last-child a{
    font-size: 16px;
    font-weight: 600;
      color: #FFFFFF;
      text-decoration: none;
        margin-bottom: 15px;

}
.serviceTitle>:last-child a:hover{
    text-decoration: underline;
}
.serviceSub{
    font-size: 16px;
    font-weight: 500;
    color: #F3F3F3;
}
.serviceCardGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 20px;
}
.card{
    background-color: transparent;
}
.serviceCard img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.serviceCardTitle{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}
.serviceCardSub{
    color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
}
.serviceKnow{
    border: 1px solid #FAFAFA;
    padding: 8px 15px;
    border-radius: 20px;
    
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    cursor: pointer;
}
.serviceKnow a{
color: white;
text-decoration: none;
}
.serviceKnow:hover {
    background-color: white;
   
    font-size: 14px;
    font-weight: 500;
}
.serviceKnow:hover a{
 color: black;
}

.driveContainer{
    margin: 80px 0px;
}
.driveGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 20px;
}
.driveTitle>:first-child{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
        margin-bottom: 15px;
}
.driveTitle>:last-child{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
        margin-bottom: 15px;
}
.driveCard img{
  width: 50px;
  height: 50px;
object-fit: contain;
}
.driveCardTitle{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.driveList p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.clientContainer{
    background-image: url(../Images/about/backgroundDesign.png);
    background-size: cover;
    
}
.clientTitle>:first-child{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.clientTitle>:last-child{
      color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.clientGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap:20px;
}
.clientCard{
    background-color: rgba(93, 93, 94, 0.32);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    

}
.clientCardTitle{
color: #E4E4E4;
font-size: 14px;
font-weight: 400;
}
.clientName{
color: #FFFFFF;
font-size: 14px;
font-weight: 600;
}


    .carousel .carousel-indicators {
      position: static;
      margin-top: 1rem;
    }

    .carousel .carousel-indicators [data-bs-target] {
      background-color: #a09c9c;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: auto;
      top: 50%;
      transform: translateY(-50%);
    }

    .carousel-control-prev {
      left: -50px;
    }

    .carousel-control-next {
      right: -50px;
    }

.teamTitle>:first-child{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;


}
.teamTitle>:last-child{
    color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.teamCardGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 20px;
}
.teamCard{
    background-color: transparent;
}
.teamCard img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.teamCardTitle>:first-child{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}
.teamCardTitle>:last-child{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}
.teamCardSub{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}
.partnerContainer{
    margin: 80px 0px;
    background-image: linear-gradient(#000D28,#000511,#000D28);
    padding: 20px;
 
}
.partinerTitle{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.partnerImgContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.partImg img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

@media screen and (max-width:992px){
      .aboutBannerContent {
      position: absolute;
      top: 35%;
      left: 5%;
      z-index: 1;
      width: 60%;
    }
    .aboutBannerContent>:first-child{
    font-size: 20px;
    font-weight: 600;
}
.aboutBannerContent>:nth-child(2){
    font-size: 30px;
    font-weight: 600;
}
.aboutBannerContent>:last-child{
    font-size: 18px;
    font-weight: 500;
}
   .numberGrid{
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
    margin-bottom: 30px;
}

.serviceCardGrid {
    display: grid;
    grid-template-columns: repeat(2,6fr);
    gap: 20px;
}

.driveGrid {
    display: grid;
    grid-template-columns: repeat(2, 6fr);
    gap: 20px;
}
.teamCardGrid {
    display: grid;
    grid-template-columns: repeat(2, 6fr);
    gap: 20px;
}
.partnerImgContainer{
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}

 
.clientGrid{
    display: grid;
    grid-template-columns: 12fr;
    gap:20px;
}

}


@media screen and (max-width:776px){
    .aboutBannerContent {
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 80%;
    }
    .aboutBannerContent>:first-child{
    font-size: 20px;
    font-weight: 600;
}
.aboutBannerContent>:nth-child(2){
    font-size: 28px;
    font-weight: 600;
}
.aboutBannerContent>:last-child{
    font-size: 18px;
    font-weight: 500;
}
   .numberGrid{
    display: grid;
    grid-template-columns:12fr;
    gap: 20px;
    margin-bottom: 30px;
}

.serviceCardGrid {
    display: grid;
    grid-template-columns: 12fr;
    gap: 20px;
}
.driveGrid {
    display: grid;
    grid-template-columns: 12fr;
    gap: 20px;
}
.driveCard{
    text-align: center;
}
.driveCardTitle{
    text-align: center;
}
.teamCardGrid {
    display: grid;
    grid-template-columns: 12fr;
    gap: 20px;
}
.partnerImgContainer{
    display: grid;
    grid-template-columns: 6fr 6fr;
}
.clientGrid{
    display: grid;
    grid-template-columns: 12fr;
    gap:20px;
}
.serviceKnow {
    width: 100%;
}
.carousel-control-next-icon{
    display: none;
}
.carousel-control-prev-icon{
    display: none;
}
}
@media screen and (max-width:556px){
     .aboutBanner {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
    }
    .aboutBannerContent {
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 90%;
    }
    .aboutBannerContent>:first-child{
    font-size: 18px;
    font-weight: 600;
}
.aboutBannerContent>:nth-child(2){
    font-size: 25px;
    font-weight: 600;
}
.aboutBannerContent>:last-child{
    font-size: 16px;
    font-weight: 500;
}
.aboutTitle{
font-size: 25px;
}
.numberContainer>:first-child{
    font-size: 35px;
}
.serviceCardTitle {
    font-size: 18px;
}
.serviceTitle>:first-child{
    font-size: 25px;
}
.driveCardTitle {
    font-size: 18px;
}
.teamCardTitle>:first-child{
    font-size: 18px;
}
 

}
@media screen and (max-width:456px){
    .aboutBannerContent {
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 90%;
    }
    .aboutBannerContent>:first-child{
    font-size: 16px;
    font-weight: 600;
}
.aboutBannerContent>:nth-child(2){
    font-size: 20px;
    font-weight: 600;
}
.aboutBannerContent>:last-child{
    font-size: 14px;
    font-weight: 500;
}
.aboutTitle{
font-size: 20px;
}
.aboutSub {
    font-size: 14px;
}
.numberContainer>:first-child{
    font-size: 28px;
}
.numberContainer>:last-child{
    font-size: 14px;
}
.serviceTitle>:first-child{
    font-size: 20px;
}
.serviceTitle>:last-child a {
    font-size: 14px;
}
.serviceSub{
    font-size: 14px;
}
.serviceCardTitle {
    font-size: 16px;
}
.serviceCardSub{
    font-size: 14px;
}
.driveTitle>:first-child{
    font-size: 20px;
}
.driveTitle>:last-child {
    font-size: 14px;
}
.driveCardTitle {
    font-size: 16px;
}
.clientTitle>:first-child{
    font-size: 20px;
}
.clientTitle>:last-child {
    font-size: 14px;
}
.teamTitle>:first-child {
    font-size: 20px;
}
.teamTitle>:last-child{
    font-size: 14px;
}
.teamCardTitle>:first-child{
    font-size: 16px;
}
.teamCardSub {
    font-size: 14px;
}
 .partinerTitle {
    font-size: 20px;
 }
}