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

@media (max-width: 1024px) {
    .features .containtbox {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    section {
        padding: 20px;
    }

    .section-title h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .section-title p {
        font-size: 16px;
    }

    #footer {
        text-align: center;
    }

    #footer .footer_desc .footer_social {
        margin-bottom: 50px;
    }

    #footer .footer_desc ul li i {
        font-size: 34px;
    }

    #footer .footer_desc h3 {
        margin: 40px 0px 20px 0px;
    }

    .home {
        text-align: center;
    }

    .home .hometext {
        position: relative;
        width: 100%;
        left: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        padding: 150px 10px 50px 10px;
    }

    .home .hometext h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .home .hometext p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .home .hometext .btn-download {
        width: 48%;
        height: auto;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .home .hometext .btn-download img {
        width: 100%;
    }

    .home .homebanner {
        height: auto;
        width: 80%;
        position: relative;
        right: unset;
        bottom: unset;
    }

    .features .containtbox {
        margin-bottom: 20px;
    }

    .howitworks {
        background-size: contain;
    }

    .reviews .containtbox h4 {
        font-weight: 700;
        font-family: Inter-Bold;
        font-size: 32px;
        margin: 25px 0px 0px 0px;
    }

    .screenshots {
        padding: 20px;
    }

    .pricing:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--grayLightColor);
        background-image: none;
    }

    .pricing .contentbox {
        margin-bottom: 25px;
    }

    .subscribetonewsletter .containtbox h5 {
        font-size: 28px;
    }

    .subscribetonewsletter .containtbox input {
        padding: 0px 25px;
        height: 50px;
    }

    .subscribetonewsletter .containtbox button {
        height: 50px;
        padding: 0px 20px;
    }

    .contact .contactinfo {
        padding: 30px;
    }

    .contact .contactform {
        padding-top: 25px;
    }

    .screenshotSlider .slick-track {
        padding: 70px 0px;
    }

    .screenshotSlider .item img {
        width: 78%;
    }

    .screenshotSlider:after {
        width: 110%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

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

}