body, html {
    font-family: poppins;
    scroll-behavior: smooth;
    cursor: url(''),auto;
    margin: 0;
    height: 100%;
  
  }
  body a {
    font-family: poppins;
  }
  
  :root {
      --primary-color: #845644;
      --secondary-color: #F4EBDD;
      --third-color: #BAA291;
  
  }
  
  /* top section */
  .section1{
    height: 100vh;
  }
  
  header nav.mobile {
    display: block;
    text-align: right;    
    background-color: transparent;
  
  
  }
  header nav.mobile .active {
    background-color: transparent;
  }
  
  header nav.mobile .hamburger {
    display: inline-block;
    cursor: pointer;
    z-index: 110;
  
  }
  
  header nav.mobile .hamburger.active {
    display: inline-block;
    cursor: pointer;
    z-index: 110;
    position: relative;
  }
  
  header nav.mobile .hamburger.active span:nth-child(1) {
    display: none;
  }
  
  header nav.mobile .hamburger.active span:nth-child(2) {
    transform: rotate(180deg) ;
  }
  
  header nav.mobile .hamburger.active span:nth-child(3) {
    display: none;
  }
  
  header nav.mobile .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 5px 0;
    border-radius: 2.5px;
    transition: 1s;
  }
  header nav.mobile .hamburger.active span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 10px 0;
    border-radius: 2.5px;
  }
  
  
  
  header nav.mobile ul {
    display: none;
    list-style-type: none;
    line-height: 2rem;
  
    
    
  }
  
  
  header nav.mobile ul.show {
    display: block;
    position: absolute;
    background: whitesmoke;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 500vh;
    text-align: center;
    padding-top: 20vh; 
    margin: 0;
    z-index: 100;
    animation: mymove 1s forwards;
    width: 100%; 
    padding-left: 0; 
    padding-right: 0; 
    }
    
  
  
  
  @keyframes mymove {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
    
  }
  
  header nav.mobile ul.show li {
  
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  text-align: center;
  font-size: 18px;
  
  }   
  
  header nav.mobile ul.show li a {
    text-decoration: none;
    color: var(--primary-color);
  }
    
  
  
    header nav.desktop {
      display: none;
  }
  
  /* .headerimgnav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  } */
  
  #headerimgnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  
  #headerimgnav img {
    width: 110px;
    height: 90px;
  }
  
  .hamburger {
    margin-right: 20px;
  
  
  }
  
  #background-video {
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.8;  
  }
  
  
  
  .homes1{
    border-bottom: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 30px;
   
  }
  .homes2{
    margin-top: -15px;
    color: var(--secondary-color);
    font-weight: normal;
    
  }
  
  #bookbutton1 {
    color: var(--secondary-color);
    background-color: var(--third-color);
    border-radius: 5px;
    padding: 10px;
    margin: 80px;
    margin-top: -20px;
  }
  
  .home2 {
    background-color: transparent;
    padding: 10px;
  }
  
  .hometext {
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
  }
  
  .home2 a {
    text-decoration: none;
    background-color: var(--secondary-color);
    padding: 10px;
    color: var(--primary-color);
    display: block;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    border-radius: 5px;
  }
  .home2 a:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: scale(1.1);
    transition: transform 0.3s, background-color 0.3s, color 0.3s;
  }
  
  /* get to know about us */
  
  
  #section2 img {
    margin-top: 10px;
    transition: transform 1s ease-in-out;
    width: 400px;
    height: auto;
    border-radius: 5px;
  
  }
  
  #section2 {
    background-color: var(--secondary-color);
    padding: 20px;
    text-align: right;
    overflow: hidden;

  }
  #section2 h1 {
    color: var(--primary-color);
  }
  
  #section2 p {
    color: var(--primary-color);
  }
  

  
  #section2 a{
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 10px;
  }


  

  
  /* gallery */
  #section3 {
    background-color: var(--primary-color);
    padding: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .aboutgallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .aboutgallery img {
    width: 300px;
    height: auto;
    border-radius: 5px;
  }

  
  /* get in touch */
  
  .section5 {
    background-color: var(--secondary-color);
    padding: 10px;
  
  }
  .section5 h1 {
    color: var(--primary-color);
  }
  
  
  .groupsocials {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }
  
  .squareone img {
    width: 50px;
    height: 50px;
  }
  
  .squaretwo img {
    width: 50px;
    height: 50px;
  }
  
  .squarethree img {
    width: 50px;
    height: 50px;
  }
  .section5 li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--primary-color);
  }
  
  
  #footercopywrite {
    text-align: center;
    color: var(--primary-color);
    padding: 10px;
    font-size: 12px;
    border-top: 1px solid var(--primary-color);
    margin-top: 25px;
  }
  
  
  @media screen and (min-width: 1440px) {
    /* General Styles */
    body, html {
        font-size: 18px; /* Adjust font size for desktop readability */
        line-height: 1.6;
    }
  
    .section2, .section3, .section4, .section5 {
        margin: 0 auto; /* Center sections */
        padding: 5vw;
   
    }
    .section1 {
      padding: 40px;
    }
    .section5 {
      padding: 40px;
    }
    .section2 h1, .section2 p, .section2 button, .section2 img {
      
        margin: 0 auto;
    }
    .desktop {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
    }
    header nav.desktop ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    
    }
  
    header nav.desktop ul li {
        display: inline-block;
        padding: 10px 20px;
    }
  
    header nav.desktop ul li a {
        text-decoration: none;
        color: var(--primary-color);
        font-size: 18px;    
    
    }
  
    header nav.desktop ul li a:hover {
        color: var(--secondary-color);
        background-color: var(--primary-color);
        border-radius: 5px;
        padding: 15px;
        transition: color 0.3s;
    }
    header nav.desktop {
        display: block;
    }
  
    header nav.mobile {
        display: none;
    }
    .topdesknav {
        padding: 20px 40px;
        background-color: var(--secondary-color);
        border-radius: 5px;
    }
    .groupsocialsdesk {
      display: flex;
      gap: 20px;
      margin-left: 20px;
  
    }
    .squareonedesk img, .squaretwodesk img, .squarethreedesk img {
        width: 40px;
        height: 40px;
    }
  
  
    /* Header Adjustments */
    #headerimgnav {
        justify-content: space-between;
        padding: 20px 40px;
    }
  
    #headerimgnav img {
        width: 150px;
        height: auto;
   
    }
    #logodesknav {
      width: 250px;
      height: auto;
      margin: 0 auto; /* Center the element horizontally */
      margin-left: 350px;
    }
  
    /* Typography */
    h1 {
        font-size: 48px;
    }
  
    p {
        font-size: 16px;
    }
    .aboutgallery {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .aboutgallery img {
      width: 300px;
      height: auto;
      border-radius: 5px;
    }
  
    /* Buttons */
    #bookbutton1, #button1, #button2 {
        padding: 15px 30px;
        font-size: 16px;
    }
  
    /* Gallery */
    /* .maingallery {
        max-width: 800px;
        max-height: 400px;
        margin: 0 auto;
    } */
  
    /* Get in Touch Section */
    .groupsocials {
        justify-content: flex-end;
        gap: 80px;
        margin-top: auto;
        margin-bottom: auto;
    }
  
    .squareone img, .squaretwo img, .squarethree img {
        width: 100px;
        height: 100px;
    }
  
    /* Footer */
    #footercopywrite {
        font-size: 14px;
    }
  }
  