@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

/* ------------------- section 1 Hero section ----------------- */

.All_about_main {
    padding: 250px 0px 0px 300px;
}

@media screen and (max-width:800px) {
    .All_about_main {
        padding: 30px 0px 0px 0px;
    }
}

.About_hero_heading {
    font-family: Libre Franklin;
    font-size: 66px;
    font-weight: 600;
    line-height: 79.99px;
    text-align: left;
    color: white;
}

@media screen and (max-width:768px) {
    .About_hero_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: left;
    }
}

.About_hero_desc {
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: left;
    color: white;
    opacity: 50%;
    text-transform: capitalize;
}

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

    .About_hero_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.97px;
        text-align: left;
    }
}

.About_hero_star {
    width: 10%;
    margin-top: -13%;
    margin-left: -25px;
}

@media screen and (max-width:768px) {
    .About_hero_star {
        width: 10%;
        margin-top: -10%;
        margin-left: -10px;
    }
}

.All_header_pagination {
    background-color: #2C2C2C;
    padding: 10px 0px 10px 20px;
    border-radius: 50px;
    width: 40%;
}

.About_hero_pagination_icon {
    font-size: 30px;
    color: white;
    opacity: 50%;
}

@media screen and (max-width:768px) {
    .About_hero_pagination_icon {
        font-size: 20px;
    }

    .All_header_pagination {
        background-color: #2C2C2C;
        padding: 10px 10px 10px 10px;
        border-radius: 50px;
        width: 50%;
    }

}

.About_hero_pagination {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.24px;
    text-align: left;
    /* color: #909090; */
    margin-top: 12.5px;
    text-decoration: none;
    background: -webkit-linear-gradient(#ed1c24, #f68b1f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media screen and (max-width:768px) {
    .About_hero_pagination {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 500;
        line-height: 16.97px;
        text-align: left;
        margin-top: 7px;
    }
}



/* -------------------------------- section 4 Biography ---------------------------------- */
.About_sec4_card {
    background-color: #ff730057;
    box-shadow: inset 0px 0px 70px 80px #2C2C2C;
    border: none;
    border-radius: 20px;
    padding: 30px 25px;
}


.About_sec4_card_heading {
    font-family: Libre Franklin;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: white;
}

@media screen and (max-width:768px) {
    .About_sec4_card_heading {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }
}

.About_sec4_card_desc {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #909090;
}

@media screen and (max-width:768px) {
    .About_sec4_card_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

}

.About_sec4_headline {
    background: -webkit-linear-gradient(45deg, #ff8000, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Libre Franklin;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.09px;
    text-align: left;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec4_headline {
        background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.24px;
        text-align: center;
    }
}

.About_sec4_heading {
    font-family: Libre Franklin;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: left;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec4_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: center;
    }
}

.About_sec4_desc {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #909090;
    padding: 0px 0px 0px 5px;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec4_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}

.About_sec4_btn {
    background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
    border-radius: 50px !important;

    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 30px;
}

@media screen and (max-width:768px) {
    .About_sec4_btn {
        background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
        border-radius: 50px !important;

        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 600;
        padding: 7px 15px;
    }
}




/* ---------------------------------- section 5 Founder Bios ------------------------- */
.About_sec5_headline {
    font-family: Libre Franklin;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.09px;
    text-align: left;
    background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.A_sec5_star {
    position: absolute;
    top: -50%;
    left: 59%;
}

@media screen and (max-width:768px) {
    .About_sec5_headline {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.24px;
        text-align: center;
        background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.About_sec5_heading {
    font-family: Libre Franklin;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .About_sec5_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: center;
    }
}

.About_sec5_desc {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #909090;
}

@media screen and (max-width:768px) {
    .About_sec5_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}

.About_sec5_btn {
    background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
    border-radius: 50px !important;
    color: white !important;
    font-size: 20px;
    margin-top: 25px;

    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 30px;
}

@media screen and (max-width:768px) {
    .About_sec5_btn {
        background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
        border-radius: 50px !important;
        color: white !important;
        font-size: 20px;
        margin-top: 25px;

        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 600;
        padding: 7px 15px;
    }
}

.About_sec5_icons {
    background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 1000;
}




/* ------------------------------- section 7 Dreaming Big -------------------------------- */
.about_sec7_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0px 0px 0px;
}

@media screen and (max-width:768px) {
    .about_sec7_container {
        padding: 0px 0px 0px 0px;
    }
}

@media screen and (max-width:768px) {
    .about_sec7_container {
        padding: 15px;
    }
}

.About_sec7_card {
    background-color: #2C2C2C;
    padding: 25px;
    border-radius: 20px;
    margin-top: -30px;
    height: 314px;
}

@media screen and (max-width:768px) {
    .About_sec7_card {
        height: auto;
        background-color: #2C2C2C;
        padding: 25px;
        border-radius: 20px;
        margin-top: 0%;
    }
}

.About_sec7_card_desc {
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #909090;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec7_card_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}

.About_sec7_card_text {
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .About_sec7_card_text {
        font-family: Libre Franklin;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.39px;
        text-align: left;
    }
}

.About_sec7_headline {
    font-family: Libre Franklin;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.09px;
    text-align: left;
    background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:768px) {
    .About_sec7_headline {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.24px;
        text-align: left;
        background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.About_sec7_heading {
    color: white;
    font-family: Libre Franklin;
    font-size: 42px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: left;
    padding: 0px 150px 0px 10px;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec7_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: left;
        padding: 0px 0px 0px 12px;
    }
}

.About_sec7_star {
    width: 7%;
    position: absolute;
    top: -30%;
    left: 75%;
}

@media screen and (max-width:800px) {
    .About_sec7_star {
        display: none;
    }
}

.About_sec7_card_text1 {
    font-family: Libre Franklin;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: white;
}

@media screen and (max-width:768px) {
    .About_sec7_card_text1 {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 700;
        line-height: 24.24px;
        text-align: left;
    }
}

.About_sec7_card_text2 {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #909090;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec7_card_text2 {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.1px;
        text-align: left;
    }
}



/* ----------------------------- section 8 Timline of career --------------------- */

.About_sec8_headline {
    font-family: Libre Franklin;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.09px;
    text-align: left;
    background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.About_sec8_star {
    position: absolute;
    top: -30%;
    left: 87%;
}

@media screen and (max-width:768px) {
    .About_sec8_headline {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.24px;
        text-align: start;
        background: -webkit-linear-gradient(0deg, #ff8000, #ED1C24);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .About_sec8_star {
        display: none;
    }
}


.About_sec8_heading {
    font-family: Libre Franklin;
    font-size: 44px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: left;
    color: white;
    position: relative;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec8_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: left;
    }
}


.About_sec8_card {
    background-color: transparent;
    border: 1px solid #2C2C2C;
    padding: 11px 15px 11px 15px;
    border-radius: 20px;
    width: 320px;
    height: 272px;
}

@media screen and (max-width:768px) {
    .About_sec8_card {
        background-color: transparent;
        border: 1px solid #2C2C2C;
        padding: 11px 15px 11px 15px;
        border-radius: 20px;
        width: 345px;
        height: 160px;
    }
}


.About_sec8_card_heading_circle {
    position: absolute;
    top: 0px;
    z-index: -1;
    height: 50px;
    width: 50px;
    background: -webkit-linear-gradient(90deg, #ed1c235e, #ff800054);
    clip-path: circle();
    opacity: 30%;
}

@media screen and (max-width:768px) {
    .About_sec8_card_heading_circle {
        position: absolute;
        top: -5px;
        left: -10px;
        z-index: -1;
        height: 40px;
        width: 40px;
        background: -webkit-linear-gradient(90deg, #ed1c235e, #ff800054);
        clip-path: circle();
        opacity: 30%;
    }
}

.About_sec8_card:hover {
    background-color: #ff730057;
    box-shadow: inset 0px 0px 70px 80px #2C2C2C;


    .About_sec8_card_heading_circle {
        position: absolute;
        top: 0px;
        z-index: 1;
        height: 50px;
        width: 50px;
        background: -webkit-linear-gradient(90deg, #ed1c235e, #ff800054);
        clip-path: circle();
        opacity: 0.5;
    }
}

.About_sec8_card_heading {
    position: relative;
    font-family: Libre Franklin;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: left;
    color: white;
}

@media screen and (max-width:768px) {
    .About_sec8_card_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: left;
    }
}

.About_sec8_card_subheading {
    font-family: Libre Franklin;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: white;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_sec8_card_subheading {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }
}

.About_sec8_card_desc {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #909090;
}

@media screen and (max-width:768px) {
    .About_sec8_card_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}


.a_sec8_main {
    display: flex;
}

.a_sec8_main_img {
    /* width="689px" height="790px" */
    width: 689px;
    height: 790px;
}

.a_sec8_main_img2 {
    display: none;
}

.a_sec8_main_cards {
    display: flex;
    gap: 30px;
}

@media screen and (max-width:768px) {
    .a_sec8_main {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .a_sec8_main_img {
        display: none;
    }

    .a_sec8_main_img2 {
        display: block;
    }

    .a_sec8_main_cards {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}