*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

header{
  position: sticky;
top:0;
z-index: 999;
padding: 20px 0;  
background: white;
box-shadow: 6px 3px 19px 2px rgba(224,247,250, 0.8);
-webkit-box-shadow: 6px 3px 19px 2px rgba(224,247,250, 0.5);
-moz-box-shadow: 6px 3px 19px 2px rgba(224,247,250, 0.2);
max-width: 100vw;

}

@media screen  and (min-width:786px) {
  p{
    font-size: 18px !important;
  }
.btn a{
  font-size: 20px !important;
} 
h6{
 max-width: 800px;
  width: 90%;
  font-size: 12px;
  margin:  0 auto;
}
.section_1 li {
  font-size: 16px !important;
  margin-bottom: 10px;
}

a{
  font-size: 15px;
}
}

h1{
  font-size: 30px;
  font-weight: 900;
}
@keyframes rotate-up {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-180deg);
  }
}

#feature i {
  transition: transform 0.3s ease;
}

#feature i{
  animation: rotate-up 0.3s forwards;
  
}
.feature{
  position: relative;
}


body, section{
  max-width: 100vw !important;
  overflow-x: hidden;

}

.center-navbar .menu_item  a{
  color: #333;
  font-size: 13px !important;
}
  .other-content{
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 200px;
  position: absolute;
  z-index: 100;
left :-80px;
  background: #f3f4f5;
    padding: 20px;
    border-radius: 10px;
    transition: display 2s ease-out;
  }
  .other-content.active{
    display: block;
    transition: display 2s ease-in;
  }
  
  .other-content a{
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
  
  }
 
@keyframes rotate-up {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-180deg);
  }
}
  .other-content span{
    margin-bottom: 10px;
    display: block;
  }
  .navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    width: 98%;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    margin:  0 auto;
    margin-top: 10px;
  }
  .center-navbar .menu_item{
    margin:  0 15px;
  }
  #cancelBtn{
    display: none;
  }
  #feature i{
    display: flex;
    margin-left: 10px;
    font-size: 15px;
      animation: rotate-up 0.3s forwards;
      
  
  }

  #feature h3{
    display: flex;
    align-items: center;
  }
  .user-info{
    display: flex;
    display: none;
    width: 90%;
    margin:  40px auto;
    align-items: center;
    
  }
  .user-info i{
    font-size: 20px;
    margin-right: 20px;
  }

  .user-info a{
    font-size: 18px;
    font-weight: 900;
    color: #333;
  }

  .center-navbar  img, .center-navbar i{
   display: none;
  }
.center-navbar{
    display: flex;
    justify-content: center;
}  

.right-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loginsignupBtn{
    display: flex;
    align-items: center;
    justify-content: center;
}


.navbar-search{
  margin-left: 20px;
}
.signupBtn{

  padding: 10px 20px;
  border-radius: 10px;
}
.loginBtn{
background:rgb(13,134,255);
  padding: 10px 20px;
  border-radius: 10px;
  margin-left: 10px;
  
}
.loginBtn a{
  color: white;
}
.signupBtn a{
  color: rgb(13,134,255);;
}
.toggle{
  display: none;
}

.lside-menu {
  background: white;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
  transition:left 0.5s ease-in;
  position: absolute;
  justify-content: start;
  align-items: flex-start !important;
  width: 30vw;
  right: -100vw;  
  transition:right 0.5s ease-in;
  top:0;
  bottom: 0;
z-index: 9000;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.lside-menu-contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  width: 100%;

  
}
.lside-menu-l{
  flex: 1;
  margin-left: 10px;
 
}
.lside-menu-r{

margin-left: 10px;
margin-right: 20px;
  
}
.lside-menu-r button{
  color: blue;
  background: none;
  border: none;;
  font-size: 18px;
}
.lside-menu-l input{
border: none;
flex: 1;
padding: 10px;
background: none;
}

.lside-menu-l{

display: flex;
justify-content: center;
align-items: center;
flex-direction: row-reverse;
flex: 1;
background: #f3f4f5;
padding-left: 10px;
border-radius: 20px;
}
@media screen and (max-width: 768px){
  #feature i{
    display: flex;
    margin-left: 2px;
    font-size: 10px;
    
      
  
  }
  .other-content{
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      width: 150px;
    position: absolute;
    z-index: 100;
  left :120px;
  top:-100px;
    background: #f3f4f5;
      padding: 20px;
      border-radius: 10px;
      transition: display 2s ease-out;
    }
  .lside-menu {
    width: 100vw;
  }
  .user-info{
    display: flex;
  }
  .toggle{
    display: block;;
  }
  .loginsignupBtn{
    display: none;
  }
.head-logo img{
  width: 90px;

}
.left-navbar{
  display: flex;
  justify-content: space-between  !important;
 
  
}
.toggle, .head-logo{
 
  flex: 1;
}

.left-navbar{
  flex:2;
}

.right-navbar{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  
  
}

.navbar{
  width: 90%;
  margin:  0 auto;
 
}
.navbar-search{
  text-align: end;
  width: 90%;
  
}
 .navbar{
   
  
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .center-navbar-header{
    display: flex;  
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;
   
    width: 90%;
    margin:  0 auto;
    align-items: center;
  }
  .head-logo img, .center-navbar i{
    display: flex;
  }
 
  .center-navbar-header #cancelBtn{
    display: block;
    font-size: 30px;
    flex: 1;
    font-weight: 900;
  }

  .center-navbar{
    background: white;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
    transition:left 0.5s ease-in;
    position: absolute;
    justify-content: start;
    align-items: flex-start !important;
    width: 100vw;
    left: -100vw;
  
    top:0;
    height: 100vh;
    bottom: 0;
  z-index: 9999;
    display: flex;
    flex-direction: column;
  }

.menu_item{
  width: 90%;
  padding-left: 10px;
display: flex;

}
  .center-navbar .menu_item{
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .center-navbar .menu_item i, .center-navbar .menu_item img{
    display: flex;
  
  }
  .center-navbar .menu_item img{
    width: 18px;
  }
 .center-navbar h3{
  margin-left: 10px;
 }
 
  .center-navbar .menu_item i{
    font-size: 18px;
  }
 }