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


.poppins {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

body {
    background: #222529;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
}

.btn-primary {
    color: #fff;
    /* background-color: #038403; */
    border-color: #038403;
    background: linear-gradient(91.06deg, #28A745 0.1%, #038403 100%);

}

.btn-primary:hover {
    color: #fff;
    background-color: #28A745;
    border-color: #2fbc50;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #28A745;
    border-color: #2fbc50;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(47 188 80 / 24%);
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2fbc50;
    border-color: #2fbc50;
}

.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(47 188 80 / 24%);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #038403;
    border-color: #038403;
    opacity: 0.65;
}


/* ======================= */

.header-section {
    background: #1D232C;
}

.header-section .nav-item .nav-link {
    color: #fff;
    font-family: "Poppins", sans-serif;
}

button.navbar-toggler {
    color: #fff;
    border-color: #fff;
}

section.banner-section {
    background-image: url(../img/banner.jpg);
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-heading h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 81px;
    text-transform: capitalize;
}

.banner-heading h1 span {
    color: #FCD621;
}

.banner-heading {
    position: relative;
}

.banner-heading .heading-top-img {
    position: absolute;
    right: 98%;
    bottom: 87%;
}

.banner-heading p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: justify;
}

.about-content span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FCD621;
}

.about-content h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
}

.about-content .sub-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

.about-content .description {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

section.about-section {
    padding: 100px 0 50px;
    background: #161b21;
}



.counter-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.counter-box h2 {
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 66px;
    line-height: 60px;
    text-align: center;
}

.text-pink {
    color: #e91e63;
}

.text-orange {
    color: #ff5722;
}

.text-purple {
    color: #673ab7;
}

.text-green {
    color: #4caf50;
}

.counter-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}



.heading-main h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
}

.heading-main p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}


section.product-section {
    padding: 75px 0;
}

.prodcut-card {
    text-align: center;
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 15px;
    height: 100%;
}

.prodcut-card img {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
}

.prodcut-card h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.prodcut-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.prodcut-card a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #038403;
}

.why-card-inner img {
    height: 58px;
    margin-bottom: 20px;
}

.why-card-inner h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FCD621;
}

.why-card-inner p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.why-card-inner {
    margin-bottom: 40px;
}


.why-section {
    background: #161B21;
    padding-top: 75px;
    position: relative;
    z-index: 0;
}

.why-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/why-bg.png);
    z-index: -1;
    background-size: cover;
}





.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 11%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.quote {
    font-size: 40px;
    color: #28a745;
    line-height: 1;
    margin-bottom: 20px;
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 26px;
}

.testimonial-user {
    margin-top: 10px;
}

.testimonial-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testimonial-user-name {
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #28a745;
}

.swiper-slide {
    margin-bottom: 50px;
}



.payment-content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
}

.payment-content h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FCD621;
}

.payment-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

section.payment-section {
    position: relative;
    background-image: url('../img/payment-bg.jpg');
}

.payment-content {
    position: relative;
}

img.arrow-icon {
    position: absolute;
    right: 0;
}

.payment-img {
    position: relative;
    top: 20px;
}



/* Footyer Section Start */
footer.footer {
    background: url('../img/footer-bg.png'), #000;
    color: #fff;
    padding: 50px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer a {
    text-decoration: none;
}

.footer-logo p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 20px 0;
    text-align: left;
}

.footer-logo ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-logo ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(176, 176, 176, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-size: 200% 200%;
    background-image: linear-gradient(to top, #1f2122 50%, transparent 50%);
    -webkit-transition: background-position 1000ms, color 1000ms ease, border-color 1000ms ease;
    -moz-transition: background-position 1000ms, color 1000ms ease, border-color 1000ms ease;
    -ms-transition: background-position 1000ms, color 1000ms ease, border-color 1000ms ease;
    -o-transition: background-position 1000ms, color 1000ms ease, border-color 1000ms ease;
    transition: background-position 1000ms, color 1000ms ease, border-color 1000ms ease;
}

.footer-logo img {
    width: 127.82px;
}

.footer-logo ul li a:hover {
    box-shadow: 0 0 10px rgb(82 190 229 / 24%);
    color: #000;
    border-color: #1f2122;
    background-image: linear-gradient(to top, #fff 51%, transparent 50%);
    background-position: 0 100%;
}

.footer-menu h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #FCD621;
    text-transform: uppercase;
}

.footer-menu h4::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgba(250, 172, 13, 1);
}

.footer-menu ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.footer-menu label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: left;
    display: block;
}

.footer-menu label span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
    display: block;
    margin: 10px 0 20px;
}

.footer-menu p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
}

.footer-menu form input {
    width: 100%;
    height: 50px;
    border-radius: 56px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

footer.footer .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    margin: 20px 0;
}

.footer-bottom p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.footer-bottom ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 1);
}

.footer-bottom ul {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.footer-menu form input:focus-visible {
    outline: 0;
    border: 1px solid rgba(250, 172, 13, 1)
}

/* Footer Section End */


@media (max-width:1199px) {
    section.banner-section {
        height: auto;
        padding: 40px 0;
    }

    .banner-heading h1 {
        font-size: 45px;
        line-height: 75px;
    }

    .about-content h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .why-card {
        height: 100%;
        display: flex;
        align-items: end;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .banner-heading h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-heading p {
        font-size: 14px;
        line-height: 25px;
    }

    .banner-heading .heading-top-img {
        right: 93%;
        bottom: 93%;
        width: 45px;
    }

    .heading-main h1,
    .about-content h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .heading-main h1 img {
        height: 22px;
    }

    .why-card {
        margin-bottom: 30px;
        height: auto;
    }

    .why-card-inner {
        text-align: center;
    }

    .payment-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .payment-content h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .payment-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .payment-section {
        padding-top: 30px;
    }

    .footer-bottom p {
        font-size: 13px;
        text-align: center;
    }

    .footer-bottom ul {
        justify-content: center;
    }

}