*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.head{
     position: sticky;
    top: 0px;

}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    color: white;
    background-color:#7b6ada;
   
}
.nav-h1{
    padding-left: 40px;
    font-size: 38px;
}
.bg-img-1{
    background-image: url('img/img-2.jfif');
    height: 1000px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.search-box{
    padding: 10px;
    /* background: transparent; */
    border: none;
    border-radius: 20px;
    padding-left: 20px;
    opacity: 0.2;
    /* color: black; */
}
.nav-ul{
    display: flex;
}
.nav-li{
    list-style: none;
    padding-right: 55px;
}
.nav-li-home{
    border: 0.5px solid white;
    background-color: azure;
    opacity: 0.2;
    color: black;
    padding: 0px 15px;
    margin-right: 26px;
    border-radius: 15px;
}
.bg-img-2{
    background-image: url('img/img-1.jpg.jfif');
    width: 70vw;
    height: 650px;
    border-radius: 22px;
    margin-left: 240px;
    margin-top: 77px;
}
.bg-img-2-btn-1{
    padding: 6px 15px;
    background-color: #7b6ada;
    color: white;
    border-radius: 18px;
    margin: 70px 0px 10px 70px;
    border: none;
}
.bg-img-2-h2{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    width: 60%;
    margin-bottom: 40px;
    padding-left: 70px;
}
.bg-img-2-p-1{
  color: white;  
   padding-left: 70px; 
}
.bg-img-2-btn-2{
    padding: 12px 14px;
    border-radius: 25px;
    border: none;
    color: #7b6ada;
    float: left;
    margin-top: 20px;
    margin-left: 70px;
}
.bg-img-2-btn-3{
     padding: 10px 18px;
     border-radius: 50px;
    border: none;
    color: #7b6ada;
    font-size: 15px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;

}
.bg-img-2-p-2{
    color: #fff;
    margin-top: 30px;
}
.main-2{
    display: flex;
    justify-content: space-around;
}
.box{
    height: 300px;
    width: 230px;
    background-color: #e1ddfb;
    border-radius: 15px;
    margin-top: 80px;
    position: relative;
    /* opacity: 0.2; */
    /* border: 1px solid black; */
    
}
.main-2-h2-1{
    padding: 60px 20px 10px 15px;
}
.main-2-p-1{
     padding: 0px 20px 20px 15px;
     color: rgb(100, 96, 96);
     

}
.img-3{
    background-color: #7b6ada;
    padding: 20px;
    border-radius: 10%;
    position: absolute;
    top:-55px;
    right: -90px;
}
.main-2-btn-1{
    padding: 10px;
    border: none;
    color: #7b6ada;
    border-radius: 20px;
    margin-left: 55px;
}

/* .main-3-box-1{
    height: 530px;
    width: 800px;
    background-color: #7b6ada;
    border-radius: 15px;
     margin-left: 100px;

} */


.iteam{
    
    margin: 30px 30px;
    padding: 10px 50px 10px 50px;
    background-color: white;
    border-radius: 15px;
}
/* .main-5{
    padding-top: 110px;
    margin-top: 100px;
} */
.main-4{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-top: 40px;
}
.main-4-h3{
    color: #7b6ada;
}
.main-6{
    height: 50px;
    width: 600px;
    background-color: #dcd8f3;
    border-radius: 25px;
    margin-top: 15px;
    margin-left: 26%;
}
.main-6-ul{
    display: flex;
    list-style: none;
    justify-content: center;
}
.main-6-ul-li{
      margin: 0px 20px;
      padding-top: 14px;
}
.main-6-ul-li:hover{
    cursor: pointer;
    color: #7b6ada;
}
.container-1{
    width: 80%;
    margin: auto;
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
}
.container-1-box{
    width: 30.33%;
    height: 370px;
     background-color: #dcd8f3;
     /* border: 1px solid black; */
     margin: 8px;
     border-radius: 17px;
     overflow: hidden; 
     position: relative;
     cursor: pointer;
}
.container-1-box:hover{
    color: #7b6ada;
}
.container-1-btn-1{
    position: absolute;
    top: 20px;
    left: 9px;
    padding: 7px;
    border-radius: 8px;
    color: #7b6ada;
    cursor: pointer;
    border: 1px solid black;
}
.container-2{
    width: 70%;
    display: flex;
    margin: auto;
    

}
.Boxx{
    width: 33.33%;
    height: 327px;
    margin: 10px;
      margin-top: 100px;
    background-color: #dcd8f3;
    /* border: 1px solid black; */
    padding: 0px 20px;
    border-radius: 17px;
}
.Boxx:hover{
    color: #7b6ada;
    /* background-color: black; */
}