/* -------------------------------- */
@media screen and (max-width: 1024px) {
    /* ----- HEADER SECTION ----- */
    .nav-left img{
        width: 160px;
    }

    .list li a{
        padding: 0 10px;
        font-size: 1.1rem;
    }

    /* HOME SECTION */
    .mySwiperHome .caption {
        width: 80%;
        font-size: 26px;
    }
}

@media screen and (max-width: 965px){
    /* SERVICES SECTION */
    .left-text h1{
        font-size: 50px;
    }
}
/* -------------------------------- */
@media screen and (max-width: 911px) {
    /* ----- HEADER SECTION ----- */
    .nav-left img {
        width: 150px;
    }

    .list li a {
        font-size: 1rem;
    }

    /* SERVICES SECTION */
    .left-text h1{
        font-size: 45px;
    }
}

/* -------------------------------- */
@media screen and (max-width: 844px) {
    body {
        overflow-x: hidden;
    }

    /* STICKY SECTION */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: whitesmoke;
        z-index: 1000;
        transition: top 0.3s;
    }

    /* ----- HEADER SECTION ----- */
    #navbar {
        flex-direction: row;
        border-bottom: 1px solid grey;
        padding: 10px;
    }

    .list {
        width: 100%;
        height: 55vh;
        background-color: goldenrod;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        top: 7.6rem;
        left: 100%;
        transition: all 1s ease-in;
        border-bottom: none;
    }

    .list li a {
        color: #fff;
    }

    #check {
        display: none;
    }

    .CheckBtn {
        display: block;
        margin-top: 10px;
    }

    #check:checked~ul {
        left: 0%;
    }

    /* HOME SECTION */
    #home {
        height: 80vh;
        margin-top: 134px;
    }

    /* SERVICES SECTION */
    #services{
        padding: 20px 30px;
    }

    .s-container{
        padding: 48px 0px;
    }

    .left-text h1{
        font-size: 40px;
    }

    .right-text {
        text-align: center;
    }

}

/* -------------------------------- */
@media screen and (max-width: 769px) {
    /* HOME SECTION */
     .mySwiperHome .caption{
        font-size: 24px;
    }

    /* ABOUTUS SECTION */
    #wedding-section {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    /* SERVICES SECTION */
    #services {
        padding: 20px;
    }

    .s-container {
        padding: 10px;
    }

    .right-text {
        max-width: 100%;
    }

    .left-text h1 {
        font-size: 35px;
    }

    .mySwiperServices .swiper-slide {
        width: 185px !important;
        height: 220px;
    }
}

/* -------------------------------- */
@media screen and (max-width: 695px) {
    /* SERVICES SECTION */
    #services{
        height: 100vh;
    }

    .left-text{
        min-width: 100%;
        text-align: center;
    }

    .right-text .links{
        justify-content: center;
    }
}

/* -------------------------------- */
@media screen and (max-width: 575px) {

    /* HOME SECTION */
    .mySwiperHome .caption {
        width: 90%;
        font-size: 22px;
    }

    /* ABOUTUS SECTION */
    .image-container {
        max-width: 350px;
    }

    /* SERVICES SECTION */
    #services {
        padding: 10px;
    }

    .mySwiperServices .card-icon a {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    /* TESTIMONIAL SECTION */
    .mySwiperTestinomal .testimonial-card {
        text-align: center;
    }

    .mySwiperTestinomal .testimonial-content {
        padding: 0 15px;
    }

}

/* -------------------------------- */
@media screen and (max-width: 475px) {

    /* HOME SECTION */
    #home {
        padding: 10px;
    }

    .mySwiperHome .caption {
        width: 100%;
        font-size: 18px;
        padding: 12px;
    }

    /* ABOUTUS SECTION */
    #wedding-section {
        padding: 30px 5%;
    }

    .image-container {
        max-width: 300px;
        flex: 1 1 305px;
    }

    .text-content h1 {
        font-size: 2.5rem;
    }

    .button-group {
        justify-content: center;
    }

    /* SERVICES SECTION */
    .top-section {
        gap: 20px;
    }

    .left-text h1 {
        font-size: 35px;
    }

    .mySwiperServices .swiper-slide {
        width: 192px;
        flex-shrink: 0;
    }
}

/* -------------------------------- */
@media screen and (max-width: 426px) {

    /* HOME SECTION */
    .mySwiperHome .caption {
        font-size: 16px;
        padding: 10px;
    }

    /* ABOUTUS SECTION */
    .image-container {
        max-width: 250px;
        flex: 1 1 255px;
    }

    .text-content h3 {
        font-size: 1rem;
    }

    .text-content h1 {
        font-size: 2rem;
        text-align: center;
    }

    .text-content h2 {
        font-size: 1.3rem;
        text-align: center;
    }

    .button-group button {
        padding: 12px 20px;
        font-size: 0.85rem;
    }
}

/* -------------------------------- */
@media screen and (max-width: 376px) {

    /* ABOUTUS SECTION */
    .text-content h3 {
        font-size: 0.90rem;
    }

    .text-content h1 {
        font-size: 1.5rem;
    }

    .text-content h2 {
        font-size: 2rem;
    }

    /* SERVICES SECTION */
    .s-container {
        padding: 0px;
    }

    .left-text h1 {
        font-size: 30px;
    }

    /* FOOTER SECTION */
    .footer-section {
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 2rem;
    }
}

/* -------------------------------- */
@media screen and (max-width: 321px) {

    /* HOME SECTION */
    .mySwiperHome .caption {
        font-size: 14px;
        padding: 8px;
    }

    /* ABOUTUS SECTION */
    .text-content h3 {
        text-align: center;
    }

    /* SERVICES SECTION */
    .top-section {
        padding: 0;
    }

    .left-text h1 {
        font-size: 26px;
    }

    .right-text p {
        font-size: 14px;
    }

    .right-text .links {
        justify-content: space-between;
    }
}