@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}


/*--------------------------------------------Tebrik Mesajları------------------------------------------------------------*/

div#takdir {
    background-color: #0ae967fa;
    color: white;
    padding-top: 50px;
    width: 280px;
    height: 140px;
    z-index: 999;
    border: solid 1px;
    border-color: transparent;
    border-radius: 14px 14px 14px 14px;
    position: fixed;
    right: 12px;
    top: 160px;
    z-index: 999px;
    display: none;
}

div#tesekkür {
    background-color: #eec146fa;
    color: white;
    padding-top: 50px;
    width: 280px;
    height: 140px;
    z-index: 999;
    border: solid 1px;
    border-color: transparent;
    border-radius: 14px 14px 14px 14px;
    position: fixed;
    right: 12px;
    top: 160px;
    z-index: 999px;
    display: none;
}

div#yüz {
    background-color: #f04444fa;
    color: white;
    padding-top: 50px;
    width: 280px;
    height: 140px;
    z-index: 999;
    border: solid 1px;
    border-color: transparent;
    border-radius: 14px 14px 14px 14px;
    position: fixed;
    right: 12px;
    top: 160px;
    z-index: 999px;
    display: none;
}

div#hic {
    background-color: #f04444fa;
    color: white;
    padding-top: 50px;
    width: 280px;
    height: 140px;
    z-index: 999;
    border: solid 1px;
    border-color: transparent;
    border-radius: 14px 14px 14px 14px;
    position: fixed;
    right: 12px;
    top: 160px;
    z-index: 999px;
    display: none;
}


/*---------------------------------------------------------------------------------------------------------------*/

section {
    padding: 100px;
    min-height: 100vh;
}

.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.banner .imgSidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
}

.banner .imgSidebar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .contentBx,
.sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 500px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

.logoText {
    position: absolute;
    top: 40px;
    left: 100px;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #333;
    color: #fff;
    padding: 0 5px;
}

.banner .contentBx h4 {
    font-size: 1.5em;
    color: #333;
    font-weight: 300;
    position: relative;
}


/*
.banner .contentBx h4#yazan::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    width: 100%;
    border-left: 3px solid #00bcd4;
    animation: typing 3.2s steps(22) forwards;
}

@keyframes typing {
    100% {
        left: 62%;
        margin: 0 -35px 0 5px;
    }
}

*/

.banner .contentBx h4 span {
    color: #00bcd4;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
}

.banner .contentBx h2 {
    font-size: 3em;
    color: #333;
    line-height: 1em;
}

p {
    font-size: 1.1em;
    margin: 20px 0;
    font-weight: 300;
}

.btn {
    background: #00bcd4;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 7px;
}

.btnkron {
    background: #05d6a2;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    margin: 7px;
    letter-spacing: 1px;
}

.title {
    width: 100%;
    text-align: center;
}

.title h2 {
    position: relative;
    color: #00bcd4;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: 1px;
}

.title h2 p {
    max-width: 700px;
    display: inline-block;
}

.title h2::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: #000;
}

.title.white h2,
.title.white p {
    color: rgb(0, 0, 0);
}

.title.white h2::before {
    color: rgb(0, 0, 0);
}

.hesapla h4 span {
    font-size: 1.5em;
    font-weight: 700;
    color: #00bcd4;
    text-align: center;
}

.hesapla {
    background-color: rgb(0, 0, 0);
}

.contact {
    background: rgb(231, 229, 229);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact .contactForm {
    position: relative;
    max-width: 580px;
}

.contact .contactForm .row {
    width: 100%;
    display: flex;
}

.contact .contactForm .row .col50 {
    width: 50%;
    margin: 10px;
}

.contact .contactForm .row .col100 {
    width: 100%;
    margin: 10px;
    text-align: center;
}

.contact .contactForm .row input,
.contact .contactForm .row textarea {
    width: 100%;
    border: none;
    padding: 10px;
    outline: none;
    background: rgb(70, 70, 70);
    color: #fff;
    font-size: 16px;
    resize: none;
}

.contact .contactForm .row textarea {
    height: 100px;
}

.contact .contactForm .row input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    max-width: 150px;
}

.contact .contactForm .row input[type="submit"]:hover {
    background: #00bbd4b6;
}

.copyright {
    color: #fff;
    background: #111;
    text-align: center;
    padding: 10px;
}

.copyright p {
    margin: 0;
    font-size: 16px;
}

#success_message {
    background-color: rgb(13, 221, 93);
    color: rgb(231, 229, 226);
    padding: 7px;
    border-radius: 3px;
    max-height: 40px;
    animation: loading 4s normal;
    display: none;
}

@keyframes loading {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
}

@media(max-width:1110px) {
    .banner .imgSidebar {
        display: none;
    }
    .banner .contentBx,
    .sidebar {
        width: 100%;
    }
    .logoText {
        left: 40px;
    }
    .toggle {
        right: 40px;
    }
    .sci {
        left: 40px;
    }
    section {
        padding: 40px;
    }
    .about .content {
        flex-direction: column;
    }
    .about.content .textBx {
        min-width: 100%;
        width: 100%
    }
    .about .content {
        margin-top: 0;
    }
    .about .content .imgBx {
        margin-left: 0;
    }
    .contactForm {
        width: 100%;
    }
    .contactForm .row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .contact .contactForm .row .col50 {
        width: 100%;
    }
    .sidebar ul li a {
        font-size: 1.5em;
    }
    form.hnarac>fieldset>ol>li>label {
        margin-left: 0px;
    }
}

@media(max-width:850px) {
    #success_message {
        max-height: 150px;
    }
}

@media(max-width: 705px) {
    #success_message {
        max-height: 150px;
    }
    .contact .contactForm .row .col50 {
        width: 70%;
        align-items: center;
        align-content: center;
    }
    .contact .contactForm .row .col100 {
        width: 70%;
        align-items: center;
        align-content: center;
    }
    .contact .contactForm {
        max-width: 320px;
    }
    form.hnarac>fieldset>ol>li>label {
        margin-left: 0px;
    }
}

@media(max-width:636) {
    .banner .contentBx h4 {
        font-size: 1.0em;
        font-weight: 150;
    }
    .banner .contentBx h4 span {
        font-size: 1.0em;
        font-weight: 400;
    }
}

@media(max-width:398) {
    .contact .contactForm .row .col50 {
        width: 20%;
        align-items: center;
        align-content: center;
        margin-left: 270px;
    }
    .contact .contactForm .row .col100 {
        width: 20%;
        align-items: center;
        align-content: center;
        margin-left: 270px;
    }
}

@media(max-width:385) {
    div#hic {
        width: 190px;
        height: 90px;
    }
    div#mesaj {
        width: 190px;
        height: 90px;
    }
    div#tesekkür {
        width: 190px;
        height: 90px;
    }
    div#yüz {
        width: 190px;
        height: 90px;
    }
}