html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Droid Sans", sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

a,
a:hover,
a:focus {
    color: #50514f;
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.header {
    position: relative;
    padding: 0;
}

.header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9000;
    transition: top .2s ease-in-out;
}

.main-menu-deputy .menu-when-collapse,
.main-menu .close-nav,
.main-menu .main-nav li .toggle-submenu {
    display: none;
}

.menu-collapse-after-effect {
    position: fixed;
    inset: 0;
    z-index: 9;
    display: none;
    background: rgba(0, 0, 0, .5);
}

.main-menu .main-nav,
.main-menu .main-nav li,
.main-menu .main-nav li > a {
    position: relative;
}

.main-menu .main-nav li > a {
    z-index: 2;
}

.main-menu .main-nav li .toggle-submenu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    height: 60px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.main-menu .close-nav {
    height: 60px;
    color: #fff;
    cursor: pointer;
    background: #03503c;
    border: 0;
}

.main-menu .close-nav::before {
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    content: "\f00d";
}
