﻿
ul {
    padding: 0 !important;
}

brand ul{
    display:flex;
}

brand li {
    padding:0 !important;
}

.inner-width {
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    margin: auto;
}

    .inner-width .logo {
        padding-left: 30px;
    }

    .inner-width > a {
        z-index: 10;
    }

.menu-icon {
    width: 50px;
    height: 50px;
    background: #2c3a47;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    z-index: 2;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s linear;
}

    .menu-icon:hover {
        opacity: .9;
        transform: scale(1.1);
    }

.navigation-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(44,58,71,0.95);
    top: 0;
    right: -100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

    .navigation-menu nav {
        display: grid;
    }

    .navigation-menu li {
        margin: 20px 20px;
        overflow: hidden;
    }

    .navigation-menu li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navigation-menu a {
        font-family: 'DINPro-Regular';
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        position: relative;
        display: inline-block;
        transform: translateY(40px);
        text-decoration: none;
    }

        .navigation-menu a::before {
            content: "";
            position: absolute;
            width: 0;
            left: -5%;
            height: 48px;
            background: #ffa400;
            bottom: 0;
            border-radius: 15px;
            z-index: -1;
            transition: .2s linear;
        }

    .navigation-menu > nav > ul > li > a:hover::before {
        width: 110%;
    }

p {
    max-width: 80%;
    margin: auto;
    padding: 40px 0;
    font-size: 18px;
    line-height: 1.4em;
    text-align: justify;
}


.menu-icon.active {
    background: #f1f1f1;
    color: #2c3a47;
    z-index: 22;
}

.navigation-menu.active {
    right: 0;
    z-index: 21;
    text-align: center;
}

    .navigation-menu.active a {
        transform: translateY(0);
        transition: .2s linear;
    }

    .navigation-menu.active li:nth-child(1) a {
        transition-delay: .2s;
    }

    .navigation-menu.active li:nth-child(2) a {
        transition-delay: .4s;
    }

    .navigation-menu.active li:nth-child(3) a {
        transition-delay: .6s;
    }

    .navigation-menu.active li:nth-child(4) a {
        transition-delay: .8s;
    }

    .navigation-menu.active li:nth-child(5) a {
        transition-delay: 1s;
    }

social {
    margin-top: 15px;
}

        social > ul > li {
            padding-left: 0px !important;
            padding-right: 0px !important;
            display: inline-block;
        }

brand img {
    max-width: 70px;
}

brand {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

@media only screen and (max-width: 600px) {
    social {
        bottom: 80px !important;
    }

    .line1 {
        transform: translateY(-1.2em) !important;
    }

    .line2 {
        transform: translateY(1.2em) !important;
    }

    social {
        left: auto !important;
        right: auto !important;
    }


    brand img {
        max-width: 50px !important;
    }

    brand {
        top: 0px !important;
        right: 0px !important;
    }

    .navigation-menu a {
        font-size: 20px !important;
    }
}


.mob1 {
    display: none;
}

@media only screen and (max-width: 600px) {
    .desp1 {
        display: none;
    }

    .mob1 {
        display: block;
    }
}
