/* yandan menu */
.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #3f3f3f;
    padding: 1rem .5rem;
    font-size: 1.5rem;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    cursor: pointer;
}

.mobile-menu-toggler i:before {
    margin: 0;
}

.mobile-menu-toggler {
    margin-right: 1rem;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: translateX(-100%);
    transition: all .35s;
    background-color: #25221e;
    font-size: 1.5rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
    visibility: hidden;
    z-index: 1063;
    overflow-y: auto;
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0);
    visibility: visible;
}

.mobile-menu-container .social-icons {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.5rem;
}

.mobile-menu-container .social-icon + .social-icon {
    margin-left: .3rem;
}

.mobile-menu-container
.social-icon:hover,
.mobile-menu-container
.social-icon:focus {
    background-color: transparent;
    color: #fafafa;
}

.mobile-menu-wrapper {
    position: relative;
    padding: 3.2rem 0 3rem;
}

.mobile-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .4rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.mmenu-active .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    margin: 0 0 2rem;
    padding: 0;
}

.mobile-menu {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #242527;
    list-style: none;
}

.mobile-menu > li > a {
    text-transform: uppercase;
}

.mobile-menu li {
    display: block;
    position: relative;
    border-top: 1px solid #2a2a2a;
}

.mobile-menu li a {
    display: block;
    position: relative;
    /* margin-right: 4.5rem; */
    padding: 1.2rem;
    color: #fff;
}

.mobile-menu li a:hover, .mobile-menu li a:focus {
    color: #e0dd16;
    text-decoration: none;
}

.mobile-menu li.open > a, .mobile-menu li.active > a {
    color: #e0dd16;
}

.mobile-menu li ul {
    display: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li ul li a {
    padding-left: 2.5rem;
}

.mobile-menu li ul ul li a {
    padding-left: 3.5rem;
}

.mmenu-btn {
    display: block;
    /* position: absolute; */
    top: 50%;
    right: -3.8rem;
    /* width: 3rem; */
    /* height: 3rem; */
    margin-top: -1.5rem;
    /* text-align: center; */
    text-align: end;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    /* line-height: 3rem; */
    cursor: pointer;
}
/* .mmenu-btn:after {
    display: inline-block;
    margin-top: -2px;
    font-family: 'porto';
    content: '\e81c';
}
.open > a > .mmenu-btn:after {
    content: '\e81b';
}
.icon-angle-down:before {
    content: '\e81c'; 
}
.icon-angle-up:before {
    content: '\e81b'; 
} */

.btn-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: -3.8rem;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    text-align: center;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    line-height: 3rem;
    cursor: pointer;
}

/* yandan menu */

/* mobil menü buton */

#nav-icon3 {
    width: 46px;
    height: 38px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #e0dd16;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 15px;
}
#nav-icon3 span:nth-child(4) {
    top: 30px;
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* mobil menü buton */