@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&family=Roboto:wght@100;400&display=swap');
@font-face {
    font-family: 'Brandon Grot';
    src: url('/style/Brandon Grot W01 Light.ttf');
  }
  
  @font-face {
    font-family: 'Gustatory';
    src: url('/style/Gustatory.ttf');
  }
  
body{
    background-color: rgb(241, 236, 228);
}
/* navbar */
nav{
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
    padding-left: 38px;
    position: relative;
    z-index: 1;
    }
    .nav-links{
    align-items: center;
    list-style: none;
    justify-content: space-between;
    display: flex;
    gap: 9rem;
    padding-right: 45px;
    font-size: large;     
    font-family: calibri;
    font-weight: 200;
  
    }
    
    .links>a{
    text-decoration: none;
    color: white;
    }     
    .links>a:hover{
    color: rgb(223, 168, 52);
    }
    .links{
    color:white;
    }
    .links:hover{
    color: rgb(223, 168, 52);
    }
    img{
    height: 100px;
    color: white;
    }
    .container1{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;    
    }
    .hero{
        position: relative;
        width: 100%;
        height: 100vh; /* Full viewport height */
        overflow: hidden;
    }
    .hero video{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        filter: brightness(0.7);
    }    

    /* content */ 
    .container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    p{
        font-family: calibri;
        font-weight: 200;
        font-style: normal;
          display: flex;
          text-align: center;
          width: 70%;
          font-size: larger;
          /* color: grey; */
    }
    
    /* main */

    .container2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .text{
        display: flex;
        align-items: self-start;
        flex-direction: column;
    }

    h1{
    font-family: brandon grot, sans-serif;
    font-weight: 700;
    letter-spacing: 0.15em;
    height: 20px;    
    }

    .text p{
    font-family: brandon grot, sans-serif;
    letter-spacing: 0.15em;
    text-align: start;
    font-size: larger;
    width: 980px;
    }
    
.video-wrapper {
    position: relative;
    width: 970px;
    height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .video-wrapper iframe {
    width: 970px;
    height: 365px;
    display: block;
    z-index: 1;
    position: relative;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    transition: opacity 1s ease;
  }
  
  .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.9;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    border-radius: 50%;
    padding: 20px 30px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .play-btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  #loadMoreBtn{
    font-family: Gustatory;
    font-size: xxx-large;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

    .scroll-arrow {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background-color: #333;
    color: white;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 50%;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
  }

  .scroll-arrow.show {
    opacity: 1;
    visibility: visible;
  }

  html {
    scroll-behavior: smooth;
  }

   
    /* footer */
footer{
    width: 100%;
    height: 300px;
    background-color: #E7E3D8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
footer img{
    height: 30px;
}
.footer_icon{
    display: flex;
    gap: 2rem;
}
.icon{
    transition: all 0.3s linear;
}
.icon:hover{
    transform: scale(1.5);
}
footer p{
    font-family: calibri ;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #564332;
    text-align: center;
    font-size: large;
    font-weight: 500;
}

/* Responsive styles */
@media (max-width: 786px) {

    .container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .container1{
    justify-content: flex-start;
  }

  .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-family: "brandon grot", sans-serif;
    letter-spacing: 0.15em;
    font-size: 25px;
    width: 100%;
    margin-bottom: 10px;
  }

  .text p {
    font-family: "brandon grot", sans-serif;
    letter-spacing: 0.15em;
    text-align: start;
    font-size: 12px;
    width: 100%;
  }

  .hero {
    position: relative;
    width: 100%;
  height: 450px;
    overflow: hidden;
  }

  .container2 {
    padding: 10px;
    align-items: center;
  }

  .video-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .video-wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .overlay img {
    object-fit: contain;
  }

  .play-btn {
    font-size: 40px;
    padding: 15px 20px;
  }

  #loadMoreBtn {
    font-size: x-large;
  }

.container p{
  font-size: 15px;
}

  .heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }

  .heading .h1 {
    margin: 0;
    font-size: xx-large;
    font-family: Andora-Modern-Serif;
  }

  .heading p {
    font-family: Calibri;
    font-size: larger;
  }
  .container1{
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
      .menu-toggle {
      display: none;
      font-size: 30px;
      color: white;
      cursor: pointer;
      padding: 10px;
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
    }
}
    .menu-toggle {
      display: none;
      font-size: 30px;
      color: white;
      cursor: pointer;
      padding: 10px;
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
        z-index: 10;
    }
    

    /* Responsive styles */
    @media (max-width: 768px) {
   nav {
    flex-direction: column;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    padding-top: 4rem;
    padding-right: 80px;
    width: 100%;
    font-family: calibri;

  }

  .nav-links.active {
    display: flex;
  }


footer{
    height: 300px;
    }
    footer p{
      font-family: calibri ;
      flex-direction: column;
            font-size: small;
    }
    }

