@import url('https://fonts.googleapis.com/css2?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&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DejaVu Sans';

}


.navbar {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #000;
    padding: 20px 0 !important;
}

.navbar-brand img {
    max-width: 200px;
    height: auto;
}

.navbar-nav .nav-link {
    color: black;
    font-weight: 500;
    padding: 10px 15px !important;
    transition: color 0.3s, border-bottom 0.3s;
    font-size: 17px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #106AE8;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* hero section styling  */

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 18% 0 10% 0;
    scroll-margin-top: 100px;
}

.bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 1s ease-in-out;
}

.bg-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-slide:first-child {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/hero-bg.png');
}


.bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    /* To accommodate two images side by side */
    height: 100%;
    display: flex;
    transition: transform 1s ease-in-out;
    /* Smooth slide transition */
    z-index: -1;
}

.bg-slide {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}



.text-gradient {
    background: linear-gradient(to right, #10A2E5, #0F6AE8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.hero-heading {
    font-size: 70px;
    font-weight: 700;

}

p.hero-title {
    font-size: 25px;
    color: white;
    text-transform: capitalize;
    font-weight: bold;
}

p.hero-para {
    font-size: 18px;
    line-height: 29px;
    color: white;
    font-weight: 300;
}

/* partner sec styling  */

.heading-2 {
    font-size: 40px !important;
    font-weight: bold;

}

.text-border {
    padding-bottom: 3px;
    border-bottom: 2px solid black;
    display: inline-block;
}

/* about page stylng  */

section.about-section {
    scroll-margin-top: 70px;

}

.about-content {
    padding-left: 9%;
}

.about-content h2 {
    margin-bottom: 25px;
}

.about-content h3 {
    margin-bottom: 20px;
    font-size: 29px;
    color: black;
    line-height: 46px;
}

.about-content ul.about-list {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4f4f4f;
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
    /* Remove padding */
}

.about-content ul.about-list li {
    position: relative;
    padding-left: 41px;
    margin-bottom: 15px;
}


.about-content ul.about-list li:before {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    /* Match the font size */
    color: #10A2E5;
    /* Match the text color */
}


/* product section  */


.product-sec {
    padding: 80px 0px;
    background: linear-gradient(to top, #0F6AE8, #10A2E5);
    scroll-margin-top: 70px;

}


/* testimonial section styoling  */




/********************* testi monial sec styling  *********************/


section.test-sec {
    padding: 80px 0px;
    background: linear-gradient(to top, #0F6AE8, #10A2E5);
    scroll-margin-top: 70px;

}

section.test-sec * {
    color: white !important;
}

.carousel-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: none;
}

.carousel-control-prev-icon:before,
.carousel-control-next-icon:before {
    content: '';
    font-family: FontAwesome;
    font-size: 2rem;
}

.carousel-control-prev-icon:before {
    content: '\f053';
    /* FontAwesome left arrow icon */
}

.carousel-control-next-icon:before {
    content: '\f054';
    /* FontAwesome right arrow icon */
}

.test-sec .carousel-item h5 {
    font-size: 20px;
    font-weight: 400;
}


.carousel-item p.text-muted {
    font-size: 18px;
    line-height: 30px;
    padding: 0px 125px !important;
}

.test-sec .carousel-item i {
    font-size: 25px;
}


/* *************** contact page styling ********************** */


/* ***************** Contact Page Styling ************************  */

.contact-form-sec {
    padding: 80px 0px;
    scroll-margin-top: 70px;
}

.form-field input,
.form-field textarea {
    border: none;
    border-bottom: 2px solid #0F6AE8;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-bottom: 11px;
    font-size: 18px;
    background-color: transparent;
}

.form-field input:focus,
.form-field textarea:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #212529;
    background-color: transparent;

}

.card-content a {
    font-weight: 400 !important;
    color: #595C5F !important;
}


.card-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0F6AE8;
    border-radius: 100%;
    font-size: 40px;
}

.card-icon i {
    color: white;
}

.contact-card-sec .card-body {
    padding: 24px;
    box-shadow: 2px -2px 21px lightgray;
}

.contact-card-sec .card.owner-card {
    border: none !important;
}

.contact-card-sec .owner-card .card-body {
    border: 5px solid #0F6AE8;
    border-radius: 20px;
}

.theme-btn-1 {
    background-color: #0F6AE8;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: none;
    padding: 10px 20px;
}


/* footer styling  */

footer {
    background-color: #040404;
}

.footer-logo {
    width: 100px;
    /* Adjust the size of the logo */
}

.btn-outline-light {
    border-color: #fff;
    color: #0F6AE8;
}

.btn-outline-light:hover {
    background-color: #0F6AE8;
    color: #000;
}




/* responsive styling  */

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {

    .hero-heading {
        font-size: 60px;
    }

    h3.about-title {
        font-size: 24px;
        line-height: 34px;
    }

    .about-content ul.about-list li:before {
        font-size: 22px;
    }

    .about-content ul.about-list li {
        padding-left: 36px;
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
    img.img-fluid.w-25 {
        width: 165px !important;
    }

    .hero-heading {
        font-size: 53px;
    }

    p.hero-title {
        font-size: 21px;
    }

    p.hero-para {
        font-size: 16px;
        line-height: 27px;
    }

    .hero-section {
        padding: 27% 0 14% 0;
    }

    .about-content {
        padding-left: 0%;
    }

    a.btn.btn-danger.fw-medium.text-decoration-none {
        font-size: 14px;
    }

}

@media only screen and (max-width: 991px) {
    li.nav-item {
        border-bottom: 2px solid #0F6AE8;
    }

    .about-content {
        padding-top: 40px;
    }

    a.btn.btn-danger.fw-medium.text-decoration-none {
        margin-bottom: 30px;
    }

    .contact-form {
        margin-bottom: 29px;
    }
}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 768px) {
    img.img-fluid.w-25 {
        width: 125px !important;
    }

    .hero-heading {
        font-size: 38px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 690px) {
    section.our-partner .container .row {
        flex-direction: column;
    }

    p.fs-5.text-center.mb-4 {
        font-size: 16px !important;
    }

    div.px-5 {
        padding: 0 !important;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 29px;
    }

    .contact-form-sec {
        padding: 80px 0px;
        scroll-margin-top: 70px;
    }

    footer p.mb-2.text-capitalize {
        font-size: 23px !important;
    }

    footer br {
        display: none;
    }

}

@media only screen and (max-width: 480px) {
    .hero-section {
        padding: 44% 0 19% 0;
    }

    p.hero-title {
        font-size: 17px;
    }

    p.hero-para {
        font-size: 13px;
        line-height: 24px;
    }


    .heading-2 {
        font-size: 32px !important;
    }

    h3.about-title {
        font-size: 21px;
        line-height: 31px;
    }

    .carousel-item p.text-muted {
        font-size: 18px;
        line-height: 30px;
        padding: 0px 5px !important;
    }

    .card.mb-4.owner-card .card-body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (max-width: 414px) {
    p.hero-title {
        font-size: 16px;
    }

    h3.about-title {
        font-size: 18px;
        line-height: 28px;
    }

    .about-content ul.about-list li {
        padding-left: 32px;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}


.cursor-pointer {
    cursor: pointer !important;
}