@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@100..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sora", sans-serif;
    color: #fff;
}

html,
body {
    height: 100%;
    width: 100%;

}
.cursor{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: fixed;
    background-color: #EDBFFF;
    z-index: 8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3 ease;
}
.main{
    background-color: #0f0d0d;
}
.page1{
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;

}
.nav{
    height: 80px;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px); 
}
.nav img{
    height: 30px;
}
.nav-part2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.nav-part2 h4:nth-child(1){
    border-bottom: 1.5px solid#fff;

}

.nav-part3 button{
    height: 10px;
    width: 10px;
    padding: 20px;
    background-color: #fff;
    cursor: pointer; 
    border-radius: 50%;  
}

.page1 h1{
    font-size: 8vw;
    font-weight: 400;
    margin-top: 10vw;
    margin-left: 5vw;

}
.page1 h2{
    font-size: 8vw;
    font-weight: 400;
    margin-left: 25vw
    
}
.page1 video{
    width: 60%;
    margin-top: 6vw;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 10px;
    
}

.page2{
    min-height: 90vh;
    width: 100%;
    padding: 100px 5vw;
    border-bottom: 2px solid #0a0909;
    position: relative;
    z-index: 9;


}
.page2 h1{
    font-size: 6vw;
    font-weight: 300;
    color:#111
}
.page2-container{
    height: 60vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page2-left{
    /* background-color: blue; */
    width: 40%;
    margin: 0vw 2vw;
}
.page2-left h2{
font-size: 3.6vw;
font-weight: 300;
text-transform: uppercase;
color: #111;
line-height: 3.8vw;  
overflow: hidden; 

}
.page2-right{
    /* background-color: blue; */
    width: 30%;
    margin: 0vw 3vw;
}
.page2-right h2{
font-size: 3vw;
font-weight: 300;
color: #111;
}
.page2-right p{
    font-size: 1vw;
    color: #111;
    overflow: hidden;

}
.page2-right button{
    width: 100%;
    border-radius: 50px;
    border: none;
    padding: 5px 0px;
    background-color: #edbfff;
    color: #111;
    margin-top: 20px;
    cursor: pointer;
}
.page3{
    min-height: 170vh;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 9;

}
.page3 h1{
    font-size: 6.7vw;   
    color: #111;
    font-weight: 300;
    margin-left: 100px;
}
.page3-part1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.page3-part1 img{
    height: 450px;
    margin-top: 160px;
    border-radius: 15px;
    margin-left: 15px;
    background-position: center;
}
.page3-part1 video{
    height:450px ;
    border-radius: 15px;
    margin-right: 15px;
    margin-top:70px;
}

.page3-part2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.page3-part2 img{
    height: 450px;
    margin-top: 100px;
    border-radius: 15px;
    margin-right: 15px;
    margin-left: 15px;
    background-position: center;
}
.page3-part2 video{
    height:450px ;
    border-radius: 15px;
    margin-left: 15px;
    margin-top:70px;
}

.page3-part3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
  }
  
  .page3-part3 h1 {
    color: #fff;
    margin-top: 20px;
    font-size: 6.7vw;
    font-weight: 300;
  }
  
  .page3-part3 button {
    border-radius: 50%;
    color: #111;
    font-size: 2.3vw;
    background-color: #edbfff;
    font-weight: 300;   
    height: 200px;
    width: 200px;
    border: none;
    margin: 20px 20px;

  }
  

  .page3-part3 button:hover {
    background-color: #fff;
    color: #111;
    transform: scale(1.05);
}
.cursor-discover {
    height: 100px;
    width: 100px;
    background-color: #edbfff; /* Ensures it has the brand color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #111; /* Dark text for readability */
}
.page4{
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 100px 100px;
    border-bottom: 2px solid #fff;

}
.elem{
    /* background-color: salmon; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}
.elem h1{
    font-size: 10vw;
    font-weight: 500;
    transition: all ease-out 0.5s;
}
.elem:hover h1{
    /* background-color: #111; */
    transform: translateY(-100%);
    color: #edbfff;
}
.elem:hover img{
    opacity: 1;
    transform: translateY(0%) rotate(0deg);

}

.text-div{
    /* background-color: lightblue; */
    height: 160px;
    overflow: hidden;
}
.elem img{
    height: 280px;
    position: absolute;
    opacity: 0;
    transition: all ease-out 0.5s;
    transform: translateY(10%) rotate(3deg);
    border-radius: 15px;
    mix-blend-mode: difference;
    margin-left: 15px;
    background-position: center;
    background-size: cover;
}

.elem img:nth-child(1){
    left: 5%;
}
.elem img:nth-child(3){
    right: 10%

}
.page5{
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 140px 100px;
    border-bottom: 2px solid #fff;
    
}
.page5 h2{
    font-size: 6vw;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
}
.page5 h2 span{
    color: #edbfff;
}

.box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 30px;
    border-top: 2px solid #dadada;
    transition: all 0.3s ease;
    cursor: pointer;
}
.box:hover {
    background-color: #111;
    color: #edbfff;
    transform: scale(1.02);
}

.footer {
    height: 100vh;
    width: 100%;
    background-color: #edbfff;
    padding: 60px 100px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 50px;
    color: #111;
}

.footer-left h1 {
    font-size: 4vw;
    margin-bottom: 20px;
    color: #0f0d0d;
    font-weight: 500;
}

.footer-left p {
    font-size: 1.4vw;
    margin-bottom: 30px;
    color: #333;
}

.footer-left button {
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    background: #111;
    color: #fff;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.3s ease;
}
.footer-left button:hover {
    background: #fff;
    color: #111;
    transform: scale(1.05);
}

/* Quick links */
.footer-links h4,
.footer-social h4 {
    font-size: 1.7vw;
    margin-bottom: 15px;
    color: #0f0d0d;
    font-weight: 500;

}
.footer-links a,
.footer-social a {
    display: block;
    font-size: 1.3vw;
    color: #111;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s;
}
.footer-links a:hover,
.footer-social a:hover {
    color: #555;
}

/* Bottom strip */
.footer-bottom {
    grid-column: 1 / span 3;
    text-align: center;
    margin-top: 40px;
    font-size: 0.9vw;
    color: #444;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
}

/* ==========================
   Responsive Design (Improved)
   ========================== */

/* Large tablets and small laptops */
@media (max-width: 1200px) {
    .page1 h1, .page1 h2 {
      font-size: 7vw;
    }
    .page1 video {
      width: 80%;
    }
    .page2-container {
      flex-direction: column;
      text-align: center;
      height: auto;
      gap: 30px;
    }
    .page2-left, .page2-right {
      width: 100%;
      margin: 0;
    }
    .page3-part1, .page3-part2 {
      flex-direction: column;
      align-items: center;
    }
    .page3-part1 img, .page3-part1 video,
    .page3-part2 img, .page3-part2 video {
      width: 95%;
      height: auto;
      margin: 20px 0;
    }
  }
  
  /* Tablets */
  @media (max-width: 992px) {
    .nav {
      flex-direction: column;
      height: auto;
      padding: 15px;
      gap: 10px;
    }
    .page1 h1, .page1 h2 {
      font-size: 9vw;
      margin-left: 0;
      text-align: center;
    }
    .page2 h1 {
      font-size: 7vw;
      color: #fff;
      margin-bottom: 2vh;
      margin-left: 2vw;
    }
    .page2-left h2 {
      font-size: 4.5vw;
      line-height: 5.2vw;
    }
    .page2-right p {
      font-size: 1.6vw;
      color: #fff;
    }
    .page3 h1 {
      font-size: 8vw;
      text-align: center;
    }
    .page3-part3 {
      flex-direction: column;
      text-align: center;
    }
    .page3-part3 button {
      margin: 20px auto;
      height: 140px;
      width: 140px;
      font-size: 3.5vw;
    }
    .footer {
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      padding: 40px;
    }
    .footer-left h1 {
      font-size: 5vw;
    }
    .footer-left p {
      font-size: 1.8vw;
    }
  }
  
  /* Mobile devices */
  @media (max-width: 600px) {
    body {
      font-size: 14px;
    }
    .nav {
      flex-direction: row;
      justify-content: space-between;
    }
    .nav-part2 {
      display: none; /* hide menu for burger menu */
    }
    .nav-part3 button {
      height: 35px;
      width: 35px;
      padding: 0;
    }
  
    .page1 h1, .page1 h2 {
      font-size: 6.5vw;
      line-height: 1.2;
    }
    .page1 video {
      width: 100%;
      border-radius: 8px;
    }
  
    .page2 h1 {
      font-size: 9vw;
    }
    .page2-left h2 {
      font-size: 6vw;
      line-height: 7vw;
      color: #fff;
    }
    .page2-right p {
      font-size: 4vw;
    }
    .page2-right button {
      font-size: 4vw;
      padding: 12px;
    }
  
    .page3 h1 {
      font-size: 9vw;
    }
    .page3-part1 img, .page3-part1 video,
    .page3-part2 img, .page3-part2 video {
      width: 100%;
      margin: 10px 0;
    }
    .page3-part3 h1 {
      font-size: 9vw;
      margin-right: 25vw;
    }
    .page3-part3 button {
      height: 110px;
      width: 110px;
      font-size: 5vw;
    }
  
    .page4 {
      padding: 30px 15px;
    }
    .elem h1 {
      font-size: 14vw;
    }
  
    .page5 {
      padding: 50px 15px;
    }
    .page5 h2 {
      font-size: 9vw;
    }
    .box {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px;
    }
  
    .footer {
      grid-template-columns: 1fr;
      text-align: center;
      padding: 30px;
    }
    .footer-left h1 {
      font-size: 8vw;
    }
    .footer-left p {
      font-size: 4vw;
    }
    .footer-left button {
      font-size: 4vw;
      margin: 15px 0;
    }
    .footer-links h4, .footer-social h4 {
      font-size: 5vw;
    }
    .footer-links a, .footer-social a {
      font-size: 4vw;
    }
    .footer-right button {
      margin: 20px auto;
      height: 100px;
      width: 100px;
      font-size: 4vw;
    }
    .footer-bottom {
      font-size: 3.5vw;
      margin-top: 20px;
    }
  }
  