@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: 10px 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%;
}

.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;
}

.About_hero_pagination:hover {
    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: 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;
}

@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;
}

@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;
}




/* ---------------------------------- 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;
}

@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;
}

.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_card {
    background-color: #2C2C2C;
    padding: 25px;
    border-radius: 20px;
    margin-top: -30px;
}

@media screen and (max-width:768px) {
    .About_sec7_card {
        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;
}

@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;
    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;
    }
}

.About_sec7_star {
    width: 7%;
    position: relative;
    top: -100px;
    left: 25%;
}

@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;
}

@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;
}

@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: 48px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: left;
    color: white;
}

@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;
}



.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();
}

.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;
    }
}