@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');


.container {
    max-width: 1440px !important;
    margin: 0 auto;
    padding: 0 auto;
}



/* ------------------ Navbar CSS --------------------- */

.Nav_container {
    max-width: 1440px;
    /* margin: 0 auto; */
    /* padding: 0 auto; */
}

.navbar_button {
    color: white;
    background: rgb(237, 28, 36);
    background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
    border-radius: 50px !important;
    box-shadow: 0px 0px 0px 5px rgba(255, 166, 0, 0.281);
    padding: 12px 30px 12px 30px;

    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.82px;
    text-align: center;
}

.navbar_logo {
    width: 221px;
    height: 60px;
}

@media screen and (max-width:768px) {
    .navbar_logo {
        width: 101px;
        height: 28px;
    }

    .navbar_button {
        width: 100% !important;
    }
}

.navbar_button:hover {
    color: white;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.nav-item-main {
    /* margin-left: 5%; */
    margin-top: 15px;
}

.Navbar_hover_icon {
    width: auto;
    top: 30px;
    left: 10%;
    position: absolute;
}

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


@media screen and (max-width:768px) {
    .nav-item-main {
        margin-left: 0px;
        text-align: center;
        margin-top: 0px;
    }

    .Navbar_hover_icon {
        display: none !important;
    }
}

.nav-link {
    color: white;
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.24px;
    text-align: center;
}

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



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

.Homepage_sec1 {
    padding: 200px 80px 0px 150px;
}

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

    .Homepage_sec1 {
        padding: 0px 0px 0px 15px;
    }
}

.Hompage_sec1_heading {
    font-family: Libre Franklin;
    font-size: 66px;
    font-weight: 600;
    line-height: 79.99px;
    text-align: left;
    color: white;
    text-transform: capitalize;
    width: 100%;
}

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

.Hompage_sec1_heading_text {
    background: -webkit-linear-gradient(180deg, #ed1c24, #f68b1f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Hompage_sec1_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) {
    .Hompage_sec1_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.97px;
        text-align: left;
    }
}

.Homepage_sec1_form2 {
    background-color: #2C2C2C;
    width: 80%;
    border-radius: 100px;
    padding: 1px;
}


@media screen and (max-width:768px) {
    .Homepage_sec1_form2 {
        width: 100%;
    }
}

.Homepage_sec1_form_m {
    background-color: #2C2C2C;
    width: 100%;
    border-radius: 100px;
    padding: 0px;
}


.Homepage_sec1_searchbox2 {
    background-color: transparent;
    border: none;
}

.Homepage_sec1_searchbox2::placeholder {
    padding: 20px;
    font-size: 20px;
}

.Homepage_sec1_searchbtn2 {
    background: rgb(237, 28, 36);
    background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
    color: white;
    border-radius: 100px;
    border: none;
    width: 45%;
    text-align: center;
    padding: 10px 30px 10px 30px;
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .Homepage_sec1_searchbtn2 {
        background: rgb(237, 28, 36);
        background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
        color: white;
        border-radius: 100px;
        border: none;
        width: 50%;
        text-align: center;
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }

}




.Homepage_sec1_searchbox {
    background-color: transparent;
    border: none;
}

.Homepage_sec1_searchbox::placeholder {
    padding: 10px;
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .Homepage_sec1_searchbox::placeholder {
        padding: 10px;
        font-size: 14px !important;
    }
}

.Homepage_sec1_searchbtn {
    background: rgb(237, 28, 36);
    background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
    color: white;
    border-radius: 100px;
    border: none;
    width: 40%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .Homepage_sec1_searchbtn {
        background: rgb(237, 28, 36);
        background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
        color: white;
        border-radius: 100px;
        border: none;
        width: 50%;
        text-align: center;
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }

}

.Homepage_header_sliderloop {
    border: 1px solid #2C2C2C;
    border-radius: 15px;
    padding: 10px;
    width: 80%;
}

.Homepage_header_sliderloop2 {
    display: none !important;
}

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

    .Hompage_sec1_heading_star {
        position: relative;
        top: -15px;
    }

    .Homepage_header_sliderloop2 {
        display: flex !important;
        border: 1px solid #2C2C2C;
        border-radius: 15px;
        padding: 10px;
        width: 100%;
    }

    .Homepage_header_sliderloop {
        display: none !important;
    }
}

.logo {
    display: inline-block;
    margin: 0 20px;
    font-size: 24px;
    color: #fff;
    border-left: 1px solid #2C2C2C;
    padding-left: 30px;
}




/* -------------------------- Homepage section 2 ----------------------------- */
.Hoemepage_sec2_headline {
    font-family: Libre Franklin;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.09px;
    text-align: center;
    background: -webkit-linear-gradient(180deg, #ed1c24, #f68b1f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:800px) {
    .Hoemepage_sec2_headline {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.24px;
        text-align: center;
    }
}


.Hoemepage_sec2_heading {
    font-family: Libre Franklin;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: center;
    color: white;

    img {
        position: relative;
        top: -30px;
    }
}

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

    .Hoemepage_sec2_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: center;
        position: relative;
    }

    .Hoemepage_sec2_heading_star {
        position: absolute !important;
    }
}

.Homepage_sec2_card {
    background: linear-gradient(#212121, #212121) padding-box,
        linear-gradient(to right, #ff8000, #ED1C24) border-box;
    border: 2px solid transparent;

    border-radius: 10px;
    border-radius: 20px;
    width: 100%;
    background-color: transparent;
    padding: 50px;
    text-transform: capitalize;
}


.Homepage_sec2_card_text {
    font-size: 20px;
    font-family: 'Libre Franklin';
    width: 100%;
    color: #909090;
    line-height: 32px;
}

.Homepage_sec2_card_btn {
    background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
    border: none;
    border-radius: 40px;
    height: 50px;
    width: 15%;
    color: white;
    text-decoration: none;
    padding: 14px 27px 14px 27px;
    text-align: center;

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

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

    .Homepage_sec2_card {
        padding: 20px;
        height: 670px;
    }

    .Homepage_sec2_card_text {
        font-size: 14px;
        font-family: 'Libre Franklin';
        width: 100%;
        color: #909090;
        line-height: 32px;
    }

    .Homepage_sec2_card_btn {
        background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
        border: none;
        border-radius: 40px;
        height: 40px;
        width: 50%;
        color: white;
    }

}



/* ------------------------------------- section 3 Collaborators & Investors --------------------------------- */

.Homepage_sec3_padding {
    padding: 50px 0px;
}

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

.Homepage_sec3_sliderloop {
    border: 1px solid #2C2C2C;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    width: 100%;
}

.logo2 {
    width: 230px;
    margin: 20px;

    border-left: 1px solid #cfcfcf;
    padding-left: 50px;

    opacity: 0.2;
    filter: sepia(100%);
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .Homepage_sec3_sliderloop {
        border-radius: 0px;
    }

    .logo2 {
        width: 200px;
        margin: 0px;
        padding: 0px 20px;
    }
}

.logo2:hover {
    border-left: none;
    filter: grayscale(0);
    opacity: 1;
    filter: drop-shadow(1px 1px 50px #fd7e00);
}

.Homepage_header_sliderloop {
    border: 3px solid #2C2C2C;
    width: 100%;
}

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

.infi_h1 {
    font-family: "Libre Franklin";
    font-size: 48px;
    font-weight: 600;
    line-height: 58.18px;
    color: white;
}

.Homepage_header_star {
    margin-top: -50px;
    background-color: transparent;
}

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

    .infi_h1 {
        font-family: "Libre Franklin";
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        color: white;
    }

    .Homepage_header_star {
        margin-top: -100px;
        background-color: transparent;
        width: 10%;
        margin-left: 91%;
    }

}




/* -------------------------------------- section 4 type of business -------------------------------------- */
.Homepage_header_star_sec4 {
    margin-top: -70px;
    position: absolute;
}

@media screen and (max-width:768px) {
    .Homepage_header_star_sec4 {
        position: absolute;
        width: 9%;
        left: 93%;
        top: 85%;
    }
}

.Homepage_sec4_headline {
    background: -webkit-linear-gradient(0deg, #ED1C24, #ff8000);
    -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: center;
}


@media screen and (max-width:768px) {
    .Homepage_sec4_headline {
        background: -webkit-linear-gradient(0deg, #ED1C24, #ff8000);
        -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;
    }

    .Homepage_sec4_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }


}

.Homepage_sec4_text1 {
    font-family: Libre Franklin;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.66px;
    color: #909090;
}

.Homepage_sec4_text1_name {
    padding: 7px;
}

.Homepage_sec4_text1:hover {
    background: -webkit-linear-gradient(0deg, #ED1C24, #ff8000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:768px) {
    .Homepage_sec4_text1 {
        font-family: Libre Franklin;
        font-size: 18px;
        font-weight: 600;
        line-height: 21.82px;
    }
}

.Homepage_sec4_card {
    border: 1px solid #2C2C2C;
    border-radius: 20px;
}

.Homepage_sec4_card_inner {
    border-bottom: 1px solid #2C2C2C;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.Homepage_sec4_card_header_left_text {
    font-family: Libre Franklin;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.66px;
    color: #909090;
}

@media screen and (max-width:768px) {
    .Homepage_sec4_card_header_left_text {
        font-family: Libre Franklin;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.82px;
    }
}


.Homepage_sec4_card_header_right_text {
    font-family: Libre Franklin;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.66px;
    color: white;
}

@media screen and (max-width:768px) {
    .Homepage_sec4_card_header_right_text {
        font-family: Libre Franklin;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.82px;
    }
}

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

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


/* ------------------------------------ section 5 Guiding Principles ------------------------------------ */

.Homepage_sec5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Homepage_sec5_headline {
    background: -webkit-linear-gradient(0deg, #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) {
    .Homepage_sec5_headline {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.24px;
        text-align: center;
        width: 100%;
    }

    .Homepage_sec5_headleft {
        width: 100%;
    }
}

.Homepage_sec5_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) {
    .Homepage_sec5_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: center;
    }
}

.Homepage_header_star_sec5 {
    margin-top: -70px;
}

@media screen and (max-width:800px) {
    .Homepage_header_star_sec5 {
        position: relative;
        top: 10px;
        left: 0;
        width: 10%;
    }
}

.Homepage_sec5_btn {
    background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    color: white;
    margin-top: 50%;
}



.Homepage_sec5_btn3 {
    background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
    border: none;
    padding: 14px 30px 14px 30px;
    border-radius: 50px;
    color: white;
    font-size: 18px;

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

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

    .Homepage_sec5_btn3 {
        display: none;
    }
}


.Homepage_sec5_card {
    background-color: #242424;
    border: 1px solid #2C2C2C;
    padding: 25px;
    border-radius: 20px;
    width: 342px;
    height: 344px;
}

@media screen and (max-width:768px) {
    .Homepage_sec5_card {
        background-color: #242424;
        border: 1px solid #2C2C2C;
        padding: 20px;
        border-radius: 20px;
        width: 345px;
        height: auto;
    }
}

.Homepage_sec5_card:hover {
    background-color: #ff730057;
    box-shadow: inset 0px 0px 70px 100px #2C2C2C;
}


.Homepage_sec5_card_heading {
    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) {
    .Homepage_sec5_card_heading {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }
}

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

.mt_4 {
    margin-top: 50px;
}

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

    .mt_4 {
        margin-top: 0px;
    }
}



/* -------------------------------- section 6 Lessons From The Field -------------------------------- */
.Homepage_Lessons_headline {
    background: -webkit-linear-gradient(0deg, #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: center;
}

@media screen and (max-width:768px) {
    .Homepage_Lessons_headline {
        font-family: Libre Franklin;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.24px;
        text-align: center;
        width: 100%;
    }
}

.Homepage_Lessons_heading {
    font-family: Libre Franklin;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: center;
    color: white;
}

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

    }
}

.Homepage_header_star_sec6 {
    margin-top: -40px;
}

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


.Homepage_sec6_card_main_padd {
    padding: 25px 25px 25px 25px;
}

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

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

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

.Homepage_sec6_card_desc {
    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) {
    .Homepage_sec6_card_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }
}

.Homepage_sec6_card_main {
    background-color: #2C2C2C1A;
    border: 1px solid #2C2C2C;
    padding: 20px;
    cursor: pointer;
    border-radius: 25px;
}

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

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

.Homepage_sec6_card_link {
    text-decoration: none;
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.24px;
    text-align: left;
    color: #909090;
}



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


/* ------------------- section 7 Counter ---------------------- */
.Homepage_Counter_sec7_number {
    font-family: Libre Franklin;
    font-size: 64px;
    font-weight: 600;
    line-height: 77.57px;
    text-align: center;
    background: -webkit-linear-gradient(90deg, #ff8000, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 10px 0px 50px #fd7e00; */
}

.sec7_circel {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 40%;
    background: linear-gradient(0deg, #ED1C24 0%, #F68B1F 100%);
    opacity: 15%;
    border-radius: 50%;
    box-shadow: 15px 20px 55px #ff5100;
}

@media screen and (max-width:768px) {
    .sec7_circel {
        left: 38%;
        top: 8%;
        width: 50px;
        height: 50px;
    }
}

.sec7_circel1 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 32%;
    background: linear-gradient(0deg, #ED1C24 0%, #F68B1F 100%);
    opacity: 15%;
    border-radius: 50%;
    box-shadow: 15px 20px 55px #ff5100;
}

@media screen and (max-width:768px) {
    .sec7_circel1 {
        left: 32%;
        top: 9%;
        width: 50px;
        height: 50px;
    }
}

.sec7_circel2 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 32%;
    background: linear-gradient(0deg, #ED1C24 0%, #F68B1F 100%);
    opacity: 15%;
    border-radius: 50%;
    box-shadow: 15px 20px 55px #ff5100;
}

@media screen and (max-width:768px) {
    .sec7_circel2 {
        left: 32%;
        top: 10%;
        width: 50px;
        height: 50px;
        text-shadow: 5px 5px 2px #ffe6e6;
    }

    .M_V {
        margin-top: 7%;
    }
}

@media screen and (max-width:768px) {
    .Homepage_Counter_sec7_number {
        font-family: Libre Franklin;
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
        background: -webkit-linear-gradient(90deg, #ff8000, #ED1C24);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* text-shadow: 10px 0px 50px #fd7e00; */
    }
}

.Homepage_Counter_sec7_text {
    font-family: Libre Franklin;
    font-size: 30px;
    font-weight: 500;
    line-height: 36.36px;
    text-align: center;
    color: #909090;
}

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

.Homepage_Counter_sec7_line {
    border-right: 3px solid #2C2C2C;
}

@media screen and (max-width:768px) {
    .Homepage_Counter_sec7_line {
        border-right: none;
        border-bottom: 1px solid #2C2C2C;
        padding: 20px;
    }
}

/* --------------------------------- section 8 Our Work ---------------------------------- */


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

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


.Homepage_sec8_heading {
    font-family: Libre Franklin;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.18px;
    position: relative;
    text-align: center;
}

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

.Homepage_star_sec8 {
    position: absolute;
    top: -20px;
    width: 4%;
}

@media screen and (max-width:768px) {
    .Homepage_star_sec8 {
        position: absolute;
        top: -20px;
        width: 10%;
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.Homepage_sec8_card {
    background-color: transparent;
    transition: 0.4s;
    position: relative;
    width: 456px;
}

.card_imgs {
    padding: 0px;
    width: 100%;
    transition: 0.4s
}

.Homepage_sec8_btn_text {
    /* display: none; */
    opacity: 0;
}

.Homepage_sec8_btn_text_heading {
    opacity: 0;
}

.Homepage_sec8_card:hover {
    background-color: #2C2C2C;
    transition: 0.2s;

    .card_imgs {
        padding: 25px;
    }

    .Homepage_sec8_btn_text {
        opacity: 1;
        padding: 0px 25px;
    }

    .Homepage_sec8_btn_text_heading {
        background: -webkit-linear-gradient(90deg, #ff8000, #ED1C24);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 1;
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 700;
        line-height: 29.09px;
        text-align: center;
    }

}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/*  */

.Homepage_sec5_btn2 {
    display: none;
}

.Homepage_sec5_btn {
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 600;
}

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

    .Homepage_sec5_btn2 {
        display: block;
        background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
        border: none;
        padding: 10px 20px 10px 20px;
        border-radius: 50px;
        color: white;
    }
}

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

.Homepage_sec8_card_mobile2 {
    background-color: #2C2C2C !important;
    text-decoration: none;
}






/* ---------------------------- section 9 Testimonial ---------------------- */
.Homepage_sec9 {
    background: url('./img/Testimonial.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .Homepage_sec9 {
        background-image: none;
        background-color: #212121;
        background-size: 100%;
        background-repeat: repeat;
    }
}

.Homepage_sec9_left {
    padding: 100px 0px 50px 150px;
}

.Homepage_sec9_left_star {
    width: 12%;
    margin-top: -50px;
}

@media screen and (max-width:800px) {
    .Homepage_sec9_left {
        position: relative;
        padding: 20px 0px 50px 0px;
    }

    .Homepage_sec9_left_star {
        width: 10%;
        position: absolute;
        top: 90px;
    }
}

@media screen and (max-width:1024px) {
    .Homepage_sec9_left {
        position: relative;
        padding: 20px 0px 50px 0px;
    }

    .Homepage_sec9_left_star {
        width: 10%;
        position: absolute;
        top: 90px;
    }
}

.Homepage_sec9_left_headline {
    background: -webkit-linear-gradient(90deg, #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;
}

@media screen and (max-width:768px) {
    .Homepage_sec9_left_headline {
        background: -webkit-linear-gradient(90deg, #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;
    }
}

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

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

    }
}

.Homepage_sec9_left_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) {
    .Homepage_sec9_left_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
}

.Homepage_sec9_left_btn {
    display: block;
    background: -webkit-linear-gradient(90deg, #ED1C24, #ff8000);
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    color: white;

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

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




.Homepage_sec9_right {
    padding: 100px 10px 100px 0px;
}

.Homepage_carousel_item {
    padding: 10px;
}

@media screen and (max-width:768px) {
    .Homepage_sec9_right {
        padding: 0px;
        margin-top: -50px;
    }

    .Homepage_carousel_item {
        padding: 5px;
    }
}

.Homepage_carousel_card {
    background: linear-gradient(#212121, #212121) padding-box,
        linear-gradient(to right, #ff8000, #ED1C24) border-box;
    border: 2px solid transparent;
    padding: 35px;
}

@media screen and (max-width:768px) {
    .Homepage_carousel_card {
        background: linear-gradient(#212121, #212121) padding-box,
            linear-gradient(to right, #ff8000, #ED1C24) border-box;
        border: 2px solid transparent;
        padding: 15px;
    }
}

.Homepage_carousel_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) {
    .Homepage_carousel_card_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
    }
}

.Homepage_carousel_card_name {
    font-family: Libre Franklin;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.24px;
    text-align: start;
    color: white;
}

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

.Homepage_carousel_card_number {
    font-family: Limelight;
    font-size: 48px;
    font-weight: 400;
    line-height: 58.43px;
    color: #909090;
}

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




/* ---------------------------- section 10 Our Track Record ---------------------- */
.Homepage_sec10_card {
    background-color: transparent;
    border: 1px solid #2c2c2c;
    padding: 25px;
}

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

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

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

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

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


.Homepage_sec10_headline {
    background: -webkit-linear-gradient(90deg, #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;
}

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

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

    .Homepage_sec10_heading {
        font-family: Libre Franklin;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.09px;
        text-align: center;

    }
}

.Homepage_sec10_star {
    margin-top: -100px;
}

@media screen and (max-width:800px) {
    .Homepage_sec10_mobile {
        position: relative;
    }

    .Homepage_sec10_star {
        position: absolute;
        width: 10%;
        top: 100px;
        left: 85%;
    }
}


/* ------------------------- section 11 Blog -------------------- */

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

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






/* =========================== Footer section =========================== */
.Footer_main {
    background-color: #2C2C2C;
    padding: 50px 0px 0px 0px;
}

@media screen and (max-width:800px) {
    .Footer_main {
        background-color: #2C2C2C;
        padding: 0px 0px 0px 0px;
    }
}

.Footer_left {
    border-right: 1px solid #363636;
    border-bottom: 1px solid #363636;
}

@media screen and (max-width:800px) {
    .Footer_left {
        border-right: none;
        border-bottom: none;
    }
}

.Footer_right {
    border-right: none;
    border-bottom: 1px solid #363636;
}

@media screen and (max-width:800px) {
    .Footer_right {
        border-right: none;
        border-bottom: none;
    }
}

.Footer_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) {
    .Footer_desc {
        font-family: Libre Franklin;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
    }
}

.Footer_calls {
    background-color: #363636;
    border-radius: 10px;
    padding: 15px;
}

@media screen and (max-width:768px) {
    .Footer_calls {
        width: 100%;
        padding: 5px;
    }
}

.Footer_calls_text {
    font-family: Libre Franklin;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.39px;
}

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

.Footer_calls_number {
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.82px;
    text-align: left;
}

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


.Footer_headline {
    background: -webkit-linear-gradient(90deg, #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;
}

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

.Footer_heading {
    font-family: Libre Franklin;
    font-size: 44px;
    font-weight: 600;
    line-height: 58.18px;
    text-align: start;
    color: white;
    position: relative;

    img {
        position: absolute;
        top: -30px;
        right: 15%;
    }
}

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


.Footer_serach_main {
    background-color: #363636;
    width: 100%;
    border-radius: 100px;
    /* padding: 10px; */
}


@media screen and (max-width:768px) {
    .Footer_serach_main {
        width: 100%;
    }
}

.footer-link {
    text-decoration: none;
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.82px;
    color: #909090;
}

.Footer_navs {
    border-bottom: 1px solid #363636;
}

@media screen and (max-width:768px) {
    .footer-link {
        text-decoration: none;
        font-family: Libre Franklin;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.82px;
    }

    .Footer_navs {
        border-bottom: none;
    }
}



.Footer_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Footer_socials {
    display: flex;
    gap: 20px;
    font-size: 45px;
}

@media screen and (max-width:768px) {
    .Footer_socials {
        gap: 10px;
    }
}

.Footer_social_icon {
    width: auto;
}

@media screen and (max-width:768px) {
    .Footer_social_icon {
        width: 90%;
    }
}

.Footer_copy_text {
    color: #909090;
    font-family: Libre Franklin;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: left;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .Footer_copy_text {
        font-family: Libre Franklin;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.54px;
        text-align: center;
    }
}

/* /////////////////////////////// Footer Css ////////////////// */
.Homepage_sec1_form {
    background-color: #2C2C2C;
    width: 70%;
    border-radius: 100px;
    padding: 10px;
}


@media screen and (max-width:768px) {
    .Homepage_sec1_form {
        width: 100%;
    }
}


.Homepage_sec1_searchbox {
    background-color: transparent;
    border: none;
}

.Homepage_sec1_searchbox::placeholder {
    padding: 10px;
    font-size: 20px;
}

.Homepage_sec1_searchbtn {
    background: rgb(237, 28, 36);
    background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
    color: white;
    border-radius: 100px;
    border: none;
    width: 40%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .Homepage_sec1_searchbtn {
        background: rgb(237, 28, 36);
        background: linear-gradient(0deg, #ed1c24 0%, #f68b1f 100%);
        color: white;
        border-radius: 100px;
        border: none;
        width: 50%;
        text-align: center;
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }

}

/* /////////////////////////////// Footer Css ////////////////// */

/* ========================== Extra CSS ==================== */
.Mobile_view {
    display: none;
}

@media screen and (max-width:768px) {
    .Mobile_view {
        display: block;
    }

    .Desktop_view {
        display: none;
    }
}


.Own_container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width:1440px) {
    .Own_container {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1024px) {
    .Own_container {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .Own_container {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width:425px) {
    .Own_container {
        width: 100%;
        max-width: 375px;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
}