body {
    font-family: poppins;
    margin: 0;

}

.bold-title {
    font-size: 40px;
    font-weight: 600;
    max-width: 800px;
    margin: auto;
}


.bolder-title {
    font-size: 40px;
    font-weight: 600;
    max-width: 800px;
    margin: 0;
}

.extrabold-title {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
}

.medium-p {
    font-size: 20px;
    margin: 0;
    margin-top: 30px;
}

.semibold-title {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.yellow-text-small {
    color: #FFC007;
    margin: 0;
}

.bold-p {
    font-weight: 600;
}

.small-p {
    font-size: 13px;
}

.left-title {
    text-align: left;
}

.white-p{
    color: white;
}


.container-1-wrapper {
    background-color: #FEF3E1;
}

.container-1 {
    max-width: 1120px;
    margin: auto;
    padding: 60px 0px;
}

.container-1-flex-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    max-width: 1120px;
    margin: 50px auto;
}

.container-1-flex-box {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
}

.container-1-flex-box-icon {
    width: 30px;
    padding: 20px;
    background-color: #FEF3E1;
    border-radius: 10px;
}

.land-container-wrapper {
    padding: 60px 0px;
}

.land {
    max-width: 1120px;
    margin: auto;

}

.land-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


.small-icon {
    width: 20px;
    height: 20px;
}

.land-flex-left-bottom {
    display: flex;
    gap: 20px;
    align-items: center;
}

.land-flex-left-bottom p {
    font-size: 13px;
    font-weight: 500;
}

.try-free {
    margin-top: 30px;
    margin-bottom: 20px;
}

.try-free a {
    text-decoration: none;
}

.try-free-btn {
    background-color: #FFC007;
    border: 0;
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.try-free-btn img {
    width: 15px;
    height: 15px;
    rotate: 315deg;

}

.land-flex-right-img {
    max-width: 500px;
    border-radius: 20px;
}

.container-2-wrapper {
    margin-top: 100px;
}

.container-2 {
    max-width: 1120px;
    margin: auto;
}

.container-2-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}


.button-div {
    margin-top: 30px;
}

.button-div a {
    text-decoration: none;
}

.btn-with-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.know-more-btn {
    color: white;
    background-color: #262E32;
    padding: 15px 20px;
    border: 0;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
}

.know-more-btn img {
    width: 15px;
    height: 15px;
}

.container-img {
    max-width: 500px;
}

.container-3-wrapper {
    margin-top: 100px;
    background-color:#262E32;
    
}

.container-3 {
    max-width: 1120px;
    margin: auto;
    padding: 60px 0;
}

.container-3-title-flex {
    display: flex;
    max-width: 1120px;
    margin: auto;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}



#btn-right {
    rotate: 270deg;
    width: 20px;
    padding: 12px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 40px;
    cursor: pointer;
}

#btn-right:hover {
    background-color: black;
    transition: all 0.5s;
    border: 2px solid black;
}

#btn-left {
    rotate: 90deg;
    width: 20px;
    padding: 12px;
    border: 2px solid  rgb(255, 255, 255);
    border-radius: 40px;
    cursor: pointer;
}

#btn-left:hover {
    background-color: black;
    transition: all 0.5s;
    border: 2px solid black;
}

.container-3-scroll-flex-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
}

.container-3-scroll-flex-wrapper::-webkit-scrollbar {
    display: none;
}

.container-3-scroll-flex-box {
    width: 400px;
    flex: 0 0 calc(100% / 3 - 20px);
}

.container-3-scroll-flex-box-img {
    max-width: 100%;
    border-radius: 15px 15px 0px 0px;
}

.container-3-scroll-flex-box-bottom {
    padding: 30px;
    background-color: white;
    border-radius: 0px 0px 15px 15px;

}

.container-4-wrapper {
    margin-top: 100px;
}

.container-4 {
    max-width: 1120px;
    margin: auto;
}

.container-4-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-icon {
    width: 25px;
}

.container-4-flex-left-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.container-4-flex-left-flex-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.container-5-wrapper {
    margin-top: 60px;

}

.container-5 {
    max-width: 1120px;
    margin: auto;
}

.container-5-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.container-6-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-6 {
    max-width: 1120px;
    margin: auto;
    text-align: center;
}



.button-div-center {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.button-div-center a {
    text-decoration: none;
}

.trusted-companies {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
    gap: 60px;
    margin-top: 40px;
}

.trusted-company-img {
    height: 70px;
}

.container-trusted-companies {
    max-width: 1120px;
    margin: auto;
    text-align: center;
}


/* footer */


.footer-container {
    background-color: #161C28;

}

.footer-section {
    padding: 40px 0px;
    max-width: 1170px;
    margin: auto;
    color: white;
}

.footer-rows {
    display: flex;
    align-items: center;
}

.footer-row-1 {
    max-width: 650px;
}

.footer-title {
    font-size: 45px;
    margin-bottom: 20px;
}

.footer-icon-small {
    width: 20px;
    height: 20px;
}

.footer-subtitle {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.subscribe-btn {
    background-color: transparent;
    padding: 15px 50px;
    border: 2px solid #ffc107;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.footer-row-2-sections {
    display: flex;
}

.footer-row-2-sub-sections {
    margin-right: 30px;
}

.footer-row-2-section-1-top-1 {
    display: flex;
    max-width: 300px;
    align-items: center;
    gap: 10px;
}

.footer-row-2-section-1-top-2 {
    display: flex;
    max-width: 300px;
    align-items: center;
    gap: 10px;
}

/* responsiveness */


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



    .bold-title {
        font-size: 30px;
        font-weight: 600;
        max-width: 800px;
        margin: auto;
    }


    .bolder-title {
        font-size: 30px;
        font-weight: 600;
        max-width: 800px;
        margin: 0;
    }

    .extrabold-title {
        font-size: 35px;
        font-weight: 700;
        margin: 0;
    }

    .medium-p {
        font-size: 20px;
        margin: 0;
        margin-top: 30px;
    }

    .semibold-title {
        font-size: 25px;
        font-weight: 600;
        margin: 0;
    }

    .yellow-text-small {
        color: #FFC007;
        margin: 0;
    }

    .bold-p {
        font-weight: 600;
    }

    .small-p {
        font-size: 13px;
    }

    .left-title {
        text-align: left;
    }

    .land-container-wrapper {
        padding: 30px;
    }

    .land-flex {
        display: block;
    }

    .container-img {
        max-width: 100%;
        margin-top: 30px;
    }

    .land-flex-right-img {
        max-width: 100%;
        margin-top: 30px;
    }

    .container-1-wrapper {
        padding: 30px;
    }

    .container-1-flex-wrapper {
        display: block;
    }

    .container-1-flex-box {
        margin-bottom: 20px;
    }

    .container-2-wrapper {
        padding: 30px;
        margin-top: 50px;
    }

    .container-2-flex-wrapper {
        display: block;
    }

    .container-3-wrapper {
        padding: 30px;
        margin-top: 50px;
    }

    .container-3-title-flex-right {
        display: none;
    }

    .container-3-scroll-flex-wrapper {
        display: block;
    }

    .container-3-scroll-flex-box {
        width: 350px;
        margin: 30px auto;
    }

    .container-4-wrapper {
        padding: 30px 30px 0px 30px;
        margin-top: 50px;
    }

    .container-4-flex-wrapper {
        display: block;
    }

    .container-5-wrapper {
        padding: 0px 30px;
        margin-top: 0px;
    }

    .container-5-flex-wrapper {
        display: block;
    }

    .trusted-companies {
        display: grid;
        grid-template-columns: repeat(3, 80px);
        gap: 30px;
        max-width: 400px;
        margin: auto;
        place-items: center;
        padding-bottom: 30px;

    }

    .trusted-company-img {
        height: 40px;
    }

    .container-6-wrapper{
        padding: 30px;
    }



    .footer-rows {
        display: block;

        padding: 20px;
    }

    .footer-row-1 {
        text-align: center;
    }


    .footer-title {
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .subscribe-btn {
        margin-bottom: 20px;
    }

    .footer-row-2-sections {
        display: block;

    }
}

@media screen and (max-width:320px) {
    .container-3-scroll-flex-box {
        width: 260px;
        margin: 30px auto;
    }    
}