html, body {
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', cursive;
    color: white;
    /*text-shadow: 0 2px 4px black;*/
    /*font-family: 'Roboto', sans-serif;*/
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 90;
}


/* ---------------------------------------------------- menu -------------------------------------------- */


/* Please ❤ this if you like it! */


/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');*/

body{
    /*font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: #c4c3ca;*/
    /*background-color: #1f2029;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
    background-position: center;
    background-repeat: repeat;
    background-size: 4%;
    overflow-x: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;*/
    background-color: #343437;
}
a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cursor{
    background-color: #fff;
    height: 0;
    width: 0;
    z-index: 99999;
}
.cursor2,.cursor3{
    height: 36px;
    width: 36px;
    z-index:99998;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
    -webkit-transform:scale(2) translateX(-25%) translateY(-25%);
    transform:scale(2) translateX(-25%) translateY(-25%);
    border:none
}
.cursor2{
    border: 2px solid #fff;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
    background: rgba(255,255,255,1);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px){
    .cursor,.cursor2,.cursor3{
        display: none
    }
}

/* #Primary style
================================================== */

.section {
    position: relative;
    width: 100%;
    display: block;
}
.over-hide{
    overflow: hidden;
}
.full-height {
    height: 100vh;
}

/* #Navigation
================================================== */

.cd-header {
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index:100;
    background-color: #343437;
    height: 80px;
}
.header-wrapper{
    position: relative;
    width: calc(100% - 100px);
    margin-left: 50px;
}
.logo-wrap {
    position: absolute;
    display: flex; /*block*/
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
    right:0;
    top: 20px;
    /*background-color: #343437;*/
    cursor: pointer;
}


/*.logo-wrap div {
    height: 100%;
}*/

.logo-wrap img {
    height: 80%;
    width: auto;
    transition-duration: 0.7s;
}

/*.logo-wrap img:hover {
    height: 80px;
    width: auto;
}*/

.logo-wrap div:first-child {
    margin-right: 40px;
}

.logo-wrap div:nth-child(2) {
    margin-right: 60px;
}

.logo-wrap div:nth-child(3) {
    margin-left: 40px;
}

.logo-wrap a {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    transition : all 0.3s ease-out;
}
.logo-wrap a span{
    color: #8167a9;
}
.logo-wrap a:hover {
    opacity: 0.9;
}
.nav-but-wrap{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 26px;
    transition : all 0.3s ease-out;
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
    width: 16.5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.menu-icon__line-right {
    width: 16.5px;
    float: right;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
    width: 30px;
}
.nav {
    position: fixed;
    z-index: 98;
}
.nav:before, .nav:after {
    content: "";
    position: fixed;
    top: 20px;
    left: 50px;
    width: 0;
    height: 0;
    background-color: rgba(20, 21, 26,0.6);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.nav:after {
    background-color: #343437; /*rgba(9,9,12,1)*/;
    /*background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg');*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
}
.nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.nav__content {
    position: fixed;
    visibility: hidden;
    top: 90px;
    left: 50px;
    width: 280px;
    text-align: left;
}
.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2px;
    -webkit-transform: translate(30px, 0%);
    transform: translate(30px, 0%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    margin-top: 7px;
    margin-bottom: 7px;
}
.nav__list-item a{
    position: relative;
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    overflow: hidden;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    z-index: 2;
    padding-left: 40px;
    padding-top:5px;
    padding-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav__list-item a:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5px;
    height: 0;
    opacity: 0;
    background-color: #8167a9;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav__list-item a:hover:after{
    height: 100%;
    opacity: 1;
    top: 0;
}
.nav__list-item a:hover{
    color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
    color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{
    height: 100%;
    opacity: 1;
    top: 0;
}
body.nav-active .nav__content {
    visibility: visible;
}
body.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
    width: 15px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 15px;
}
body.nav-active .nav {
    visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
    width: 250px;
    height: 400px;
    border-radius: 15px;
}
body.nav-active .nav:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.switch-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    margin: 0 auto;
    text-align: center;
}
.switch-wrap h1 {
    font-weight: 900;
    font-size: 46px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
@media screen and (max-width: 580px){
    .switch-wrap h1 {
        font-size: 32px;
    }
}
.switch-wrap p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #8167a9;
    text-align: center;
    margin-top: 15px;
}
.switch-wrap p span {
    position: relative;
}
.switch-wrap p span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -4px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.switch-wrap p span:nth-child(2):before {
    opacity: 0;
}
#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#switch {
    width: 60px;
    height: 8px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #000;
    border-radius: 27px;
    background: #8167a9;
    position: relative;
    display: inline-block;
}
#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    background: #fff;
}
.switched {
    border-color: #8167a9 !important;
    background: #000 !important;
}
.switched #circle {
    left: 43px;
    background: #000;
}

/* #Light
================================================== */

body.light{
    background-color: #fff;
}
body.light .cursor,
body.light .cursor2,
body.light .cursor3{
    mix-blend-mode: normal;
}
body.light .cursor2{
    border: 2px solid #1f2029;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
body.light .cursor2.hover{
    background: rgba(0,0,0,0.06);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
body.light .logo-wrap a {
    color: #1f2029;
}
body.light .menu-icon__line {
    background-color: #1f2029;
}
body.light .nav:before {
    background-color: rgba(235, 235, 235,0.4);
}
body.light .nav:after {
    background-color: rgb(246,239,249);
    box-shadow: 6px 6px 22px rgba(42, 31, 63, 0.1);
}
body.light .nav__list-item a{
    color: rgba(0,0,0,0.6);
}
body.light .nav__list-item a:hover{
    color: #1f2029;
}
body.light .nav__list-item.active-nav a{
    color: #1f2029;
}
body.light .switch-wrap h1 {
    color: #000;
}
body.light .switch-wrap p span:nth-child(2):before {
    opacity: 1;
    background-color: #000;
}
body.light .switch-wrap p span:nth-child(1):before {
    opacity: 0;
}

/* #Link to page
================================================== */
.link-to-portfolio {
    position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 200;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: 65%;
    background-repeat: no-repeat;
    background-image: url('https://assets.codepen.io/1462889/fcy.png');
    box-shadow: 0 0 0 2px rgba(255,255,255,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255,255,255,.1);
}


/* ----------------------------------------------------- map ------------------------------------------*/
.map {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.map iframe {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.contact-info {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    box-sizing: border-box;
    color: black;
}

.contact-block {
    width: 30%;
    height: 170px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contact-column {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.contact-color {
    color: #857F77;
}


/* ----------------------------------------------------- footer ------------------------------------------*/
footer {
    width: 100%;
    background-color: #343437;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    box-sizing: border-box;
    text-align: center;

}

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 20px;
}

.social a.rollover {
    background: url('../assets/104498_facebook_icon.svg'); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 20px; /* Ширина рисунка */
    height: 20px; /*  Высота рисунка */
    margin-right: 15px;
    transition-duration: 0.5s;
}
.social a.rollover:hover {
    background: url('../assets/white-104498_facebook_icon.svg'); /* Путь к файлу с заменяемым рисунком  */
}

.social a.rollover2 {
    background: url('../assets/211920_twitter_social_icon.svg'); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 20px; /* Ширина рисунка */
    height: 20px; /*  Высота рисунка */
    margin-right: 15px;
    transition-duration: 0.5s;
}
.social a.rollover2:hover {
    background: url('../assets/white-104501_twitter_bird_icon.svg'); /* Путь к файлу с заменяемым рисунком  */
}

.social a.rollover3 {
    background: url('../assets/1851680_social_pintrest_network_pinterest_social media_icon.svg'); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 20px; /* Ширина рисунка */
    height: 20px; /*  Высота рисунка */
    margin-right: 15px;
    transition-duration: 0.5s;
}
.social a.rollover3:hover {
    background: url('../assets/white-5279116_pin_pinterest_inspiration_pinterest logo_icon.svg'); /* Путь к файлу с заменяемым рисунком  */
}

.social a.rollover4 {
    background: url('../assets/1161953_instagram_icon.svg'); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 20px; /* Ширина рисунка */
    height: 20px; /*  Высота рисунка */
    transition-duration: 0.5s;
}

.social a.rollover4:hover {
    background: url('../assets/white-1161953_instagram_icon.svg'); /* Путь к файлу с заменяемым рисунком  */
}

.social img {
    color: #999999;
    height: 100%;
    width: auto;
}

.social img:nth-child(1), .social img:nth-child(2), .social img:nth-child(3) {
    margin-right: 20px;
}

.social-p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}


/* --------------------------------------------------- Form --------------------------------------------- */
.contact-form form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
}

.contact-form form input, .contact-form form textarea {
    width: 94%;
    height: 40px;
    margin-bottom: 10px;
    background-color: #E7E7E7;
    border: none;
}

.contact-form form input:focus, .contact-form form textarea:focus {
    color: white;
}

.contact-form form input:hover, .contact-form form textarea:hover {
    background-color: #243238;
    cursor: pointer;
}

.contact-form form input:hover::placeholder,
.contact-form form textarea:hover::placeholder,
.contact-form form input.btn::placeholder {
    color: white;
}

.contact-form form textarea {
    height: 80px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.contact-form form input.btn {
    width: 24%;
    min-width: 120px;
    height: 40px;
    transition-duration: 0.6s;
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #D1C8BC;
    color: white;
    font-weight: bold;
}

.contact-form form input.btn:hover {
    background-color: #243238;
    color: white;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder,
.contact-form form input.btn::placeholder {
    font-size: 14px;
    display: flex;
    font-family: 'Comfortaa', cursive;
    padding-left: 10px;
    box-sizing: border-box;
    color: #243238;
    transition-duration: 0.5s;
}

/* -------------------------------------------------- @media -------------------------------------------- */

@media screen and (max-width: 2000px) {
    .contact-info {
        flex-direction: row;
        margin: 0;
        width: 100%;
        background-color: #FFFFFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 10px 10px;
        box-sizing: border-box;
        color: black;
    }

    .contact-block {
        width: 31%;
        justify-content: space-around;
        /*margin-bottom: 10px;*/
    }

    .contact-block p {
        font-size: 16px;
    }
}

@media screen and (min-width: 701px) and (max-width: 1030px) {
    .contact-info {
        flex-direction: row;
        margin: 0;
        width: 100%;
        background-color: #FFFFFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 10px 10px;
        box-sizing: border-box;
        color: black;
    }

    .contact-block {
        width: 31%;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .contact-block p {
        font-size: 12px;
    }
}


@media screen and (min-width: 470px) and (max-width: 699px) {
    .contact-info {
        flex-direction: column;
        margin: 0;
        width: 100%;
        background-color: #FFFFFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 10px 10px;
        box-sizing: border-box;
        color: black;
    }

    .contact-block {
        width: 80%;
        justify-content: start;
        margin-bottom: 20px;
    }

    .contact-block p, .contact-block img {
        margin-left: 40px;
    }
}


@media screen and (max-width: 500px) {
    .logo-wrap {
        width: 70%;
        margin: 0;
        justify-content: space-between;
    }

    .logo-wrap h2 {
        font-size: 12px;
    }

    .logo-wrap img {
        height: 80%;
        width: auto;
        transition-duration: 0.7s;
    }

    .contact-info {
        justify-content: space-around;
    }

    .contact-block {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: start;
        padding-left: 15%;
    }

    .contact-block p {
        margin-left: 20px;
        box-sizing: border-box;
    }

    .social-p {
        padding: 10px;
        box-sizing: border-box;
    }

    .menu-icon {
        height: 30px;
        width: 30px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: block;
        top: 4px;
        left: -16px;
    }

    .menu-icon {
        height: 30px;
        width: 30px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: block;
        top: 4px;
        left: -16px;
    }

    .nav-but-wrap {
        position: relative;
        display: inline-block;
        float: left;
        padding-left: 0;
        padding-top: 15px;
        margin-top: 10px;
        transition: all 0.3s ease-out;
    }
}



@media screen and (min-width: 200px) and (max-width: 1030px) {
    .contact-info {
        width: 100%;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 30px 10px 0 10px;
        box-sizing: border-box;
        color: black;
    }

    .contact-block {
        height: fit-content;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 200px) and (max-width: 400px) {
    .contact-info .contact-block .contact-column p {
        font-size: 11px;
    }

    .nav-but-wrap {
        position: relative;
        display: inline-block;
        float: left;
        padding-left: 0;
        padding-top: 15px;
        margin-top: 10px;
        transition: all 0.3s ease-out;
    }

    .logo-wrap {
        width: 80%;
        margin: 0 6px 0 0;
        justify-content: start;
        box-sizing: border-box;
    }

    .logo-wrap div:nth-child(3) {
        margin-left: 0;
    }

    .menu-icon {
        height: 30px;
        width: 30px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: block;
        top: 4px;
        left: -16px;
    }
}