body, html {
    width: 100%;
    overflow-x: hidden;
}



.About-main {
    text-align: center;
}
.main-hoh img {
    margin-top: 7rem;
    max-width: 15%;
    height: auto;
}

.about-p2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 55px;
    text-align: center;
    color: #B5A691;
}

.nav-a{
    border-right: 1px solid #B5A691;
    line-height: 3px;
}
.span-a a{
    display: flex;
    font-size: 10px;
    padding-left: 10px;
    color: rgba(199, 199, 199, 1);
}

.navbar {
    top: 0;
    position: sticky;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.5); /* Transparent white */
    backdrop-filter: blur(1px); /* Adds a blur effect */
    padding: 0 220px;
    z-index: 1000; /* Ensures it stays above other content */
}
    
    .nav-content {
        display: flex;
        align-items: center;
    }
    
    .nav-text {
        font-size: 9px;
        letter-spacing: 0.2em;
        color: #b1a292;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .nav-divider {
        margin: 0 9px;
        color: #b1a292;
        
        font-size: 12px; /* Adjust the size of the divider */
        line-height: 1;  /* Adjust the spacing */
        transform: scaleY(0.8); /* Scale the height down */

    }
    
    .nav-menu {
        font-size: 9px;
        letter-spacing: 0.2em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #e0e0e0;
    }
    
    .nav-animation {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
    
    .dot {
        width: 6px;
        height: 6px;
        margin: 0 3px;
        background-color: #e0e0e0;
        border-radius: 50%;
        animation: pump 1s infinite;
    }
    
    .dot:nth-child(2) {
        animation-delay: 0.2s;
    }
    
    .dot:nth-child(3) {
        animation-delay: 0.4s;
    }
    
    @keyframes pump {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.3);
        }
    }


    .main-sec{
        width: 37rem;
        margin: 14rem auto 0 auto;
        
    }
    .m-vertical img{
        width: 37rem;
        margin: 0 auto;
    }
    .j-hoh {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    
    .j-hoh img {
        width: 20rem;
    }
    .m-vertical h2{
        font-size: 2.7rem;
        margin: 0;
        font-family: 'Libre Baskerville', serif;
        font-weight: 200;
        line-height: 2.4rem;
       
        text-align: center;
        color: #B5A691;
        padding-top: -6px;
    }
    .m-vertical p{
        font-size: 0.9rem;
        margin: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 100;
        text-align: justify;
        color: #B5A691;
        padding-top: 3rem;
    }



      .show{
        margin-top: 180px;
      }
        header {
            margin: 20px 0;
          }


          .big-hoh p{
            font-size: 200px;
            color: rgb(232, 230, 230);
            font-weight: 400;
            line-height: 190px;
            font-family: 'Libre Baskerville', serif;
            text-align: center;
        }
          
          nav ul {
            list-style-type: none;
            padding: 0;
            display: flex;
            font-weight: 100;
            justify-content: space-between;
          }
          
          nav ul li {
            margin: 0 20px;
          }
          
          nav ul li a {
            text-decoration: none;
            color: #b8b8b8;
            font-size: 12px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
          }
          
          .connect {
            margin: 40px 0;
          }
          
          .connect p {
            color: #ae7d7a;
            font-size: 8px;
            letter-spacing: 2px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            text-align: center;
          }
          .big-hoh {
            width: 70%;
            margin: 0 auto;
          }
          
          .logo{
            width: 9rem; /* Adjust size as per logo */
            margin: 0 auto;
          }
          .logo img{
            width: 140px;
    
          }
          
          footer p {
            margin-top: 10px;
            font-size: 10px;
            color: #B5A691;
            letter-spacing: 2px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight: 100;
            text-align: center;
            padding-bottom: 30px;
          }
          .last-f{
    
            width: 80%;
            margin: -140px auto 0 auto;
          }


          @media screen and (max-width: 992px) {
        
            /* Make the navbar more mobile-friendly */
            nav ul {
                flex-direction: column; /* Stack menu items vertically */
                align-items: center;
                text-align: center;
            }
            .big-hoh {
                width: 85%;
                margin: 0 auto;
              }
        
            nav ul li {
                margin: 10px 0;
            }
        
            /* Adjust logo size */
            .logo img {
                width: 100px; /* Reduce logo size for mobile view */
            }
        
            /* Adjust button/link spacing for better touch experience */
            .back-L a {
                font-size: 15px;
                margin-top: 45px;
            }
        
            /* Make the content section padding responsive */
            .last-f {
                width: 95%; /* Reduce width for mobile */
                margin: 20px auto 0 auto;
            }
        
            .big-hoh p{
                
                font-size: 13rem;
                line-height: 10rem;
                
            }
            .navbar{
                padding-right: 50px;
            }
            .menu{
                display: none;
            }
            .logo{
                width: 9rem; /* Adjust size as per logo */
                margin: 10px auto 0 auto;
                position: relative;
              }
              .logo img{
                width: 9rem;
        
              }
              footer p {
                margin-top: 10px;
                font-size: 1rem;
                color: #B5A691;
                letter-spacing: 2px;
                font-weight: 100;
                text-align: center;
                padding-bottom: 30px;
              }
              body, html {
                width: 124%;
                overflow-x: hidden;
            }
              
        }
        
        @media screen and (max-width: 480px) {
          
        
            nav ul {
                padding: 0;
            }
            body, html {
                width: 132%;
                overflow-x: hidden;
            }
        }
        
        @media screen and (max-width: 853px) {
          
        .logo{
            width: 9rem;

        }
        .connect p{
            font-size: 5rem;
        }
        .big-hoh{
            width: 49rem;
        }
        .big-hoh p{
            font-size: 5rem;
            line-height: 4rem;
        }
        .connect p{
            font-size: 1rem;
        }
        body, html {
            width: 124%;
            overflow-x: hidden;
        }
            nav ul {
                padding: 0;
            }
        }

        @media only screen and (min-width: 853px) and (max-width: 991px) {
            /* Adjust image size for smaller screens */
            .main-hoh img {
                margin-top: 4rem; /* Reduce margin for smaller screens */
                max-width: 50%; /* Allow images to scale better on tablets */
            }
        
            .m-vertical img {
                width: 100%; /* Make images responsive */
            }
        
            .about-p2 {
                font-size: 35px; /* Reduce font size for readability */
            }
        
            .navbar {
                padding: 0 50px; /* Adjust padding for mobile */
            }
        
            body, html {
                width: 100%;
                overflow-x: hidden;
            }
            .nav-content {
                display: flex;
                text-align: center;
            }
        
            .nav-menu, .nav-divider, .nav-text {
                font-size: 12px; /* Increase font size slightly for readability */
                letter-spacing: 0.1em;
            }
            .connect p{
                font-size: 1.4rem;
            }
        
            .dot {
                width: 4px;
                height: 4px;
            }
        
            .m-vertical h2 {
                font-size: 3rem;
                line-height: 3rem;
            }
        
            .m-vertical p {
                font-size: 1.8rem;
                padding-top: 2rem; /* Reduce padding for smaller screens */
            }
        
            .big-hoh p {
                font-size: 10rem; /* Further reduce size for readability */
                line-height: 10rem;
            }
        }
        
        @media screen and (max-width: 768px) {
            /* Mobile adjustments */
            .main-hoh img {
                margin-top: 3rem; /* Further reduce margin */
                max-width: 70%;
            }
        
            .navbar {
                padding: 0 30px; /* Reduce navbar padding */
            }
        
            .about-p2 {
                font-size: 28px;
            }
        
            .m-vertical img {
                width: 100%; /* Ensure images scale properly */
                margin: 0 auto;
            }
        
            
            body, html {
                width: 124%;
                overflow-x: hidden;
            }
        
            .m-vertical p {
                font-size: 0.7rem;
            }
        
            .big-hoh p {
                font-size: 8rem; /* Further reduce size for small screens */
                line-height: 6rem;
            }
        
            footer p {
                font-size: 8px; /* Adjust font size for footer */
            }
        }
        
        @media screen and (max-width: 480px) {
            /* For smaller mobile screens */
            .main-hoh img {
                margin-top: 2rem;
                max-width: 90%;
            }
        
            .navbar {
                padding: 0 15px;
                height: 60px; /* Reduce navbar height */
            }
        
            .nav-menu, .nav-divider, .nav-text {
                font-size: 1.1rem;
            }
            body, html {
                width: 132%;
                overflow-x: hidden;
            }
        
            .dot {
                width: 3px;
                height: 3px;
            }
        
            .about-p2 {
                font-size: 3rem;
            }
        
            .m-vertical h2 {
                font-size: 2.6rem;
                line-height: 2.8rem;
            }
        
            .m-vertical p {
                font-size: 1.2rem;
                padding: 4rem;
            }
        
            .big-hoh p {
                font-size: 6rem;
                line-height: 5rem;
            }
        
            footer p {
                font-size: 1rem;
            }
        }
        


        @media only screen and (min-width: 1200px) and (max-width: 1400px) {
            .big-hoh p {
                font-size: 17rem;
                color: rgb(232, 230, 230);
                font-weight: 400;
                line-height: 13rem;
                font-family: 'Libre Baskerville', serif;
                text-align: center;
            }
            .big-hoh {
                width: 80%;
                margin: 0 auto;
            }
            .big-hoh p{
                font-size: 12rem;
                line-height: 10rem;
            }
        }

        @media screen and (max-width: 480px) {
            .big-hoh {
                width: 34rem;
            }
            .j-hoh img{
                width: 80%;
            }
        }
        .estate-sec{
            display: flex;
        }