/*-- FOR DESKTOP --*/

#nav-right{display: block;}
#mobile-menu{display: none;}

#inside-buble{
    position: absolute;
    bottom: 0;
    width: 80%;
}

.left-div{margin-left: 10%;}

.home-hello{
    position: absolute;
    font-weight: 700;
    font-size: 2.3em;
    background-color: #f1f1f1;
    padding: 0.3vw;
    padding-left: 0;
    z-index: 3;
}

.full-width-black-line{
    position: absolute;
    background-image: url("../img/left-line.png");
    width: 80%;
    height: 4px;
    border-radius: 4px;
    z-index: 1;
    top: 1.2em;
}

.left-name-div {padding: 3em 0 3em 0;}

#iam, #firstname{
    position: relative;
    z-index: 3;
    float: left;
    vertical-align: bottom;
}

#firstname, #iam{text-shadow: 1px 1.2px #0e350e;margin-right: .3em;}

#firstname{
    font-size: 2.4em;
    font-weight: 800;
    color: #32cd32;
}

#iam{
    font-size: 2.1em;
    margin-top: 0.13em;
    font-weight: 600;
}

.right-div-c , .left-div-c{
    width: 50%;
    height: 100%;
    min-height: 480px;
}

/*-- FOR MOBİLE --*/

#desktop-menu{display: block;}
.nav-mb{padding-left: 30px;}
.active-mobile-menu{width: 100%;height: 100%;}
.logo-m{font-size: 1em !important;letter-spacing: 1px !important;}

.sticky {padding-left: 15px;opacity: 1}

div.burger {
    height: 50px;
    width: 28px;
    position: absolute;
    top: -5px;
    right: 21px;
    cursor: pointer;
    transition: 0.6s;
}

.sticky > #mobile-menu > .burger{height: 45px}

div.x,
div.y,
div.z {
    position: absolute; margin: auto;
    top: 0px; bottom: 0px;
    background: #fff;
    border-radius:2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
div.x, div.y, div.z { height: 3px; width: 26px; }
div.y{top: 18px;}
div.z{top: 37px;}
div.collapse{
    top: 20px;
    background:#4CBB17;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
}

div.rotate30{
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}
div.rotate150{
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

div.rotate45{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
div.rotate135{
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

div.navbar{height:73px;background:#4CBB17;}

div.circle{
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position:absolute;
    top: 35px;
    right: 36px;
    background: #181816;
    opacity:1;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand{
    width:3500px;
    height:3000px;
    top: -1060px;
    right: -1065px;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu {
    position:fixed;
    top: 0;
    left:0;
}
div.menu ul{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-top: 50vh;
    transform: translate(0,-130px);
}
div.menu ul li {
    list-style: none;
    position:absolute;
    opacity:0;
    width:320px;
    text-align:center;
    font-size:0px;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu ul li a {
    color: #fff;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:3px;
    border-bottom: 2px #4CBB17 solid;
    font-size: 0.8em;
}

div.menu li.animate{
    font-size:1.5em;
    opacity:1;
    -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu li.animate:nth-of-type(1){
    top:0px;
    transition-delay: 0.0s;
}
div.menu li.animate:nth-of-type(2){
    top:40px;
    transition-delay: 0.03s;

}
div.menu li.animate:nth-of-type(3){
    top:80px;
    transition-delay: 0.06s;

}
div.menu li.animate:nth-of-type(4){
    top:120px;
    transition-delay: 0.09s;

}
div.menu li.animate:nth-of-type(5){
    top:160px;
    transition-delay: 0.12s;

}
div.menu li.animate:nth-of-type(6){
    top:200px;
    transition-delay: 0.15s;
}

#language-mobile{
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.language-item-mobile{
    color: #fff;
    padding: 5px;
    border: 1px #4CBB17 solid;
    border-radius: 4px;
    margin-bottom: 3px;
}

.language-item-mobile>a{color:#fff}
.language-item-mobile>a:hover{color:#fff}
.language-item-mobile:not(:last-child){display: none;}

.bubble-m{
    width: 100% !important;
    padding: 15px;
    top: unset;
    margin-bottom: 3em;
}
.inside-bubble-m{
    width: 100% !important;
    position: relative !important;
    background-color: #eaeaea;
    border: 1px #181816 solid;
    border-radius: 15px;
    padding: 15px;
}
.chibi-div-m{height:100% !important;width: 45% !important;margin-left: 53% !important;}
.chibi-pic-m {height: 60%;margin-left: unset;}


.scrool-m{background-color: #4CBB17;margin-bottom: 1px;}
#iam, #firstname{float: left}
.left-name-div > p:not(:last-child){margin-right: 5px;}
.left-name-div-m{padding:unset;}
.bio-text-m{font-weight:500;margin-top: 6vh;font-size: 1em;width: 100%;padding-bottom: unset;}
.home-hello-m{
    font-weight: 500;
    padding-bottom: unset;
    position: relative;
    font-size: 1.5em;
    background-color: unset;
}


.iam-m{font-size:1.5em !important;font-weight: 500 !important;margin-top: 0.4em !important;}
.firstname-m{
    font-weight: 700 !important;
    color: #4CBB17 !important;
    font-size: 1.8em !important;
    margin-top: 0.15em;
}

.speech-bubble-m{
    margin-left: 53% !important;
    transform: translate(-100%,0);
    width: 50% !important;
    height: 23% !important;
    margin-bottom: 50% !important;
}

.speech-text-p-m{font-size: 1em !important;}

.popup-m{height: unset;padding: 0 20px;}
.dismiss-popup-btn-m{
    position: relative;
    left: 15px;
    top: -10px;
}
.description-head-m{
    width: 80%;
    margin: unset;
    float: left;
    top: 40px;
    left: -15px;
    position: relative;
}
.description-text-p{
    position: absolute;
    width: 100%;
    left: -5px;
    font-size: 1em !important;
    bottom: 0;
    margin-bottom: 50%;
    transform: translate(0, 5vh);
}
.popup-img{
    width: 40%;
    height: 45%;
    display: block;
    margin-top: 85px !important;
    float: unset;
    position: unset;
}
.description-head-m {width: 100%; left: unset}
.description-text-m {margin-top:unset;margin-top: 50%;}
.left-div-m{margin-left: unset !important;}
.right-div-c-m, .left-div-c-m{
    max-width: unset;
    min-height: 100% !important;
    width: 100%;
}
.right-div-c-m{border-left: unset;}
.half-width-m{display: inline-grid;width: 100%;}
.left-content-m, .right-content-m{padding: 10px;margin-top: unset !important;}

.contact-div-m{display: inline-table; border: unset}
.contact-left-m, .contact-right-m{width: 100% !important}
.l-iletisim{display: none}

.popup-vh{max-width: 100%;max-height: 90%;}
.popup-img-vh{height: 60vh;margin-top: 10vh !important;}
.description-text-p-vh{margin-bottom: 60%;}

@media screen and (max-height: 520px){
    .left-div > .btn-grad{
        margin-bottom: 1%;
        padding: 3% 5%;
    }
    .bio-text{
        margin-top: unset;
        padding-bottom: unset;
        font-size: 1em;
    }
    #iam{
        font-size: 1.5em;
        margin-top: 3px;
    }
    #firstname{
        font-size: 1.7em;
    }
    .home-hello{
        font-size: 1.7em;
    }
    .full-width-black-line{
        top: 0.83em;}
}

@media screen and (max-width: 790px), screen and (max-height: 500px){
    nav{
        padding:20px 40px;
    }
    nav > h1 > .logo{letter-spacing: 1px;font-size: 1em !important}
    #social-media{display: none}
    #select-language{margin-right: unset;margin-top: 2px;}
    nav ul li {font-size:0.9em}
    .left-content>p, .right-content>p {font-size: 1em;}
    .btn-grad{padding: 15px 15px;}
}
@media screen and (max-width: 900px){
    .half-width{
        display: inline-grid;
        width: 100%;
    }
}



@media screen and (min-width: 1020px){
    #speech-text-p{
        font-size: 1.3em !important;
    }
}

@media screen and (min-width: 760px) and (min-height: 1023px){
    #speech-text-p{font-size: 2em !important;line-height: 1em;}
}

