        /* CSS Document */
        
        @charset "UTF-8";
        @import url('https://v1.fontapi.ir/css/Shabnam');
        * {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }
        
        .farsiV {
            direction: rtl;
            text-align: right;
            float: right;
        }
        
        body,
        html {
            min-height: 100%;
            height: 100%;
            font-family: 'Shabnam', sans-serif;
            direction: rtl;
        }
        
        .con1 {
            min-height: 100%;
            background: #9053c7;
            background: -webkit-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
            background: -o-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
            background: -moz-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
            background: linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
        }
        /*---------------------------------------------*/
        
        a {
            font-family: 'Shabnam';
            font-size: 14px;
            line-height: 1.7;
            color: #666666;
            margin: 0px;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            -moz-transition: all 0.4s;
        }
        
        .role {
            line-height: 125px !important;
            color: #A0A0A0
        }
        
        a:focus {
            outline: none !important;
        }
        
        a:hover {
            text-decoration: none;
            color: #57b846;
        }
        /*---------------------------------------------*/
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0px;
        }
        
        p {
            font-family: 'Shabnam';
            font-size: 14px;
            line-height: 1.7;
            color: #666666;
            margin: 0px;
        }
        
        ul,
        li {
            margin: 0px;
            list-style-type: none;
        }
        
        .dropserh {
            width: 100%;
            padding: 3px;
            margin-top: 10px;
            color: #aaa9a9;
            border: 1px solid #d4d4d4;
            border-radius: 15px;
        }
        /*---------------------------------------------*/
        
        input {
            outline: none;
            border: none;
        }
        
        textarea {
            outline: none;
            border: none;
        }
        
        textarea:focus,
        input:focus {
            border-color: transparent !important;
        }
        
        input:focus::-webkit-input-placeholder {
            color: transparent;
        }
        
        input:focus:-moz-placeholder {
            color: transparent;
        }
        
        input:focus::-moz-placeholder {
            color: transparent;
        }
        
        input:focus:-ms-input-placeholder {
            color: transparent;
        }
        
        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }
        
        textarea:focus:-moz-placeholder {
            color: transparent;
        }
        
        textarea:focus::-moz-placeholder {
            color: transparent;
        }
        
        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }
        
        input::-webkit-input-placeholder {
            color: #999999;
        }
        
        input:-moz-placeholder {
            color: #999999;
        }
        
        input::-moz-placeholder {
            color: #999999;
        }
        
        input:-ms-input-placeholder {
            color: #999999;
        }
        
        textarea::-webkit-input-placeholder {
            color: #999999;
        }
        
        textarea:-moz-placeholder {
            color: #999999;
        }
        
        textarea::-moz-placeholder {
            color: #999999;
        }
        
        textarea:-ms-input-placeholder {
            color: #999999;
        }
        /*---------------------------------------------*/
        
        button {
            outline: none !important;
            border: none;
            background: transparent;
        }
        
        button:hover {
            cursor: pointer;
        }
        
        iframe {
            border: none !important;
        }
        /*//////////////////////////////////////////////////////////////////
[ Utility ]*/
        
        .txt1 {
            font-family: 'Shabnam';
            font-size: 13px;
            line-height: 1.5;
            color: #999999;
        }
        
        a.txt2 {
            font-family: 'Shabnam';
            font-size: 13px;
            line-height: 1.5;
            color: #666666;
            text-decoration: none;
        }
        
        a.txt2:hover {
            color: #57b846;
        }
        /*//////////////////////////////////////////////////////////////////
[ login ]*/
        
        .limiter {
            width: 100%;
            margin: 0 auto;
        }
        
        @media only screen and (max-width: 600px) {
            .container-login100 {
                width: 100%;
                height: 100%;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                padding-top: 20px;
                padding-bottom: 0px;
                padding-left: 10px;
                padding-right: 10px;
                background: #9053c7;
                background: -webkit-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: -o-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: -moz-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
            }
        }
        
        @media only screen and (min-width: 600px) {
            .container-login100 {
                width: 100%;
                height: 100vh;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                padding-top: 50px;
                padding-bottom: 50px;
                padding-left: 10px;
                padding-right: 10px;
                background: #9053c7;
                background: -webkit-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: -o-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: -moz-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
            }
        }
        
        @media only screen and (min-width: 768px) {
            .container-login100 {
                width: 100%;
                height: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                padding-top: 50px;
                padding-bottom: 50px;
                padding-left: 60px;
                padding-right: 60px;
                background: #9053c7;
                background: -webkit-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: -o-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: -moz-linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
                background: linear-gradient(-135deg, #f8b7c9, #707070, #4158d0);
            }
        }
        
        .wrap-login100 {
            width: 1200px;
            height: 100%;
            background: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 177px 130px 33px 95px;
        }
        /*------------------------------------------------------------------
[  ]*/
        
        .login100-pic {
            width: 316px;
        }
        
        .login100-pic img {
            max-width: 100%;
        }
        /*------------------------------------------------------------------
[  ]*/
        
        .login100-form {
            width: 450px;
        }
        
        .login100-form-title {
            font-family: 'Shabnam';
            font-size: 24px;
            color: #666;
            line-height: 1.2;
            text-align: right;
            width: 100%;
            display: block;
            padding-bottom: 54px;
        }
        
        #dropdownMenu {
            position: center;
        }
        /*---------------------------------------------*/
        
        .wrap-input100 {
            position: relative;
            width: 100%;
            z-index: 1;
            margin-bottom: 10px;
        }
        
        .input100 {
            font-family: 'Shabnam';
            font-size: 15px;
            line-height: 1.5;
            color: #666666;
            text-align: right;
            display: block;
            width: 100%;
            background: #e6e6e6;
            height: 50px;
            border-radius: 25px;
            padding: 0 68px 0 30px;
        }
        
        .dropdown-menu-right {
            right: auto;
            left: auto;
        }
        
        .btn {
            width: 100% !important;
        }
        
        .rightTitle {
            font-weight: bold;
            text-align: right;
            font-size: 15px;
            line-height: 1.5;
            color: #666666;
            display: block;
            width: 100%;
            height: 30px;
        }
        
        .logo-maker {
            /* padding-left: 1350px;*/
            padding-bottom: 10px;
            margin: 10px auto;
        }
        
        .focus-input100 {
            display: block;
            position: absolute;
            border-radius: 25px;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            box-shadow: 0px 0px 0px 0px;
            color: rgba(87, 184, 70, 0.8);
        }
        
        .input100:focus+.focus-input100 {
            -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
            animation: anim-shadow 0.5s ease-in-out forwards;
        }
        
        @-webkit-keyframes anim-shadow {
            to {
                box-shadow: 0px 25px 70px 0px;
                opacity: 0;
            }
        }
        
        @keyframes anim-shadow {
            to {
                box-shadow: 0px 25px 70px 0px;
                opacity: 0;
            }
        }
        
        .symbol-input100 {
            font-size: 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            position: absolute;
            border-radius: 25px;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            padding-right: 35px;
            pointer-events: none;
            color: #666666;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }
        
        .symbol-input100 i {
            color: #AA52C4;
        }
        
        .input100:focus+.focus-input100+.symbol-input100 {
            color: #57b846;
            padding-right: 28px;
        }
        /*------------------------------------------------------------------
[ Button ]*/
        
        .container-login100-form-btn {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 20px;
        }
        
        .login100-form-btn {
            font-family: 'Shabnam';
            font-size: 15px;
            line-height: 1.5;
            color: #fff;
            text-transform: uppercase;
            width: 100%;
            height: 50px;
            border-radius: 25px;
            background: #57b846;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 25px;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }
        
        .login100-form-btn:hover {
            background: #333333;
        }
        
        .login {
            min-height: 100vh;
        }
        
        .bg-image {
            background-size: cover;
            background-position: center;
            border-bottom-left-radius: 25px;
            border-top-left-radius: 25px;
            border: 0px solid #ffffff;
        }
        
        .login-heading {
            font-weight: 300;
        }
        
        .btn-login {
            font-size: 0.9rem;
            letter-spacing: 0.05rem;
            padding: 0.75rem 1rem;
        }
        
        .rtltxto {
            direction: rtl;
            text-align: right;
        }
        /*------------------------------------------------------------------
[ Responsive ]*/
        
        @media (max-width: 992px) {
            .wrap-login100 {
                padding: 177px 85px 33px 90px;
            }
            .login100-pic {
                width: 35%;
            }
            .login100-form {
                width: 50%;
            }
        }
        
        @media (max-width: 768px) {
            .wrap-login100 {
                padding: 100px 80px 33px 80px;
            }
            .login100-pic {
                display: none;
            }
            .login100-form {
                width: 100%;
            }
        }
        
        @media (max-width: 576px) {
            .wrap-login100 {
                padding: 100px 15px 33px 15px;
            }
        }
        /*------------------------------------------------------------------
[ Alert validate ]*/
        
        .validate-input {
            position: relative;
        }
        
        .alert-validate::before {
            content: attr(data-validate);
            position: absolute;
            max-width: 70%;
            background-color: white;
            border: 1px solid #c80000;
            border-radius: 13px;
            padding: 4px 10px 4px 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 8px;
            pointer-events: none;
            font-family: 'Shabnam';
            color: #c80000;
            font-size: 13px;
            line-height: 1.4;
            text-align: left;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: opacity 0.4s;
            -o-transition: opacity 0.4s;
            -moz-transition: opacity 0.4s;
            transition: opacity 0.4s;
        }
        
        .alert-validate::after {
            content: "\f06a";
            font-family: Shabnam;
            display: block;
            position: absolute;
            color: #c80000;
            font-size: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 13px;
        }
        
        .alert-validate:hover:before {
            visibility: visible;
            opacity: 1;
        }
        
        @media (max-width: 992px) {
            .alert-validate::before {
                visibility: visible;
                opacity: 1;
            }
        }
        
        @media only screen and (max-width: 600px) {
            @import url(https://fonts.googleapis.com/css?family=Raleway);
            h2 {
                vertical-align: center;
                text-align: center;
            }
            html,
            body {
                margin: 0;
                height: 100%;
            }
            * {
                font-family: "Shabnam";
                box-sizing: border-box;
            }
            .top-nav {
                z-index: 100;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background-color: #00BAF0;
                background: linear-gradient(to left, rgba(209, 166, 234, 0.01), rgba(197, 73, 238, 0));
                /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
                color: #FFF;
                height: 50px;
                padding: 1em;
            }
            .menu {
                display: flex;
                flex-direction: row;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .menu>li {
                margin: 0 1rem;
                overflow: hidden;
            }
            .menu-button-container {
                display: none;
                height: 100%;
                width: 30px;
                cursor: pointer;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #menu-toggle {
                display: none;
            }
            .menu-button,
            .menu-button::before,
            .menu-button::after {
                display: block;
                background-color: #fff;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
            }
            .menu-button::before {
                content: "";
                margin-top: -8px;
            }
            .menu-button::after {
                content: "";
                margin-top: 8px;
            }
            #menu-toggle:checked+.menu-button-container .menu-button::before {
                margin-top: 0px;
                transform: rotate(405deg);
            }
            #menu-toggle:checked+.menu-button-container .menu-button {
                background: rgba(255, 255, 255, 0);
            }
            #menu-toggle:checked+.menu-button-container .menu-button::after {
                margin-top: 0px;
                transform: rotate(-405deg);
            }
            @media (max-width: 700px) {
                .menu-button-container {
                    display: flex;
                }
                .menu {
                    position: absolute;
                    top: 0;
                    margin-top: 50px;
                    left: 0;
                    flex-direction: column;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                }
                #menu-toggle~.menu li {
                    height: 0;
                    margin: 0;
                    padding: 0;
                    border: 0;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                #menu-toggle:checked~.menu li {
                    border: 1px solid #333;
                    height: 2.5em;
                    padding: 0.5em;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                .menu>li {
                    display: flex;
                    justify-content: center;
                    margin: 0;
                    padding: 0.5em 0;
                    width: 100%;
                    color: white;
                    background-color: #222;
                }
                .menu>li:not(:last-child) {
                    border-bottom: 1px solid #444;
                }
            }
        }
        
        @media only screen and (min-width: 600px) {
            @import url(https://fonts.googleapis.com/css?family=Raleway);
            h2 {
                vertical-align: center;
                text-align: center;
            }
            html,
            body {
                margin: 0;
                height: 100%;
            }
            * {
                font-family: "Shabnam";
                box-sizing: border-box;
            }
            .top-nav {
                z-index: 100;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background-color: #00BAF0;
                background: linear-gradient(to left, rgba(209, 166, 234, 0.01), rgba(197, 73, 238, 0));
                /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
                color: #FFF;
                height: 50px;
                padding: 1em;
            }
            .menu {
                display: flex;
                flex-direction: row;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .menu>li {
                margin: 0 1rem;
                overflow: hidden;
            }
            .menu-button-container {
                display: none;
                height: 100%;
                width: 30px;
                cursor: pointer;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #menu-toggle {
                display: none;
            }
            .menu-button,
            .menu-button::before,
            .menu-button::after {
                display: block;
                background-color: #fff;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
            }
            .menu-button::before {
                content: "";
                margin-top: -8px;
            }
            .menu-button::after {
                content: "";
                margin-top: 8px;
            }
            #menu-toggle:checked+.menu-button-container .menu-button::before {
                margin-top: 0px;
                transform: rotate(405deg);
            }
            #menu-toggle:checked+.menu-button-container .menu-button {
                background: rgba(255, 255, 255, 0);
            }
            #menu-toggle:checked+.menu-button-container .menu-button::after {
                margin-top: 0px;
                transform: rotate(-405deg);
            }
            @media (max-width: 700px) {
                .menu-button-container {
                    display: flex;
                }
                .menu {
                    position: absolute;
                    top: 0;
                    margin-top: 50px;
                    left: 0;
                    flex-direction: column;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                }
                #menu-toggle~.menu li {
                    height: 0;
                    margin: 0;
                    padding: 0;
                    border: 0;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                #menu-toggle:checked~.menu li {
                    border: 1px solid #333;
                    height: 2.5em;
                    padding: 0.5em;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                .menu>li {
                    display: flex;
                    justify-content: center;
                    margin: 0;
                    padding: 0.5em 0;
                    width: 100%;
                    color: white;
                    background-color: #222;
                }
                .menu>li:not(:last-child) {
                    border-bottom: 1px solid #444;
                }
            }
        }
        /*------------------------------------------------------------------
erro 768*/
        
        @media only screen and (min-width: 768px) {
            @import url(https://fonts.googleapis.com/css?family=Raleway);
            h2 {
                vertical-align: center;
                text-align: center;
            }
            html,
            body {
                margin: 0;
                height: 100%;
            }
            * {
                font-family: "Shabnam";
                box-sizing: border-box;
            }
            .top-nav {
                z-index: 100;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background-color: #00BAF0;
                background: linear-gradient(to left, rgba(209, 166, 234, 0), rgba(197, 73, 238, 0));
                /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
                color: rgba(255, 255, 255, 0);
                height: 50px;
                padding: 1em;
            }
            .menu {
                display: flex;
                flex-direction: row;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .menu>li {
                margin: 0 1rem;
                overflow: hidden;
            }
            .menu-button-container {
                display: none;
                height: 100%;
                width: 30px;
                cursor: pointer;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #menu-toggle {
                display: none;
            }
            .menu-button,
            .menu-button::before,
            .menu-button::after {
                display: block;
                background-color: #fff;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
            }
            .menu-button::before {
                content: "";
                margin-top: -8px;
            }
            .menu-button::after {
                content: "";
                margin-top: 8px;
            }
            #menu-toggle:checked+.menu-button-container .menu-button::before {
                margin-top: 0px;
                transform: rotate(405deg);
            }
            #menu-toggle:checked+.menu-button-container .menu-button {
                background: rgba(255, 255, 255, 0);
            }
            #menu-toggle:checked+.menu-button-container .menu-button::after {
                margin-top: 0px;
                transform: rotate(-405deg);
            }
            @media (max-width: 700px) {
                .menu-button-container {
                    display: flex;
                }
                .menu {
                    position: absolute;
                    top: 0;
                    margin-top: 50px;
                    left: 0;
                    flex-direction: column;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                }
                #menu-toggle~.menu li {
                    height: 0;
                    margin: 0;
                    padding: 0;
                    border: 0;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                #menu-toggle:checked~.menu li {
                    border: 1px solid #333;
                    height: 2.5em;
                    padding: 0.5em;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                .menu>li {
                    display: flex;
                    justify-content: center;
                    margin: 0;
                    padding: 0.5em 0;
                    width: 100%;
                    color: white;
                    background-color: #222;
                }
                .menu>li:not(:last-child) {
                    border-bottom: 1px solid #444;
                }
            }
        }
        /*------------------------------------------------------------------
erro 768*/
        
        @media only screen and (min-width: 992px) {
            @import url(https://fonts.googleapis.com/css?family=Raleway);
            h2 {
                vertical-align: center;
                text-align: center;
            }
            html,
            body {
                margin: 0;
                height: 100%;
            }
            * {
                font-family: "Shabnam";
                box-sizing: border-box;
            }
            .top-nav {
                display: none;
                visibility: hidden;
                z-index: 100;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background-color: #00BAF0;
                background: linear-gradient(to left, rgba(209, 166, 234, 0.01), rgba(197, 73, 238, 0));
                /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
                color: rgba(255, 255, 255, 0);
                height: 50px;
                padding: 1em;
            }
            .menu {
                display: flex;
                flex-direction: row;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .menu>li {
                margin: 0 1rem;
                overflow: hidden;
            }
            .menu-button-container {
                display: none;
                height: 100%;
                width: 30px;
                cursor: pointer;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #menu-toggle {
                display: none;
            }
            .menu-button,
            .menu-button::before,
            .menu-button::after {
                display: block;
                background-color: #fff;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
            }
            .menu-button::before {
                content: "";
                margin-top: -8px;
            }
            .menu-button::after {
                content: "";
                margin-top: 8px;
            }
            #menu-toggle:checked+.menu-button-container .menu-button::before {
                margin-top: 0px;
                transform: rotate(405deg);
            }
            #menu-toggle:checked+.menu-button-container .menu-button {
                background: rgba(255, 255, 255, 0);
            }
            #menu-toggle:checked+.menu-button-container .menu-button::after {
                margin-top: 0px;
                transform: rotate(-405deg);
            }
            @media (max-width: 700px) {
                .menu-button-container {
                    display: flex;
                }
                .menu {
                    position: absolute;
                    top: 0;
                    margin-top: 50px;
                    left: 0;
                    flex-direction: column;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                }
                #menu-toggle~.menu li {
                    height: 0;
                    margin: 0;
                    padding: 0;
                    border: 0;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                #menu-toggle:checked~.menu li {
                    border: 1px solid #333;
                    height: 2.5em;
                    padding: 0.5em;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                .menu>li {
                    display: flex;
                    justify-content: center;
                    margin: 0;
                    padding: 0.5em 0;
                    width: 100%;
                    color: white;
                    background-color: #222;
                }
                .menu>li:not(:last-child) {
                    border-bottom: 1px solid #444;
                }
            }
        }
        
        @media only screen and (min-width: 1200px) {
            @import url(https://fonts.googleapis.com/css?family=Raleway);
            h2 {
                vertical-align: center;
                text-align: center;
            }
            html,
            body {
                margin: 0;
                height: 100%;
            }
            * {
                font-family: "Shabnam";
                box-sizing: border-box;
            }
            .top-nav {
                z-index: 100;
                display: none;
                visibility: hidden;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background-color: #00BAF0;
                background: linear-gradient(to left, rgba(209, 166, 234, 0.01), rgba(197, 73, 238, 0));
                /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
                color: rgba(255, 255, 255, 0);
                height: 50px;
                padding: 1em;
            }
            .menu {
                display: flex;
                flex-direction: row;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .menu>li {
                margin: 0 1rem;
                overflow: hidden;
            }
            .menu-button-container {
                display: none;
                height: 100%;
                width: 30px;
                cursor: pointer;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #menu-toggle {
                display: none;
            }
            .menu-button,
            .menu-button::before,
            .menu-button::after {
                display: block;
                background-color: #fff;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
            }
            .menu-button::before {
                content: "";
                margin-top: -8px;
            }
            .menu-button::after {
                content: "";
                margin-top: 8px;
            }
            #menu-toggle:checked+.menu-button-container .menu-button::before {
                margin-top: 0px;
                transform: rotate(405deg);
            }
            #menu-toggle:checked+.menu-button-container .menu-button {
                background: rgba(255, 255, 255, 0);
            }
            #menu-toggle:checked+.menu-button-container .menu-button::after {
                margin-top: 0px;
                transform: rotate(-405deg);
            }
            @media (max-width: 700px) {
                .menu-button-container {
                    display: flex;
                }
                .menu {
                    position: absolute;
                    top: 0;
                    margin-top: 50px;
                    left: 0;
                    flex-direction: column;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                }
                #menu-toggle~.menu li {
                    height: 0;
                    margin: 0;
                    padding: 0;
                    border: 0;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                #menu-toggle:checked~.menu li {
                    border: 1px solid #333;
                    height: 2.5em;
                    padding: 0.5em;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                }
                .menu>li {
                    display: flex;
                    justify-content: center;
                    margin: 0;
                    padding: 0.5em 0;
                    width: 100%;
                    color: white;
                    background-color: #222;
                }
                .menu>li:not(:last-child) {
                    border-bottom: 1px solid #444;
                }
            }
        }