*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container1{
    width: 100%;
    height: 400vh;
    
}
.nav{
    width: 100%;
    height: 60px;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 150px;
    
}
.textCard{
    width: 450px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.text1{
   font-size: 15px;
   font-weight: 400;
   font-family: "Ubuntu", sans-serif;
}
.boldText{
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
}
.txt{
    display: flex;
    gap: 5px;
}
.icon{
    display: flex;
    gap: 10px;
}
.sn{
    display: flex;
    gap: 12px;
    font-family: sans-serif;
}
.nav2{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 300px;
}
p{
    font-family: "Unbutu", sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.navigation{
    width: 500px;
    height: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
}
.icon2{
    display: flex;
    gap: 30px ;
}
.box{
    width: 100%;
    height: 150vh;
    display: flex;
}
.card-left{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-right{
    width: 50%;
    height: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}
.img-card1{
    width: 95%;
    height: 640px;
}
.rem-img{
    width: 100%;
    height: 100%;
}
.img-card2{
    width: 95%;
    height: 450px;
    border-radius: 15px;
}
.img-card3{
    width: 95%;
    height: 450px;
    border-radius: 15px;
}
.rem-img2{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.container2{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myBox{
   background-color: #f1f1f1;
   width: 1000px;
   height: 230px;
   display: flex;
}
.text-card{
    width: 500px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.txt2{
    width: 440px;
    height: 150px;
}
.dt{
    font-size: 40px;
    font-family: sans-serif;
}
.sb{
    font-family: "Ubuntu", sans-serif;
    color: #7a7a7a;
    font-weight: 300;
    font-size: 16px;
}
.btn-card{
    width: 500px;
    height: 100%;
}
.bg-text{
    font-size: 120px;
    color: #e1e1e1;

}
.tappak{
    font-size: 120px;
    color: #e1e1e1;
    font-weight: bold;
    
}
.bg{
    display: flex;
    margin-top: 50px;
    margin-left: 10px;
}
.btn {
    position: relative;
    background: black;
    color: white;
    padding: 15px 50px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    left: 250px;
    top: 100px;
  }
  
  .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: rgb(249, 83, 83);
    transition: left 0.3s ease;
  }
  
  .btn:hover::after {
    left: 0;
  }
  .aa{
    z-index: 999;
  }
  .container3{
        width: 100%;
        height: 350px;
  }
  .text2{
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: "Unbutu", sans-serif;
  }
  .cards{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card1{
    width: 250px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
  } .card2{
    width: 250px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
  }
  .card3{
    width: 250px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
  } .card4{
    width: 250px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
  } .card5{
    width: 250px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
  }
  .cardImg1{
    width: 90%;
    height: 70%;
  }
   .cardImg2{
    width: 90%;
    height: 70%;
  }
  .cardImg3{
    width: 90%;
    height: 70%;
  }   .cardImg4{
    width: 90%;
    height: 70%;
  }   .cardImg5{
    width: 90%;
    height: 70%;
  } 
  .txt3{
    display: flex;
    gap: 10px;
  }
  .text3{
    font-family: "Unbutu", "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #111;
  }
  .my{
    font-family: "Unbutu", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    color: #333;
  }
  .card1:hover{
    margin-bottom: 20px;
    opacity: 0.7;
    cursor: pointer;
  }
  .card2:hover{
    margin-bottom: 20px;
    opacity: 0.7;
    cursor: pointer;
  }
  .card3:hover{
    margin-bottom: 20px;
    opacity: 0.7;
    cursor: pointer;
  }
  .card4:hover{
    margin-bottom: 20px;
    opacity: 0.7;
    cursor: pointer;
  } .card5:hover{
    margin-bottom: 20px;
    opacity: 0.7;
    cursor: pointer;
  }
  .container4{
    width: 100%;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .cardRight{
    width: 47%;
    height: 92%;
  }
  .cardLeft{
    width: 47%;
    height: 92%;
  }
  a{
text-decoration: none;
color: black;
  }
  