@font-face {
    font-family: 'FordF1';
    src: url('https://cdn.jsdelivr.net/gh/gurbuzyagiz/font/FordF1-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1';
    src: url('https://cdn.jsdelivr.net/gh/gurbuzyagiz/font/FordF1-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1';
    src: url('https://cdn.jsdelivr.net/gh/gurbuzyagiz/font/FordF1-Light.woff2') format('woff2');
    font-weight: bold;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1';
    src: url('https://cdn.jsdelivr.net/gh/gurbuzyagiz/font/FordF1-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1';
    src: url('https://cdn.jsdelivr.net/gh/gurbuzyagiz/font/FordF1-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

:root {
    --total-time: 10s;
    --coffe-delay: calc(var(--total-time) / 3.5);
    --coffe-time: calc(var(--total-time) / 4);
    --cup-delay: calc(var(--total-time) / 2.7);
    --cup-time: calc(var(--total-time) / 3);
    --under-delay: calc(var(--total-time) / 1.5);
    --under-time: calc(var(--total-time) / 3.75);
}

.logoMain {
    display: block;
    margin: 14px 0;
}
.text-danger{
    font-size:14px;
}
.basvuruFormuBtn {
    display: block;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #FC8B1D;
    border-radius: 60px;
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    margin-top: 35px;
}
.basvuruFormulogo {
    display: block;
    float: right;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 35px;
    width: 220px;
}

.girisYapBtn {
    display: block;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    background-color: #F5F5F5;
    border-radius: 60px;
    text-decoration: none;
    padding: 8px 16px;
    margin-top: 46px;
    margin-right: 17px;
}

.uyelOlBtn {
    display: block;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    background-color: #F5F5F5;
    border-radius: 60px;
    text-decoration: none;
    padding: 8px 16px;
    margin-top: 46px;
    margin-right: 17px;
}


.header {
    position: relative;
    padding-bottom: 205px;
}

.homeBgImg {
    position: absolute;
    left: 0;
    top: 0;
    background: url('/images/bannerBackground.png') no-repeat center center;
    background-size: cover !important;
    width: 795px;
    height: 640px;
    top: -36px;
    left: -251px;
    z-index: -1;
}

.home1Main {
    position: relative;
    z-index: 0;
}

    .home1Main .line1 {
        position: absolute;
/*        background: url('/images/lines/line1.svg') no-repeat center center;
*/        background-size: cover !important;
        width: 200px;
        height: 672px;
        right: 0;
        top: 0;
    }

    .home1Main .text1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 63px;
        line-height: 100%;
        letter-spacing: -0.03em;
        color: #000000;
        margin-top: 50px;
    }

    .home1Main .text2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.03em;
        color: #000000;
        margin-top: 24px;
    }

    .home1Main .basvuruFormuBtnBanner {
        display: block;
        width: fit-content;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #FFFFFF;
        background-color: #FC8B1D;
        border-radius: 60px;
        text-decoration: none;
        padding: 20px 40px 20px 40px;
        margin-top: 24px;
    }

    .home1Main video {
        margin-top: 80px;
        border-radius: 30px;
    }

    .home1Main .hommeBannerMain {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .home1Main .hommeBannerMain .homeBanner {
            position: absolute;
            content: '';
            right: 0;
            bottom: -205px; /*background: url("../images/homeBanner.png"*/
            ) no-repeat center center;
            background-size: cover !important;
            width: 476px;
            height: 636px;
        }


.home2Main {
    width: 100%;
    background-color: #295DCD;
    position: relative;
    margin-top: 200px;
    padding-bottom: 100px;
    z-index: 0;
}

    .home2Main .line2 {
        position: absolute;
        z-index: -1;
        background: url('/images/lines/line2.svg') no-repeat center center;
        background-size: cover !important;
        width: 170px;
        height: 184px;
        left: 0;
        top: 0;
    }

    .home2Main .line3 {
        position: absolute;
        z-index: -1;
        background: url('/images/lines/line3.svg') no-repeat center center;
        background-size: cover !important;
        width: 453px;
        height: 912px;
        right: 480px;
        top: 0;
    }

    .home2Main .bullet1 {
        position: absolute;
        z-index: -1;
        background: url('/images/bullets/bullet1.png') no-repeat center center;
        background-size: cover !important;
        width: 309px;
        height: 105px;
        left: 185px;
        top: 0;
    }

    .home2Main .bullet2 {
        position: absolute;
        z-index: -1;
        background: url('/images/bullets/bullet2.png') no-repeat center center;
        background-size: cover !important;
        width: 114px;
        height: 68px;
        right: 0;
        top: 0;
    }

    .home2Main .bullet3 {
        position: absolute;
        z-index: -1;
        background: url('/images/bullets/bullet3.png') no-repeat center center;
        background-size: cover !important;
        width: 169px;
        height: 76px;
        right: 477px;
        bottom: 0;
    }

    .home2Main .home2Animate {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 99999;
    }

    .home2Main p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.95);
    }

        .home2Main p:first-child {
            margin-top: 280px;
        }

    .home2Main .home2images {
        position: relative;
        height: 464px;
        width: 464px;
        margin-top: 175px;
    }

        .home2Main .home2images .img1 {
            position: absolute;
            width: 200px;
            height: 200px;
            background-size: cover !important;
            left: 0;
            top: 48px;
        }

        .home2Main .home2images .img2 {
            position: absolute;
            width: 248px;
            height: 248px;
            background-size: cover !important;
            right: 0;
        }

        .home2Main .home2images .img3 {
            position: absolute;
            width: 145px;
            height: 145px;
            background-size: cover !important;
            left: 55px;
            bottom: 55px;
        }

        .home2Main .home2images .img4 {
            position: absolute;
            width: 200px;
            height: 200px;
            background-size: cover !important;
            right: 48px;
            bottom: 0;
        }


.home3Main {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    z-index: 0;
}

    .home3Main .line4 {
        position: absolute;
        z-index: -1;
        background: url('/images/lines/line4.svg') no-repeat center center;
        background-size: cover !important;
        width: 314px;
        height: 809px;
        right: 0;
        top: -260px;
        z-index: -1;
    }

    .home3Main .line5 {
        position: absolute;
        z-index: -1;
        background: url('/images/lines/line5.svg') no-repeat center center;
        background-size: cover !important;
        width: 268px;
        height: 809px;
        left: 0;
        top: 155px;
    }

    .home3Main .bullet4 {
        position: absolute;
        z-index: -1;
        background: url('/images/bullets/bullet4.png') no-repeat center center;
        background-size: cover !important;
        width: 169px;
        height: 248px;
        left: 0;
        top: 0;
    }

    .home3Main .bullet5 {
        position: absolute;
        z-index: -1;
        background: url('/images/bullets/bullet5.png') no-repeat center center;
        background-size: cover !important;
        width: 218px;
        height: 175px;
        left: 330px;
        bottom: 29px;
    }

    .home3Main .bullet6 {
        position: absolute;
        z-index: -1;
        background: url('/images/bullets/bullet6.png') no-repeat center center;
        background-size: cover !important;
        width: 45px;
        height: 66px;
        right: 0;
        bottom: 123px;
    }

    .home3Main .home3Animate {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 99999;
    }

    .home3Main .paydaslarimiz {
        position: relative;
        width: 100%;
        background-color: #FC8B1D;
        border-radius: 30px;
        padding: 56px;
    }

        .home3Main .paydaslarimiz::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: url("/images/home3PaydaslarimizBg.png") no-repeat center center;
            opacity: .2;
            border-radius: 30px;
            top: 0;
            left: 0;
        }

        .home3Main .paydaslarimiz .textMain {
            position: relative;
            z-index: 99;
        }

            .home3Main .paydaslarimiz .textMain .title {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 500;
                font-size: 40px;
                line-height: 60px;
                letter-spacing: -0.03em;
                color: #FFFFFF;
            }

        .home3Main .paydaslarimiz .paydasList {
            position: relative;
            width: 100%;
            height: 80px;
            border-radius: 10px;
            background-color: #FFFFFF;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 80px;
            color: #FC8B1D;
            padding-left: 75px;
            margin-top: 16px;
        }

            .home3Main .paydaslarimiz .paydasList::before {
                position: absolute;
                content: '';
                background: url("/images/home3check.svg") no-repeat center center;
                background-size: cover !important;
                width: 32px;
                height: 32px;
                left: 24px;
                top: 24px;
            }

    .home3Main .home3images {
        position: relative;
        height: 248px;
        width: 409px;
    }

        .home3Main .home3images .img1 {
            position: absolute;
            width: 145px;
            height: 145px;
            background-size: cover !important;
            left: 0;
            bottom: 0;
        }

        .home3Main .home3images .img2 {
            position: absolute;
            width: 248px;
            height: 248px;
            background-size: cover !important;
            right: 0;
            bottom: 0;
        }

    .home3Main p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #000000;
        margin-top: 78px;
    }


.home4Main {
    width: 100%;
    position: relative;
    background-color: #2AB759;
    z-index: 0;
}

    .home4Main .line6 {
        position: absolute;
        z-index: -1;
        background: url('/images/lines/line6.png') no-repeat center center;
        background-size: cover !important;
        width: 268px;
        height: 500px;
        left: 0;
        top: 0;
    }

    .home4Main .bullet7 {
        position: absolute;
        z-index: -1;
        background: url('../../images/bullets/bullet7.png') no-repeat center center;
        background-size: cover !important;
        width: 189px;
        height: 303px;
        left: 0;
        bottom: 255px;
    }

    .home4Main .bullet8 {
        position: absolute;
        z-index: -1;
        background: url('../../images/bullets/bullet8.png') no-repeat center center;
        background-size: cover !important;
        width: 138px;
        height: 175px;
        right: 0;
        bottom: 95px;
    }

    .home4Main h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        color: #FFFFFF;
        margin-top: 140px;
    }

    .home4Main p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .home4Main img {
        margin-top: 80px;
    }


.home5Main {
    width: 100%;
    position: relative;
    padding-top: 115px;
    padding-bottom: 115px;
    z-index: 0;
}

    .home5Main .line7 {
        position: absolute;
        z-index: -1;
        background: url('../../images/lines/line7.svg') no-repeat center center;
        background-size: cover !important;
        width: 290px;
        height: 580px;
        left: 0;
        top: -250px;
    }

    .home5Main .bullet9 {
        position: absolute;
        z-index: -1;
        background: url('../../images/bullets/bullet9.png') no-repeat center center;
        background-size: cover !important;
        width: 145px;
        height: 113px;
        left: 31px;
        top: 0;
    }

    .home5Main .bullet10 {
        position: absolute;
        z-index: -1;
        background: url('../../images/bullets/bullet10.png') no-repeat center center;
        background-size: cover !important;
        width: 218px;
        height: 303px;
        right: 0;
        bottom: 95px;
    }

    .home5Main p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #000000;
    }

    .home5Main .home5Block {
        width: 100%;
        background-color: #FFC1E0;
        height: 116px;
        border-radius: 30px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        line-height: 116px;
        letter-spacing: -0.03em;
        color: #000000;
        margin-top: 94px;
    }


.home6Main {
    width: 100%;
    position: relative;
    padding-top: 45px;
    background-color: #F5F5F5;
    padding-bottom: 60px;
    z-index: 0;
}

    .home6Main .line8 {
        position: absolute;
        z-index: -1;
        background: url('../../images/lines/line8.svg') no-repeat center center;
        background-size: cover !important;
        width: 283px;
        height: 639px;
        left: 20px;
        top: 0;
    }

    .home6Main .line9 {
        position: absolute;
        z-index: -1;
        background: url('../../images/lines/line9.svg') no-repeat center center;
        background-size: cover !important;
        width: 280px;
        height: 391px;
        right: 0;
        bottom: 0;
    }

    .home6Main .bullet11 {
        position: absolute;
        z-index: -1;
        background: url('../../images/bullets/bullet11.png') no-repeat center center;
        background-size: cover !important;
        width: 236px;
        height: 319px;
        left: 0;
        bottom: 0;
    }

    .home6Main .bullet12 {
        position: absolute;
        z-index: -1;
        background: url('../../images/bullets/bullet12.png') no-repeat center center;
        background-size: cover !important;
        width: 184px;
        height: 303px;
        right: 0;
        bottom: 16px;
    }

    .home6Main h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        letter-spacing: -0.03em;
        color: #295DCD;
    }

    .home6Main .home6Block {
        position: relative;
        width: 100%;
        height: 59px;
        background-color: rgba(41, 93, 205, 0.3);
        border-radius: 8px;
        margin-top: 25px;
    }

        .home6Main .home6Block span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            letter-spacing: -0.03em;
            text-align: center;
            color: #000000;
            padding-left: 35px;
            padding-top: 16px;
            display: block;
        }

            .home6Main .home6Block span::before {
                position: absolute;
                content: '';
                background: url("/images/home6check.svg") no-repeat center center;
                width: 24px;
                height: 24px;
                left: 65px;
            }

    .home6Main p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.03em;
        color: #000000;
    }

        .home6Main p:first-child {
            margin-top: 40px;
        }

    .home6Main .kimlerBasvururBtn {
        display: block;
        width: 100%;
        height: 64px;
        text-align: center;
        background-color: rgba(41, 93, 205, 1);
        border-radius: 60px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 64px;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        text-decoration: none;
        margin-top: 24px;
    }


.footer {
    padding: 42px 0;
}

    .footer a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 27px;
        color: #000000;
        text-decoration: none;
    }


.uyeol h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.uyeol p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 60px;
}

.uyeol .floating-label {
    position: relative;
}

    .uyeol .floating-label > select + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .uyeol .floating-label > select + label, .uyeol .floating-label > select + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .uyeol .floating-label > select + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .uyeol .floating-label > select + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .uyeol .floating-label > input + label, .uyeol .floating-label > textarea + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        top: 14px;
        left: 1px;
        padding: 0.375rem 0.75rem;
        pointer-events: none;
        transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .uyeol .floating-label > input.form-control-sm + label, .uyeol .floating-label > textarea.form-control-sm + label {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .uyeol .floating-label > input.form-control-lg + label, .uyeol .floating-label > textarea.form-control-lg + label {
        font-size: 1.25rem;
        padding: 0.5rem 1rem;
    }

    .uyeol .floating-label > input::placeholder, .uyeol .floating-label > textarea::placeholder {
        color: transparent;
        transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .uyeol .floating-label > label + input::placeholder, .uyeol .floating-label > label + textarea::placeholder {
        color: #6c757d;
    }

    .uyeol .floating-label > input:focus::placeholder, .uyeol .floating-label > textarea:focus::placeholder {
        color: #6c757d;
    }

    .uyeol .floating-label > input:focus + label, .uyeol .floating-label > textarea:focus + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .uyeol .floating-label > input:focus + label, .uyeol .floating-label > input:focus + label.label-sm, .uyeol .floating-label > textarea:focus + label, .uyeol .floating-label > textarea:focus + label.label-sm {
            top: -8px;
            font-size: 13px;
        }

            .uyeol .floating-label > input:focus + label.label-md, .uyeol .floating-label > textarea:focus + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .uyeol .floating-label > input:focus + label.label-lg, .uyeol .floating-label > textarea:focus + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .uyeol .floating-label > input:-webkit-autofill + label, .uyeol .floating-label > textarea:-webkit-autofill + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .uyeol .floating-label > input:-webkit-autofill + label, .uyeol .floating-label > input:-webkit-autofill + label.label-sm, .uyeol .floating-label > textarea:-webkit-autofill + label, .uyeol .floating-label > textarea:-webkit-autofill + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .uyeol .floating-label > input:-webkit-autofill + label.label-md, .uyeol .floating-label > textarea:-webkit-autofill + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .uyeol .floating-label > input:-webkit-autofill + label.label-lg, .uyeol .floating-label > textarea:-webkit-autofill + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .uyeol .floating-label > input[placeholder]:not(:placeholder-shown) + label, .uyeol .floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .uyeol .floating-label > input[placeholder]:not(:placeholder-shown) + label, .uyeol .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm, .uyeol .floating-label > textarea[placeholder]:not(:placeholder-shown) + label, .uyeol .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .uyeol .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md, .uyeol .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .uyeol .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg, .uyeol .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .uyeol .floating-label > input:not([placeholder]):not([value]) + label, .uyeol .floating-label > textarea:not([placeholder]):empty + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .uyeol .floating-label > input:not([placeholder]):not([value]) + label, .uyeol .floating-label > input:not([placeholder]):not([value]) + label.label-sm, .uyeol .floating-label > textarea:not([placeholder]):empty + label, .uyeol .floating-label > textarea:not([placeholder]):empty + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .uyeol .floating-label > input:not([placeholder]):not([value]) + label.label-md, .uyeol .floating-label > textarea:not([placeholder]):empty + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .uyeol .floating-label > input:not([placeholder]):not([value]) + label.label-lg, .uyeol .floating-label > textarea:not([placeholder]):empty + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

.uyeol .input-group > .floating-label {
    flex: 1;
}

    .uyeol .input-group > .floating-label > .form-control, .uyeol .input-group > .floating-label > .form-select {
        position: relative;
    }

        .uyeol .input-group > .floating-label > .form-control:focus, .uyeol .input-group > .floating-label > .form-select:focus {
            z-index: 3;
        }

    .uyeol .input-group > .floating-label:not(:first-child) > .form-control, .uyeol .input-group > .floating-label:not(:first-child) > .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .uyeol .input-group > .floating-label:not(:last-child) > .form-control, .uyeol .input-group > .floating-label:not(:last-child) > .form-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.uyeol .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000;
}

.uyeol .form-control {
    border-radius: 8px !important;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000000;
}

    .uyeol .form-control::-webkit-input-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .uyeol .form-control::-moz-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .uyeol .form-control:-ms-input-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .uyeol .form-control:-moz-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

.uyeol .styled-input-single {
    position: relative;
    padding: 20px 0 20px 25px;
    text-align: left;
}

    .uyeol .styled-input-single label {
        cursor: pointer;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.03em;
        color: #000000;
    }

        .uyeol .styled-input-single label a {
            text-decoration: underline;
            color: #000;
        }

        .uyeol .styled-input-single label:before, .uyeol .styled-input-single label:after {
            content: '';
            position: absolute;
            top: 50%;
        }

        .uyeol .styled-input-single label:before {
            left: 0;
            width: 16px;
            height: 16px;
            margin: -15px 0 0;
            background: #FFFFFF;
            border: 1px solid rgba(0,0,0,.8);
        }

        .uyeol .styled-input-single label:after {
            left: 4px;
            width: 8px;
            height: 8px;
            margin: -11px 0 0;
            opacity: 0;
            background: #002E6D;
            transform: translate3d(-40px, 0, 0) scale(0.5);
            transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        }

    .uyeol .styled-input-single input[type="radio"], .uyeol .styled-input-single input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: -9999px;
        visibility: hidden;
    }

        .uyeol .styled-input-single input[type="radio"]:checked + label:after, .uyeol .styled-input-single input[type="checkbox"]:checked + label:after {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

.uyeol .styled-input--square label:before, .uyeol .styled-input--square label:after {
    border-radius: 0;
}

.uyeol .styled-input--rounded label:before {
    border-radius: 10px;
}

.uyeol .styled-input--rounded label:after {
    border-radius: 6px;
}

.uyeol .styled-input--diamond .styled-input-single {
    padding-left: 45px;
}

.uyeol .styled-input--diamond label:before, .uyeol .styled-input--diamond label:after {
    border-radius: 0;
}

.uyeol .styled-input--diamond label:before {
    transform: rotate(45deg);
}

.uyeol .styled-input--diamond input[type="radio"]:checked + label:after, .uyeol .styled-input--diamond input[type="checkbox"]:checked + label:after {
    transform: rotate(45deg);
    opacity: 1;
}

.uyeol .form-select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.uyeol .uyeolBtn {
    width: 100%;
    height: 60px;
    background: #295DCD;
    border-radius: 60px;
    border: none !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .uyeol .uyeolBtn:hover {
        text-shadow: 3px 3px 15px rgba(167,168,169,0.7);
    }

.uyeol .zatenUyemisin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 20px;
}

.uyeol .zatenUyeGirisYapBtn {
    display: block;
    width: 105px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000000;
    border: 1px solid #000;
    border-radius: 60px;
    text-decoration: none;
}

.uyeol .select2-container--default .select2-selection--single {
    height: 56px;
    border-radius: 8px;
}

    .uyeol .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 56px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .uyeol .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 56px;
    }

.uyeol .uyeolCinsiyetTextMain {
    position: absolute;
    content: '';
    top: 10px;
    left: -320px;
    display: none;
}

.uyeol .uyeolCinsiyetText {
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    width: 310px;
    padding: 8px 20px;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: rgba(29, 29, 29, 1);
}

    .uyeol .uyeolCinsiyetText:after, .uyeol .uyeolCinsiyetText:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 40%;
        left: calc(100% - 5px);
    }

    .uyeol .uyeolCinsiyetText:after {
        bottom: 10%;
        background: linear-gradient(to right bottom, rgba(29, 29, 29, 1) 50%, transparent 50%);
    }

    .uyeol .uyeolCinsiyetText:before {
        top: 10%;
        background: linear-gradient(to right top, rgba(29, 29, 29, 1) 50%, transparent 50%);
    }


.girisyap h1 {
    margin-bottom: 50px;
}

.girisyap .floating-label {
    position: relative;
}

    .girisyap .floating-label > select + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .girisyap .floating-label > select + label, .girisyap .floating-label > select + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .girisyap .floating-label > select + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .girisyap .floating-label > select + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .girisyap .floating-label > input + label, .girisyap .floating-label > textarea + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        top: 14px;
        left: 1px;
        padding: 0.375rem 0.75rem;
        pointer-events: none;
        transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .girisyap .floating-label > input.form-control-sm + label, .girisyap .floating-label > textarea.form-control-sm + label {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .girisyap .floating-label > input.form-control-lg + label, .girisyap .floating-label > textarea.form-control-lg + label {
        font-size: 1.25rem;
        padding: 0.5rem 1rem;
    }

    .girisyap .floating-label > input::placeholder, .girisyap .floating-label > textarea::placeholder {
        color: transparent;
        transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .girisyap .floating-label > label + input::placeholder, .girisyap .floating-label > label + textarea::placeholder {
        color: #6c757d;
    }

    .girisyap .floating-label > input:focus::placeholder, .girisyap .floating-label > textarea:focus::placeholder {
        color: #6c757d;
    }

    .girisyap .floating-label > input:focus + label, .girisyap .floating-label > textarea:focus + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .girisyap .floating-label > input:focus + label, .girisyap .floating-label > input:focus + label.label-sm, .girisyap .floating-label > textarea:focus + label, .girisyap .floating-label > textarea:focus + label.label-sm {
            top: -8px;
            font-size: 13px;
        }

            .girisyap .floating-label > input:focus + label.label-md, .girisyap .floating-label > textarea:focus + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .girisyap .floating-label > input:focus + label.label-lg, .girisyap .floating-label > textarea:focus + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .girisyap .floating-label > input:-webkit-autofill + label, .girisyap .floating-label > textarea:-webkit-autofill + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .girisyap .floating-label > input:-webkit-autofill + label, .girisyap .floating-label > input:-webkit-autofill + label.label-sm, .girisyap .floating-label > textarea:-webkit-autofill + label, .girisyap .floating-label > textarea:-webkit-autofill + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .girisyap .floating-label > input:-webkit-autofill + label.label-md, .girisyap .floating-label > textarea:-webkit-autofill + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .girisyap .floating-label > input:-webkit-autofill + label.label-lg, .girisyap .floating-label > textarea:-webkit-autofill + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .girisyap .floating-label > input[placeholder]:not(:placeholder-shown) + label, .girisyap .floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .girisyap .floating-label > input[placeholder]:not(:placeholder-shown) + label, .girisyap .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm, .girisyap .floating-label > textarea[placeholder]:not(:placeholder-shown) + label, .girisyap .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .girisyap .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md, .girisyap .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .girisyap .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg, .girisyap .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .girisyap .floating-label > input:not([placeholder]):not([value]) + label, .girisyap .floating-label > textarea:not([placeholder]):empty + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .girisyap .floating-label > input:not([placeholder]):not([value]) + label, .girisyap .floating-label > input:not([placeholder]):not([value]) + label.label-sm, .girisyap .floating-label > textarea:not([placeholder]):empty + label, .girisyap .floating-label > textarea:not([placeholder]):empty + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .girisyap .floating-label > input:not([placeholder]):not([value]) + label.label-md, .girisyap .floating-label > textarea:not([placeholder]):empty + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .girisyap .floating-label > input:not([placeholder]):not([value]) + label.label-lg, .girisyap .floating-label > textarea:not([placeholder]):empty + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

.girisyap .input-group > .floating-label {
    flex: 1;
}

    .girisyap .input-group > .floating-label > .form-control, .girisyap .input-group > .floating-label > .form-select {
        position: relative;
    }

        .girisyap .input-group > .floating-label > .form-control:focus, .girisyap .input-group > .floating-label > .form-select:focus {
            z-index: 3;
        }

    .girisyap .input-group > .floating-label:not(:first-child) > .form-control, .girisyap .input-group > .floating-label:not(:first-child) > .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .girisyap .input-group > .floating-label:not(:last-child) > .form-control, .girisyap .input-group > .floating-label:not(:last-child) > .form-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.girisyap .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000;
}

.girisyap .form-control {
    border-radius: 8px !important;
    height: 56px;
}

.girisyap .gyPassword {
    position: relative;
}

.girisyap .gyPasswordEye {
    position: absolute;
    content: '';
    background: url("../images/password_eye.svg") no-repeat center center;
    width: 14px;
    height: 9px;
    background-size: cover !important;
    top: 24px;
    right: 17px;
    cursor: pointer;
    z-index: 99;
}

.girisyap .styled-input-single {
    position: relative;
    padding: 0px 0px 0px 25px;
    text-align: left;
    float: left;
}

    .girisyap .styled-input-single label {
        cursor: pointer;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.03em;
        color: #000000;
    }

        .girisyap .styled-input-single label a {
            text-decoration: underline;
            color: #000;
        }

        .girisyap .styled-input-single label:before, .girisyap .styled-input-single label:after {
            content: '';
            position: absolute;
            top: 50%;
        }

        .girisyap .styled-input-single label:before {
            left: 0;
            width: 16px;
            height: 16px;
            margin: -9px 0 0;
            background: #FFFFFF;
            border: 1px solid rgba(0,0,0,.8);
        }

        .girisyap .styled-input-single label:after {
            left: 4px;
            width: 8px;
            height: 8px;
            margin: -5px 0 0;
            opacity: 0;
            background: #002E6D;
            transform: translate3d(-40px, 0, 0) scale(0.5);
            transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        }

    .girisyap .styled-input-single input[type="radio"], .girisyap .styled-input-single input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: -9999px;
        visibility: hidden;
    }

        .girisyap .styled-input-single input[type="radio"]:checked + label:after, .girisyap .styled-input-single input[type="checkbox"]:checked + label:after {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

.girisyap .styled-input--square label:before, .girisyap .styled-input--square label:after {
    border-radius: 0;
}

.girisyap .styled-input--rounded label:before {
    border-radius: 10px;
}

.girisyap .styled-input--rounded label:after {
    border-radius: 6px;
}

.girisyap .styled-input--diamond .styled-input-single {
    padding-left: 45px;
}

.girisyap .styled-input--diamond label:before, .girisyap .styled-input--diamond label:after {
    border-radius: 0;
}

.girisyap .styled-input--diamond label:before {
    transform: rotate(45deg);
}

.girisyap .styled-input--diamond input[type="radio"]:checked + label:after, .girisyap .styled-input--diamond input[type="checkbox"]:checked + label:after {
    transform: rotate(45deg);
    opacity: 1;
}

.girisyap .beniHatirlaMain a {
    float: right;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
}

.girisyap .girisyapBtn {
    width: 100%;
    height: 60px;
    background: #295DCD;
    border-radius: 60px;
    border: none !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .girisyap .girisyapBtn:hover {
        text-shadow: 3px 3px 15px rgba(167,168,169,0.7);
    }

.girisyap .henuzUyeDegilMisin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 20px;
}

.girisyap .uyeOlBtn {
    display: block;
    width: 105px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000000;
    border: 1px solid #000;
    border-radius: 60px;
    text-decoration: none;
}



.mentor h1 {
    margin-bottom: 50px;
}

.mentor .mt80 {
    margin-top: 80px;
}

.mentor .floating-label {
    position: relative;
}

    .mentor .floating-label > select + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .mentor .floating-label > select + label, .mentor .floating-label > select + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .mentor .floating-label > select + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .mentor .floating-label > select + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .mentor .floating-label > input + label, .mentor .floating-label > textarea + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        top: 14px;
        left: 1px;
        padding: 0.375rem 0.75rem;
        pointer-events: none;
        transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .mentor .floating-label > input.form-control-sm + label, .mentor .floating-label > textarea.form-control-sm + label {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .mentor .floating-label > input.form-control-lg + label, .mentor .floating-label > textarea.form-control-lg + label {
        font-size: 1.25rem;
        padding: 0.5rem 1rem;
    }

    .mentor .floating-label > input::placeholder, .mentor .floating-label > textarea::placeholder {
        color: transparent;
        transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mentor .floating-label > label + input::placeholder, .mentor .floating-label > label + textarea::placeholder {
        color: #6c757d;
    }

    .mentor .floating-label > input:focus::placeholder, .mentor .floating-label > textarea:focus::placeholder {
        color: #6c757d;
    }

    .mentor .floating-label > input:focus + label, .mentor .floating-label > textarea:focus + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .mentor .floating-label > input:focus + label, .mentor .floating-label > input:focus + label.label-sm, .mentor .floating-label > textarea:focus + label, .mentor .floating-label > textarea:focus + label.label-sm {
            top: -8px;
            font-size: 13px;
        }

            .mentor .floating-label > input:focus + label.label-md, .mentor .floating-label > textarea:focus + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .mentor .floating-label > input:focus + label.label-lg, .mentor .floating-label > textarea:focus + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .mentor .floating-label > input:-webkit-autofill + label, .mentor .floating-label > textarea:-webkit-autofill + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .mentor .floating-label > input:-webkit-autofill + label, .mentor .floating-label > input:-webkit-autofill + label.label-sm, .mentor .floating-label > textarea:-webkit-autofill + label, .mentor .floating-label > textarea:-webkit-autofill + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .mentor .floating-label > input:-webkit-autofill + label.label-md, .mentor .floating-label > textarea:-webkit-autofill + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .mentor .floating-label > input:-webkit-autofill + label.label-lg, .mentor .floating-label > textarea:-webkit-autofill + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .mentor .floating-label > input[placeholder]:not(:placeholder-shown) + label, .mentor .floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .mentor .floating-label > input[placeholder]:not(:placeholder-shown) + label, .mentor .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm, .mentor .floating-label > textarea[placeholder]:not(:placeholder-shown) + label, .mentor .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .mentor .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md, .mentor .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .mentor .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg, .mentor .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .mentor .floating-label > input:not([placeholder]):not([value]) + label, .mentor .floating-label > textarea:not([placeholder]):empty + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .mentor .floating-label > input:not([placeholder]):not([value]) + label, .mentor .floating-label > input:not([placeholder]):not([value]) + label.label-sm, .mentor .floating-label > textarea:not([placeholder]):empty + label, .mentor .floating-label > textarea:not([placeholder]):empty + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .mentor .floating-label > input:not([placeholder]):not([value]) + label.label-md, .mentor .floating-label > textarea:not([placeholder]):empty + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .mentor .floating-label > input:not([placeholder]):not([value]) + label.label-lg, .mentor .floating-label > textarea:not([placeholder]):empty + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

.mentor .input-group > .floating-label {
    flex: 1;
}

    .mentor .input-group > .floating-label > .form-control, .mentor .input-group > .floating-label > .form-select {
        position: relative;
    }

        .mentor .input-group > .floating-label > .form-control:focus, .mentor .input-group > .floating-label > .form-select:focus {
            z-index: 3;
        }

    .mentor .input-group > .floating-label:not(:first-child) > .form-control, .mentor .input-group > .floating-label:not(:first-child) > .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .mentor .input-group > .floating-label:not(:last-child) > .form-control, .mentor .input-group > .floating-label:not(:last-child) > .form-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.mentor .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000;
}

.mentor .form-control {
    border-radius: 8px !important;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000000;
}

    .mentor .form-control::-webkit-input-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .mentor .form-control::-moz-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .mentor .form-control:-ms-input-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .mentor .form-control:-moz-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

.mentor .gyPassword {
    position: relative;
}

.mentor .gyPasswordEye {
    position: absolute;
    content: '';
    background: url("../images/password_eye.svg") no-repeat center center;
    width: 14px;
    height: 9px;
    background-size: cover !important;
    top: 24px;
    right: 17px;
    cursor: pointer;
    z-index: 99;
}

.mentor .styled-input-single {
    position: relative;
    padding: 20px 0 20px 25px;
    text-align: left;
    float: left;
}

    .mentor .styled-input-single label {
        cursor: pointer;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.03em;
        color: #000000;
    }

        .mentor .styled-input-single label a {
            text-decoration: underline;
            color: #000;
        }

        .mentor .styled-input-single label:before, .mentor .styled-input-single label:after {
            content: '';
            position: absolute;
            top: 50%;
        }

        .mentor .styled-input-single label:before {
            left: 0;
            width: 16px;
            height: 16px;
            margin: -9px 0 0;
            background: #FFFFFF;
            border: 1px solid rgba(0,0,0,.8);
        }

        .mentor .styled-input-single label:after {
            left: 4px;
            width: 8px;
            height: 8px;
            margin: -5px 0 0;
            opacity: 0;
            background: #002E6D;
            transform: translate3d(-40px, 0, 0) scale(0.5);
            transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        }

    .mentor .styled-input-single input[type="radio"], .mentor .styled-input-single input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: -9999px;
        visibility: hidden;
    }

        .mentor .styled-input-single input[type="radio"]:checked + label:after, .mentor .styled-input-single input[type="checkbox"]:checked + label:after {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

.mentor .styled-input--square label:before, .mentor .styled-input--square label:after {
    border-radius: 0;
}

.mentor .styled-input--rounded label:before {
    border-radius: 10px;
}

.mentor .styled-input--rounded label:after {
    border-radius: 6px;
}

.mentor .styled-input--diamond .styled-input-single {
    padding-left: 45px;
}

.mentor .styled-input--diamond label:before, .mentor .styled-input--diamond label:after {
    border-radius: 0;
}

.mentor .styled-input--diamond label:before {
    transform: rotate(45deg);
}

.mentor .styled-input--diamond input[type="radio"]:checked + label:after, .mentor .styled-input--diamond input[type="checkbox"]:checked + label:after {
    transform: rotate(45deg);
    opacity: 1;
}

.mentor .select2-container--default .select2-selection--single {
    height: 56px;
    border-radius: 8px;
}

    .mentor .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 56px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .mentor .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 56px;
    }

.horizontalRadioGrup .radioGrup {
    float: left;
    width: 47%;
    position: relative;
}

    .horizontalRadioGrup .radioGrup label {
        position: relative;
        width: 100%;
        height: 50px;
        border: 1px solid #D8D8D8;
        border-radius: 8px;
        line-height: 50px;
        padding-left: 45px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .horizontalRadioGrup .radioGrup input[type="radio"] {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 17px;
        left: 17px;
    }

    .horizontalRadioGrup .radioGrup:nth-child(2) {
        margin-left: 6%;
    }

.formTitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.verticalRadioGrup .radioGrup {
    width: 100%;
    position: relative;
    margin-top: 24px;
}

    .verticalRadioGrup .radioGrup:nth-child(1) {
        margin-top: 0px;
    }

    .verticalRadioGrup .radioGrup label {
        position: relative;
        width: 100%;
        height: 50px;
        border: 1px solid #D8D8D8;
        border-radius: 8px;
        line-height: 50px;
        padding-left: 45px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .verticalRadioGrup .radioGrup input[type="radio"] {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 17px;
        left: 17px;
    }

    .verticalRadioGrup .radioGrup input[type="checkbox"] {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 17px;
        left: 17px;
    }

.mentor .mentorBtn {
    width: 100%;
    height: 60px;
    background: #295DCD;
    border-radius: 60px;
    border: none !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .mentor .mentorBtn:hover {
        text-shadow: 3px 3px 15px rgba(167,168,169,0.7);
    }


.menti h1 {
    margin-bottom: 50px;
}

.menti .mt80 {
    margin-top: 20px;
}

.menti .floating-label {
    position: relative;
    margin-top:6%
}

    .menti .floating-label > select + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .menti .floating-label > select + label, .menti .floating-label > select + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .menti .floating-label > select + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .menti .floating-label > select + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .menti .floating-label > input + label, .menti .floating-label > textarea + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        top: 14px;
        left: 1px;
        padding: 0.375rem 0.75rem;
        pointer-events: none;
        transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .menti .floating-label > input.form-control-sm + label, .menti .floating-label > textarea.form-control-sm + label {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .menti .floating-label > input.form-control-lg + label, .menti .floating-label > textarea.form-control-lg + label {
        font-size: 1.25rem;
        padding: 0.5rem 1rem;
    }

    .menti .floating-label > input::placeholder, .menti .floating-label > textarea::placeholder {
        color: transparent;
        transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .menti .floating-label > label + input::placeholder, .menti .floating-label > label + textarea::placeholder {
        color: #6c757d;
    }

    .menti .floating-label > input:focus::placeholder, .menti .floating-label > textarea:focus::placeholder {
        color: #6c757d;
    }

    .menti .floating-label > input:focus + label, .menti .floating-label > textarea:focus + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .menti .floating-label > input:focus + label, .menti .floating-label > input:focus + label.label-sm, .menti .floating-label > textarea:focus + label, .menti .floating-label > textarea:focus + label.label-sm {
            top: -8px;
            font-size: 13px;
        }

            .menti .floating-label > input:focus + label.label-md, .menti .floating-label > textarea:focus + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .menti .floating-label > input:focus + label.label-lg, .menti .floating-label > textarea:focus + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .menti .floating-label > input:-webkit-autofill + label, .menti .floating-label > textarea:-webkit-autofill + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .menti .floating-label > input:-webkit-autofill + label, .menti .floating-label > input:-webkit-autofill + label.label-sm, .menti .floating-label > textarea:-webkit-autofill + label, .menti .floating-label > textarea:-webkit-autofill + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .menti .floating-label > input:-webkit-autofill + label.label-md, .menti .floating-label > textarea:-webkit-autofill + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .menti .floating-label > input:-webkit-autofill + label.label-lg, .menti .floating-label > textarea:-webkit-autofill + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .menti .floating-label > input[placeholder]:not(:placeholder-shown) + label, .menti .floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .menti .floating-label > input[placeholder]:not(:placeholder-shown) + label, .menti .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm, .menti .floating-label > textarea[placeholder]:not(:placeholder-shown) + label, .menti .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .menti .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md, .menti .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .menti .floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg, .menti .floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

    .menti .floating-label > input:not([placeholder]):not([value]) + label, .menti .floating-label > textarea:not([placeholder]):empty + label {
        position: absolute;
        z-index: 3;
        max-width: calc(100% - 2px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 0.5rem;
        padding: 0 0.3rem;
        line-height: 1.25;
        color: inherit;
        background-color: #fff;
        border-radius: 0.375rem;
    }

        .menti .floating-label > input:not([placeholder]):not([value]) + label, .menti .floating-label > input:not([placeholder]):not([value]) + label.label-sm, .menti .floating-label > textarea:not([placeholder]):empty + label, .menti .floating-label > textarea:not([placeholder]):empty + label.label-sm {
            top: -0.65625rem;
            font-size: 0.875rem;
        }

            .menti .floating-label > input:not([placeholder]):not([value]) + label.label-md, .menti .floating-label > textarea:not([placeholder]):empty + label.label-md {
                top: -0.75rem;
                font-size: 1rem;
            }

            .menti .floating-label > input:not([placeholder]):not([value]) + label.label-lg, .menti .floating-label > textarea:not([placeholder]):empty + label.label-lg {
                top: -0.9375rem;
                font-size: 1.25rem;
            }

.menti .input-group > .floating-label {
    flex: 1;
}

    .menti .input-group > .floating-label > .form-control, .menti .input-group > .floating-label > .form-select {
        position: relative;
    }

        .menti .input-group > .floating-label > .form-control:focus, .menti .input-group > .floating-label > .form-select:focus {
            z-index: 3;
        }

    .menti .input-group > .floating-label:not(:first-child) > .form-control, .menti .input-group > .floating-label:not(:first-child) > .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .menti .input-group > .floating-label:not(:last-child) > .form-control, .menti .input-group > .floating-label:not(:last-child) > .form-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.menti .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000;
}

.menti .form-control {
    border-radius: 8px !important;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000000;
}

    .menti .form-control::-webkit-input-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .menti .form-control::-moz-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .menti .form-control:-ms-input-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .menti .form-control:-moz-placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #000000;
    }

.menti .gyPassword {
    position: relative;
}

.menti .gyPasswordEye {
    position: absolute;
    content: '';
    background: url("../images/password_eye.svg") no-repeat center center;
    width: 14px;
    height: 9px;
    background-size: cover !important;
    top: 24px;
    right: 17px;
    cursor: pointer;
    z-index: 99;
}

.menti .styled-input-single {
    position: relative;
    padding: 20px 0 20px 25px;
    text-align: left;
    float: left;
}

    .menti .styled-input-single label {
        cursor: pointer;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.03em;
        color: #000000;
    }

        .menti .styled-input-single label a {
            text-decoration: underline;
            color: #000;
        }

        .menti .styled-input-single label:before, .menti .styled-input-single label:after {
            content: '';
            position: absolute;
            top: 50%;
        }

        .menti .styled-input-single label:before {
            left: 0;
            width: 16px;
            height: 16px;
            margin: -9px 0 0;
            background: #FFFFFF;
            border: 1px solid rgba(0,0,0,.8);
        }

        .menti .styled-input-single label:after {
            left: 4px;
            width: 8px;
            height: 8px;
            margin: -5px 0 0;
            opacity: 0;
            background: #002E6D;
            transform: translate3d(-40px, 0, 0) scale(0.5);
            transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        }

    .menti .styled-input-single input[type="radio"], .menti .styled-input-single input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: -9999px;
        visibility: hidden;
    }

        .menti .styled-input-single input[type="radio"]:checked + label:after, .menti .styled-input-single input[type="checkbox"]:checked + label:after {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

.menti .styled-input--square label:before, .menti .styled-input--square label:after {
    border-radius: 0;
}

.menti .styled-input--rounded label:before {
    border-radius: 10px;
}

.menti .styled-input--rounded label:after {
    border-radius: 6px;
}

.menti .styled-input--diamond .styled-input-single {
    padding-left: 45px;
}

.menti .styled-input--diamond label:before, .menti .styled-input--diamond label:after {
    border-radius: 0;
}

.menti .styled-input--diamond label:before {
    transform: rotate(45deg);
}

.menti .styled-input--diamond input[type="radio"]:checked + label:after, .menti .styled-input--diamond input[type="checkbox"]:checked + label:after {
    transform: rotate(45deg);
    opacity: 1;
}

.menti .select2-container {
    display: block;
}

.menti .select2-container--default .select2-selection--single {
    height: 56px;
    border-radius: 8px;
}

    .menti .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 56px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .menti .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 56px;
    }

.menti #next_button {
    background-color: #43AD29;
    color: #FFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border: none !important;
    padding: 16px 32px;
    border-radius: 8px;
}

.menti #back_button {
    background-color: #ECECEC;
    color: #000000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
}

.stepWizardBtnMain {
    display: flex;
}

.footerflex {
    display: flex;
    justify-content: space-between;
}

.socialMedias {
    display: flex;
    gap: 10px;
}

    .socialMedias a img {
        width: 35px;
        height: 35px;
    }

@media screen and (max-width:1450px) {
    .home4Main .line6 {
        left: -125px;
    }

    .home2Main .line3 {
        right: 150px;
        top: -70px;
    }

    .home6Main .line8 {
        left: 0;
        width: 100px;
    }

    .home6Main .line9 {
        right: 0;
        width: 170px;
        height: 237px;
    }

    .home4Main h3 {
        margin-top: 75px;
    }
}

.footer_mobile {
    display: none;
}


@media screen and (max-width:500px) {


    .basvuruFormulogo{
        margin-top:5px;
        display:flex;
        justify-content:center;
    }
    .basvuruFormulogogroup {
        display: inline-grid;
        justify-content: center;
    }
    .footerflex {
        display: none;
    }

    .footer_mobile {
        justify-content: center;
        align-items: center;
        display: flex;
        padding-bottom: 2rem;
    }

    .kullanim_gizlilik {
        display: flex;
        gap: 10px;
    }



    .homeBgImg {
        width: 100%;
        left: 0;
    }

    .home1Main .hommeBannerMain {
        display: none;
    }

    .home1Main .line1 {
        display: none;
    }

    .home1Main .text1 {
        font-size: 45px;
        margin-top: 40px;
    }

    .home1Main .text2 {
        font-size: 16px;
        line-height: 24px;
    }

    .headerHome .logoMain {
        text-align: center;
    }

    .headerHome .basvuruFormuBtn {
        padding: 10px 20px 10px 20px;
        font-size: 14px;
        margin-top: 4px;
    }

    .headerHome .girisYapBtn {
        padding: 4px 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .headerHome .uyelOlBtn {
        padding: 4px 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .home2Main p:first-child {
        margin-top: 225px;
    }

    .home2Main p {
        font-size: 16px;
        line-height: 24px;
    }

    .home2Main .home2images {
        width: 100%;
        margin-top: 50px;
    }

    .home2Main .line3 {
        display: none;
    }

    .home2Main .bullet1 {
        left: 0;
    }

    .home2Main .home2images .img1 {
        width: 50%;
        height: 50%;
        top: 0;
    }

    .home2Main .home2images .img2 {
        width: 50%;
        height: 50%;
    }

    .home2Main .home2images .img3 {
        width: 50%;
        height: 50%;
        bottom: 0;
        left: 0;
    }

    .home2Main .home2images .img4 {
        width: 50%;
        height: 50%;
        right: 0;
    }

    .home3Main .home3images {
        width: 100%;
    }

    .home3Main .line5 {
        display: none;
    }

    .home3Main .bullet5 {
        left: 0;
    }

    .home3Main .paydaslarimiz {
        padding: 25px;
    }

    .home3Main p {
        font-size: 16px;
        line-height: 24px;
    }

    .home3Main .paydaslarimiz .textMain .title {
        font-size: 30px;
        line-height: 45px;
    }

    .home3Main .paydaslarimiz .paydasList {
        font-size: 16px;
        height: 70px;
        line-height: 70px;
    }

        .home3Main .paydaslarimiz .paydasList::before {
            top: 18px;
            left: 18px;
        }

    .home3Main .home3images .img1 {
        display: none;
    }

    .home4Main .line6 {
        display: none;
    }

    .home4Main h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .home4Main p {
        font-size: 16px;
        line-height: 24px;
    }

    .home5Main .line7 {
        display: none;
    }

    .home5Main .home5Block {
        margin-top: 25px;
    }

    .home5Main .home5Block {
        height: 80px;
        line-height: 80px;
    }

    .home6Main .line8 {
        display: none;
    }

    .home6Main .home6Block span::before {
        left: 10px;
    }

    .home6Main p {
        font-size: 16px;
        line-height: 24px;
    }

    .uyeol {
        margin-top: 50px;
    }

    .girisyap {
        margin-top: 50px;
    }

    .mentor {
        margin-top: 50px;
    }

    .menti {
        margin-top: 50px;
    }

  
}




