* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'arial', sans-serif;
}

#grid {
    width: 23px;
    height: 23px;
}

.navul li a {
    text-decoration: none;
    color: #111;
    ;
    font-size: 13px;
    font-weight: 400;
}

.navul {
    display: flex;
    list-style-type: none;
    flex-direction: row-reverse;
}

.navul li:first-child {
    border: none;
    padding: 10px 29px;
    background: #1d6aef;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 1px;
}

#libtn a {
    color: #fff;
}

#libtn:hover {
    text-decoration: none;
    background: #4678cf;
    box-shadow: 0px 0px 13px 0px rgb(232, 230, 230);
}

.navigation {
    margin-right: 13px;
}

.navul li {
    margin: 0.5rem;
    margin-top: 20px;
}

.navul li:hover {
    text-decoration: underline;
}


/*middle section*/

.middle {
    position: absolute;
    top: 15%;
    left: 40%;
}

#inputbox {
    position: relative;
    right: 9.4rem;
    top: 1.4rem;
    width: 36rem;
    height: 2.9rem;
    border: 1px solid rgb(225, 221, 221);
    border-radius: 2rem;
    padding: 1rem 3rem;
    line-height: 40px;
}

#glass {
    position: absolute;
    right: 43.4rem;
    bottom: 50px;
}

#mic {
    position: absolute;
    right: 10.9rem;
    bottom: 2.9rem;
    cursor: pointer;
    height: 20px;
    width: 14px;
}

#gosearch {
    position: relative;
    top: 3rem;
    right: 2rem;
    padding: 0.7rem 2rem;
    border: 1px solid transparent;
    background: #f8f9fa;
    font-size: 14px;
    color: #3c4043;
    cursor: pointer;
    border-radius: 5px;
}

#feel {
    position: relative;
    top: 3rem;
    right: 2rem;
    padding: 0.7rem 2rem;
    border: 1px solid transparent;
    background: #f8f9fa;
    font-size: 14px;
    color: #3c4043;
    cursor: pointer;
    border-radius: 5px;
}

#gosearch:hover {
    border: 1px solid #dadce0;
}

#feel:hover {
    border: 1px solid #dadce0;
}

h5 {
    position: relative;
    top: 5rem;
    right: -3.5rem;
    font-size: 14px;
    font-weight: 100;
    color: #3c4043;
}

#langu {
    color: #1a0dab;
    text-decoration: none;
}

#langu:hover {
    text-decoration: underline;
    cursor: pointer;
}


/*footer section*/

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.twosec {
    background: #f2f2f2;
}

.twosec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fotul li a {
    text-decoration: none;
    font-size: 14px;
    color: #70757a;
}

.fotul {
    list-style-type: none;
    display: flex;
    padding: 1rem 0.5rem;
}

.fotul li {
    margin: 0 1rem;
}

.fotul li:hover {
    text-decoration: underline;
}

#cunt {
    padding: 1rem 1rem;
    font-size: 16px;
    font-weight: 100;
    color: #70757a;
    width: 100%;
    background: #f2f2f2;
}