@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: 50px 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;
    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 2 ------------------------------ */
.Media_sec2_card {
    background-color: transparent;
    border: 1px solid #2C2C2C;
    border-radius: 20px;
    padding: 25px;
}

.media_sec10_star{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 75%;
    top: -40%;
}

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

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

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

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

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


/* ------------------------------- section 3 --------------------------------- */
.Media_sec3_card_more {
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.82px;
    text-align: left;
    color: #909090;
}

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

.Homepage_sec6_card_main:hover {
    .Media_sec3_card_more {
        background: -webkit-linear-gradient(#ed1c24, #f68b1f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}