@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

  html, body {
    height: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow:hidden;
    z-index: -1;
  }
  
  #bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }
  .misc {
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 1200px;
    margin-top: 30px;
  }

 

  
  .video-container h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    color: white;
    text-align: center;
    z-index: 1;
    font-weight:700;
  }
  .video-container h3 {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Red Hat Text", sans-serif;
    font-size: 20px;
    color: rgb(216, 216, 216);
    text-align: center;
    z-index: 1;
  }

  #bar {
    position: fixed; 
    top: 10px; 
    left: 50%; 
    transform: translateX(-50%); 
    background: rgb(33, 33, 33, 0.5);
    border-radius: 15px; 
    padding: 10px 20px; 
    display: flex; 
    gap: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
    
  }

  #bar a {
    font-family: 'Outfit', sans-serif;
    color:white;
    font-size:20px; 
    text-decoration: none;
  }
  
  #logo {
    position: absolute;
    width: 170px;
    height:120px;
    top: -25px;
    z-index: 1;
  }
  #logo-text{
    font-family: 'Inter', sans-serif;  
    font-size: 30px;
    color: #e41c4c;
    position: absolute;
    left: 11%;
    top: -10px;
    z-index: 1;
    font-weight: 800;
  }

  .page-2 {
    display: flex;
    align-items: flex-start;
    margin-top: 0px;
    background: #eaeced;
    height: 150vh;
    

 }

  .page-2 img {
    margin-right: 80px;
    margin-left: 300px;
    margin-top: 150px;
    height: 90vh;
    width: 35vh;
    filter: drop-shadow(0 0 1.5rem rgb(35, 35, 35));
  }

  .page-2 p {
    margin-top: 200px;
    margin-bottom: auto;
    font-family: 'Inter', sans-serif;
    font-size: 80px;
    font-weight:600;
  }


  .page-2 button {
    background-color:#d42144; 
    color: rgb(249, 248, 248);
    border: none;
    border-radius: 20px; 
    padding: 10px 20px; 
    font-size: 16px; 
    cursor: pointer;
    font-family: "Lexend Deca";
    font-weight: 500;
    
  }
  
  #buy {
    background-color:  rgb(249, 248, 248);
    color: #d42144;
    font-family: Lexend Deca;
    font-weight: 500;
  }

  .page-3 { 
    display: grid;
    margin-top: 0px;
    margin-bottom: auto;
    height: 150vh;
    background: #1a1616;
    background: linear-gradient(100deg, rgba(26, 22, 22, 1) 39%, rgba(102, 102, 133, 1) 100%);
    
  }

  .page-3 h1 {

    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 700;
    color:azure;
    text-align: center;
    margin-top: 140px;
  }
  .product-container {
    margin-top: -400px;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .product-box {
    
    border: 0px solid #d3d3d3;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      
      width: 210px;
      height: 350px;
      margin: 20px auto;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      
  }

  

  .product-box img {
    width: 120px;
    height: 300px;
  }

  .product-box p {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
  }
  
  .page-4{

    display: grid;
    height:100vh;
    background-color: #eaeced;

  }
  .page-4 h1 {

    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: black;
    text-align: center;
    margin-top: 200px;
  }

  .page-4 p {
    margin-top: -170px;
    margin-bottom: auto;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight:300;
  }

  .page-4 button {
    background-color:#d42144; 
    color: rgb(249, 248, 248);
    border: none;
    border-radius: 20px; 
    padding: 10px 20px; 
    font-size: 16px; 
    cursor: pointer;
    font-family: "Lexend Deca";
    font-weight: 500;
    
  }

  .page-5{

    display: grid;
    height:200vh;
    background: #e82077;
    background: linear-gradient(186deg, rgba(232, 32, 119, 1) 21%, rgba(217, 217, 217, 1) 100%);
  }

  .page-5 img {
    height: 90vh;
    width: 37vh;
    margin-left: 530px;
    margin-top: -300px;
    filter: drop-shadow(0 0 2rem rgb(25, 25, 25));
    
  }

  .page-5 h1 {

    font-family: Inter;
    font-size: 150px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-top: 140px;
  }

  .page-5 h3 {

    font-family:'Outfit' ;
    font-size: 30px;
    color: white;
    text-align: center;
    margin-top: -30px;

  }

  .foot-page {

    height:60vh;
    display: flex;
    background-color: white;

  }

  #foot_1 {
    margin-left: 60px;
    margin-top: 60px;
  }
  #foot_1 p {
    font-family: 'Inter', sans-serif;
    font-size:12px;
    font-weight: 500;
  }

  #foot_2 {
    margin-left: 300px;
    margin-top: 60px;
  }
  #foot_2 p {
    font-family: 'Inter', sans-serif;
    font-size:12px;
    font-weight: 500;
  }
  #foot_3 {
    margin-left: 450px;
    margin-top: 60px;
  }
  #foot_3 p {
    font-family: 'Inter', sans-serif;
    font-size:12px;
    font-weight:400;
    color: #484747;
  }
  #lan {

    width: 270px; 
    height: 40px; 
    background-color: #ffffff; 
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer;
    border: 0.5px solid #343333;
    margin-left: -90px;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 135px;
    text-align: center;
  }

  