/* 1 ------ Fonts ------- */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

/* 2 ------ General Styles ------- */
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1;
}
html,
body {
    background: #e8eaf6;
    font-family: 'Roboto', 'Oswald', 'Open Sans', 'comicFont' , sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility !important;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    color: #000000;
    font-family: 'Roboto';
    font-size: 1.5em;
    font-weight: 400;
    line-height: 30px;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}
a:hover,
.btn:hover {
    color: #c0c0c0;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
}

nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 20px 100px;
    z-index: 99;
}

.sticky{
    padding: 15px 30px;
    background-color: #181816;
    opacity: 90%;
}

.sticky > ul > li > a:hover{
    color: #32cd32;
}

nav .logo{
    position: relative;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    letter-spacing: 2px;
    transition: 0.6s;
}

nav ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    position: relative;
    list-style: none;
}

nav ul li a{
    position: relative;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.6s;
}

nav > ul > li:not(:last-child):after{
    color: white;
    content: "•";
    vertical-align: center;
}

#select-language{
    float: left;
    margin-right: 15px;
    color: #fff;
}
#social-media{float: left;}

#select-language > ul, #select-language > ul > li {display: block;}

#select-language:hover #language-list > li{display: block;}
#select-language:hover #language-list > li:first-child{color: #c0c0c0;}

.select-language-arrow{
    font-size: 0.8em;
    font-weight: 600;
}

#select-language> ul>li:not(:first-child){
    display: none;
    position: absolute;
    margin-left: -15px;
    padding:15px;
    border: 2px #181816 solid;
    border-radius: 4px;
    opacity: 90%;
}

.sticky > #nav-right > #select-language > ul > li:not(:first-child){background-color: #181816;}
#nav-right{margin-top: 15px;}
#select-language> ul>li:first-child{padding-bottom: 15px;}

#social-media > a {
    color: #fff;
    border: #fff 1px solid;
    padding: 5px 6px 2px 5px;
    align-content: center;
    border-radius: 4px;
}

#social-media > a:hover {
    background-color: #32cd32;
    color: #181816;
    border: #181816 1px solid;
}

section{
    width: 100%;
    background-color: #4CBB17;
    background-color: #4CBB17;
    background-image: url("../img/siyah-nokta.png");
    background-size: 20px;
}


#bubble{
    float: left;
    width: 75%;
    height: 80%;
    position: absolute;
    bottom: 0;
}

#speech-bubble{
    width: 20%;
    height: 25%;
    margin-left: 57%;
    margin-bottom: 63vh;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

#speech-bubble > img{
    width: 100%;
    height: 100%;
}

#speech-text{
    margin-top: 3.8vh;
    margin-left: 16%;
    position: absolute;
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

#speech-text-p{
    font-size: 0.8em;
    line-height: 0.9em;
}

#bubble > img{
    width: 100%;
    height: 100%;
}

#chibi-div{
    width: 30%;
    height: 90%;
    margin-left: 70%;
    position: absolute;
    bottom: 0;
    display: block;
}

.chibi-pic{
    height: 88%;
    margin-left: 15%;
    position: absolute;
    bottom: 0;
}

#chibi-gif{z-index: 5;}
#chibi-image{z-index: 4;}

#agiz1{display: none}


#chibi-div > svg{
    width: 100%;
    height: 88%;
    position: absolute;
    bottom: 0;
}

.bio-text{
    width: 80%;
    margin-top: 3vh;
    font-size: 1.6em;
    font-weight: 400;
    padding-bottom: 40px;
}

#scrool{
    width: 50px;
    height: 80px;
    position:absolute;
    left:0;
    right:0;
    bottom: 0;
    margin-left:auto;
    margin-right:auto;
}


article{
    width: 100%;
    border-top: 3px black solid;

    background-color: #1f2022;
    background-image: url("../img/kapali-gri-nokta.png");
    background-size: 20px;
    text-align: center;
}

.btn-grad-type-1 {background-image: linear-gradient(to right, #32cd32 0%, #9ae79a 51%, #32cd32  100%)}
.btn-grad-type-2 {background-image: linear-gradient(to right, #9ae79a 0%, #32cd32 51%, #9ae79a  100%)}
.btn-grad {
    float: left;
    margin: 10px 0;
    padding: 15px 45px;
    font-weight: 500;
    text-align: center;
    text-shadow: 1.2px 1px #181816;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 5px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:not(:first-child){margin-left: 15px}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.left-div > .btn-grad{margin-bottom: 30px}


#article-head{
    color: #dedede;
    padding: 25px;
    font-size: 5vh;
    text-shadow: 2px 2px #32cd32 ;
}

.article-content-head{
    color: #dedede;
    padding: 25px;
    font-size: 4.5vh;
    text-shadow: 2px 2px #32cd32 ;
}

#main-content{
    max-width: 1100px;
    width: 90%;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.content-div:nth-child(2){border-top: 4px #32cd32 solid;border-radius: 4px;}

.left-div-c{
    float: left;
    max-width: 548px;
    width: 100%;
}
.right-div-c{
    float: left;
    max-width: 550px;
    width: 100% ;
    border-left: 4px #32cd32 solid;
}

.left-content, .right-content{padding: 50px;}

.left-content>p , .right-content>p{
    font-size: 1.3em;
    color: white;
}

.content-btn{
    width: 100%;
    margin-left: 0!important;
}

.btn-inline{font-size: 0.75em;text-align: left;padding: 5px 5px; !important;}
.btn-inline>p{color:white;line-height: 20px;padding: 5px 0;}
.btn-inline-l{color: #585858 !important;}
.mrg-top-50{margin-top: 70px}

.contact-div{
    width: 100%;
    height: 480px;
    float: left;
    border: 3px #32cd32 solid;
    margin-bottom: 30px;
    padding: 15px;
}

#contact-left{
    width: 50%;
    float: left;
    padding: 25px;
    padding-top: 0px;
}

#contact-right{
    width: 50%;
    float: left;
}

#contact-form>label{
    width: 50%;
    float: left;
    display: block;
    font-size: 1em;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

#message-label{margin-top: 15px;}
#contact-form > label:nth-child(2){width:44%;margin-left: 3%}
#email{margin-left: 6%}
.font-size-s{font-size: 1.4em}
.text-color-green{color: #32cd32 !important;}

#name, #email{
    display: block;
    width: 47%;
    float: left;
    margin-top: 5px;
    font-weight: bold;
    padding: 10px;
    background-color: #181816;
    color: #32cd32;
    border: 2px #999999 solid;
    border-radius: 4px;
}

#message{
    display: block;
    width: 100%;
    float: left;
    margin-top: 5px;
    font-weight: bold;
    padding: 10px;
    background-color: #181816;
    color: #32cd32;
    border: 2px #999999 solid;
    border-radius: 4px;
}

#message:focus, #name:focus, #email:focus{
    outline: none;
    border: 2px #32cd32 solid;
}

#contact-form > input[type="submit"]{
    margin: 15px 0 0 100%;
    position: relative;
    transform: translate(-100%,0);
    outline: none;
    border:none;
    font-weight: bold;
}

.half-width{
    width: 50%;
    float: left;
    text-align: left;
}

.contact-media{display: inline-block;margin-top: 5px;}

.contact-media>p{
    color: #32cd32;
    font-size: 1em;
    float: left;
    border-bottom: 3px solid;
    border-image-width: 0px 0px 4px 0px;
    border-image-source: linear-gradient(45deg, rgb(50, 205, 50), rgb(250,224,66));
    border-image-slice: 1;
    line-height: 22px;
    font-weight: bold;
}
.contact-media>a{
    line-height: 22px;
    color: #FFFFFF;
    text-shadow: #1f2022 0.1px 0.1px;
    margin-left: 6px;

}

footer{
    width: 100%;
    background-color: #101010;
    background-image: url("../img/kapali-gri-nokta.png");
    background-size: 20px;
}

#footer-div{
    max-width: 1100px;
    width: 90%;
    margin: auto;
    padding: 25px;
}

#footer-div>p{
    text-align: center;
    color: #fff;
    font-size: 1.1em;
}

.center {
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.popup {
    max-width:750px;
    width: 90%;
    height:480px;
    background-color: #1f2022;
    border-radius:10px;
    box-sizing:border-box;
    z-index:999;
    text-align:center;
    opacity:0;
    top:-200%;
    transform:translate(-50%,-50%) scale(0.5);
    transition: opacity 300ms ease-in-out,
    top 1000ms ease-in-out,
    transform 1000ms ease-in-out;
    border: #32cd32 3px solid;
}

.popup.active {
    opacity:1;
    top:50%;
    transform:translate(-50%,-50%) scale(1);
    transition: transform 450ms cubic-bezier(0.18,0.89,0.43,1.19);
}

.description-head{
    margin:auto;
    text-align: center;
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    text-shadow: 2px 2px #32cd32;
}

.description-text{
    margin-top: 150px;
    width: 60%;
    display: block;
    float: left;
    height: 100px;
}

.description-text > p {
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 1px 1px #32cd32;
}

.chibi-200{
    width: 30%;
    height: 80%;
    display: block;
    float: left;
    margin-top: 10px;
}

.popup .description {
    width: 100%;
    color:#222;
    font-size:15px;
    padding:25px;
    text-shadow: #1f2022 2px 2px;
    border-bottom: #32cd32 2px solid;
}

.popup .dismiss-btn {
    margin-top: 15px;
    margin-left: 100%;
    transform: translate(-200%, 0);
    position: fixed;
}

.popup .dismiss-btn button {
    padding:10px 20px;
    background: #32cd32;
    color: #000000;
    border: 2px #161616 solid;
    font-size:16px;
    font-weight:600;
    outline:none;
    border-radius:10px;
    cursor:pointer;
    transition: all 300ms ease-in-out;
}
.popup .dismiss-btn button:hover {
    color:#FFFFFF;;
    background: #1f2022;
    border: 2px #32cd32 solid;
}
.popup > div {
    position:relative;
    top:10px;
    opacity:0;
}
.popup.active > div {
    top:0px;
    opacity:1;
}
.popup.active .icon {
    transition: all 300ms ease-in-out 250ms;
}
.popup.active .title {
    transition: all 300ms ease-in-out 300ms;
}
.popup.active .description {
    transition: all 300ms ease-in-out 350ms;
}
.popup.active .dismiss-btn {
    transition: all 300ms ease-in-out 400ms;
}

.popup.active .description-text {
    transition: all 300ms ease-in-out 400ms;
}

#black-background{
    display: none;
    position: fixed !important;
    top: 0!important;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f2022;
    opacity: 0.9 !important;
    z-index: 100;
}


.display-none{display: none;}
.linked{
    color: #24424e !important;
    text-shadow: 1px 1px #2b2b2b;
    border-bottom: 3px solid;
    border-image-width: 0px 0px 4px 0px;
    border-image-source: linear-gradient(45deg, rgb(192, 226, 192), #91ec91);
    border-image-slice: 1;
}

.btn-inline-l{font-size: 1.3em;}

.bubble-link{
    color: #32cd32;
    border-bottom: 0.5px solid;
    text-shadow: 0.7px 0.7px #0e350e;
    border-image-width: 0px 0px 2px 0px;
    border-image-source: linear-gradient(
            45deg
            , rgb(50, 205, 50), rgb(250,224,66));
    border-image-slice: 1;
    font-weight: bold;
}

.bubble-link:hover{
    color: #3a863a;
}

.margin-bottom-15{margin-bottom: 15px;}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #32cd32;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #32cd32;
}
