@media(max-width:991px){
:root{

    --primary:#1357C5;
    --secondary:#56D4E7;
    --accent:#FFD54F;

    --dark:#14366B;
    --light:#FFFFFF;

    --text:#2C3E50;
    --muted:#6B7280;

    --radius:20px;

    --shadow:0 18px 40px rgba(0,0,0,.15);

}
.hero-container{

grid-template-columns:1fr;

text-align:center;

}

.hero-list{

display:inline-block;

text-align:left;

}

.nav-links{

display:none;

}

.nav-buttons{

display:none;

}

.mobile-menu{

display:block;

}

.hero h1{

font-size:42px;

}

.hero h2{

font-size:30px;

}

.hero-image{

margin-top:40px;

}

}

@media(max-width:576px){

.hero{

padding-top:120px;

}

.hero h1{

font-size:34px;

}

.hero h2{

font-size:24px;

}

.hero p{

font-size:16px;

}

.hero-buttons{

flex-direction:column;

}

.store-buttons{

justify-content:center;

flex-wrap:wrap;

}

.store-buttons img{

width:140px;

}

.hero-image img{

width:280px;

}

}

/*======================================================
FEATURE SECTION RESPONSIVE
======================================================*/

@media (max-width:991px) {

    .feature-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }

    .feature-image {
        order: 1;
    }

    .feature-content {
        order: 2;
    }

    .section-heading h2 {
        font-size: 34px;
    }
}

@media (max-width:480px) {

    .feature-section {
        padding: 80px 0;
    }

    .section-heading h2 {
        font-size: 28px;
    }

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

    .feature-card {
        padding: 22px;
    }

        .feature-card h3 {
            font-size: 20px;
        }
}

/*==================================================
Devices Responsive
==================================================*/

@media (max-width:991px) {

    .devices-showcase {
        height: 430px;
        margin-bottom: 40px;
    }

    .phone-device {
        width: 180px;
    }

    .tablet-device {
        width: 240px;
        left: 10%;
    }

    .watch-device {
        width: 90px;
        right: 15%;
    }
}

@media (max-width:768px) {

    .devices-showcase {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 15px;
        flex-wrap: wrap;
    }

        .devices-showcase::before {
            display: none;
        }

    .device {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
    }

    .phone-device {
        width: 140px;
    }

    .tablet-device {
        width: 180px;
    }

    .watch-device {
        width: 70px;
    }
}

@media (max-width:480px) {

    .phone-device {
        width: 120px;
    }

    .tablet-device {
        width: 150px;
    }

    .watch-device {
        width: 60px;
    }
}

/*==================================================
Translation Responsive
==================================================*/

@media(max-width:991px) {

    .translation-showcase {
        min-height: 430px;
        margin-top: 30px;
    }

    .translation-phone {
        width: 180px;
    }
}

@media(max-width:768px) {

    .floating-language {
        position: relative;
        display: inline-block;
        margin: 8px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .translation-showcase {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        min-height: auto;
    }

    .world-map {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        width: 90%;
    }

    .translation-phone {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        width: 170px;
    }
}

/*==================================================
Lifetime Responsive
==================================================*/

@media (max-width:991px) {

    .lifetime-showcase {
        height: 430px;
        margin-bottom: 40px;
    }

    .lifetime-phone {
        width: 190px;
    }

    .premium-card {
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
}

@media (max-width:768px) {

    .premium-card {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        margin-top: 25px;
        width: 100%;
        max-width: 320px;
    }

    .lifetime-showcase {
        height: auto;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }
}

@media (max-width:480px) {

    .lifetime-phone {
        width: 160px;
    }

    .premium-card {
        padding: 16px;
    }

        .premium-card h4 {
            font-size: 18px;
        }
}

/*==================================================
New Muslims Responsive
==================================================*/

@media (max-width:991px) {

    .new-muslims-showcase {
        min-height: 430px;
        margin-top: 40px;
    }

    .new-muslims-image {
        width: 320px;
    }

    .welcome-card {
        right: 50%;
        transform: translateX(50%);
        bottom: 10px;
    }
}

@media (max-width:768px) {

    .new-muslims-showcase {
        min-height: auto;
        flex-direction: column;
        padding: 20px 0;
    }

    .new-muslims-image {
        width: 260px;
    }

    .welcome-card {
        position: relative;
        right: auto;
        bottom: auto;
        transform: none;
        margin-top: 25px;
        width: 100%;
        max-width: 330px;
    }
}

@media (max-width:480px) {

    .new-muslims-image {
        width: 220px;
    }

    .welcome-card {
        padding: 18px;
    }

        .welcome-card h4 {
            font-size: 18px;
        }
}

/*=========================
Global Responsive
=========================*/

img {
    max-width: 100%;
    height: auto;
}

.feature-main-img {
    display: block;
    margin: auto;
}

.feature-grid {
    gap: 60px;
}

@media(max-width:991px) {

    .feature-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature-content {
        order: 2;
    }

    .feature-image {
        order: 1;
    }

    .feature-buttons {
        justify-content: center;
    }
}

@media(max-width:768px) {

    .hero h1 {
        font-size: 34px;
    }

    .feature-title {
        font-size: 32px;
    }

    .cta-box h2 {
        font-size: 32px;
    }

    .footer-grid {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media(max-width:480px) {

    .btn {
        width: 100%;
        margin-bottom: 12px;
    }

    .store-buttons {
        flex-direction: column;
        align-items: center;
    }

    .store-btn {
        width: 160px;
    }
}


/*======================================================
SECTION 01 - PHONE SHOWCASE RESPONSIVE
======================================================*/

@media (max-width: 768px) {
    .phones {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: flex-end !important;
        gap: 5px !important;
        margin: 20px auto 0 !important;
    }

    .phones img {
        display: block !important;
        flex: 0 0 auto !important;
        width: 30% !important;
        max-width: 105px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .phones img:nth-child(2) {
        width: 34% !important;
        max-width: 120px !important;
    }
}

@media (max-width: 480px) {
    .phones {
        gap: 3px !important;
    }

    .phones img {
        width: 29% !important;
        max-width: 80px !important;
    }

    .phones img:nth-child(2) {
        width: 34% !important;
        max-width: 95px !important;
    }
}
