﻿:root {
    --renk1: #F8F4F0;
    --renk2: #432d2a;
    --renk3: #cfa25f;
    --renk4: #236f20;
    --renk5: #55b051;
    --renk6: #2B2B2B;
    --renk7: #ffffff;
    --renk8: #e6e6e6;
    --renk9: #F0EAE4;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Manrope',sans-serif;
    font-weight: 500;
    color: var(--renk2);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    width: 100%;
    height: 100%;
    background: var(--renk1);
}

a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--renk6);
    cursor: pointer;
}

    a, a:hover {
        text-decoration: none;
    }

b, strong {
    font-weight: 700;
}

ol, ul {
    list-style: none;
    margin: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, textarea {
    border: 1px solid var(--renk9);
    padding: 10px 10px;
    font-size: 17px;
    min-width: 450px;
    border-radius: 5px;
    width: 100%;
    height: auto !important;
    font-size: 14px;
    line-height: 21px;
}

.temizle {
    clear: both;
}

.hide {
    display: none !important;
}

.block {
    display: block !important;
}

.no-margin {
    margin: 0 !important;
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mt45 {
    margin-top: 45px
}

.mt70 {
    margin-top: 70px
}

.bg30 {
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg70 {
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg60 {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.grdbg {
    width: 100%;
    position: absolute;
    height: 25vh;
    top: 0;
    z-index: 2;
    background: rgb(0,0,0);
    background: linear-gradient(180deg,rgba(0,0,0,.75)0%,rgba(0,0,0,0)100%);
}

.grdbgbottom {
    width: 100%;
    position: absolute;
    height: 25vh;
    bottom: 0;
    z-index: 2;
    background: rgb(0,0,0);
    background: linear-gradient(0deg,rgba(0,0,0,.75)0%,rgba(0,0,0,0)100%);
}

.w5 {
    width: 5% !important
}

.w10 {
    width: 10% !important
}

.w15 {
    width: 15% !important
}

.w20 {
    width: 20% !important
}

.w25 {
    width: 25% !important
}

.w30 {
    width: 30% !important
}
/*.w70{width:70px}
.w100{width:100px;}
.w110{width:110px}
.w130{width:130px}
.w160{width:160px}
.w200{width:200px}
.w300{width:300px}
*/

.w70{max-width:70px}
.w100{max-width:100px;}
.w110{max-width:110px}
.w130{max-width:130px}
.w160{max-width:160px}
.w200{max-width:200px}
.w300{max-width:300px}
.min200{min-width:200px}


.tablo {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.main {
    width: 100%
}

.alink {
    margin-top: -50px;
    position: absolute;
}

.rtl {
    flex-direction: row-reverse;
}

h1, h2 {
    font-weight: normal;
    letter-spacing: .1px
}

form:focus {
    outline: 0;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

body.no-scroll, html.no-scroll {
    overflow: hidden;
}

textarea {
    overflow: auto;
    resize: none;
}

    textarea::placeholder {
        color: #BFB5B2 !important
    }

::-webkit-input-placeholder {
    color: #BFB5B2 !important
}

:-ms-input-placeholder {
    color: #BFB5B2 !important;
}

::placeholder {
    color: #BFB5B2 !important;
}


/*Popup*/
.modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 99;
}

    .modal-container.six {
        transform: scale(1);
    }

        .modal-container.six .modal-background {
            background: rgba(0, 0, 0, 0);
            animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            /*
.modal-container.six .modal-background .modal {background-color: transparent;animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.modal-container.six .modal-background .modal h2, .modal-container.six .modal-background .modal p {opacity: 0;position: relative;animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
*/

            .modal-container.six .modal-background .modal .modal-svg rect {
                animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }
        /*.modal-container.six.out {animation: quickScaleDown 0s .5s linear forwards;}
.modal-container.six.out .modal-background {animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.modal-container.six.out .modal-background .modal {animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.modal-container.six.out .modal-background .modal h2, .modal-container.six.out .modal-background .modal p {animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}*/
        .modal-container.six.out .modal-background .modal .modal-svg rect {
            animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

    .modal-container .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        .modal-container .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 11px;
            font-weight: 300;
            position: relative;
        }

            .modal-container .modal-background .modal > div {
            }

            .modal-container .modal-background .modal h2 {
                font-size: 21px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            .modal-container .modal-background .modal a {
                color: #4c7189;
                text-decoration: none;
                font-weight: 400;
            }

            .modal-container .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

                .modal-container .modal-background .modal p a {
                    color: #000;
                    text-decoration: none;
                    font-weight: 100;
                }

            .modal-container .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                .modal-container .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }
    .kaydetbutton{background: var(--renk4)!important;color: var(--renk7)!important;}
    .modal .exit,.noteexit, .kaydetbutton, .modal-container button[type=submit] {
        background: var(--renk4);
        color: var(--renk7);
        border: 1px solid var(--renk5);
        padding: 10px 20px;
        border-radius: 5px;
        margin-top: 15px;
        font-weight: 700;
        margin-right: 10px
    }

.modal .head {
    max-width: 550px;
    margin: 25px auto;
}

    .modal .head h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .modal .head p {
        font-size: 15px !important;
        line-height: 19px !important;
    }

.modal .buttonclose {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.modal .exit,.noteexit, .kaydetbutton {
    background: var(--renk1);
    border-color: var(--renk1);
    color: var(--renk6);
    cursor: pointer;
}

.modal input.code {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    border: 2px solid var(--renk5);
}

.modal .listeme {
    min-width: 80vw;
    max-height: calc(90vh - 140px);
    overflow-y: scroll;
}


.modal .fromlist {
    width: 85vw;
    max-width: 1080px;
    max-height: calc(90vh - 140px);
    overflow-y: auto;
    padding-right: 20px;
}

.modal .fromlist > div {}
.modal .fromlist > div .head {margin-bottom: 25px;}
.modal .fromlist > div .head h1 {}
.modal .fromlist > div .head p {}
.modal .fromlist > div .form {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;}
.modal .fromlist > div .form > div {width: 49%;display: flex;flex-direction: column;align-items: flex-start;margin-bottom: 20px;}
.modal .fromlist > div .form > div.full > div, .modal .fromlist > div .form > div.full {width: 100%;text-align: left;}
.modal .fromlist > div .form > div.full > div select, .modal .fromlist > div .form > div.full > div input {min-width: calc(900px + 2%);}

                .modal .fromlist > div .form > div > label {
                    color: var(--renk3);
                    font-size: 13px;
                    line-height: 17px;
                    margin-bottom: 5px;
                    padding-left: 5px;
                }

                .modal .fromlist > div .form > div > div {
                    width: 100%;
                }

                    .modal .fromlist > div .form > div > div input, .modal .fromlist > div .form > div > div select {
                    }

                .modal .fromlist > div .form > div button {
                    color: var(--renk7);
                    border: 1px solid var(--renk5);
                    padding: 10px 20px;
                    border-radius: 5px;
                    margin-top: 15px;
                    font-weight: 700;
                    margin-right: 10px;
                    background: var(--renk4);
                }

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0);
    }

    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }

    100% {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }

    99.9% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes slideUpLarge {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(150px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(150px);
    }
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    99.9% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes roadRunnerIn {
    0% {
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }

    70% {
        transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }

    100% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
}

@keyframes roadRunnerOut {
    0% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }

    30% {
        transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }

    100% {
        transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
}

@keyframes sketchIn {
    0% {
        stroke-dashoffset: 778;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes sketchOut {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 778;
    }
}

@keyframes modalFadeIn {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: white;
    }
}

@keyframes modalFadeOut {
    0% {
        background-color: white;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes modalContentFadeIn {
    0% {
        opacity: 0;
        top: -20px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes modalContentFadeOut {
    0% {
        opacity: 1;
        top: 0px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

@keyframes bondJamesBond {
    0% {
        transform: translateX(1000px);
    }

    80% {
        transform: translateX(0px);
        border-radius: 75px;
        height: 75px;
        width: 75px;
    }

    90% {
        border-radius: 3px;
        height: 182px;
        width: 247px;
    }

    100% {
        border-radius: 3px;
        height: 162px;
        width: 227px;
    }
}

@keyframes killShot {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(300px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fadeToRed {
    0% {
        background-color: rgba(0, 0, 0, 0.6);
    }

    100% {
        background-color: rgba(255, 0, 0, 0.8);
    }
}

@keyframes slowFade {
    0% {
        opacity: 1;
    }

    99.9% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/*Pop bitiş*/


#loading-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,.2);
    display: none
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid rgb(255 255 255 /50%);
    border-top-color: var(--color);
    animation: icon-spin 1s ease-in-out infinite;
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#codesend, #mailsend {position: relative}
.codebasarili, .mailbasarili {display: none;margin: 15px 0;border: 1px solid #00af36;padding: 15px 15px;border-radius: 5px;}
.mailhatali{display: none;margin: 15px 0;border: 1px solid #ff0000;padding: 15px 15px;border-radius: 5px;}
.codebasarili > div, .mailbasarili > div {margin-bottom: 15px;}
.codebasarili > div p, .mailbasarili > div p {}
.codebasarili > div p > span, .mailbasarili > div p > span {font-weight: 800}

.close {position: absolute;right: -20px;top: -20px;background: var(--renk2);width: 50px;height: 50px;border-radius: 50px;display: flex;align-items: center;justify-content: center;cursor: pointer;border: 1px solid var(--renk3);}
.close:hover {background: var(--renk3);}
.close:after {display: inline-block;content: "\00d7"; /* This will render the 'X' */font-size: 36px;color: #fff;}
