@media screen and (max-width:1650px) {

    .outer{
        padding-top: 100px;
    }

    .imagine{
        font-size: 72px;
    }

    .outer-ratings{
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .outer-purple-space{
        margin-top: 40px;
    }

    .container-slider{
        width: 100%;
        justify-content: space-around;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-4{
        margin-top: 120px;
    }

}

@media screen and (max-width:1500px) {
    .header-title h1{
        font-size: 60px;
    }

    .outer{
        padding-top: 80px;
    }
    
    .outer-ratings{
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .container-ratings{
        padding: 12px 20px;
    }

    .outer-purple-space{
        margin-top: 30px;
    }

    .header-pop{
        margin-top: 90px;
    }

    .container-pop-screen{
        margin-left: 0px;
    }

    .outer-pop{
        padding-bottom: 150px;
    }

    .outer-setup{
        margin-top: 150px;
    }

    .container-setup{
        padding-left: 75px;
    }

    .imagine{
        font-size: 70px;
        line-height: 100px;
        padding-right: 75px;
        padding-bottom: 10px;
    }

    .img-div{
        width: 220px;
        height: 220px;
    }

    .img-div img{
        width: 220px;
        height: 220px;
    }

    .setup-text{
        padding-left: 20px;
    }

    .different h2 {
        font-size: 75px;
    }

    .different p {
        padding-top: 10px;
    }

    .outer-purple-space-2{
        padding: 150px 0px;
    }

    .container-brands{
        margin-top: 80px;
    }

    .container-purple-space-2{
        width: 100%;
        justify-content: center;
    }

    .purple-space-content-2{
        margin-right: 100px ;
    }

    .outer-slider{
        justify-content: center;
    }

    .container-slider{
        flex-wrap: wrap;
        width: 950px;
        justify-content: space-between;
    }

    .container-slider > .card:nth-child(2){
        order: 4;
        margin-right: 70px;
    }

    .card{
        margin-bottom: 10px;
    }

    .container-slider > .card-2:nth-child(2){
        order: 3;
        margin-left: 200px;
    }

    .card-2{
        margin-bottom: 15px;
    }

    .outer-copyright{
        padding: 40px 0px 30px;
    }

    :root{
        --faq-height : 140;
    }
}

@media screen and (max-width:1300px) {
    .header-title h1{
        font-size: 55px;
    }

    .outer{
        padding-top: 80px;
    }

    .imagine{
        font-size: 60px;
        line-height: 70px;
        padding-right: 50px;
        padding-bottom: 30px;
    }

    .img-div{
        width: 200px;
        height: 200px;
    }

    .img-div img{
        width: 200px;
        height: 200px;
    }
    
    .container-pop{
        width: 250px;
    }

    .btn-pop{
        padding: 5px 16px;
    }

    .screen{
        width: 702px;
        height: 468px;
    }

    .display-list img{
        height: 40px;
        width: 53px;
    }

    .layout{
        width: 100%;
        height: 100%;
    }

    .lightbox-pop{
        width: 400px;
        height: 300px;
    }

    .floating-bar-pop{
        width: 702px !important; 
        height: 80px !important;
    }

    .slide-in-pop{
        width: 360px;
        height: 207px;
    }

    .big-sidebar-pop{
        width: 200px;
        height: 100%;
    }

    .social-widgets-pop{
        width: 80px;
        height: 80px;
    }

    .different h2 {
        font-size: 58px;
    }

    .different p {
        padding-top: 10px;
        font-size: 20px;
    }

    .container-brands{
        margin-top: 50px;
        flex-wrap: wrap;
        width: auto;
    }

    .brand{
        width: 35%;
        margin-right: 0;
        justify-content: center;
    }

    .header-2{
        margin: 80px 0px;
        font-size: 50px;
    }

    .container-pricing{
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1000px) {
    .header-title h1{
        font-size: 50px;
        margin-bottom: 10px;
        line-height: 65px;
    }

    .header-text{
        font-size: 18px;
        padding: 0px 40px;
    }

    .header-pop{
        margin-top: 80px;
    }

    .header-pop h2{
        font-size: 50px;
        margin-top: 20px;
    }

    .header-pop p{
        font-size: 20px;
    }

    .outer-pop{
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .container-pop-screen{
        flex-direction: column;
    }

    .container-pop{
        width: 580px;
        order: 2;
        margin: 30px 0px 0px 0px;
    }

    .screen{
        width: 600px;
        height: 400px;
    }

    .layout{
        width: 100%;
        height: 100%;
    }

    .lightbox-pop{
        width: 320px;
        height: 240px;
    }

    .floating-bar-pop{
        width: 100% !important; 
        height: 70px !important;
    }

    .slide-in-pop{
        width: 270px;
        height: 156px;
    }

    .big-sidebar-pop{
        width: 150px;
        height: 100%;
    }

    .social-widgets-pop{
        width: 80px;
        height: 80px;
    }

    .mobile-whitespace{
        width: 200px;
    }

    .mobile-pop{
        width: 200px;
    }

    .outer-setup{
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }

    .container-setup{
        order: 2;
        padding-left: 0;
    }

    .imagine{
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 50px;
    }

    .img-div{
        width: 200px;
        height: 200px;
    }

    .img-div img{
        width: 200px;
        height: 200px;
    }

    .outer-brands{
        margin-top: 100px;
        padding-top: 120px;
    }

    .different h2 {
        font-size: 45px;
    }

    .different p {
        padding-top: 10px;
        font-size: 18px;
    }

    .purple-space-content-2{
        margin-right: 50px;
    }

    .container-slider{
        flex-direction: column;
        align-items: center;
    }

    .container-slider > .card:nth-child(2){
        order: 0;
        margin-right: 0;
    }

    .emoji-card{
        padding: 15px 45px;
    }

    .card{
        margin: 0 0 25px 0;
        width: 450px;
    }

    .container-slider > .card-2:nth-child(2){
        margin-left: 0;
    }

    .container-faq{
        width: 80%;
    }

    .faq-title{
        margin-top: 24px;
    }

    .container-copyright{
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .outer{
        padding-top: 60px;
    }

    .links-list li{
        margin: 0px 5px;
    }

    .links-list a{
        padding: 12px 8px;
    }

    .navbar-inner-container{
        padding: 0px 12px 0px 24px;
    }

    .header-pop{
        margin-top: 50px;
        margin-bottom: 0px;
        padding: 50px 0px;
    }

    .header-pop h2{
        font-size: 40px;
        line-height: 50px;
        padding: 0px 10px;
    }

    .header-pop p{
        padding: 10px 20px 0px;
        line-height: 20px;
        font-size: 18px;
    }

    .outer-pop{
        padding-bottom: 100px ;
        margin-top: 50px;
    }

    .container-pop{
        width: 460px;
        order: 2;
        margin: 30px 0px 0px 0px;
    }

    .screen{
        width: 480px;
        height: 320px;
    }

    .layout{
        width: 100%;
        height: 100%;
    }

    .lightbox-pop{
        width: 240px;
        height: 180px;
    }

    .floating-bar-pop{
        width: 100% !important; 
        height: 50px !important;
    }

    .full-screen-pop{
        transform: translate(-35px,40px) !important;
    }

    .slide-in-pop{
        width: 180px;
        height: 104px;
    }

    .big-sidebar-pop{
        width: 100px;
        height: 100%;
    }

    .social-widgets-pop{
        width: 60px;
        height: 60px;
    }

    .mobile-whitespace{
        width: 160px;
    }

    .mobile-pop{
        width: 160px;
    }

    .container-setup{
        order: 2;
        padding-left: 0;
    }

    .imagine{
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 50px;
        padding-right: 0;
    }

    .img-div{
        width: 160px;
        height: 160px;
    }

    .img-div img{
        width: 160px;
        height: 160px;
    }

    .outer-brands{
        margin-top: 100px;
        padding-top: 120px;
    }

    .different h2 {
        font-size: 45px;
        text-align: center;
        line-height: 50px;
    }

    .different p {
        padding: 15px 10px 0px 10px;
        font-size: 18px;
        text-align: center;
    }

    .shopify-img{
        width: 180px !important;
        height: 120px !important;
    }
    
    .wordpress-img{
        width: 180px;
        height: 46px;
    }

    .zapier-img{
        width: 165px;
        height: 72px;
    }

    .squarespace-img{
        width: 210px;
        height: 63px;
    }

    .outer-purple-space-2{
        padding: 120px 0px;
    }

    .container-purple-space-2{
        flex-direction: column;
    }

    .purple-space-content-2{
        margin: 0;
    }

    .purple-space-btn-2{
        margin-top: 30px;
        padding: 20px 50px;
    }

    .purple-space-text-2{
        padding: 0px 10px;
    }

    .header-2{
        font-size: 40px;
        text-align: center;
        line-height: 75px;
    }

    .header-3 h2{
        text-align: center;
        font-size: 60px;
        padding: 0px 100px;
        margin: 45px 0px;
    }

    .header-4{
        text-align: center;
        margin-bottom: 25px;
    }

    .header-4 h2{
        line-height: 60px;
    }

    .header-4 p{
        padding: 10px 30px;
    }

    .container-faq{
        width: 83%;
    }

    .container-copyright{
        flex-direction: column;
        align-items: flex-start;
    }

    .copyright-links{
        margin-top: 12px;
    }

    :root{
        --faq-height : 185;
    }
}

@media screen and (max-width:530px) {
    .links-list a {
        display: none;
    }
    
    .links-list button{
        display : block;
    }

    .outer{
        padding-top: 150px;
    }

    .header-title h1{
        font-size: 45px;
        padding: 0px 5px;
        line-height: 50px;
    }

    .header-text{
        margin-bottom: 30px;
        margin-top: 10px;
        padding: 0px 20px;
    }

    .text-part {
        display: none !important;
    }

    .ratings-community{
        margin-right: 0px;
    }

    .ratings-community div{
        width: 50px;
        height: 50px;
    }

    .ratings-community img{
        width: 50px;
    }

    .ratings-stars img{
        width: 120px;
    }

    .ratings-stars span{
        line-height: 20px;
        font-size: 14px;
    }

    .outer-purple-space{
        height: auto;
        padding: 50px 0px;
    }
    
    .container-purple-space h3{
        font-size: 35px;
        line-height: 42px;
        padding: 0px 15px;
    }

    .container-purple-space button{
        margin-top: 20px;
    }

    .header-pop{
        margin-top: 40px;
        margin-bottom: 0px;
        padding: 40px 0px;
    }

    .header-pop h2{
        font-size: 40px;
        line-height: 45px;
        padding: 0px 10px;
    }

    .header-pop p{
        padding: 15px 20px 0px;
        line-height: 20px;
        font-size: 18px;
    }

    .outer-pop{
        padding-top: 80px; 
        padding-bottom: 80px;
        margin-top: 40px;
    }

    .container-pop{
        width: 350px;
        order: 2;
        margin: 30px 0px 0px 0px;
    }

    .screen{
        width: 360px;
        height: 240px;
    }

    .layout{
        width: 100%;
        height: 100%;
    }

    .lightbox-pop{
        width: 180px;
        height: 135px;
    }

    .floating-bar-pop{
        width: 100% !important; 
        height: 40px !important;
    }

    .full-screen-pop{
        transform: translate(-25px,30px) !important;
    }

    .slide-in-pop{
        width: 160px;
        height: 92px;
    }

    .big-sidebar-pop{
        width: 80px;
        height: 100%;
    }

    .social-widgets-pop{
        width: 50px;
        height: 50px;
    }

    .mobile-whitespace{
        width: 120px;
    }

    .mobile-pop{
        width: 120px;
    }

    .outer-setup{
        margin-top: 75px;
    }

    .container-setup{
        padding: 0px 10px;
    }

    .imagine{
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 50px;
        padding: 0;
    }

    .setup-text{
        padding-left: 15px;
    }

    .setup-text h2 {
        font-size: 22px;
    }
    
    .text-div{
        font-size: 15px;
    }

    .img-div{
        width: 120px;
        height: 120px;
    }

    .img-div img{
        width: 120px;
        height: 120px;
    }

    .outer-brands{
        margin-top: 75px;
    }

    .outer-brands{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .container-brands{
        margin-top: 30px;
    }

    .different h2 {
        font-size: 45px;
        text-align: center;
        line-height: 50px;
    }

    .different p {
        padding-top: 15px;
        font-size: 18px;
        text-align: center;
    }

    .shopify-img{
        width: 140px !important;
        height: 93px !important;
    }
    
    .wordpress-img{
        width: 140px;
        height: 40px;
    }

    .zapier-img{
        width: 130px;
        height: 61px;
    }

    .squarespace-img{
        width: 160px;
        height: 55px;
    }

    .outer-purple-space-2{
        padding: 100px 0px;
    }

    .purple-space-title-2{
        text-align: center;
        line-height: 50px;
    }

    .purple-space-text-2{
        text-align: center;
        margin-top: 15px;
        font-size: 16px;
    }

    .purple-space-btn-2{
        padding: 20px 45px;
        font-size: 18px;
    }

    .header-2{
        font-size: 32px;
        line-height: 55px;
    }

    .card{
        width: 350px;
    }

    .header-3 h2{
        font-size: 48px;
        padding: 0;
    }

    .card-2{
        margin:  0px 0px 25px 0px;
    }

    .request-card{
        width: 300px;
        padding: 20px;
    }

    .collector-card{
        width: 310px;
        padding: 15px;
    }

    .newsletter-text{
        padding: 0;
    }

    .coupon-card{
        width: 320px;
        padding: 12px 20px 12px 0px;
    }

    .coupon-card:hover{
        transform: scale(1.02);
    }

    .coupon-card img{
        padding-right: 15px !important;
    }

    .coupon-card button{
        font-size: 16px;
    }

    .sale-text{
        margin-top: 8px;
    }

    .coupon-code{
        margin-top: 5px;
    }

    .coupon-get{
        margin-top: 15px;
    }

    .header-4{
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .pricing{
        width: 350px;
    }

    .clouds{
        margin-bottom: 8px;
    }

    .features div{
        margin-bottom: 22px;
    }

    .outer-faq{
        padding-bottom: 40px;
    }

    .container-faq{
        width: 88%;
    }

    .faq-title{
        font-size: 36px;
        margin: 12px 0px 36px;
    }

    .outer-copyright{
        padding: 30px 0px 20px;
    }
    
    .copyright-image{
        width: 60px;
        height: 60px;
    }

    .copyright-title{
        font-size: 18px;
    }

    .copyright-links{
        flex-direction: column;
        align-items: flex-start;
    }

    .copyright-links a {
        margin: 10px 0px 0px 0px;
    }

    :root{
        --faq-height : 240;
    }
}

@media screen and (max-width:370px) {
    .header-title h1{
        font-size: 40px;
        font-weight: 800;
        line-height: 40px;
    }

    .header-text{
        line-height: 28px;
    }

    .container-pop{
        width: 300px;
        order: 2;
        margin: 30px 0px 0px 0px;
    }

    .screen{
        width: 300px;
        height: 200px;
    }

    .layout{
        width: 100%;
        height: 100%;
    }

    .lightbox-pop{
        width: 150px;
        height: 113px;
    }

    .floating-bar-pop{
        width: 100% !important; 
        height: 32px !important;
    }

    .full-screen-pop{
        transform: translate(-15px,20px) !important;
    }

    .slide-in-pop{
        width: 133px;
        height: 76px;
    }

    .big-sidebar-pop{
        width: 65px;
        height: 100%;
    }

    .social-widgets-pop{
        width: 45px;
        height: 45px;
    }

    .mobile-whitespace{
        width: 100px;
    }

    .mobile-pop{
        width: 100px;
    }

    .imagine{
        font-size: 37px;
        line-height: 40px;
        margin-bottom: 50px;
        padding: 0;
    }

    .shopify-img{
        width: 120px !important;
        height: 80px !important;
    }
    
    .wordpress-img{
        width: 120px;
        height: 30px;
    }

    .zapier-img{
        width: 110px;
        height: 46px;
    }

    .squarespace-img{
        width: 140px;
        height: 42px;
    }

    .purple-space-title-2{
        font-size: 40px;
    }

    .header-2{
        font-size: 29px;
    }

    .card{
        width: 280px;
    }

    .header-3 h2{
        font-size: 43px;
    }

    .request-card{
        width: 280px;
    }

    .collector-card{
        width: 290px;
    }

    .coupon-card{
        width: 290px;
    }

    .header-4{
        margin-bottom: 30px;
    }

    .header-4 h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .header-4 p{
        font-size: 18px;
        padding: 10px 25px 0px;
    }

    .pricing{
        width: 320px;
    }

    .features div{
        margin-bottom: 20px;
    }

    .container-faq{
        width: 88%;
    }
}