html {
    box-sizing: border-box;
}

*,
*:after,
*:before {
    box-sizing: inherit;
}

body {
   
    left: 0;
    position: relative;
}

h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: normal;
}

h1>span {
    font-weight: 300;
}

.lead {
    font-size: 16px;
    line-height: 1.44;
    max-width: 260px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

main {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-open {
   background-color: transparent;
    border: 0;
    border-radius: 27.5px;
    box-shadow: none !important;
    color: #ffffff;
    font-size: 22px;
    outline: 0;
    cursor: pointer !important;
    z-index: 1000;
    position: absolute;
    top: 30px;
    right: 25px;
}
.btn-open i{color: #1d1d1d;}
.btn-open:active {
    box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);
}


/* zeynepjs menu styles */

html.zeynep-opened {
    overflow-x: hidden;
}

html.zeynep-opened body {
    position: fixed;
    width: 100%;left: 0 !important;
}

html.zeynep-opened .zeynep {
    pointer-events: auto;
}

.zeynep {
    background-color: #fff;
    bottom: 0;
    color: #333;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    z-index: 99999;
    width: 0;
    -webkit-overflow-scrolling: touch;
}
.zeynep .material-icons{font-size: 19px;vertical-align: text-bottom;margin-right: 10px;}
html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
    transition: all 375ms;
    transition-property: left, right, transform;
}

.zeynep-overlay {
    background-color: rgba(0, 0, 0, 0.88);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.zeynep-opened .zeynep-overlay {
    display: block;
}

.zeynep ul {
    list-style-type: none;
    padding: 0;
    padding-left: 0px;
    -webkit-overflow-scrolling: touch;
}

.zeynep ul>li {
    display: block;
}

.zeynep ul>li>a {
    color: inherit;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 18px 20px;
    text-decoration: none;
    transition: all 150ms;
    margin-left: 0px !important;
}

.zeynep ul>li>a:hover {
    background-color: #f5f5f5;
    border-radius: 3px;
}

.zeynep ul>li:not(:last-child)>a {
    border-bottom: 1px solid #eee;
}

.zeynep ul>li.has-submenu>a {
    background-image: url("../img/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
}

.zeynep ul>li.has-submenu>a:hover {
    background-image: url("../img/submenu-arrow-active.svg");
}


/* zeynepjs submenu styles */

.zeynep .submenu {
    background-color: #ffffff;
    bottom: 0;
    left: 100%;
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.zeynep .submenu.opened {
    left: 0;
}

.zeynep .submenu-header {
    background-image: url("../img/menu-back.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative;
}

.zeynep .submenu-header>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px;
    padding-left: 40px;
    text-decoration: none;
}

.zeynep .submenu-header>a:before {
       background-image: url(../img/submenu-arrow.svg);
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    content: "";
    height: 100%;
    left: 20px;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
    width: 20px;
}

.zeynep .submenu>label {
    color: #e77691;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 19px;
    opacity: .5;
    padding-left: 40px;
    width: 100%;
}