@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');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:wght@100..900&family=Nanum+Myeongjo&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


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

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

@media screen and (max-width:800px) {
    .All_about_main {
        padding: 40px 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 cards ---------------------------------- */

.sec2_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 auto;
}

.sec2_card1 {
    padding: 25px;
    background-color: #2C2C2C;
    color: white;
    position: relative;

    p {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #909090 !important;

    }
}




.End_links_bg {
    background-color: #2C2C2C;
    padding: 20px 30px 20px 30px;
    display: flex;
    gap: 15px;
}


.End_links_bg_link {
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.82px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.End_links_bg:hover {
    background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
    color: white;

    .End_links_bg_link {
        color: white;
    }
}

/* .Navbar_hover_icon {
    display: none;
} */



@media screen and (max-width:768px) {
    .End_links_bg_link {
        font-family: Libre Franklin;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.82px;
        text-align: center;
    }
}


.End_sec2_cards {
    background-color: #2C2C2C !important;
    color: white !important;
    border: none;
    padding: 25px;
    border-radius: 25px;
    position: relative;
    z-index: 50;
}

@media screen and (max-width:768px) {
    .End_sec2_cards {
        background-color: #2C2C2C;
        border: none;
        padding: 15px;
        border-radius: 25px;
    }
}

.End_sec2_cards_desc {
    font-family: Libre Franklin;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #FFF !important;
}

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

.End_sec2_cards_name {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.24px;
    text-align: center;
    color: #D9D9D9;
}

@media screen and (max-width:768px) {
    .End_sec2_cards_name {
        font-family: Libre Franklin;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.39px;
        text-align: center;
        color: #D9D9D9;
    }
}

.End_sec2_cards_desig {
    font-family: Libre Franklin;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.39px;
    text-align: left;
    color: #909090;
}

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

.End_sec2_cards_count {
    font-family: Limelight;
    font-size: 42px;
    font-weight: 400;
    line-height: 51.13px;
    text-align: left;
    color: white;
    opacity: 20%;
}

@media screen and (max-width:768px) {
    .End_sec2_cards_count {
        font-family: Limelight;
        font-size: 35px;
        font-weight: 400;
        line-height: 42.6px;
        text-align: left;
    }
}

.End_sec2_video_bg {
    background-color: #2C2C2C;
    padding: 15px;
    border-radius: 20px;
}