#about-hero{
display: flex;
opacity: 1;
padding-top: 120px;
padding-right: 360px;
padding-bottom: 120px;
padding-left: 360px;
gap: 10px;
 background: linear-gradient(98.6deg, rgba(0, 168, 255, 0.4) 0%, rgba(0, 0, 0, 0.24) 40.57%);
border-bottom-right-radius: 120px;
border-bottom-left-radius: 120px;

margin-bottom:130px ;
}
.aboutconatineralign{
display: flex;
align-items: center;
justify-content: center;
}

.aboutconatiner {
   width: 80%;
     display: flex;
     gap: 40px;
 }

 .aboutleft {
     display: flex;
     flex-direction: column;
     opacity: 1;
     gap: 40px;
 }

 .aboutleft h3 {
     font-family: Sora;
     font-weight: 600;
     font-style: SemiBold;
     font-size: 40px;
     leading-trim: NONE;
     line-height: 50px;
     letter-spacing: 0%;
 }

 .aboutleft p {
     font-family: Inter;
     font-weight: 400;
     font-style: Regular;
     font-size: 18px;
     leading-trim: NONE;
     line-height: 27px;
     letter-spacing: 0%;

 }

 .aboutrigth {
    display: flex;
    align-items: center;
    justify-content: center;
     width:800px;
     opacity: 1;
     border-radius: 24px;
    box-shadow: 1px 1px 100px  var(--primary);
     overflow: hidden;
 }

 .aboutrigth img {
      width: 130%;
      height: 130%;
     opacity: 1;
     border-radius: 24px;
      transition: .3s ease-in-out ;
      box-shadow: 0px 12px 40px 0px #0000008F;
      object-fit: cover;

 }
.aboutrigth img:hover{
      width: 120%;
      height: 120%;
 
}
 .aboutbottom {
     display: flex;
     flex-direction: column;
     gap:40px;
     padding:100px;

 }
 .aboutbottomheading {
     display: flex;
     flex-direction: column;
     gap: 30px;
     margin: 100px 0px;
     text-align: center;
 }

 .aboutbottomcontainer {
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     gap: 40px;
 }

 .conatinerabout {
     display: flex;
     flex-direction: column;
     width: 359.999991225731px;
     height: 299.99999268810916px;
     gap: 20px;
     padding: 40px;
     border-radius: 24px;
     border-width: 1px;
     border: 1px solid var(--aboutcontainerbox);
     background: #0000000D;
     box-shadow: 0px 10px 40px 0px #00000073;
       transition:  .4s ease-in-out;
 }

 .abouticonsback {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #00A8FF;
    transition: transform 0.3s ease;
}

/* Hover effect */
.conatinerabout:hover .abouticonsback {
    transform: translateY(-20px);
}
 
 #firstcont{

    transform: rotate(3deg);

 }
 #thirdcont{
    transform: rotate(-3deg);
 }
 .conatinerabout:hover{
         box-shadow: 0px 1px 20px 0px #00A8FF;

 }
 #seconsdcont{
    transition: all .5s ease-in-out;
 }
#seconsdcont:hover{
    transform: translateY(-20px);
}
 /* ===================== TABLET (≤1024px) ===================== */
@media (max-width: 1024px) {
     
 #firstcont{

    transform: rotate(3deg);

 }
 #thirdcont{
    transform: rotate(-3deg);
 }
#about-hero{
    padding: 40px;
}
    .aboutconatiner {
        flex-direction: column;
        gap: 60px;
    }

    .aboutrigth {
        width: 100%;
    }

    .aboutrigth img {
        width: 110%;
        height: auto;
    }

    .aboutbottomcontainer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .conatinerabout {
        width: 100%;
        max-width: 420px;
    }

    
}

/* ===================== MOBILE (≤768px) ===================== */
@media (max-width: 768px) {
     
 #firstcont{

    transform: rotate(3deg);

 }
 #thirdcont{
    transform: rotate(3deg);
 }
#about-hero{
    padding: 100px 20px;
}
    .aboutleft h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .aboutleft p {
        font-size: 16px;
        line-height: 24px;
    }

    .aboutrigth {
        width: 100%;
        border-radius: 20px;
    }

    .aboutrigth img {
        width: 100%;
        height: auto;
    }

    .aboutbottomheading {
        margin: 30px 0;
        gap: 20px;
    }

    .aboutbottomcontainer {
        
         display: grid;
        grid-template-columns: repeat(2,1fr);
       
        gap: 30px;
    }

    .conatinerabout {
        width: 100%;
        height: auto;
        padding: 20px;
    

    }
     .aboutbottom {
        padding: 50px 20px;
    }
}

/* ===================== SMALL MOBILE (≤480px) ===================== */
@media (max-width: 480px) {
     
 #firstcont{

    transform: rotate(3deg);

 }
 #thirdcont{
    transform: rotate(-3deg);
 }
#about-hero{
    padding: 100px 20px;
}
    .aboutleft h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .aboutleft p {
        font-size: 15px;
        line-height: 22px;
    }

    .abouticonsback {
        width: 40px;
        height: 40px;
    }

    .conatinerabout {
        padding: 24px;
        gap: 16px;
        
        
    }
    .aboutbottom {
        padding: 50px 20px;
    }
    .aboutbottomcontainer {
        
         display: grid;
        grid-template-columns: repeat(1,1fr);
       
        gap: 30px;
    }
}
