.main-section {
        position: relative;
        width: 100%;
}

.header-image-section {
        position: relative;
}

.header-image-section-img {
        width: 100%;
        height: 100vh;
        display: block;
        opacity: 1;
}


/* style nav section */
.nav-section {
        width: 100%;
        margin-top: 0%;
        position: absolute;
        color: white;
        font-weight: bold;
        font-size: 16px;
        /* background-color: red; */
}


.right-section i {
        display: none;
}

.left-section-img {
        width: 20%;
        margin-left: 8%;
        margin-top: 5%;
        cursor: pointer;
}

.right-section {
        margin-top: 2%;
        text-align: right;
}

.right-section a {
        margin-right: 5%;
        cursor: pointer;
        color: white;
}

/* Overlay */
.overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Semi-transparent overlay */
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 16px;
        font-weight: bold;
}

.overlay h1 {
        font-weight: 600;
        font-size: 6.5rem;
        margin-top: -5%;
}




/* responsive break points */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 400px) {
        .header-image-section-img {
                width: 100%;
                height: 100vh;
                display: block;
                opacity: 1;
        }

        .nav-section {
                margin-top: -150%;
        }

        .right-section a {
                /* display: none; */
                margin-left: 140%;
        }

        /* .right-section i {
                display: flex;
                font-size: 2.5rem;
                margin-left: 170%;
                margin-top: -3%;
        } */

        .left-section-img {
                width: 100%;
                margin-left: 20%;
                /* margin-top: 5%; */
                cursor: pointer;
        }

        .overlay h1 {
                font-weight: 600;
                font-size: 2.0rem;
                margin-top: -5%;
                /* background-color: red; */
        }

        .bottom-sheet a {
                font-size: 3rem;
                color: black;
        }

}

@media (min-width: 400px) and (max-width: 575.98px) {
        .header-image-section-img {
                width: 100%;
                height: 100vh;
                display: block;
                opacity: 1;
        }

        .nav-section {
                margin-top: -150%;
        }

        .right-section a {
              margin-left: 140%;
              font-size: 2.2rem;
        }

        /* .right-section i {
                display: flex;
                font-size: 2.5rem;
                margin-left: 170%;
                margin-top: -3%;
        } */

        .left-section-img {
                width: 100%;
                margin-left: 20%;
                /* margin-top: 5%; */
                cursor: pointer;
        }

        .overlay h1 {
                font-weight: 600;
                font-size: 2.2rem;
                margin-top: -5%;
        }

        .bottom-sheet a {
                font-size: 3rem;
                color: black;
        }

}

@media (min-width: 576px) and (max-width: 575.98px) {
        .header-image-2-img {
                width: 100%;
                height: 100vh;
                display: block;
                opacity: 1;
        }

        .nav-section {
                margin-top: -150%;
        }

        .right-section a {
                display: none;
        }

        .right-section i {
                display: flex;
                font-size: 2.5rem;
                margin-left: 170%;
                margin-top: -3%;
        }

        .left-section-img {
                width: 100%;
                margin-left: 20%;
                /* margin-top: 5%; */
                cursor: pointer;
        }

        .overlay h1 {
                font-weight: 600;
                font-size: 2.5rem;
                margin-top: -5%;
        }

        .bottom-sheet a {
                font-size: 3rem;
                color: black;
        }



}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
        .nav-section {
                margin-top: -110%;
        }

        .right-section a {
                /* display: none; */
                margin-left: 140%;
                font-size: 2.2rem;
        }

        /* .right-section i {
                display: flex;
                font-size: rem;
                margin-left: 170%;
                margin-top: -3%;
        } */

        .left-section-img {
                width: 70%;
                margin-left: 20%;
                /* margin-top: 5%; */
                cursor: pointer;
        }

        .overlay h1 {
                font-weight: 600;
                font-size: 4.2rem;
                margin-top: -5%;

        }

        .bottom-sheet a {
                font-size: 3rem;
                color: black;
        }


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
        .nav-section {
                margin-top: -100%;
        }

        .right-section a {
             font-size: 2.2rem;
             margin-left: 150%;
             /* background-color: red; */
        }


        .left-section-img {
                width: 50%;
                margin-left: 20%;
                /* margin-top: 5%; */
                cursor: pointer;
        }

        .overlay h1 {
                font-weight: 600;
                font-size: 4rem;
                margin-top: -5%;
        }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

        .nav-section {
                /* background-color: red; */
                margin-top: -100%;
        }

        .right-section a {
                margin-left: 160%;
                font-size:20px;
                /* background-color: red; */
        }


        .left-section-img {
                width:40%;
                margin-left: 20%;
                /* margin-top: 5%; */
                cursor: pointer;
        }

        .overlay h1 {
                font-weight: 600;
                font-size: 4.5rem;
                margin-top: -5%;
        }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
        .nav-section {
                /* background-color: red; */
                margin-top: -50%;

        }

        .right-section a {

                font-size: 20px;
        }
}

/* Extra extra large devices (very large desktops, 1400px and up) */
@media (min-width: 1441px) {
        .nav-section {
                /* background-color: red; */
                margin-top: -40%;

        }

        .right-section a {
                 
                font-size:20px;
        }
}
/* Extra extra large devices (very large desktops, 1400px and up) */
@media (min-width: 2000px) {
        .nav-section {
                /* background-color: red; */
                margin-top: -50%;

        }

        .right-section a {
                 
                font-size:33px;
        }
}