*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
  }
  
  header {
    background-color: transparent;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s ease-in-out;
  }
  
  #navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
  }
  
  .logo {
    display: flex;
    align-items: center;
  }
  
  #logo-text {
    color: #fff;
    margin-right: 10px;
    padding-left: 50px;
    font-size: 5vmin;
    
  }
  
  #logo-img {
    display: none;
    max-width: 70px;
    max-height: 70px;
    padding-left: 40px;
    position: relative;
    
}
  
  ul {
    list-style: none;
    display: flex;
    align-items: center;
  }
  
  li {
    margin: 0 15px;
  }
  
  a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease-in-out;
  }
  
  a:hover {
    color: #ffcc00;
  }
  
  #menu-icon {
    display: none;
    cursor: pointer;
    font-size: 24px;
    background: -webkit-linear-gradient(#dc0101, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
  
  .word {
    cursor: pointer;
    transition: color 0.3s ease-in-out;
  }
  
  .word:hover {
    color: #ffcc00; /* Change to your desired hover color */
  }

  
  .content{
    width: 100%;
    height: 100vh;
   
    
    
    
  }
  

  .part1{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0f0f0f;
    gap: 20px;
    
   
  }
    .part1 h1{
    font-size: 10vmin;
    text-align: center;
    color: white;
    

  }
  button{
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 20px;
    background-color: #fe0000;
    font-size: 25px;
    font-weight: bolder;
    

  }
  button:hover{
    background-color: rgb(247, 0, 0);
    color: rgb(0, 0, 0);
    transition: all cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s;
  }
  .content p{
    font-size: 3vmin;
    color: rgb(255, 255, 255);
   
    

  }
  .part-2{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(images/video-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
  }
  .part-2 img{
    
    height: 85vh;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
  }
#three{
    position: absolute;
    bottom: -5vh;
    z-index: 5;

}
#two, #four{
    
    margin-bottom: -15vh;
    z-index: 4;

}
#one, #five{
    
    margin-bottom: -25vh;
    z-index: 3;
    

}
#one{
    margin-right: -10vh;
}
#five{
    margin-left: -10vh;
    
}
.same{
  width: 100%;
  height: 100vh;
  position: relative;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 6vh;
  color: #fff;
  gap: 20px;
}
.part3{
  background-image: url(images/deserve-more-bg-mobile.webp);
background-size: cover;
}
.same h1{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 7vw;
  
}
.same h2{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 3vw;
  
}
.same button{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 4vw;
 padding: 8px 60px ;
 border-radius: 50px;
 color: rgb(255, 255, 255);
 box-shadow: #000000;
  
}
.same p{
 width: 60%;
  
}
.page4{
  
  width: 100%;
  height: 30vh;
  padding: 50px;
  
}
.page4 h1{
  font-size: 4vh;
  
}
.images{
  display: flex;
  animation: scrolling 10s linear infinite;
}
.images img{
  width: 100px;

  display: block;
  
}
.part5{
  background-image: url(images/money-matters-bg.webp);
background-size: cover;
}



@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-144vw); }
}

  @media only screen and (max-width: 768px) {
    #menu-icon {
      display: block;
      background-color: white;
    }
  
    ul {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      background-color:#6D6D6D;
      
    }
  
    ul.show {
      display: flex;
    }
  
    li {
      margin: 10px 0;
    }
    .part-2 img{
        
        height: 50vh;
        transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
  }
  li:hover{
    background-color: #000000;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
  }
  a:hover {
    color: #fffffe;
  }
  .part-2{
    
    height: -60vh;
    position: relative;
    background-image: url(images/video-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    margin-top: -50px;
  }
  }