.recursive-font{
    font-family: "Recursive", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
      "slnt" 0,
      "CASL" 0,
      "CRSV" 0.5,
      "MONO" 0;
  }

.about-first-section{
    width: 100%;
    background-image: url(../images/Banners/about-us-banner.jpg);
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    height: 70vh;

}
.about-first-section::before{
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.inside-about-first-section{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 5rem;
    width: 50%;
    height: 100%;
    row-gap: 1rem;
    position: absolute;
    z-index: 2;
    color: #fff;
}
.inside-about-first-section p:nth-child(1){
    font-size: 3rem;
    font-weight: bold;
}

.about-second-section{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e6e6;
}
.inside-about-second-section{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 3rem 2rem;
}
.about-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
}
.about-left-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
    /* flex: 1; */
    height: 200px;
    padding: 1rem;
    row-gap: 10px;
    background-color: white;
    box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2);
    text-align: center;

}
.about-left-card img{
    width: 60px;
}
.card-heading{
    font-size: 1.1rem;
    font-weight: bold;
    color: #454343;
}
.card-para{
    font-size: 0.9rem;
    text-align: center;
    /* letter-spacing: 1px; */
}
.about-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50% ;
    row-gap: 20px;
    text-align: center;
}
/* .about-right p:nth-child(1){
    font-size: 1rem;
    padding: 5px 0;
    border-bottom: 4px solid #fbca0e;
} */

.about-right p:nth-child(2){
    font-size: 1.8rem;
    font-weight: bold;
    color: #3d3d3d;
}
.about-right p:nth-child(3){
    font-size: 1.1rem;
    line-height: 25px;
    color: rgba(75, 76, 68, 0.8);
    text-align: justify;

}
.about-third-right .heading{
    color: #fbca0e;
    font-weight: bold;
}
.inside-about-third-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}
.about-third-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 1rem 2rem;
    row-gap: 10px;
}
.about-third-left{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}
.about-third-left img{
    width: 80%;
}
.about-heading{
    font-size: 2rem;
}
.inside-about-third-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.number-card{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
    padding: 1rem 0;
}
.number-card p:nth-child(1){
    font-size: 2rem;
    font-weight: bold;
}

.about-fourth-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.inside-about-fourth-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: antiquewhite;
    padding: 1rem;
    width: 100%;
}
.fourth-cards{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 30%;
}

.about-third-section {
    padding: 4rem 0;
}


@media screen and (max-width:1024px) {
    .about-left-card {
        width: 45%;
    }
    
}
@media screen and (max-width:900px) {
    .inside-about-second-section {
        padding: 3rem 0rem;
    }
    .inside-about-third-section {
        flex-direction: column;
    }
    .about-third-right {
        width: 100%;
        padding: 2rem;
    }
}
@media screen and (max-width:765px) {
    .card-heading {
        text-align: center;
    }
    .about-left-card img {
        width: 50px;
    }
    .about-left-card{
        padding: 1rem;
    }
    .inside-about-second-section {
        justify-content: center;
        column-gap: 20px;
    }
    .inside-about-first-section {
            padding: 2rem 2rem;
        width: 80%;
    }
    .about-right {
        padding: 4rem 1rem;
    }
}
@media (max-width:700px){
    .about-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        row-gap: 20px;
        padding: 1rem;
    }
    .about-left {
        width: 100%;
    }
    .inside-about-second-section {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        flex-direction: column;
        padding: 3rem 2rem;
    }
}
@media screen and (max-width:600px) {
    
    .about-third-right{
        width: 100%;
    }
    
}
@media screen and (max-width:465px) {
    .inside-about-first-section p:nth-child(1) {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .inside-about-second-section {
        padding: 2rem 0;
    }
}
@media screen and (max-width:400px) {
    .about-left-card {
        width: 100%;
    }
    .about-left {
        padding: 1rem;
    }

    .about-left-card {
        height: 150px;
    }
}
@media screen and (max-width:330px) {
    .number-card{
        width: 100%;
        align-items: center;
    }
    .about-left {
        row-gap: 10px;
        column-gap: 10px;
    }
    .about-left-card img {
        width: 40px;
    }
}