
  :root{
    --bg: #fafdf6;
    --sbg: #f8f6b4;
    --txt: #222831;
    --brand: #ffc300;
    
  }
  


.navbar {
    display: flex;
    justify-content: space-between;
    /* background: linear-gradient(to bottom,black,rgb(19, 19, 19)); */
    background-color:  	var(--sbg);
    /* box-shadow: 10px -10px 5px black; */
    border-bottom:1px solid var(--sbg);
    height: 70px;
    position: relative;
    z-index: 8;
}
.navLogo p{
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
}

.navItems{
    height: 100%;
}

.log, .log .item, .log .item a {
    height: 100%;
  }


/* 
.log {
    height: 100%;
}
.log .item {
    height: 100%;

}
.log .item a{
    height: 100%;

} */


.navItems a{
    font-weight: bold;
    letter-spacing: 1px;
}

.itemLink{
    position: relative;
    z-index: 9;
    overflow: hidden;
    height: 100%;
}

.navItems .item .itemLink::after{
    content: "";
    border-radius: 50%;
    position: absolute;
    left:0;
    bottom:-100%;
    height: 100%;
    width: 40%;
    background-color: var(--brand);
    transition:all ease 0.6s;
    z-index: -1;
}

.navItems .item .itemLink:hover::after{
    bottom:0;
    transition:all ease 0.4s;
    border-radius: 4%;
    width: 100%;
}
.log .item a {
    font-weight: bolder;
    letter-spacing: 1px;
    position: relative;
    color: var(--txt);
    z-index: 9;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.right{
    width: 84%;
    display: flex;
    justify-content: end;
}

.menu{
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    background-color: var(--txt);
    display: none;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    
}
.menu img{
    height: 30px;
    width: 30px;
    object-fit: cover;
}
.navLogo{
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-left: 2rem;
}
.navLogo a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.navLogo img{
    width: 60px; height: 60px; margin: 0 1rem;
}
.list{
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-right: 2rem;
    position: relative;
}
.list ul{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.list ul a{
    color: var(--txt);
    text-decoration: none;
    padding: 6px 8px;
    border: 1px solid transparent;

}
.search{
    display: flex;
    align-items: center;
    width: 100%;

}
.searchForm{
    margin-left: 42px;
    width: 100%;

}
.search input{

    /* height: 32px; */
    width: 20rem;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    /* padding: 0 6px; */
    background: var(--sbg);
    border: 0;
    letter-spacing: 1px;
    backdrop-filter: blur(5px);
    color: var(--txt);
    font-size: 16px;
    /* font-weight: bold; */
    border: 1px solid #DDD;

}
.search button{
    height: 37px;
    width: 37px;
    /* padding: 10px; */
    /* border-radius: 50%; */
    /* margin-left: .8rem; */
    position:relative;
    right: 38px;
    border: 0;
    background: var(--sbg);
}

/* .searchForm{
    padding: 0;
  } */
  
.line{
    display: flex;
    align-items: center;
}

.svg svg{
fill: var(--txt);
margin-right: 10px;
}
.E{
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}
.star{
    color: var(--brand);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;

}


.search input:hover{
    border: 1px solid var(--brand);
}
a img{
    
border: 2px solid var(--txt); margin-left: 26px; height: 50px; width: 50px; border-radius: 50%;
}
.bottomIcon{
    display: none;
}


.item i{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 118px;
    margin: 0;
    padding: 0;
}
.list ul a{
    margin: 0;
    padding: 0;
}
.list ul{
    gap: 0;
}
a img{
    margin: 0;
}
.item p{
    font-size: 14px;
}












@media screen and (max-width : 500px){
  

.navbar {
    width: 100vw;
    height: 50px;
}
.navLogo p{
    font-size: 20px;
    letter-spacing: 1px;
    /* font-weight: bold; */
}
.navLogo img{
    width: 50px; height: 50px; margin: 0 12px;
}
/* .navItems a{
    
}
.navLogo a{
   
} */

.navLogo{

    padding: 0;
}

.list{
   padding-right: 12px;
}
.list ul{
    
    gap: 0;
}
.dnone{
   display: none;

}

.search{
   display: none;
}

a img{
    display: block;
    height: 40px;
width: 40px;
}

/* 
.sticky {
    position: sticky;
    top: 90vh;
    width: 100%;
  } */



  .bottomIcon{
    display: block;
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    z-index: 3;
    /* top: 90vh; */
    height: 50px;
    width: 100%;
    background-color: #111;
  }
  
.dnone2 ul{
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    list-style: none;
    padding: 4px;
    /* gap: 12px; */
  }
  .dnone2 ul a{
      /* color: var(--txt); */
      text-decoration: none;
      /* padding: 6px 8px; */
      border: 1px solid transparent;
      font-size: 12px;
  
  }
.dnone2{
    height: 100%;
}
.item i{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;

}
.log{
    margin:0 8px;
}













}