body {
    
    background: linear-gradient(
        135deg,
        #f0f8ff 0%,     /* Alice Blue (1% blue tint) */
        #f5fbff 50%,    /* 0.5% warmer blue */
        #ffffff 100%    /* Pure white */
      );
      background-attachment: fixed;
      min-height: 100vh;
    font-family: Arial, sans-serif;
    line-height: 1.6; 

}
.menu-btn{ 
    position:fixed;
    top: 20px;
    left: 20px;
font-size:40px;
background:none;
border:none;
cursor:pointer;
display:block;
z-index: 1000;
}
/*display is flex to make it aligned horisontally /vertically*/
#nav-links{
    display:flex;
    flex-direction:column;
    position:fixed ;
    top:0px;
    width:300px;
    left:-350px;
    height:90vh;
    background-color:white;
    padding: 60px 20px;
    transition:left 0.5s ease;
    box-shadow: -2 0px 10px rgba(0, 0, 0, 0.2);
    z-index:1000;   
    overflow-y: auto;     
    max-height: 100vh;
}
#nav-links.show{
    left:0;
    
}

/*hide navlinks and show menu button on home screens*/
.close-btn{
font-size:20px;
    background:none;
    border:none;
    margin:none;
    cursor:pointer;
    position:absolute ;
    top:15px;
    left:20px;
}
.content-section{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 40px;
    gap: 40px;

}
.text-column{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-column h1{
    font-size :60px;
    font-weight: bold;
    margin-bottom: 0px;
    opacity: 50%;
    font-style: italic;
padding: 0px;
animation: float 2s ease-in-out infinite;
color: rgb(0, 0, 139);
}
.text-column h2{
    font-size: 32px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
   
    
}
.image-column{
    flex:1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    size: 40px;
}
.secondary-images{
    width: 50px;
    display:flex;
    gap:20px;
    grid-column: 1/span 2;
}
.secondary-images img{
   right: -100; 
    width: 600px;
    height: auto;
   object-fit:cover ;
   padding: 0px;
}
.Casa{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    opacity: 80%;
font-size: 60px;
font-weight: lighter;
font-stretch: 120%;
animation: float 2s ease-in-out infinite;
}
@keyframes float{
0%,100%{
    transform: translatey(0px);
}
    50%{
        transform: translatey(-10px);
    }
}
.Tastemakers{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    opacity: 80%;
    letter-spacing: 1.5px;
    max-width:500px;
    padding-left: 500px;
    padding-right:500px ;
}
a{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    opacity: 80%;
    padding: 20px; 
    text-decoration: none;
    color: inherit;
}
a:hover{
color:grey;
opacity: 80%;
text-decoration: none;
}
.submenu{
font-size:13px;
text-align: left;
margin-top: -30px;
margin-left:30px;
}
hr{
    border-color: black;
}
.oasis{
    padding-left: 200px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
    opacity: 80%;
    margin-top: -50px;
}
.location{
    padding-left: 200px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    opacity: 80%;
font-size: 60px;
font-weight: lighter;
font-stretch: 120%;
animation: float 2s ease-in-out infinite;
}
@keyframes float{
0%,100%{
    transform: translatey(0px);
}
    50%{
        transform: translatey(-10px);
    }
}
.gem{
    font-family: 'Montserrat', serif; 
    text-align:left;
    padding-right: 800px;
    font-size: 20px;
    padding-left: 300px;
    position: relative;
    letter-spacing: 2px;
    font-kerning: 6px;
    font-weight: heavy;
    opacity: 70%;
}

#imganimation{
    height: 100vh;
    overflow: hidden;
    transition: height 0.6s ease;
    position: relative;
}
#imganimation img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    padding-top: 20px;
padding-bottom: 20px;
padding-right: 300px;
padding-left: 200px;
margin-left: -80px;
transition: transform 0.6s ease;
}
.brown-sidebar{
    width: 250px;
    height:100%;
    background: gray;
    opacity: 20%;
    position: absolute;
    margin-left:30px;
    left: 0;
    top: 0;
    bottom:0;
}
.room-features{
    font-weight: heavy;
    padding-top: 20px;
    padding-left: 300px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    opacity: 100%;
font-size: 30px;
font-stretch: 120%;
animation: float 2s ease-in-out infinite;
margin-left: 10px;
margin-bottom: 10px;
}
@keyframes float{
0%,100%{
    transform: translatey(0px);
}
    50%{
        transform: translatey(-10px);
    }
}
.stuff{
    font-family: 'Montserrat', serif; 
    text-align:left;
    padding-right: 800px;
    font-size: 20px;
    padding-left: 300px;
    position: relative;
    letter-spacing: 1.5px;
    font-kerning: 10px;
    font-weight: heavy; 
    opacity: 70%;
}
.sidebar{
    position:relative
}
.Azure-suite{
    padding-left: 200px;
    padding-right: 100px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    opacity: 80%;
font-size: 50px;
font-weight: lighter;
font-stretch: 120%;
animation: float 2s ease-in-out infinite; 
}
.blue-sidebar{
    width: 250px;
    height:100%;
    background:linear-gradient(135deg,
    #0a3d62 0%,    /* Deep ocean blue */
    #079992 50%,   /* Electric teal */
    #00cec9 100%   /* Lighter cyan */
    );
    opacity: 10%;
    position: absolute;
    margin-left:30px;
    left: 0;
    top: 0;
    bottom:0;
}
.fade-in{
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn{
to {opacity: 1;}
}
#imganimation2{
    height: 50vh;
    overflow: hidden;
    transition: height 0.6s ease;
    position: relative;
}
#imganimation2 img{
    height: 5;
    object-fit: cover;
    width: 50%;
    padding-top: 20px;
padding-bottom: 20px;
padding-right: 300px;
padding-left: 600px;
margin-left: -80px;
transition: transform 0.6s ease;
opacity: 0;
animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn{
to {opacity: 1;}
}
.submenu2{
    font-size:30px;
    text-align: left;
    margin-top: -30px;
    margin-left:100px;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn{
to {opacity: 1;}
    }
@media (max-width: 768px) {
    #nav-links {
        width: 40%;
        left: -1000; /* hide off screen */
        font-size: 18px;
        height:90vh;
    }

    #nav-links.show {
        left: 0; /* visible when toggled */
    }

    .content-section {
        flex-direction: column;
        padding: 10px;
        gap: 20px;
    }

    .image-column {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .secondary-images img {
        width: 100%;
        height: auto;
    }

    #imganimation img,
    #imganimation2 img {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .brown-sidebar,
    .blue-sidebar {
        display: none;
    }

    .Tastemakers,
    .oasis,
    .gem,
    .stuff,
    .room-features {
        padding-left: 20px;
        padding-right: 20px;
    }

    .Azure-suite,
    .location,
    .Casa {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

