*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: white;
    background-color:  #1B1E29;
    max-width: 100%;
    text-decoration: none;
  }
  .nav ul li a:hover {
    color: #FFFFFF; /* Change text color to white on hover */
  }
  .nav ul li a{
    color: grey;
  }
p{
    line-height: 70%;
}
  .nav .ham{
    display: none; 
  }
  .nav{
    background-color: #121212;
    color: white;
    height: 12vh;
    width: 100vw;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .nav ul{
font-weight: 700;
   height: auto;
   width: 50vw;
    background-color: #121212;
    display: flex;  
    gap:15%;
    text-decoration: none;
    list-style: none;
   
    margin-right: 3%;
    
  }
  .nav ul li a{ text-decoration: none;}
  .nav ul li a i{
    background: #121212;
  }
  .menu {display: none;  
    
  }
  .menu {
    background-color:#00CBA9;
    justify-content: center;
    list-style-type: none;
    margin-top: 6px;
    padding: 0;
    display: none;
    margin-top: 10%;
    height:90vh;
    z-index: 5;
  }
  
  .mli{
    background-color: black;
    margin-left: 15%;
    width: 60vw;
    
  }
  .ic{ background-color: black;
    margin-top: -14%;
    margin-bottom: 16%;
    width: 100vw;
    text-align: center;
  }
  .menu li {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    padding: 10px;
    margin-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  
  .btns{
    margin-top: 20%;
    margin-left: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
    height: 13vh;
    width: 85vw;
  }
  .btns .btn2{ font-size: 1rem  ;
    width: 30vw;
    height: 7vh;
    border-radius: 25px;
    background-color: #00CBA9;border: none;
  }
  .menu a {
    text-decoration: none;
    color: white;
    font-size: 16px;
  }
  .li{
    
    gap: 10%;
  }
  .logo{
    margin-left: 5%;
  }
  .logo h1{
    background-color: #121212;
  }
  .logo i{
    color: rgba(255, 0, 43, 0.884);
  }
  .hero{
    display: flex;
    flex-direction:row;
    background-color:  #1B1E29;
    height: 100vh;
    width: 100vw;
  
  }
  .hero .left{
    padding-left: 2%;
    padding-top: 10%;
    width: 50vw;
    height: 100vh;
   
  }
  .hero .right {
    display: flex;
    justify-content: center;
    align-items: center;
  
    width: 50vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .box3{
    background-color: #2d3246;
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 62vh;
      width:24vw;
      border-radius: 10px;
      position: absolute;
      z-index: 1; 
      transform: rotate(15deg);
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
    
  }
  .box2{  background-color: #2d3246;
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 62vh;
      width:24vw;
      border-radius: 10px;
      position: absolute;
      z-index: 2; 
      transform: rotate(-10deg);
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
  }
  .box1{background-color: #4C5369;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62vh;
    width:24vw;
    border-radius: 10px;
    z-index: 3;
  }
  
  .box1 .photo{
    height: 35vh;
    width: 22vw;
    border-radius: 10px;
  }
  .photo img{
    height: 35vh;
    width: 22vw;
    border-radius: 10px;
  }
  .box1 .details{
    display: flex;
    background-color: #4C5369;
    flex-direction: row;
    margin-top: 4%;
    height: 20vh;
    width: 20vw;
    
  }
  .box1 .details h3{
    background-color: #4C5369;
  }
  .box1 button{
  border: none;
  cursor: pointer;
    margin-left: 5%;
    margin-bottom: 5%;
    align-self: flex-end;
    height: 5vh;
    width: 9vw;
    border-radius: 30px;
    color: white;
    background-color: #00CBA9 ;
  }
  .hero .left h1{
    color: #00CBA9;
    padding-left: 10%;
    padding-top: 10%;
    font-size: 4.5rem;
    line-height: 50%;
    margin-bottom: 5%;
  }
  
  .hero .left p{
    padding-left: 10%;
    font-size: 1.3rem;
    line-height: 75%;
  }
  .text{
    width: 100vw;
    height: 15vh;
  
    display: flex;
    flex-direction: row;
    gap: 5%;
  }
  .text img{
    height: 12vh;
    width: 12vw;
  }
  .design{
    margin-top: 5%;
    height: 80vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
  }
  .leftd h1{margin-bottom: 8%; line-height: 75%;font-size: 3rem;}
  .leftd{
    height: 80vh;
    width:60vw;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .leftd  button{
    border: none;
    cursor: pointer;
      margin-left: 5%;
      margin-top: 5%;
      align-self: flex-end;
      height: 5vh;
      width: 9vw;
      border-radius: 30px;
      color: white;
      background-color: #00CBA9 ;
    }
  .rightd{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 40vw;
   
  
    display: flex;
    flex-direction: column;
  }
  .rightd img{
    margin-top: 5%;
    height: 50vh;
    width: 25vw;
  }
  
  /* Design2/*/
  
  .design2{
    height: 80vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
  
  }
  .leftd2{
  
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
  }
  .leftd2 img{ 
    
    height: 50vh;
    width: 30vw;
  }
  .rightd2{
  
    height: 80vh;
    width: 55vw;
    padding-left: 5%;
    padding-top: 15%;
  }
  .rightd2  button{
    margin-top: 2%;
    border: none;
    cursor: pointer;
      margin-bottom: 5%;
      align-self: flex-end;
      height: 6vh;
      width: 10vw;
      border-radius: 30px;
      color: white;
      background-color: #00CBA9 ;
  
    }
    .rightd2 h1{
      font-size: 2.5rem;
      margin-bottom: 5%;
    }
    .rightd2 p{
      margin-bottom: 3%;
    }
  /* Design3 /*/
  .design3{
      height: 80vh;
      width: 100vw;
      display: flex;
      flex-direction: row;
  }
  .rightd3{
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
  }
  .leftd3{
    height: 80vh;
    width: 55vw;
    padding-left: 5%;
    padding-top: 15%;
  }
  .leftd3 h1{
    line-height: 75%;
    font-size: 2.5rem;
    margin-bottom: 5%;
  }
  .leftd3 p{
    margin-bottom: 3%;
  }
  .leftd3 button{
    margin-top: 1.5%;
    border: none;
    cursor: pointer;
      margin-bottom: 5%;
      align-self: flex-end;
      height: 6vh;
      width: 10vw;
      border-radius: 30px;
      color: white;
      background-color: #00CBA9 ;
  
    }
    .rightd3 img{ 
    
      height: 50vh;
      width: 30vw;
    }
  
  .gem{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
  
  }
  .up{
    text-align: center;
    height: 40vh;
  
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .up h1{line-height: 75%;
    font-size: 3rem;
  }
  .up p{
    margin-top: 3%;
    font-size: 1.2rem;
  }
  .down{
    justify-content: center;
    align-items: center;
    display: flex;
    gap:8%;
    height: 45vh;
    width: 100vw;

  
  }
  .art{
    text-align: center;
    height: 30vh;
    width: 15vw;

    border-radius: 12px;
    background-color: #4C5369;
  }
  .na{
    background-color: #4C5369;
  }
  .art img{
    height: 25.5vh;
    width: 15vw;
    border-radius: 12px;
  }
  .btn{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gem button{
    margin-left: 50%;
    margin-right: 45%;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
      margin-bottom: 5%;
      align-self: flex-end;
      height: 6vh;
      width: 10vw;
      border-radius: 30px;
      color: white;
      background-color: #00CBA9 ;
    }
  
  .lastd{
    height: 80vh;
    width: 100vw;
  }
  .up1 h1{
    line-height: 75%;
  }
  .up1{
    font-size: 1.2rem;
    padding-left: 5%;
    display: flex;
    align-items: center;
    height: 25vh;
    width: 100vw;
    
  }
  .down1{
    height: 50vh;
    width: 100vw;
    display: flex;
    gap:5%;
    justify-content: center;
  
  }
  .do1{
    border: 1px solid;
    background-color:  #4C5369;;
    height: 35vh;
    border-radius: 12px;
    width: 25vw;
    
  }
  .do1 img{
    border: 1px solid;
    background-color:  #4C5369;;
    height: 35vh;
    border-radius: 12px;
    width: 25vw;
    
  }
  .footer{
    
    display: flex;
    flex-direction: row;
    height: 60vh;
    width: 100vw;
    background: #132c36;
    background: #eeeeee;;
  }
  .f1{
    color: black;
    background: #132c36;;
    background: #eeeeee;;
    height: 60vh;
    width: 50vw;
  }
  .dt{
    color: black;
    background-color:  #132c36;
    background: #eeeeee;;
    background: #eeeeee;;
    margin-top: 8%;
    margin-left: 7%;
  }
  .f1 h1{
    color: black;
    margin-bottom: 5%;
    background: #132c36;
    background: #eeeeee;;
  }
  .f1 p{
    color: black;
    margin-top: 5%;
    background-color:  #132c36;
    background: #eeeeee;;
  }
  .social i{
    margin-top: 2%;
    margin-left:3%;
  }
  
  .social{
    background-color:  #132c36;
    background: #eeeeee;;
  }
  .f2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20vw;
    background-color:  #132c36;
    background: #eeeeee;
    color: black;
  }
  .f3{
    background-color:  #132c36;
    background: #eeeeee;;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20vw;
    color: black;
    margin-left: 5%;
  }
  .f2 ul{
    background-color:  #132c36;
    background: #eeeeee;;
    color: black;
    text-decoration: none;
    list-style: none;
  
  }
  .f2 li{
    background-color:  #132c36;
    background: #eeeeee;;
    color: black;
   margin-top: 18px;
  }
  .f2 li :first-child{
    border-bottom: 2px solid white;
  }
  .f2 li:hover{
    color: #00CBA9;
  }
  
  .f3 ul{
  
   
    background: #eeeeee;;
    text-decoration: none;
    list-style: none;
  
  }
  .f3 li{
    color: black;
    background-color:  #132c36;
    background: #eeeeee;;
   margin-top: 18px;
  }
  .f3 li :first-child{
    border-bottom: 2px solid white;
  }
  .f3 li:hover{
    color: #00CBA9;
  }
  
  .lab{
   
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5%;
    height: 40vh;
    background-color: #FFFFFF;
    width: 100vw;
  }
  .lab button{
    cursor: pointer;
    margin-top: 3%;
    height: 5vh;
    width: 6vw;
    border-radius: 20%;
  }
  .llab{
    padding: 3%;
    background-image: url('./pink.png');
    background-size: cover;
    height: 28vh;
    border-radius: 10px;
    width: 42vw;
    color: black;
  }
  .rlab{
    padding: 3%;
    background-image: url('./blue.png');
    background-size: cover;
    border-radius: 10px;
    height: 28vh;
    width: 42vw;
    color: black;
  }
  .lab  p{color: black;
    background: transparent;
  }.lab  h1{color: black;
    background: transparent;
  }
  .social i{
    color: black;
    background-color: #eeeeee;
  }
  
  