/* Mobile styles */
@media screen and (max-width: 768px) {
    body {
        background-image: none;
    }
    

    .navbar__menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #0A1A46;
        flex-direction: column;
        align-items: center;
        display: none;
        gap: 15px;
        padding: 20px 0;
        border-top: 1px solid #244DFE;
    }

    .navbar__menu.active {
        display: flex;
    }

    .navbar__toggle {
        display: flex;
    }

    .buttons-nav {
        gap: 10px;
    }

    .lang-menu {
        top: 45px;
    }
}

@media screen and (max-width: 768px) {
    .main__container {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 50vh;
    }

    .main__content {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content h1 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .main__content h2 {
        font-size: 1.5rem;
    }

    #main__img {
        height: 80%;
        width: 70%;
    }

    #pargh {
        font-size: 2rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .main__content h1 {
        font-size: 1.2rem;
        margin-top: 2rem;
    }

    .main__content h2 {
        font-size: 1.3rem;
    }

    #main__img {
        height: 80%;
        width: 100%;
    }


    #pargh {
        font-size: 2rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .main__content h1 {
        font-size: 1rem;
        margin-top: 2rem;
    }

    .main__content h2 {
        font-size: 1rem;
    }

    #main__img {
        height: 80%;
        width: 100%;
    }


    #pargh {
        font-size: 1.9rem;
        margin-left: 0;
    }
}


/* Second Layout mobile */

@media screen and (max-width: 768px) {
    .second__container {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 68vh;
    }

    .second__content h1 {
        padding-top: 20px;
        font-size: 3rem;
    }

    .second__content h2 {
        font-size: 1.3rem;
    }

    #second__img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 480px) {

    .second__content h1 {
        font-size: 2.5rem;
    }

    .second__content h2 {
        font-size: 1.3rem;
    }

    #second__img {
        width: 110%;
        height: 150%;
    }
}

@media screen and (max-width: 400px) {
    .second__container {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 50vh;
    }

    .second__content h1 {
        font-size: 2.6rem;
    }

    .second__content h2 {
        font-size: 1.2rem;
    }
}

/* Third layout mobile */
@media screen and (max-width: 768px) {
    .hr__third {
        display: none;
    }

    .third__container {
        display: grid;
        place-items: center;
        height: 60vh;
        z-index: 1;
    }

    .third__box {
        display: grid;
        grid-template-columns: auto;
    }

    .third__bg {
        padding: 100px 50px;
    }

    .hr__third {
        margin-top: 45vh;
    }
}

@media screen and (max-width: 480px) {
    .third__box {
        display: grid;
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 400px) {
    .third__box {
        display: grid;
        grid-template-columns: auto;
    }
}

/* Fourth Slide Layout mobile */
@media (min-width: 600px) {
    .slide {
        width: 50%;
    }
}

@media (min-width: 900px) {
    .slide {
        width: 33.3333%;
    }
}

@media screen and (max-width: 768px) {
    .slides-grid {
        display: grid;
        grid-template-columns: auto;
        width: 100%;
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media screen and (max-width: 480px) {
    .slider-title h1 {
        font-size: 2rem
    }
}

@media screen and (max-width: 400px) {
    .slider-title h1 {
        font-size: 1.8rem
    }
}

/* Review Section layout mobile */
@media screen and (max-width: 768px) {

    .grid__temple1,
    .grid__temple2,
    .grid__temple3 {
        display: grid;
        grid-template-columns: auto;
        row-gap: 12px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {}


/* Faqs SEction mobile */
@media screen and (max-width: 768px) {


    .faqs__container {
        width: 100%;
    }

    /* .faqs__grid1,
    .faqs__grid2,
    .faqs__grid3 {
        display: grid;
        grid-template-columns: auto;
    } */
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 400px) {}