/*!
* zeynepjs v2.1.4
* A light-weight multi-level jQuery side menu plugin.
* It's fully customizable and is compatible with modern browsers such as Google Chrome, Mozilla Firefox, Safari, Edge and Internet Explorer
* MIT License
* by Huseyin ELMAS
*/
.zeynep{
  bottom:0;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  /*overflow-y:auto;*/
  pointer-events:none;
  position:fixed;
  top:0;
  transform:translateX(100%);
  z-index:1011;
}
.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;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-block: 11px;

}
.zeynep .submenu {
    background-color: #fff;
    background-image: url("../images/Group2343.png");
    left: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition){
  transition:all 250ms;
}

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

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

.zeynep.opened{
  pointer-events:auto;
  transform:translateX(0px);
    /*display: flex !important;*/
    background-image: url("../images/Group2343.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 3px 0px 5px 2px #cecece;
    z-index: 20000000000 !important;
}


.submenu-header.active a{
    font-weight: 700;
}


.submenu-header.active a{
    display: flex;
    gap: 6px;
}


.zeynep .submenu-header{
    text-align: left;
    display: flex;
    align-items: center;
    margin-right: 16px;
}



.zeynep li{
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zeynep ul i{
    background: #ff8a77;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;}


.zeynep.submenu-opened{
  overflow:hidden;
}

.zeynep .submenu{
  bottom:0;
  min-height:100%;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  /*overflow-y:auto;*/
  pointer-events:none;
  position:fixed;
  top:0;
  width:100%;
}

.zeynep .submenu.opened{
  left:0;
  pointer-events:auto;
  z-index: 10;
}

.zeynep .submenu.opened:not(.current){
  overflow:hidden;
  align-items: center;
}

.zeynep ul li a{
    padding: 0px 21px;
    color: #6B6B6B;
    /* font-family: Inter; */
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.has-submenu .submenu-header.active a{
    padding: 0px 20px;
    padding-right: 5px;
}

.zeynep ul li.active {
    padding-right: 8px;
}

.zeynep ul li.active a {
    padding-right: 8px;
    font-weight: 700;
}
.zeynep ul li a {
    position: relative;
}

.zeynep ul a.active::before {
    background-image: url(../images/Group2342.svg);
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: -6px;
}

.submenu .red-close-button {
    bottom: 4% !important;
}

.submenu .red-close-line {
    width: 83px;
    height: 3px;
    background: #ff8a77;
}


.zeynep ul{
    display: flex;
    flex-direction: column;
    gap: 0;
    height:max-content;
    margin-top: 28px;
}

.submenu ul a {
    padding: 10px 21px;
}

.happy-earth{
    background-image: url(../images/happy-earth.png);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    /* text-align: center; */
    display: flex;
    align-items: center;
    background-position-x: center;
    top: calc(100% + -276px);
}

.happy-earth2{
    background-image: url(../images/happy-earth.png);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    /* text-align: center; */
    display: flex;
    align-items: center;
    background-position-x: center;
    margin-top: 51px;
    top: calc(100% + -276px);
}

.zeynep .red-close-button i{
    display: block;
}

.zeynep .row{
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.zeynep .red-close-button{
    bottom: 3%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.zeynep .red-close-line{
    width: 83px;
    height: 3px;
    background: #ff8a77;
}

.zeynep .red-close-button a{

}


.submenu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding-top: 28px;
}

.submenu li{
    padding: 0px 10px;
}


@media screen and (max-width: 425px){

    .zeynep{
        width: 100%;
    }

}


@media screen and (min-width:800px ) {
    .zeynep ul li a {
        font-size: 23px !important;
    }

    .zeynep ul li a.active {
        font-size: 25px !important;
        font-weight: 700;
    }
}

@media screen and (min-height: 1000px) {
    .zeynep ul {
        position: relative;
        gap: 37px;
        top: 10%;
    }

}
