@media only screen and (min-width: 360px) and (max-width: 501px) {

nav{
    z-index: 999;
}
.nav-content{
    margin: auto;
    padding: 0px 30px;
    width: 80%;
    z-index: 999;
}

.navbar.sticky{
    padding: 3px 0px;
    z-index: 999;
    border-radius: 50px;
    margin-top: 2%;
    width: 95%;
    margin-right: 2.5%;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #e3e3e3;
}

.navbar .logo a img{
    width: 100px;
    height: auto;
    filter: brightness(0) invert(1);
}

.navbar.sticky .logo a img{
    filter: brightness(1) invert(0);
    padding-top: 15px;
    padding-bottom: 5px;
    width: 80px;
}

.section1{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section1 h1{
            font-size: 14vw;
            color: white;
            letter-spacing: 2px;
            font-family: 'Georgia', 'Times New Roman', serif;
            font-style: italic;
            text-align: center;
}

.section1 p{
        text-align: center;
        margin-top: 0%;
        font-size: 5vw;
        color: white;
        font-weight: 400;
        margin-top: -4%;
        text-align: center;
        width: 95%;
        margin-right: 2.5%;
        font-family: 'Georgia', 'Times New Roman', serif;
        font-style: italic;
}

.section2-cont{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    height: 100%;
    margin-top: 2%;
    margin-right: 5%;
    gap:40px;
}


.footer-cont{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 85%;
    height: 100%;
    margin-top:0%;
    margin-right: 7.5%;
    gap:80px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.copy-rights{
    width: 95%;
    margin-right: 2.5%;
    background-color: #252525;
    padding-top: 5px;
    padding-bottom: 5px;
}

.copy-rights p{
    text-align: center;
    color: white;
    opacity: 0.7;
    font-size: 17px;
}