
        @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .noto-serif {
  font-family: "Noto Serif Display", serif;
  
 
}

        
        body {
            font-family: 'Cormorant Garamond', serif;
            overflow-x: hidden;
        }
        
        .hero {
            position: relative;
            width: 100%;
            height: 200vh;
            object-fit:cover;
            background-image: url('images/first-img.webp');
            background-size: cover;
            background-position: center;
        }
     
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
        }
        
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 15px;
            position: relative;
            z-index: 10;
        }
        
        .nav-left {
            display: flex;
            align-items: center;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .menu-btn {
            color: white;
            display: flex;
            align-items: center;
            margin-right: 30px;
            font-size: 14px;
            cursor: pointer;
        }
        
        .menu-btn::before {
            content: "•";
            margin-right: 10px;
            font-size: 30px;
        }
        
        .nav-links {
            display: flex;
        }
        
        .nav-links a {
            color: white;
            text-decoration: none;
            margin-right: 30px;
            font-size: 14px;
            letter-spacing: 1px;
            transition: opacity 0.3s;
        }
        
        .nav-links a:hover {
            opacity: 0.8;
        }
        
        .logo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            font-size: 18px;
            color: white;
            font-weight: 400;
            letter-spacing: -2px;
            text-decoration: none;
        }
        
        .nav-right {
            display: flex;
            align-items: center;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .nav-right a {
            color: white;
            text-decoration: none;
            margin-left: 30px;
            font-size: 14px;
            letter-spacing: 1px;
            transition: opacity 0.3s;
        }
        
        .nav-right a:hover {
            opacity: 0.8;
        }

.design{
    margin: 0 auto;
    text-align: center;
}
h1{
    color: white;
    text-transform: uppercase;
     font-family: "Noto Serif Display", sans-serif;
     font-weight: 100;
}
h1 span{
    display: block;
}
h1 {
  font-family: "Noto Serif Display", serif;
line-height: 160px;
    letter-spacing: -.3rem;
}
.designs{
    font-size: 30px;
    font-weight: 100;
}
.heros {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0vh 17vw;
  height: 100vh;
  position: relative;
}

.left-content {
  max-width: 60%;
  position: relative;
}

.design-text {
  font-size: 10.5vw;
  margin: 0;
}

.gallery-text {
  font-size: 2vw;

  color: #fff;
     padding: 50px 0px 0px 100px;
}

.art-text {
  font-size: 10.5vw;
 
  margin: 0;
  
  padding-left: 110px;
}

.space-text {
  font-size: 10.5vw;
  
  margin: 0;

  padding-left: 250px;
}

.shop-button {
  margin-top: 2vw;
  padding: 0.8vw 1.8vw;
  font-size: 1vw;
  background-color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.right-content {
  text-align: left;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 180px;
  padding-right: 20px;
}
.gall{
    display: flex;
  
}
.quote-lines{
padding-left: 20px;
}
.quote-liness{
padding-left: 30px;
}
.quote-linesss{
padding-left: 50px;
}
.spaces{
    display: flex;
}
.spaces img{
    width: 9rem;
    opacity: 1;
    font-weight: 900;
}

/* image */
 .cards-section {
      height: 80vh; /* Make it tall so we have room to scroll within it */
      position: relative;
      overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    }

    /* Container that holds our cards */
  
    /*  */

    /* Card backgrounds - using placeholder colors since we can't load external images */
    .card-1 {
     background-image: url(images/scroll-one.webp); /* Gold color as placeholder */
      z-index: 5;
    }

    .card-2 {
     background-image: url(images/scroll-four.webp); /* Sky blue as placeholder */
      z-index: 4;
    }

    .card-3 {
      background-image: url(images/scroll-two.webp);/* Light green as placeholder */
      z-index: 3;
    }

    .card-4 {
     background-image: url(images/scroll-three.webp); /* Light salmon as placeholder */
      z-index: 2;
    }

    .card-5 {
      background-image: url(images/scroll-five.webp); /* Plum as placeholder */
      z-index: 1;
    }
.cards-section {
  height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
 
}

.cards-container {
  position: relative;
  height: 300px;
  width: 100%;
  
}

.card {
     margin: 0 auto;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease-out;
  transform-origin: bottom center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sticky-container{
    padding-right: 200px;
}

 .container {
            position: relative;
            width: 100vw;
            height: 150vh;
            overflow: hidden;
        }
        
        .left-image {
            position: absolute;
            left: 90px;
            top: 130px;
            width: 170px;
            height: 160px;
            z-index: 1;
        }
        
        .bottom-image {
            position: absolute;
            left: 250px;
            top: 340px;
            width: 230px;
            height: 280px;
            z-index: 1;
        }
        
        .right-image {
            position: absolute;
            right: 100px;
            top: 90px;
            width: 190px;
            height: 270px;
            z-index: 1;
        }
        
        .horizontal-line-top {
            position: absolute;
            top: 310px;
            left: 17px;
            width: 500px;
            height: 1px;
            background-color: #ccc;
            z-index: 1;
        }
        
        .horizontal-line-middle {
            position: absolute;
            top: 154px;
            right: 300px;
            width: 300px;
            height: 1px;
            background-color: #ccc;
            z-index: 1;
        }
        
        .we-are-text {
            position: absolute;
            top: 190px;
            left: 30%;
            transform: translateX(-30%);
            font-size: 100px;
            line-height: 0.8;
            font-weight: 100;
            letter-spacing: -2px;
            text-align: center;
            z-index: 2;
            font-family: "Noto Serif Display", sans-serif;
        }
        
        .we-are-text span {
            display: block;
            padding-left: 350px;
            padding-top: 50px;
        }
        
        .description {
            position: absolute;
            top: 435px;
            right: 250px;
            width: 460px;
            line-height: 1.5;
            font-size: 19px;
            color: #333;
            z-index: 2;
        }
        
        .description p {
            margin-bottom: 20px;
        }

        /* image */
        .gisou_page {
            position: relative;
            height: 100vh;
            width: 100%;
            display: flex;
            margin-top: 50px; /* Added margin for spacing between sections */
        }
        
        .gisou_left {
            width: 50%;
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
        }
        
        .gisou_right {
            width: 50%;
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }
        
        .gisou_center_text {
            position: absolute;
            width: 100%;
            text-align: center;
            z-index: 10;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            pointer-events: none;
        }
        
        .gisou_enjoy {
            font-size: 130px;
            font-weight: 300;
            letter-spacing: 0;
            line-height: 0.9;
            font-family: "Noto Serif Display", sans-serif;
            font-weight: 100;
            position: relative;
        }
        
        .gisou_art {
            font-size: 130px;
            font-weight: 300;
            letter-spacing: 0;
            line-height: 0.9;
            font-family: "Noto Serif Display", sans-serif;
            font-weight: 100;
            margin-left: 175px;
            position: relative;
            padding-top: 50px;

        }
        
        .gisou_divider {
              width: 1px;
    height: 75%;
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: -50%;
}
        
        
        .gisou_desc {
            width: 250px;
            font-size: 19px;
            line-height: 1.25;
            margin-left: 430px;
            margin-top: 75px;
            font-weight: 400;
            margin-bottom: 200px;
            color: black;
        }
        
        .gisou_img1 {
            width: 230px;
            height: 280px;
            margin-left: 90px;
            margin-top: 100px;
            object-fit: cover;
            background-color: #f5f5f5;
            opacity: 0; /* Initially hidden */
        }
        
        .gisou_img2 {
            width: 260px;
            height: 260px;
            margin-right: 90px;
            margin-top: 100px;
            object-fit: cover;
            background-color: #f5f5f5;
            opacity: 0; /* Initially hidden */
        }
        
        body {
            overflow-x: hidden;
            margin: 0;
            padding: 0;
        }
        
        .gisou_img3 {
            width: 150px;
            height: 150px;
            margin-right: 90px;
            margin-top: 50px;
            object-fit: cover;
            background-color: #f5f5f5;
            opacity: 0; /* Initially hidden */
        }
        
        /* Animation styles */
        .container_img {
            object-fit: cover;
            z-index: 1;
        }
        
        .image-wrapper {
            position: absolute;
            overflow: hidden;
            pointer-events: none;
            z-index: 999;
            transition: transform 0.1s ease-out;
        }
        
        .image-slider {
            display: flex;
            transition: transform 0.2s ease-out;
        }
        
        .slider-img {
            object-fit: cover;
        }
        .moving-image-one{
            padding: 130px 30px;
            width: 30%;
        }
        .moving-image-one img{
            width: 100%;
        }
        .bloom{
            font-weight: bold;
            font-size: 24px;
            text-align: center;
            padding-top: 20px;

        }
        .bloomb{
            text-align: center;
            font-size: 20px;
        }

        /* image moving to right */
  section {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 32px;
      color: #999;
    }

    .scroll-wrapper {
      position: relative;
      width: 100%;
      height: 130vh;
      overflow: hidden;
    }

    .contain {
      position: absolute;
      bottom: 0;
      max-width: 400px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.1s ease-out;
    }

    .scroll-wrapper.left .contain {
      left: 0;
    }

    .scroll-wrapper.right .contain {
      right: 0;
    }

    .art-image {
      width: 60%;
      border-radius: 4px;
    }

    .title {
      font-size: 24px;
      margin-top: 20px;
      color: #333;
    }

    .details {
      font-size: 16px;
      color: #666;
      margin-top: 5px;
    }
    #scroll1 .art-image {
  width: 70%;  /* bigger image */
}

#scroll2 .art-image {
  width: 120%;
  height: 100%;  /* smaller image */
}

#scroll3 .art-image {
  width: 90%;  /* default size */
}

#scroll4 .art-image {
  width: 85%;  /* medium size */
}

#scroll5 .art-image {
  width: 130%;  /* slightly bigger */
}
.art-image {
  transition: transform 0.3s ease;
}

.art-image:hover {
  transform: scale(1.05);
}
/* underline */
.view a {
  text-decoration: none;
  font-family: "Noto Serif Display", serif;
  font-weight: 100;
  font-size: 6rem;
  line-height: 100px;
 
  color: #000;
}
.view {
    margin-left: 50px;
}

.view span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
}

.view a:hover span {
  background-size: 0% 1px;
}

/* form */
  .formm{
    margin-top: 50px;
    width: 100%;
    background-image: url(images/form.webp);
    object-fit: cover;
    display: flex;
    padding-top: 50px;
    height: 800px;
  }
  .formm-left{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 50%;
    font-family: "Noto Serif Display", serif;
  font-weight: 100;
  font-size: 7rem;
  line-height: 100px;
  color: white;
  }
  .formm-right{
    width: 50%;
  }
  .formm-rightt{
    width: 500px;
  }

     
    .form-group {
        margin-right: 150px;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .form-group label {
      min-width: 150px;
      font-size: 20px;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"] {
      flex: 1;
      border: none;
      border-bottom: 1px solid #aaa;
      font-size: 16px;
      padding: 5px 0;
      background: transparent;
      outline: none;
    }

    .radio-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
    }

    .radio-group-label {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .radio-option {
      display: flex;
      align-items: center;
      font-size: 18px;
      margin-left: 150px;
      margin-bottom: 8px;
    }

    .radio-option input {
      margin-right: 10px;
      accent-color: #5c4033;
    }

    button {
      padding: 10px 30px;
      font-size: 16px;
      border: 1px solid #000;
      background: white;
      cursor: pointer;
      border-radius: 10px;
    }

    .contact-info {
        padding:  0px 30px 60px 50px;
   
      font-size: 16px;
      display: flex;
     gap: 20px;
      max-width: 500px;
    }

    .contact-info div {
      font-weight: bold;
    }

    .contact-info span {
      display: block;
      font-weight: normal;
    }
    .formm-rightt{
        background-color: white;
    }
    form{
        padding: 50px 50px;
    }
    .frequently{
        width: 100%;
        padding: 100px 50px;
        display: flex;
    }
    .frequently-left{
        text-transform: uppercase;
        width: 80%;
         font-family: "Noto Serif Display", serif;
  font-weight: 100;
    }
    .frequently-right{
        width: 20%;
    }
    .frequently-left p{
        font-size: 70px;

    }

    .frequently-left span{
        display: block;
    }
        .frequently-right{
            
        text-align:start;
        }
        .need{
            font-weight: bold;
            text-transform: uppercase;
            font-size: 18px;
        }
        .twentyfour{
padding-top: 10px;
        }

        /* faq */
       .faq-wrapper {
  max-width: 1200px;
  margin: 0 auto;
   border-bottom: 2px solid #ccc;
}

.faq-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.faq-item {
  width: 48%;
 
  
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
}

.faq-question .icon {
  font-size: 22px;
  font-weight: normal;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 1.6;
  color: #444;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-question .icon {
  content: "-";
  transform: rotate(0deg);
}
/* gisou */
.gisou{
    width: 100%;
    padding: 20px 40px;
    display: flex;
}
.gone{
    width: 40%;
    
}
.gtwo{
    padding-top: 50px;
    width: 20%;
    text-align: end;
    text-transform: uppercase;
    font-weight: 400;
    font-family: sans-serif;
}
.gtwo p{
    line-height: 40px;
}
.gthree p{
    line-height: 40px;
}
.gthree{
    padding-top: 50px;
    text-align: end;
    width: 20%;
     text-transform: uppercase;
    font-weight: 400;
    font-family: sans-serif;
}
.gfour{
    display: flex;
    flex-direction: column;
    width: 12%;
      text-align: end;
      align-items: end;
      justify-content: center;
}
.gfour img{
    width: 20%;
}
.gonee{
    text-align: center;
    font-size: 150px;
       font-family: "Noto Serif Display", serif;
  font-weight: 100;
    text-transform: uppercase;
}
.alex{
    display: flex;
    padding: 20px 30px;
}
.alex img{
    width: 50px;
    height: 52px;
    border-radius: 50px;
    object-fit: cover;
    
}
.alex span{
    display: block;
    font-weight: 100;
    padding-left: 20px;
    font-size: 18px;
    padding-top: 30px;
}
.alex p{
    font-weight: bold;
    font-size: 22px;
    padding: 10px 10px;
}
.wave img{
    width: 100%;
    object-fit: contain;
}
.wave{
  width: 100%;
}
video{
  width: 100%;
}
.wave img{
  width: 100%;
  object-fit: fill;
}
.wave{
  height: auto;
} 

