@font-face {
    font-family: Berlin;
    src: url('../assests/Fonts/berlin-sans-fb-demi/BRLNSDB.TTF');
}
/* section 1 */

.about-sec1{
    background-image: url('../assests/aboutImages/bg1.png');
    height: 776px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-sec1 h1, .category1-sec1 h1{
    font-family: Berlin;
    font-weight: 700;
    font-size: 136px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 4px 4px #45F882;
}
.about-sec1 p{
    width: 1100px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 20px 0;
    margin: 0 auto;
}
.down-img{
    margin-top: -35px;
    width: 100%;
}
.sub-section3{
    margin: 60px 0 !important;
}
.sub-sub-about-sec3{
    color: #FFFFFF;
}
.sub-sub-about-sec3 h1{
    font-family: myFirstFont;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
}
.sub-sub-about-sec3 p, .sub1-about-sec3 p{
    font-family: poppinsLights;
    color: #ADB0BC;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    width: 687px;
}
.sub-sub-about-sec3 .h-line{
    margin: 20px 0!important;
}
.sub1-about-sec1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 100px 0;
}

/* section 3 */

.about-sec3{
    background-image: url('../assests/aboutImages/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 603px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
    align-items: center;

}
.sub1-about-sec3{
    width: 370px;
}
.sub1-about-sec3 h1{
    font-family: myFirstFontB;
    color: #FFFFFF;
    font-size: 48px;
}
.sub1-about-sec3 p{
    width: auto;
}
.progress-bar{
    position: relative;
    top: 10px;
    right: 88px;
    /* margin: 260px 0 0 600px; */
}


@media screen and (max-width: 1024px){
    .about-sec1{
        height: 600px;
        background-size: cover;
    }
    .about-sec1 h1{
        font-size: 24px;
        text-shadow: 2px 2px #45F882;
        line-height: 14px !important;
        padding: 0 24px !important;
    }  
    .about-sec1 p{
        width: auto;
        font-size: 10px !important;
        line-height: 16px !important;
        padding: 20px 4px;
    }
    .sub-sub-about-sec3{
        padding: 0 24px;
    }
    .sub-sub-about-sec3 p{
        width: auto;
        font-size: 12px;
        line-height: 18px;
    }
    .sub1-about-sec1{
        gap: 20px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .progress-bar{
        position: static;
        width: 320px;
        object-fit: contain;
    }
    .about-sec3{
        display: block;
        margin-bottom: 300px;
    }
    .none{
        display: none;
    }
    .sub1-about-sec1 img{
        width: 300px;
    }
    .sub1-about-sec3{
       width: auto;
       padding: 0 24px;
    }
    .sub1-about-sec3 h1{
        line-height: 46px;
    }
    .center{
        padding: 10px 0;
        text-align: center;
    }
    .down-img{
        display: none;
    }
}