
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
    padding:0;
    margin:0;
}
body{
    font-size:14px;
    color:#333;
    background-color:white;
    font-family: 'Exo 2', sans-serif;
     scrollbar-width:none;
     overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none;
  }
  .headerfull{
    margin-top:0 !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 19px;
  }
.header{
    width:90%;
    margin:auto;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.header h1{
    font-size:24px;
    padding-top:30px;
}
.search{
    margin-top:30px;
    width:50%;
    position:relative;
    margin-bottom:30px;
    margin-right:20px;
}
.search input{
    width:100%;
    padding:10px 0px 10px 10%;
    border:1px solid #adadad;
    border-radius:10px;
}
.brand img{
   width:80px;
}
.search i{
    position:absolute;
    top:30%;
    right:-5%;
    color:#616161;
}
.footer{
    background-color:white;
    position:fixed;
    bottom:0;
    padding:10px 0px;
    color: rgb(111, 111, 111);
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 19px;
}
.footercenter{
    display:flex;
     position:relative;
    align-items: center;
    justify-content: space-between;
    width:90%;
    margin:auto;
}
.footercenter div{
    display:flex;
    flex-direction: column;
    align-items:center;
    width:20%;
    justify-content: center;

}
.footer div i{
    margin-bottom:5px;
    font-size:16px;
}
.active{
    color:#6fd122;
}
.recommanded{
    width:100%;
    margin:auto;
    margin-top:30px;
    font-size:16px;
    margin-left:5%;
}
.recommanded i{
    margin-right:10px;
}
.recommanded span{
    font-weight: 600;
}
.recommanded .head, .top .head{
    position:relative;
}
.recommanded .head a ,.top .head a{
    position:absolute;
    right:8%;
    text-decoration: none;
    color:#6fd122;;
}
.body{
    margin-top:15px;
    display:flex;
    overflow: scroll hidden;
    position: relative;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    align-items: center;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; 
}
.body::-webkit-scrollbar , .topbody::-webkit-scrollbar{
    display:none;
}
.app{
    display:flex;
    margin-right:20px;
    align-items: center;
    height: fit-content;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.app .logo{

}
.app .logo img{
    width:60px;
    border-radius:10px;
}
.app .text{
    width:60px;
    position:relative;
    margin-left:10px;
}
.app .text span{
    font-size:14px;
}
.app .text div{
    display:flex;
    align-items: center;
    font-size:12px;
    margin-top:10px;
}
.text div p{
    font-weight:600;
}

.top{
    width: 90%;
    margin:auto;
    background: #6fd122;
    color:white;
    padding:20px 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: fit-content;
    max-width: 100%;
    margin-left:15px;
}
.topbody{
    overflow: scroll hidden;
    position: relative;
    width: fit-content;
    height: fit-content;
    padding-left: 16px;
    max-width: 100%;
    display:flex;
}
.topbody .topapp{
   display:flex;
  flex-direction: column;
  margin-top:20px;
  padding-right:20px;
}
.topapp .logo img{
    width:80px;
    border-radius:20px;
}
.toptext div{
    display:flex;
    padding-top:5px;
}
.tophead{
    font-size:16px;
    padding-left: 16px;
}
.space{
    margin-bottom:100px;
}
.bg{
    background-color:white;
    margin-top:0;
    padding-top:0px;
}
.search input:focus{
    border-color:#6fd122;
    outline:0;
}

.searchsection{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100%;
    background-color:rgb(255, 255, 255);
    opacity: 1;
    display:none;
}
.searchhead{
    display:flex;
    width:90%;
    margin:auto;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}
.searchhead i{
    font-size:24px;
}
.searchinput{
    position:relative;
    width:80%;
}
.searchinput i{
    position:absolute;
    right:15%;
    top:20%;
    font-size:18px;
    color:#616161;
}
.searchinput input{
    padding:10px;
    width:80%;
    border: 1px solid #aaaaaa;
    padding:10px 10px 10px 10px;
    border-radius:10px;
}
.searchinput input:focus{
    border-color:#6fd122;;
    outline:0;
}
.footer a{
    color:unset;
    text-decoration:none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.topapp:last-child{
    padding-right:60px;
}
.app:last-child{
    padding-right:20px;

}