@media only screen and (max-width: 962px) {
    .card-btn-set-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .section {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .gallery-container {
        margin-top: 10rem;
    }

    .footer-logo-container {
        margin-top: 6rem;
    }

    .footer-section img {
        bottom: -20rem;
    }
    
    
}

@media only screen and (max-width: 662px) {
    
    .home-hero{
        height: 60vh;
    }
    
    
    .cal-space {
    height: 3rem;
}
    
    .cal-features {
        margin-top: 5rem;
    }
    
    .features-col {
    margin-top: -60%;
}
    .main-features {
        margin: 0rem 1rem;
    }
    .cal-container {
        padding: 0rem;
    }

    .cal-hero-img {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        margin-bottom: 3rem;
    }

    .cal-btn {
        margin-top: 2rem;
    }

    .cal-maq {
        padding: 1rem 0rem;
    }
    
    #scroll-down-animation {
        bottom: 3rem;
    }

    .header {
        top: 2rem;
    }

    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none !important;
    }

    .top-7 {
        padding-top: 6rem;
    }

    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .card-btn-set-row {
        gap: 1rem;
    }

    .hero-content svg {
        width: 50%;
    }

    .lg-btn-set-row {
        gap: 1rem;
    }

    .footer-brand-logo {
        width: 50px !important;
    }

    .gallery-container {
        margin-top: 6rem;
    }

    .footer-section img {
        bottom: -6rem;
    }

    .footer-logo-container p {
        font-size: 0.8rem;
    }

    .lg-head {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    #loading-progress {
        font-family: "Serenity", "serif";
        font-size: 2rem;
    }

    .loading-progress-span {
        font-family: "Serenity", "serif";
        font-size: 2rem;
    }

    .news-letter-form {
        margin-top: 1rem;
    }

    .social-cta_socials__E7V_3 {
        margin-top: 1rem;
    }

    .slash {
        display: none;
    }

    .card-btn,
    .lg-btn {
        font-size: 1.5rem;
    }

    .rate-head {
        font-size: 1.5rem;
        gap: 1rem;
    }

    .rate-head i {
        font-size: 3rem;
        color: #ff38bb;
    }
}
