/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  
  body {
      background-color: #EEEEEC;
      font-family: "Neue Haas Grotesk Display Thin", sans-serif;
      color: #000000;
      margin: 0;
      font-weight: 200;
      padding: 0;
  }
  
  header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #EEEEEC;
      position: sticky;
      top: 0;
      z-index: 1000;
  }
  
  header h1 {
    font-family: 'Panchang Variable', sans-serif;
    font-weight: 400;
    font-size: 1.8vw;
  }
  
  #go-back {
      /* Match whatever styles you used for your h2 */
      font-size: 18px;     /* same as your h2 */
      font-weight: 200;
      font-family: "Neue Haas Grotesk Display Thin", sans-serif;
      margin-bottom: -5px;
      /* plus your existing button styles if you like */
      color: #000;
      border: 1.3px solid #000;
      background-color: #d4d4d470;
      border-radius: 50px;
      padding: 6px 15px;
      cursor: pointer;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 2000;
    }
  
    #go-back:hover {
      background-color: #28282A; /* White background on hover */
      color: #EEEEEC; /* Blue text on hover */
      border: 1.7px solid #031ba600; /* Keep blue outline */
    }
  
  .title-section {
      margin: 0;
      padding: 0;
    }
    
    .title-section h2 {
      font-family: 'Neue Haas Grotesk Display Pro Light', sans-serif;
      font-weight: 300;
      text-align: center;
      margin: 40px 0 20px 0;
      font-size: clamp(8px, 3vw, 17px); /* Responsive font size */
      line-height: 1.2;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
    
    .title-section .main-photo {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 20px 0;      /* Only bottom spacing; no horizontal margin */
    }

    .text-section h2 {
      font-family: 'Neue Haas Grotesk Display Pro Light', sans-serif;
      font-weight: 300;
      text-align: left;
      margin: 40px 0 20px 0;
      font-size: clamp(8px, 3vw, 17px); /* Responsive font size */
      line-height: 1.2;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
      
  
        @font-face {
          font-family: "Panchang Variable";
          src: url("./fonts/Panchang-Variable.woff2") format("woff2");
          font-weight: 100 900;
          font-style: normal;
      }

  

       /* Text Block */
  .description-block {
    flex: 1;
    max-width: 40vw; /* Adjust width relative to screen */
    padding-left: 5vw;
    margin-top: -15vh; /* Align with glued photo */
    margin-bottom: auto;
    z-index: 99999999999;
  }
  
  .description {
    font-size: 1em; /* Scale with screen size */
    line-height: 1.6;
    margin-left: 4.5vw;
  }
  .description1 {
   
    line-height: 1.6;
    margin-left: 50vw !important;
    font-size: 1em !important;
  }

  .description1-books {
    margin-top: 10vh;
    line-height: 1.6;
    margin-left: 50vw !important;
    margin-right: 7vw;
    font-size: 1em !important;
        }
        
  .description4 {
   
    line-height: 1.6;
    padding-right: 90vw;
    font-size: 2em !important;
    font-weight: 400 !important;

  }

  .description2 {
  padding-right: 0vw;
  line-height: 1.6;
  margin-top: 3vh;

  }

  .description3 {
   
    line-height: 1.6;
    padding-right: 0vw;
    font-size: 2em !important;
    font-weight: 400 !important;

  }

  /* Floating Photo Section */
  .floating-photo-section {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .floating-photo-section2 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  
  .floating-photo-section3 {
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
  }

  .floating-photo {
    width: 55vw; /* Scales with screen width */
    max-width: 1000px; /* Prevents it from getting too big */
    margin-right: 5vw; /* Adjust spacing dynamically */
    margin-top: 10vh;
  }
  
  .floating-photo img {
    width: 100%;
    height: auto;
  }
  .floating-photo2 img {
    width: 100%;
    height: auto;
  }

  .floating-photo2 {
    width: 15vw; /* Scales with screen width */
    margin-top: -20vh;
    margin-right: 10vw;
  }

  .floating-photo3 img {
    width: 100%;
    height: auto;
    margin-left: 12vw;
  }

  .floating-photo3 {
    width: 23vw; /* Scales with screen width */
    margin-top: 20vh;
  }

  .floating-photo4 img {
    width: 40vw; /* Scales with screen width */
  
    margin-left: 4vw; /* Adjust spacing dynamically */
    margin-top: 0vh;
    mix-blend-mode: luminosity;
    margin-bottom: 10vh;
  }

  .floating-photo5 img {
    width: 40vw; /* Scales with screen width */
  
    margin-right: 4vw; /* Adjust spacing dynamically */
    margin-top: 30vh;
  }

  .floating-photo6 img {
    width: 30vw; /* Scales with screen width */
    margin-right: 4vw; /* Adjust spacing dynamically */
    margin-top: 40vh;
  }


  .floating-photo7 img {
    width: 60vw; /* Scales with screen width */
align-items: center;
    margin-top: 10vh;
    margin-bottom: 20vh;
  }

  /* Glued Photo & Text Container */
  .glued-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; /* Allows wrapping */
    margin-top: -10vh; /* Use viewport height for better scaling */
    margin-bottom: 20vh; /* Use viewport height for better scaling */
  }
 
  /* Glued Photo */
  .glued-photo {
    width: 45vw; /* Scales with screen width */
    max-width: 750px;
    margin-right: 2vw;
    margin-top: 25vh;
  }
  
  
  .glued-photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .glued-photo2 {
    width: 45vw; /* Scales with screen width */
    max-width: 750px;
    margin-left: 0vw;
    margin-top: 0vh;
  }
  
  
  .glued-photo2 img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .glued-container3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; /* <-- center horizontally */
    flex-wrap: wrap;
    margin-top: -40vh;
    margin-bottom: 20vh;
  }
  /* Glued Photo */
  .glued-photo3 {
    width: 45vw; /* Scales with screen width */
    max-width: 750px;
    margin-right: 0vw;
    margin-top: 25vh;
  }
  
  
  .glued-photo3 img {
    width: 100%;
    height: auto;
    display: block;
  }

  .video-container {
    position: relative;
    width: 60vw;
    padding-bottom: 28%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    display: block;
    margin: 0 auto; /* Center horizontally */
  }
  
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 0;
  }

  #centered-photo-section {
    height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20vw;
    margin-bottom: -20vh;
  }


  .center-image {
    width: 70vw; /* adjust size as needed */
    height: auto;
    border-radius: 1px; /* optional */
    margin-top: 10vh;
  }

  .carousel-section {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20vh;
    margin-top: 50vh;;
  }
  
  .carousel-container {
    position: relative;
    width: 30vw;
    height: auto;
    overflow: hidden;

  }
  
  .carousel {
    display: flex;
    transition: transform 1s ease;
  }
  
  .carousel-items {
    display: flex;
    width: 100%;
  }
  
  .carousel-item {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
  }
  
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .prevBtn {
    left: 0;
  }
  
  .nextBtn {
    right: 0;
  }
  
  .carousel-container:hover .carousel {
    animation-play-state: paused;
  }
  
  .carousel-btn svg {
    width: 40px;
    height: 40px;
  }
  



/* 🔹 Responsive Tweaks */
@media (max-width: 768px) {


.carousel-section {
    margin-top: 30vh;
  }

  .carousel-container {
width:50vw;
  }

}

/* 🔹 Responsive Tweaks */
@media (max-width: 1200px) {

.carousel-section {

    margin-top: 40vh;
    margin-bottom: 40vh;
  }

  .carousel-container {
width:30vw;
  }

}

/* Second carousel */
.carousel2-container {
width: 100%;
overflow: hidden; 
position: relative;
margin-top: 10vh;
margin-bottom: 10vh;
}

#carouselSlide2 {
display: flex;
transition: transform 0.5s ease-in-out;
}

#carouselSlide2 img {
min-width: 100vw;
height: auto;
object-fit: cover;
display: block;
}

.prevBtn2 {
left: 5px;
}

.nextBtn2 {
right: 5px;
}


    /* 🔹 Responsive Tweaks */
    @media (max-width: 1200px) {
      .floating-photo-section {
        justify-content: right; /* Keep the photo centered */
      }
    
      .floating-photo {
        width: 65vw;
        margin-right: 0;
      }
    
      .glued-container {
        flex-direction: column; /* Stack elements */
        align-items: left;
        margin-top: 5vh;
      }
    
      .glued-photo {
        width: 60vw;
      }
    
    
      .glued-photo.glued-left{
        flex-direction: column; /* Stack elements */
        align-items: left;
        margin-top: -20vh;
        width:45vw;
      }
    
      .description-block {
        max-width: 50vw;
        text-align: left;
        padding-left: 0;
        margin-left: 5vw;
        margin-top: 6vh;
      }
    
      .description {
        font-size: 0.9em;
      }

      .description4 {
        padding-right: 75vw;
        font-size: 1.3em !important;
      }
      .description3 {
        font-size: 1.3em !important;
      }
    }

    
  /* 🔹 Responsive Tweaks */
  @media (max-width: 768px) {
    .center-image {
      width: 70vw; /* adjust size as needed */
      margin-top: -30vh;
    }

    .floating-photo {
      width: 65vw;
      margin-right: 0;
    }
  
    .glued-container {
      flex-direction: column; /* Stack elements */
      align-items: left;
    }
  
    .glued-photo{
      flex-direction: column; /* Stack elements */
      align-items: left;
      margin-top: 10vh;
      width: 60vw;
    }
  
    .glued-photo2{
      margin-top: 10vh;
      margin-bottom: 0vh;
      width: 60vw;
    }

    .glued-photo3{
      margin-top: 50vh;
      margin-bottom: 0vh;
      width: 50vw;
    }

  .floating-photo2 {
margin-bottom: -10vh;
width: 20vw;
  }

  .floating-photo-section2{
    margin-left: -6vw;
  }

  .floating-photo-section3{
    height: 70vh;
  }

  .floating-photo3 {
    width: 35vw;
    margin-left: 0vw;
  }
  
  .floating-photo5 {
    width: auto;
    height: 50vh;
   margin-top: -10vh;
  }

  .floating-photo6 img {
    width: 40vw; /* Scales with screen width */
    margin-right: 4vw; /* Adjust spacing dynamically */
    margin-top: 0vh;
  }


  .floating-photo7 {
    width: auto;
    height: 50vh;
   margin-top: -10vh;
  }

    .description-block {
      max-width: 80%;
      text-align: left;
      padding-left: 0;
      margin-right: 1vw;
      margin-top: 6vh;
    }
  
    .description {
      font-size: 0.9em;
      padding-left: 3vw;
      padding-right: 3vw;
    }
    .description1 {
      font-size: 0.9em;
      padding-right: 3vw;
    }
    .description4 {
      padding-right: 75vw;
      font-size: 1.2em !important;
    }

    .floating-photo7 img {
      width: 100vw; /* Scales with screen width */
  align-items: center;
      margin-top: 0vh;
      margin-bottom: 20vh;
    }

    .video-container{
      width: 100vw;
      padding-bottom: 45%; /* 16:9 aspect ratio */
    }

          header h1 {
  font-size: 3vw;
}
  }
  
 
          
  
  @font-face {
    font-family: "Panchang Variable";
    src: url("./fonts/Panchang-Variable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Neue Haas Grotesk Display Thin";
    src: url("./fonts/NeueHaasDisplay-Thin.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
  }
  
  /* =======================================
     FOOTER STYLES
     ======================================= */
     footer {
      background-color: #D0CDC5;
      padding: clamp(10px, 3vw, 20px); /* Adjusts padding dynamically */
    }
      
      /* Top row: H1 on left, H2 on right */
      .footer-top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: clamp(10px, 5vw, 20px); /* Shrinks margin */
      }
      
      .footer-top-row h3 {
        font-size: clamp(50px, 8vw, 100px);
        margin-bottom: clamp(50px, 10vw, 150px); /* Shrinks space below */
      }
      
      .footer-top-row h2 {
        font-size: 1.4vw;
      }
      
      /* Bottom row */
      .footer-bottom-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: clamp(10px, 2vw, 20px); /* Dynamic spacing */
        padding: clamp(10px, 2vw, 20px) 0; /* Shrinks vertical padding */
      }
      
      /* Make bottom-row text shrink */
      .footer-bottom-row h2 {
        font-size:1.4vw;
      }
      
      .left-footer {
        text-align: left;
      }
      
      .center-footer {
        text-align: center;
      }
      
      .right-footer {
        text-align: right;
      }
  
      h2 {
        font-size: 1,4vw;
        font-weight: lighter;
        margin-bottom: -5px;
      }
      
      h3 {
        font-size: 4vw;
        font-weight: 500;
        font-family: "Panchang Variable", sans-serif;
        color: #ededf1;
      }
  

      /* Ensure layout remains intact */
      @media (max-width: 768px) {
        .footer-top-row {
          flex-direction: column;
          text-align: center;
          margin-bottom: clamp(10px, 5vw, 20px);
        }
      
        .footer-bottom-row {
          flex-direction: column;
          text-align: center;
          gap: clamp(5px, 2vw, 10px);
        }
      }
  
      /* Reset / base styling (optional) */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: sans-serif;
  }
  
  /* Hide the default cursor */
  body {
    cursor: none;
  }
  
  
  /* Style for the custom cursor */
  .custom-cursor {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
    z-index: 1000;
  }
  
  a, button {
    cursor: none !important;
  }
  
  a:hover .custom-cursor,
  button:hover .custom-cursor {
      width: 30px;
      height: 30px;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


  @media (hover: none) and (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}

  /* =======================================
     ======================================= */
       /* =======================================
     ======================================= */  /* =======================================
     ======================================= */  /* =======================================
     ======================================= */  /* =======================================
     ======================================= */  /* =======================================
     ======================================= */  /* =======================================
     ======================================= */  /* =======================================
     ======================================= */

      
   
 
      
