@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: Aspect-range-demo;
    src: url(/style/ASPECT-RANGE-DEMO-BF649422af9495a.ttf);
    font-family: Andora-Modern-Serif;
    src: url(/style/Andora-Modern-Serif.otf);
    font-family: Bell MT Regular;
    src: url(/style/Bell\ MT\ Regular.otf);
    font-family: Atteron personal use;
    src: url(/style/Atteron\ Personal\ Use\ Only.ttf);
    font-family: Hastegi;
    src: url(/style/Hastegi-yYBYe.otf);
    font-family: hanya;
    src: url(/style/HanyaDirimuDemoRegular.ttf);
    font-family: Gustatory;
    src: url(/style/Gustatory.ttf);
}
body{
    margin: 0;
    background-color: rgb(241, 236, 228);

}
/* mavbar */
nav{
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
    padding-left: 38px;
}
.link{
    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: black;
}     
.links>a:hover{
    color: rgb(223, 168, 52);
}
.links{
    color: black;
}
.links:hover{
    color: rgb(223, 168, 52);
}
img{
    height: 100px;
    
}
.container{
    width: 100%;
    display: flex;
    justify-content: center;
}

/* slider */
.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 780px;
object-fit: cover;
background-attachment: fixed;

}
.swiper-button-prev{
color: white;
}
.swiper-button-prev:hover{
color: grey;
}
.swiper-button-next{
color: white;
}
.swiper-button-next:hover{
color: grey;
}

/* contant */
p{
    font-family: calibri;
  font-weight: 200;
  font-style: normal;
    display: flex;
    text-align: center;
    width: 70%;
    font-size: larger;
}
.container1{
    width: 100%;
    display: flex;
    justify-content: center;
}

/* about ankit */
.container2{
    width: 100%;
    height: 500px;
    background-color: #E7E3D8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.Ankit{
    height: 420px;
    width: 300px;
}
.ankit2{
    display: flex;
        font-family: calibri;
        width: 560px;
        font-weight: 400;
        font-size: 17px;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3rem;
}
.ankit3{
    font-family: Atteron personal use;
    font-size: x-large;
}

/* what we do */
h1{
    display: flex;
    justify-content: center;
    font-family:Aspect-range-demo;
    font-weight: 100;
}
.storytelling{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    flex-wrap: wrap;
    height: auto;
}
.storytelling1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 40px;
}
.storytelling1 img{
    width: 200px;
    height: 225px;
}
.storytelling1 h2{
    font-family: Andora-Modern-Serif;
    font-weight: 100;
}
.storytelling1 p{
    font-family: Bell MT Regular;
    font-size:large;
    width: 300px;
}
.storytelling img{
    width: 200px;
    height: 225px;
}
.storytelling h2{
    font-family: Andora-Modern-Serif;
    font-weight: 100;
}
.storytelling p{
    font-family: Bell MT Regular;
    font-size:large;
    width: 300px;
}

/* flims */
.parallax-1{
    position: relative;
  overflow: hidden;
  height: 600px;
}

.parallax-inner{
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    top: 40%;
}
 .parallax-1 video{
    width: 100%;
    height: 700px;
    object-fit: cover;
    filter: brightness(0.7);
    position: absolute;

}
.parallax-inner2{
    padding-top: 15%;
    padding-bottom: 15%;
}
h3{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
h1{
    font-family: Andora-Modern-Serif;
    text-align: center;
    font-size: xxx-large;
}
.container3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
.marquee{    
    display: flex;
    width: 200%; 
    animation: scroll-marquee 15s linear infinite;
  }
.marquee:hover {
    animation-play-state: paused;
  }

.marquee img {
    height: 300px;
    width: 500px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 8px;
  }
@keyframes scroll-marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
}

.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
  }
  
  .iframe-wrapper {
    position: relative;
    width: 90vw;
    height: 80vh;
    z-index: 1;
  }
  
  .fullscreen-overlay iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  #closeBtn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10000; /* Ensures button is above iframe */
    color: white;
    background-color: #444;
    font-size: 16px;
    border: none;
    border-radius: 6px;
  }
  
  #closeBtn:hover {
    background-color: #666;
  }
  
  
/* stories */
.parallax-2{
    background: url('/stories/_49A2275.jpg') repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}

.container5{
    display: flex;
    width: 100%;
    height: 675px;
  
}
.back{
    width: 100%;   
    height: 500px; 
    background: url(/stories/B\ copy.jpg) no-repeat center/ cover;
}
.front{
    width: 345px;
    height: 373px;
    background-color: #E7E3D8;
    padding: 30px;
    color: black;
    margin-left: -600px;
    margin-top: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.front h1{
    /* height: 20PX;   */
    font-family: Aspect-range-demo;  
    font-size: xx-large;
}

.container6 {
    display: flex;
    width: 100%;
    height: 650px;
    position: relative;
    gap: 5rem;
    flex-direction: column;

}
.butt .button{
    width: 328px;
    height: 50px;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    font-family: Gustatory;
    font-size: 45px;
}


.butt{
    color: #E7E3D8;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 30px;
    bottom: 60px;

}
.back1{
    width: 100%;   
    height: 500px; 
    background: url(/stories/BTWD-337.jpg) no-repeat center/ cover;
}
.front1 {
    width: 345px;
    height: 373px;
    background-color: #E7E3D8;
    padding: 30px;
    color: black;
    position: absolute;
    left: 5%; /* Moves it to the left side */
    top: 50%;
    transform: translateY(-50%); /* Centers it vertically */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.front1 h1{
    /* height: 20PX;   */
    font-family: Aspect-range-demo;  
    font-size: xx-large;
}

/* tesimonial */
.container7 {
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;

  }
  .container7 img {
    width: 50%;
    height: 500px;
    object-fit: cover;
  }
  #sliderHeading{
    font-family:Hastegi ;
  }
  #sliderText{
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .contant {    
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #E7E3D8;
    text-align: center;
  }
  .contant h1{
    top: 40px;
    position: absolute;
  }
  
  .navigation {
      position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
  }
  
  .nav-btn {
      background-color: #E7E3D8;
      color: #000;
    border: none;
    font-size: 40px;
    cursor: pointer;
    width: 60px;
    height: 55px;
  }
  #imageCounter{
      font-size: large;
  }
  #mainVideo{
      height: 500px;
  }
  

/* get in touch */
.container4{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}
.container4 img{
    height: 450px;
    width: 300px;
}
.container4 h1{
    font-family: Hastegi;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    form{
    position: relative;
    display: grid;
    width: 400px;
    height: 570px;
    flex-direction: column;
    }
    .container4 p{
    font-family: Bell MT Regular;
    }
    button{
    font-family: Bell MT Regular;
    background: white;
    height: 35px;
    width: 115px;
    }
    .button{
    display: flex;
    justify-content: center;
    }
    
    form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    }
    
    .form-row {
    display: flex;
    gap: 15px;
    }
    label{
    font-family: Bell MT Regular;
    width: 500px;
    }
    input, textarea {
    width: 100%;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    background: none;
    outline: none;
    }
    
    textarea {
    resize: none;
    height: 80px;
    }
    select{
        border: none;
        border-bottom: 1px solid black;
    }
    
    .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;
}
.menu-toggle {
  display: none;
  font-size: 30px;
  color: #564332;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Default nav styling */
.nav-links {
  display: block;
}
@media (max-width: 1024px) {
    .testimonial{
        display: none;
    }
    .container7{
        display: none;
    }
}

@media (max-width: 768px) {
    @font-face{
    font-family: Aspect-range-demo;
    src: url(/style/ASPECT-RANGE-DEMO-BF649422af9495a.ttf);
    font-family: Andora-Modern-Serif;
    src: url(/style/Andora-Modern-Serif.otf);
    font-family: Bell MT Regular;
    src: url(/style/Bell\ MT\ Regular.otf);
    font-family: Atteron personal use;
    src: url(/style/Atteron\ Personal\ Use\ Only.ttf);
    font-family: Hastegi;
    src: url(/style/Hastegi-yYBYe.otf);
    font-family: hanya;
    src: url(/style/HanyaDirimuDemoRegular.ttf);
    font-family: Gustatory;
    src: url(/style/Gustatory.ttf);
}
  nav {
    flex-direction: column;
    align-items: flex-start;
      position: relative;
  z-index: 1000;
  }

  .menu-toggle {
    display: block;
     z-index: 1001;
  }

  .nav-links {
    display: none;
    width: 100%;
      z-index: 1000;
  position: relative;
  }

  .nav-links.active {
    display: block;
  }
    .container{
width: 100%;
display: flex;
align-items: center;
font-size: 10px;
  }

  .link {
    flex-direction: column;
        align-items: flex-end;
        gap: 1rem;
        padding-top: 4rem;
        padding-right: 1rem;
  }
  footer{
    width: 100%;
    height: 300px;

    }
    footer p{
      font-family: calibri ;
      flex-direction: column;
      font-size: larger;

    }
    .swiper{
        height: 400px;
    }
    .swiper-slide img {
        height: 400px;
        position: absolute;
    }
    .container1{
        width: 100%;
        font-size: 10px;
    }
    .container2{
        width: 100%;
        gap: 1rem;
        flex-direction: column;
    }
    .Ankit {
        height: 250px;
        width: 200px;
    }
    .ankit2{
        width: 300px;
        font-size: 10px;
    }
    .ankit3{
        font-size: 20px;
    }
    .container3{
        flex-direction: column;
    }
    .storytelling{
        flex-direction: column;
    }
    .storytelling1{
        flex-direction: column;
    }
    .parallax-1{
        height: 400px;
    }
    .container3{
        font-size: 13px;
    }
    .marquee-container {
        width: 100%;
        height: 200px;
    }
    .marquee img {
        height: 100px;
        width: 200px;
    }
   
    #closeBtn {
        top: 23%;
        left: 10px;
        font-size: 12px;
    }
    .parallax-2{
        background: url('/stories/_49A2275.jpg')  ;
        background-size: cover;
    }
    .container5, .container6{ 
        display: none;
    }
    .butt .button{
     align-items: center;
    font-size: 33px;
    justify-content: center;
    }
  .container7{
    display: none;
}
.container4 h1{
    font-family: Hastegi;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .container4 img{
    display: none;
  }
  form{
    width: 354px;
    left: 20px;
  }
  .form-row{
    width: 315px;
}
.email{
    width: 315px;
}
textarea{
    width: 315px;
}
label{
    width: 100%;
}
.testimonial{
    display: none;
}
    
  button {
    color: black;
    background:white;
    border: solid 1px black;
    align-items: center;
    justify-content: center;
}

  footer{
    height: 300px;
    }
    footer p{
      font-family: calibri ;
      flex-direction: column;
            font-size: small !important;
    }
}
