*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
   
    font-family: 'Roboto', sans-serif;
}

.icons{
    cursor: pointer;
    font-size: 36px;
    transition: 0.3s;
    color: grey;
}
.icons i:hover{
    animation: ease-in;
    
    color:rgb(131, 121, 121);
    
}
h1{
    font-size: 2.7rem;
}
.secondpof{
    display: none;
    margin-top: 30px;
}
.secondul{
    margin-top: 30px;
}
.secondul li{
    margin-left: 20px;
}
.container{
    /* border: 1px solid black; */
    margin: 40px auto 0;
    width:990px;

    border: 2px soild red;
}
.icons{
    display: flex; 
    justify-content: space-between;
}
.tgl{
    margin-right:12px;
}
.fa-book{
    margin-right: 5px;
}
.search-bar{
    position: relative;
    margin-top:20px;
    width:100%;
}
.search{
    font-weight: bold;
    font-size: 1rem;
    outline: none;
    border:0;
    display: block;
    background-color: #ebe5e5;
    /* position: relative; */

    border-radius: 10px;
    padding: 12px;
    width:100%;
    position: relative;
    transition: 0.3ms;
}
.search:focus{
    border: 3px solid rgb(0, 146, 219);
}

::placeholder {
    font-size: 1rem;
    color: rgb(144, 141, 141);
    

  }
.glass{
    font-size: 1.1rem;
    color:rgb(0, 68, 255);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    padding: 15px 15px;
    top: 0;
    right: 0;
    
}
.word{
    justify-content: space-between;
    display: flex;
    
    height: 20%;

    /* height: ; */
}
.word h1{
    margin-top: 18px;
}
.word button{
    cursor: pointer;
   opacity: 0.9;
    padding: 20px;
    margin-top: 15px;
    border: 0;
    border-radius: 50%;
    
}
.flex{
    display: flex;
}
.meaning{
    margin-top:30px;
    width: 80%;
}
.meaning li{
    margin-left: 20px;
}
.synonyms{
    margin-top: 30px;
    margin-bottom: 30px;
}


li{
    margin:6px;
}
.meaning p{ 
    
    font-size: 1.2rem;
    margin: 4px;
    font-weight: bold;
    color: rgb(85, 84, 84);
}
.m1{
    font-style: italic;
    display: block;
    margin-left: 20px;
}
.s1{
    
    display: inline-block;
    margin-bottom: 2px;
    
}
.s2{
    color:rgb(0, 68, 255);
}
.dark{
    background:#1f1f1f;
    color:#fff;
}
.dark-searchbar{
    background-color: #424040;
    color:white;
    border: 0;
    /* border: #fff solid 2px; */

}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .fa-moon{
    position: relative;
    bottom: 4px;
  }
.sorry{
    display: none;
}
#mean{
    display: none;
}
/* Responsive Css */
@media (max-width: 640px) {
    .container{
        margin: 40px auto 0;
        width: 350px;
    }
}
/* @media(min-width:768px){
    .container{
        margin:40px auto 0;
        width: 700px;
    }
} */
