html {
    overflow-x: hidden;
}

header {
    min-height: 700px;
}

header img {
    position: absolute;
    z-index: -1;
}

.header-text {
    margin-top: 180px;
}

.question h1 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: Gilroy-Bold;
}

.header-text h1 {
    font-size: 72px;
    margin-bottom: 30px;
    font-family: Gilroy-Bold;
}

.header-text p {
    font-size: 20px;
    margin-bottom: 50px;
}

.header-buttons {
    margin-bottom: 60px;
}

.header-buttons a {
    margin-right: 30px;
}

.header-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.stats-container h1 {
    font-family: Gilroy-Bold;
}

header .col-6 img {
    height: 70%;
    max-height: 500px;
}

header .hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-container {
    min-height: 550px;
    margin-top: 75px;
}

.info-text,
.info-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-text h1 {
    font-size: 48px;
    font-family: Gilroy-Bold;
}

.info-text p {
    font-size: 16px;
}

.features {
    min-height: 1220px;
    border-radius: 100px 100px 0px 0px;
}

.features h1 {
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 48px;
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 0px 400px !important;
}

.feature-icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.feature-icon i {
    font-size: 35px;
}

.feature-container {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 22px;
}

.feature p {
    margin-bottom: 70px;
}

.feature {
    padding: 0px 50px !important;
}

/* a */

.trust p {
    text-align: center;
}

.trust h1 {
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 48px;
    margin-top: 160px;
    padding: 0px 300px !important;
}

.trust .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.trust .stars i {
    margin-right: 10px;
}

.trust {
    margin-bottom: 190px;
}

.swiper {
    width: 100%;
    height: 370px;
}

.dark .swiper .swiper-pagination-bullet {
    margin-top: 130px !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-card {
    width: 80%;
    height: 250px;
    border-radius: 20px;
    padding: 30px;
}

.trust-card .stars {
    justify-content: left;
    margin-bottom: 20px;
}

.trust-card h1 {
    margin: 0px;
    padding: 0px !important;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center !important;
    margin-bottom: 10px;
}

.trust-card p {
    text-align: center !important;
}

/* b */

.products p {
    text-align: left;
    margin-bottom: 45px;
    font-size: 20px;
}

.products h1 {
    text-align: left;
    font-family: Gilroy-Bold;
    font-size: 48px;
    margin-top: 100px;
    padding: 0px 300px !important;
}

.products {
    text-align: left !important;
}

.product-buttons p {
    height: 77px;
    width: 287px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 20px;
    margin: 10px;
}

.product-buttons div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.product-buttons {
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
}

.products-max {
    height: 1070px;
    margin-bottom: 60px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.product-card {
    border-radius: 20px;
    padding: 40px;
    text-align: center !important;
    margin-bottom: 30px;
}

.product-card .img {
    width: 215px;
    margin-bottom: 30px;
    text-align: right !important;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
}

.product-card h2 {
    font-family: Gilroy-Bold;
    text-align: center !important;
    font-size: 30px;
}

.product-card p {
    font-size: 18px;
    text-align: center !important;
    margin-bottom: 28px;
}

.product-card h1 {
    font-family: Gilroy-Bold;
    font-size: 64px;
    margin: 0px 0px 20px 0px;
    padding: 0px !important;
    text-align: center;
}

.product-btn {
    display: flex;
    justify-content: center;
    text-align: center !important;
    align-items: center;
    height: 55px;
}

.product-card p i {
    margin-right: 10px;
}

.product-open {
    height: 1200px;
}

.products-closed {
    height: 0px;
    overflow: hidden;
}

@media (max-width: 1000px) {
    header .col-6 {
        width: 100%;
    }
    header .hero-img {
        height: 400px;
    }
    .info-container .col-6 {
        width: 100%;
    }
    .features .col-4 {
        width: 50%;
    }
    .features h1 {
        padding: 0px !important;
    }
    .features {
        width: 100%;
    }
    .trust h1 {
        padding: 0px !important;
    }
    .products h1 {
        padding: 0px !important;
    }
    .product-buttons .col-3 {
        width: 50%;
    }
    .product-buttons .col-1 {
        width: 25%;
    }
    .products-row .col-4 {
        width: 100%;
    }
    .products-max {
        height: 2160px
    }
    html,
    body {
        overflow-x: hidden !important;
    }
    .footer-top .col-2 {
        width: 100%;
        text-align: center;
    }
    .features .col-4 {
        width: 100%;
    }
}