﻿.p1 {
    padding: 160px 0 60px;
}

.p-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1em;
    text-transform: capitalize;
    color: #000000;
}

.p-text {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6em;
    color: #000000;
    padding-top: 33px;
}

.p-text2 {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6em;
    color: #000000;
}

.p-sticky {
    position: sticky;
    top: 115px;
    padding: 26px 26px;
    border-radius: 5px;
}

.p-sticky2 {
    box-shadow: 0px 4px 64px rgb(156 156 156 / 20%);
    padding: 26px 26px;
    border-radius: 5px;
}

.p-mail {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #000000cc;
    padding-top: 15px;
}

.form-imagecheck {
    position: relative;
    margin: 0;
    cursor: pointer;
    width: 100%;
    background: #373736bf;
    box-shadow: 0px 4px 64px rgb(156 156 156 / 20%);
    border-radius: 6px;
    height: 100%;
}

.form-imagecheck1 {
    background: #b8c146 ;
}

.form-imagecheck2 {
    background: #ea68c8 ;
}

.form-imagecheck3 {
    background: #9e3de1 ;
}

.form-imagecheck4 {
    background: #f79e5b ;
}

.form-imagecheck5 {
    background: #5388c6 ;
}

.form-imagecheck6 {
    background: #3bfa58 ;
}

.form-imagecheck:hover, .form-imagecheck-input:checked ~ .form-imagecheck {
    background: #3737368c;
}

.form-imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-imagecheck-figure {
    position: relative;
    display: block;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    height: 100%;
}

.form-imagecheck-input:checked ~ .form-imagecheck-figure:before {
    background-color: #206bc4;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
    background-repeat: repeat;
    background-position: center;
    background-size: 1rem;
    border-color: rgba(98,105,118,.24);
}

.form-imagecheck-figure:before {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    z-index: 1;
    display: block;
    width: 1rem;
    height: 1rem;
    color: #fff;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #e6e7e9;
    border-radius: 50%;
    margin: 10px;
    transition: opacity .3s;
}

.form-text {
    padding: 59px 19px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6em;
    height: 100%;
}

.p-soru {
    padding: 10px 0;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 30px;
}

.form-imagecheck-input:checked ~ .form-imagecheck,
.form-imagecheck-input:focus ~ .form-imagecheck {
    opacity: 1;
    background: #3737368c;
}

.form-radiocheck {
    position: relative;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.form-radiocheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-radiocheck-figure {
    position: relative;
    display: block;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background: #373736bf;
    box-shadow: 0px 4px 64px rgb(156 156 156 / 20%);
    border-radius: 6px;
    color: #000;
}

    .form-radiocheck-figure:hover {
        background: #3737368c;
    }

.form-radiocheck-input:checked ~ .form-radiocheck-figure:before {
    background-color: #206bc4;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
    background-repeat: repeat;
    background-position: center;
    background-size: 1rem;
    border-color: rgba(98,105,118,.24);
}

.form-radiocheck-figure:before {
    position: absolute;
    top: 10px;
    left: 0.25rem;
    z-index: 1;
    display: block;
    width: 1rem;
    height: 1rem;
    color: #fff;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #e6e7e9;
    border-radius: 50%;
    margin: 10px;
    transition: opacity .3s;
}

.form-radio-text {
    padding: 10px 50px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: white;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
}

.p-label {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

    .p-label .p-span {
        font-family: 'Helvetica', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.6;
        color: #000000d8;
    }

.form-radiocheck-input:checked ~ .form-radiocheck-figure,
.form-radiocheck-input:focus ~ .form-radiocheck-figure {
    opacity: 1;
    background: #3737368c;
}

.pform-input {
    border: none;
    background: #373736bf;
    padding: 20px;
    color: #fff;
    width: 100%;
    border-radius: 6px;
}

    .pform-input:focus-visible, .pform-input:active, .pform-input:before {
        border: none;
    }

    .pform-input::placeholder {
        color: #fff;
    }

.action-button {
    font-family: 'Helvetica', sans-serif;
    font-size: 24px;
    width: 100px;
    background: #3068C7;
    font-weight: 400;
    color: white;
    border: 0 none;
    border-radius: 6px;
    line-height: 1.6em;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    .action-button:hover, .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #3068c7;
    }

.p-kvkk {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
    color: #0000008c;
    padding-top: 15px;
}

.w2 {
    padding: 50px 0;
    /*background: #fff;*/
}

.w2-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1em;
    color: #000000;
    padding-top: 42px;
    margin-bottom: 5rem;
}

.w2d-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
    color: #000000;
}

.w2d-text {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6em;
    color: #000000;
    padding-top: 15px;
}

.w2-id {
    background: #5388c6;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.w-slickbg {
    background: #5388c6;
    border-radius: 5px;
    box-shadow: 0px 4px 64px rgb(156 156 156 / 0.40);
    padding: 47px 20px;
    color: #fff;
}

.w2-div {
    position: sticky;
    top: 330px;
    border-radius: 5px;
}

.w2y-text {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6em;
    padding-top: 15px;
}

.w2y-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6em;
    /*text-align:end;*/
    display: flex;
    padding-top: 40px;
    justify-content: flex-end;
}
/* @Media min-width: 480px */
@media only screen and (min-width : 200px) and (max-width : 860px) {
    .p1 {
        padding: 120px 5px 60px;
    }

    .action-button {
        font-size: 20px;
    }

    .p-title {
        text-align: center;
    }

    .p-text {
        text-align: center;
    }
}

@media only screen and (min-width: 720px) and (max-width: 860px) {
}

@media only screen and (min-width : 860px) and (max-width : 1280px) {
}
