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

}


.bold-title {
    font-size: 45px;
    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;
}

.bold-text-500 {
    font-weight: 500;
}

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

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

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

.grey-text {
    color: rgb(92, 92, 92);
}

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

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

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

.white-p {
    color: white;
}


.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: 110px;
    border-radius: 20px;
}

.land-flex-right-flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 15px 53px;
    border-radius: 70px;
    background-color: #ffc1075c;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.125);
}

.land-flex-right-flex-wrapper p {
    font-size: 50px;
    color: grey;
}

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

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

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

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

.container-1-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

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

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

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


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

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

.container-3-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}


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

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

.container-4-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

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

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

.container-5-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* footer */

footer {
    margin-top: 60px;
}

.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;
}


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


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


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

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

    .bold-text-500 {
        font-weight: 500;
    }

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

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


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

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

    .land-flex {
        display: block;
    }

    

    .try-free {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .try-free-btn {
        font-size: 13px;
    }

    .land-flex-right-flex-wrapper {
        padding: 5px 15px;
        max-width: 250px;
        max-height: 100px;
        margin: auto;
    }

    .land-flex-right-img {
        max-width: 60px;
    }

    .container-video {
        max-width: 100%;
    }

    .container-img {
        max-width: 100%;
    }

    .container-padding-margin-mobile {
        padding: 30px;
        margin-top: 40px;
    }

    .flex-bottom-margin {
        margin-bottom: 40px;
    }

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

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

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

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

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



    .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) {
    .try-free {
        margin-top: 30px;
    }

    .try-free-btn {
        font-size: 10px;
        padding: 10px 20px;
    }
}