#main-page {
    background-color: var(--theme-bg-color);
    border-radius: 25px 25px 0 0;
    border-top: 1px solid #454545;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.384);
}

#home-container {
    background-color: var(--theme-bg-color);
}

#home-container {
    display: flex;
    flex-direction: column;
    padding: 2px 4px;
}

.home-top-nav {
    position: sticky;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 80px;
    background-color: rgb(54, 51, 50);
    border-radius: 25px  25px 20px 20px;
    border: 1px solid rgba(113, 121, 124, 0.589);
    border-bottom: 4px solid rgba(128, 128, 128, 0.87);
    transition: 0.7s all cubic-bezier(0.14, 1.11, 0.08, 1.12);
}

.home-top-nav:hover{
   height: 300px;
}

.home-top-nav-containt{
    display: flex;
    align-items: top;
    gap: 10px;
    justify-content: space-between;
    border-radius: 25px;
    padding: 10px;
    height: 80px;
    width: 100%;
    background-color: rgb(54, 51, 50);
}



.home-top-nav-left{
    display: flex;
    align-items: top;
    gap: 10px;
}

/* header user-image */


.home-top-nav-user-img .header-profile {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#userImage {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 250, 250, 0.555);
    margin-top: 4px;
    transition: all 0.3s ease-in;
    
}

#userImage:hover{
    border: 1px solid rgb(216, 108, 6);
    border-radius: 8px;
}

.header-profile a i {
    width: 12px;
    color: #f9fafb;
    font-size: 26px;
}



/* header date time and gretting */

.home-top-nav-time {
    display: flex;
    gap: 5px;
}


.dalyname #greeting {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    margin-top: 15px;
    display: block;
    font-weight: 900;
    background: #c3b9b7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.datetime {
    display: flex;
    flex-direction: row;
    align-items: bottom;
}

.datetime #date {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(228, 208, 198);
    font-size: 35px;

}

.home-top-nav-time .datetime h1 {
    font-family: "Lato", sans-serif;
    color: rgb(177, 174, 174);
    font-size: 38px;
    margin-top: 7px;
    margin-left: 2px;
}

.datetime #month {
    font-weight: 600;
    font-style: normal;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: rgb(214, 178, 196);
    margin-left: 1px;
    margin-top: 15px;
}


.home-top-nav-setting span{
    color: #f7dbc9;
    font-size: 35px;
    cursor: pointer;
    margin-top: 10px;
}
.home-top-nav-setting span:hover{
    color: #ccad9a;
}



.home-top-nav-containt-extra{
   width: 100%;
   height: 70%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
   padding-top: 20px;
}


.home-top-nav-search{
    width: 90%;
    height: 60px;
    background-color: #999999bd;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    border: 1px solid rgba(80, 79, 79, 0.548);
}

.home-top-nav-search input{
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: transparent;
  border: none;
  padding: 8px;
  color: rgba(255, 255, 255, 0.822);
  font-size: 16px;
}

.home-top-nav-search input::placeholder{
 color: rgba(255, 250, 250, 0.479);
 font-size: 20px;
 text-align: center;
}






/* home-containt */

.home-containt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 8px;
    margin-top: 10px;
    gap: 10px;
    
}

.home-con-line{
    width: 100px;
    background-color: #f7f6f64d;
    border-radius: 30px;
    height: 6px;
}


.home-containt-text{
    margin: 10px 0;
    width: 100%;
    display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 20px;
}

.home-containt-text .t-1 p{
    font-size: 19px;
    color: #c3b9b7;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} 
.home-containt-text .t-2 p{
    font-size: 17px;
    color: #c3b9b788;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} 


.home-banner{
  width: 100%;
  height: 200px;
  background-color: rgba(248, 242, 238, 0.575);
  background-image: url(https://i.pinimg.com/originals/e5/2d/5e/e52d5ea42a74e13d9accc60768559d93.gif);
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  box-shadow: 1px 7px 15px rgba(186, 221, 245, 0.26);
  overflow: hidden;

}


.home-sussested-apps{
    width: 100%;
    height: 70px;
    background-color: rgba(192, 192, 192, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 40px;
}

.home-sussested-apps .mode-light{
   width: 75px;
   height: 38px;
   border-radius: 30px;
   border: 1px solid rgba(255, 250, 250, 0.164);
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #a8a8a8bd;
   padding: 2px;
   transition: 0.3s all ease-in-out;
}
.home-sussested-apps .active{
    background-color: rgba(255, 250, 250, 0.116);
    
}

.home-sussested-apps .mode-light:hover{
    background-color: rgba(182, 174, 174, 0.253);
}

.home-sussested-apps .mode-light:active{
    scale: 0.95;
}

/* home-popular-apps */

.home-popular-apps{
    width: 100%;
    background-color: #73606900;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px;
    overflow-y: scroll;
    gap: 10px;

}



.home-popular-app-box{
    width: 100%;
    height: 140px;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    overflow-x: scroll;
   
}

.home-popular-app-box-clild{
    max-width: 200px;
    width: 220px;
    height: 140px;
    min-width: 200px;
    background-color: #dce7eed0;
    border-radius: 30px;
}

.home-popular-app-more{
    width: 100%;
    height: 200px;
    background-color: #e9e9e9a4;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    padding: 10px;
}


.home-popular-app-more-child{
    width: 100%;
    height: 80px;
    background-color: #00000038;
    border-radius: 30px;
    border: 1px solid rgba(173, 170, 170, 0.918);
}


.home-usefull-apps{
    width: 100%;
    height: 200px;
    background-color: #eeeeeea1;
    border-radius: 20px;
}