body {
    margin: 0;
    padding: 0;
    font-family: 'Dosis', sans-serif;
    background: rgb(1, 49, 103);
    background: linear-gradient(90deg, rgba(1, 49, 103, 1) 7%, rgba(9, 78, 154, 1) 82%);
}

a {
    text-decoration: none;
}

.temizle {
    clear: both;
}


.bg {
    animation: slide 13s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #008cd0 50%, #09f 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 15s;
}

.bg3 {
    animation-duration: 10s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}


.pattern {
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(45deg, #1b2040, #071029);
    overflow: hidden;
}

@media (max-width: 1200px) {
    .pattern {
        height: calc(100vh - var(--site-header-height));
    }
}

.pattern:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: full;
    height: full;
    opacity: 0.45;
    background: radial-gradient(rgba(255, 255, 255, 0), theme("colors.black.500"));
}

.pattern-container {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    width: 1640px;
    height: 1080px;
    transform: rotate(45deg) scale(1.75) translate3d(19%, -31%, 0);
}

@media (max-width: 1440px) {
    .pattern-container {
        width: 1140px;
        hight: 948px;
    }
}

@media (max-width: 1200px) {
    .pattern-container {
        width: 1000px;
        height: 500px;
        transform: rotate(45deg) scale(2.75) translate3d(14%, 17%, 0);
    }
}

@media (max-width: 768px) {
    .pattern-container {
        width: 500px;
        height: 400px;
        transform: rotate(135deg) scale(2.75) translate3d(12%, 1%, 0);
    }
}

.pattern-container span {
    -webkit-animation: breathe 25s infinite;
    animation: breathe 25s infinite;
}

    .pattern-container span:nth-child(1) {
        position: relative;
        grid-column: span 3;
        grid-row: span 3;
        background: #68ddff;
    }

        .pattern-container span:nth-child(1):after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 95px);
            background: linear-gradient(to right, transparent, #9ae5ff);
        }

    .pattern-container span:nth-child(2) {
        grid-column: span 2;
        grid-row: span 3;
        background: linear-gradient(45deg, #2c3155, #0c142f);
        -webkit-animation: breathe2 25s infinite;
        animation: breathe2 25s infinite;
    }

    .pattern-container span:nth-child(3) {
        position: relative;
        grid-column: span 1;
        grid-row: span 3;
        background-color: #11173c;
    }

        .pattern-container span:nth-child(3):after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 95px);
            background: linear-gradient(to top, #b5c224, #6ec092, #1cbfd7);
        }

@media (max-width: 768px) {
    .pattern-container span:nth-child(3):after {
        height: calc(100% - 35px);
    }
}

.pattern-container span:nth-child(4) {
    grid-column: span 4;
    grid-row: span 7;
    background-color: #151a3a;
}

.pattern-container span:nth-child(5) {
    grid-column: span 3;
    grid-row: span 2;
    background: linear-gradient(to right, #b5c224, #6ec092, #1cbfd7);
}

.pattern-container span:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(45deg, #2c3155, #0c142f);
    -webkit-animation: breathe2 25s infinite;
    animation: breathe2 25s infinite;
}

.pattern-container span:nth-child(7) {
    grid-column: span 1;
    grid-row: span 2;
    background: linear-gradient(225deg, #b5c224, #6ec092, #1cbfd7);
}

@-webkit-keyframes breathe {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20%);
    }
}

@keyframes breathe {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20%);
    }
}

@-webkit-keyframes breathe2 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(40%);
    }
}

@keyframes breathe2 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(40%);
    }
}



.alan {
    display: block;
    position: relative;
}

.alanbolum {
    position: relative;
    min-height: 1px;
    width: 100%;
    height: 100%;
}

.alanic {
    position: relative;
    width: 56%;
    display: block;
    margin: 0 auto;
    margin-top: 150px;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 4px 90px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

    .alanic:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: white;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 34%, white 89%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.3;
        filter: blur(0.5px);
        mix-blend-mode: hard-light;
    }



.alansol {
    float: left;
    position: relative;
    display: block;
    width: 60%;
    height: 600px;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.5;
}


.mesaj {
    display: block;
    overflow: hidden;
    background-color: #d74c4c;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
}


.alansag {
    float: right;
    position: relative;
    display: block;
    width: 40%;
    height: 600px;
    background-color: rgb(0 0 0 / 11%);
}

.logo {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    width: 270px;
}

.slogan {
    display: block;
    text-align: center;
    color: rgb(255 255 255 / 89%);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

.girisalan {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 76px;
}

    .girisalan p {
        color: #fff;
    }

    .girisalan .hata {
        color: #fff;
        background-color: #bf5f5f;
        padding: 10px;
        border-radius: 6px;
    }



.formalan {
    display: block;
    margin-bottom: 20px;
}

    .formalan .formbaslik {
        display: block;
        overflow: hidden;
        color: rgb(255 255 255 / 89%);
        font-size: 15px;
        padding-left: 10px;
    }

    .formalan .formkutu {
        display: block;
        margin-top: 5px;
    }

.txt {
    width: calc(100% - 30px);
    height: 26px;
    background: rgb(3 127 190 / 39%);
    color: rgb(255 255 255 / 89%);
    outline: 2px solid rgb(13 157 242 / 44%);
    border: 0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 8px 15px 8px 15px;
    margin: 0 auto;
}

    .txt:focus {
        background: rgb(3 127 190 / 50%);
    }

    .txt:-webkit-autofill, .txt:-webkit-autofill:hover, .txt:-webkit-autofill:focus, .txt:-webkit-autofill:active {
        background: rgb(3 127 190 / 39%);
        background-color: rgb(3 127 190 / 39%);
        color: rgb(255 255 255 / 89%);
    }

        .txt:-webkit-autofill,
        .txt:-webkit-autofill:focus {
            transition: background-color 0s 600000s, color 0s 600000s !important;
        }



.button {
    display: block;
    width: 100px;
    float: right;
    margin: 0;
    border: 2px solid rgb(13 157 242 / 44%);
    border-radius: 8px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    background-color: rgb(3 127 190 / 39%);
    color: rgb(255 255 255 / 89%);
    transition: all .3s ease;
}

    .button:hover {
        background-color: #00acee;
    }




.buttonk {
    display: block;
    width: 200px;
    margin: 0 auto;
    border: 2px solid rgb(13 157 242 / 44%);
    border-radius: 8px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    background-color: rgb(3 127 190 / 39%);
    color: rgb(255 255 255 / 89%);
    transition: all .3s ease;
}

    .buttonk:hover {
        background-color: #00acee;
    }


.formalt {
    display: block;
}

    .formalt a {
        display: block;
        float: left;
        width: calc(100% / 2 - 20px);
        margin-right: 16px;
    }


.uyeol {
    display: block;
    margin-top: 20px;
    width: 130px;
    padding: 6px;
    border-radius: 8px;
    background: rgb(255 255 255 / 4%);
    color: rgb(255 255 255 / 60%);
    text-align: center;
    font-size: 14px;
}




.sifremiunuttum {
    display: block;
    margin-top: 20px;
    width: 130px;
    margin-right: 0 !important;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 4%);
    color: rgb(255 255 255 / 60%);
    text-align: center;
    font-size: 14px;
}

.girisform {
    margin-bottom: 34px;
}

.uyeol:hover, .sifremiunuttum:hover {
    background: rgb(0 31 41 / 24%);
    color: rgb(255 255 255 / 90%);
}



.uyeolmesaj {
    color: rgb(255 255 255 / 89%);
    padding: 20px;
    margin: 20px;
    margin-top: 40px;
    border: 2px solid rgb(13 157 242 / 44%);
}

    .uyeolmesaj p {
        margin: 0;
    }

    .uyeolmesaj h2 {
        margin: 0;
        margin-bottom: 10px;
    }

.girisalan h2 {
    margin-bottom: 30px;
    color: rgb(255 255 255 / 89%);
}




.ugiris {
    color: rgb(255 255 255 / 89%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

    .ugiris a {
        padding: 6px;
        border-radius: 8px;
        background: rgb(0 10 12 / 22%);
        color: rgb(255 255 255 / 92%);
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        margin-left: 4px;
    }

    .ugiris h2 {
        margin: 0;
    }


.formkutu span {
    font-size: 14px;
    color: rgb(255 255 255 / 92%);
}

textarea {
    min-height: 50px;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 14px;
        color: rgb(255 255 255 / 89%);
        font-family: 'Dosis', sans-serif;
        opacity: 0.4;
    }

    input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 14px;
        font-family: 'Dosis', sans-serif;
        color: rgb(255 255 255 / 89%)
    }

    input:-ms-input-placeholder, textarea::-ms-input-placeholder { /* IE 10+ */
        font-size: 14px;
        font-family: 'Dosis', sans-serif;
        color: rgb(255 255 255 / 89%)
    }


@media screen and (max-width:1120px) {
    .alanic {
        width: 80%;
    }
}


@media screen and (max-width:790px) {
    .alanic {
        width: 90%;
        margin-top: 100px;
    }

    .alansol {
        display: none;
    }

    .alansag {
        float: none;
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .logo {
        display: block;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 0px;
        padding-top: 20px;
        width: 270px;
    }
}
