:root {
    --primary-color: #294099;
    --secondary-color: #ed3435;
    --third-color: #95A0BF;
}


ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

img {
    max-width: 100%;
}

.main {
    position: relative;
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.page-banner {
    position: relative;
    height: 350px;
}
@media (max-width: 768px) {
    .page-banner{
        height: 200px;
    }
}
input:disabled{
    cursor: not-allowed;
    opacity: .9;
}

.page-banner .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #e12326;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.page-banner h1 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 45px;
    font-weight: bold;
    z-index: 1;
    color: white;
    margin: 0;
}

/*.page-banner .banner-bg:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to top, black, rgb(0 0 0 / 0%));*/
/*}*/

.page-about {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.page-bg #plane {
    content: "";
    position: absolute;
    top: 680px;
    left: 0;
    width: 125px;
    height: 125px;
    background: url('../img/send.png') no-repeat center center;
    background-size: cover;
    z-index: 4;
    transform: rotate(80deg);
    will-change: transform;
}

.page-bg .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.page-bg .svg svg {
    fill: none;
    stroke: #707070;
    stroke-dasharray: 20;
}

.page-about-wrapper {
    display: flex;
    align-items: center;
}

.page-about-content {
    width: 60%;
    padding-right: 50px;
}

.page-about-image {
    width: 40%;
}

.page-about-content h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--third-color);
    margin-bottom: 15px;
}

.page-about-content h3 {
    font-size: 45px;
    color: #232C34;
    font-weight: 600;
    margin: 0 0 40px;
}

.page-about-content .cnt {
    font-size: 16px;
    color: #91a2ba;
    line-height: 1.6;
}

.page-about-image .img {
    position: relative;
    display: flex;
    align-items: center;
}

.page-about-image .img img {
    border-radius: 130px 60px 60px 60px;
    box-shadow: 0px 25px 40px 0 rgba(65, 80, 144, .1);
    border: 1px solid #E6EFF2;
    z-index: 2;
}

.events {
    padding: 100px 0 40px;
    background: linear-gradient(to bottom, rgb(244 245 250), white);
    /* overflow: hidden; */
}

@media (max-width: 768px) {
    .events{
        padding: 40px 0;
    }
}

.events-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px solid #E6EFF2;
    border-radius: 50px;
}

.events-tab ul li a {
    font-size: 20px;
    color: #232C34;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    transition: .4s;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.event-content {
    position: relative;
    transition: .4s;
}

.event-content-wrapper {
    display: flex;
    align-items: center;
}

.event-image {
    width: 35%;
    position: relative;
}

.event-image img {
    border-radius: 60px 130px 60px 60px;
    box-shadow: 0px 25px 40px 0 rgb(65 80 144 / 10%);
    border: 1px solid #E6EFF2;
}

.event-image .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-image .video a svg {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    width: 100px;
    height: 100px;
}

.event-text {
    padding-right: 100px;
    width: 65%;
}

.events-tab {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-tab ul li a.active {
    background: var(--primary-color);
    color: white;
}

.main h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.event-text .cnt {
    font-size: 16px;
    color: #91a2ba;
    line-height: 1.6;
    margin-bottom: 40px;
}

.event-text .login p {
    font-size: 17px;
    color: #232C34;
}

.event-text .login > span {
    display: inline-block;
    margin: 0 15px;
    font-size: 17px;
    color: #232C34;
}

.detail-links ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.detail-links > a {
    color: #232C34;
    text-decoration: none;
    font-weight: 400;
    height: 45px;
    border: 3px solid #004fac;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 25px;
}

.detail-links ul li {
    padding: 0 10px;
}

.event-text .detail-links > a span {
    display: block;
    margin-right: 15px;
}

.event-text .detail-links > a span svg {
    fill: none;
    stroke: var(--primary-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.auth {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
}

.auth.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.auth .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    cursor: pointer;
}

.auth .auth-form {
    position: relative;
    width: 35%;
    background: white;
    z-index: 2;
    padding: 60px;
    border-radius: 60px;
    text-align: center;
}


#auth-apply .auth-form, #kvkk-modal .auth-form,#auth-profile-edit
.auth-form  {
    width: 75%;
    max-height: 90vh;
    overflow-y: auto;
}

#auth-apply .auth-form::-webkit-scrollbar{
    display: none;
}


#auth-apply-choice .auth-form, #kvkk-modal .auth-form,#auth-profile-edit
.auth-form  {
    width: 75%;
    max-height: 90vh;
    overflow-y: auto;
}

#auth-apply-choice .auth-form::-webkit-scrollbar{
    display: none;
}

@media (max-width: 768px) {
    .auth .auth-close{
        top: 10px !important;
        margin-right: 10px !important;
    }
}

#auth-apply .auth-form .form-row {
    margin-bottom: 0;
}
#auth-apply-choice .auth-form .form-row {
    margin-bottom: 0;
}
#students .form-row{
    margin-bottom: 0;
}

.form-row .nice-select {
    width: 100%;
    padding: 0 30px;
    line-height: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
}

.auth .auth-close {
    position: absolute;
    top: 20px;
    background-color: #333;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 0 10px;
    border-radius: 20px;
    color: white;
    margin-right: 20px;
    font-size: 15px;
    cursor: pointer;
}

.auth .auth-form > h3 {
    font-size: 35px;
    color: #232C34;
    font-weight: 600;
    margin: 10px 0 40px;
}

.auth .auth-form .input {
    margin-bottom: 30px;
    display: flex;
}

.auth .auth-form .input input {
    font-size: 17px;
    height: 60px;
    display: block;
    width: 100%;
    border-radius: 30px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 30px;
    font-weight: 400;
}

.auth-form button {
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    border-radius: 31px;
    border: none;
    background: var(--primary-color);
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}

.apply-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    background: linear-gradient(to bottom, rgb(235 234 248), white);
}

.apply-form.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.apply-form ::-webkit-scrollbar {
    display: none;
}

.apply-form-close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.apply-form-close span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 0 30px;
    border-radius: 20px;
    color: #000;
    margin-right: 40px;
    font-size: 15px;
    cursor: pointer;
}

.apply-main {
    padding: 90px;
    border-radius: 60px;
    max-width: 75%;
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: auto;
    max-height: 100vh;
}

.radio-area h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    color: #232C34;
    font-weight: 600;
}

.radio-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-list .radio {
    padding: 0 30px;
    width: 400px;
}

.radio-list .radio label {
    display: block;
    padding: 60px;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    border-radius: 130px 60px 60px 60px;
    box-shadow: 0px 25px 40px 0 rgb(65 80 144 / 10%);
    border: 1px solid #E6EFF2;
    background: white;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.radio-list .radio label h3 {
    font-size: 24px;
    color: #232C34;
    font-weight: 600;
    margin: 0;
}

.radio-list .radio label .cnt {
    font-size: 16px;
    color: #91a2ba;
    line-height: 1.6;
}

.radio-list .radio input {
    -webkit-appearence: none;
    appearance: none;
    position: absolute;
    opacity: 0;
}

.radio-list .radio input:checked ~ label {
    border-color: var(--primary-color);
}

.radio-list .radio label .check {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    transition: .4s;
    margin: auto;
}

.radio-list .radio input:checked ~ label .check {
    background: var(--primary-color);
    transform: scale(.7);
}

.apply-form .form-content {
    position: relative;
    margin-top: 100px;
    transition: .4s;
    max-width: 80%;
    margin: auto;
    margin-top: 30px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.form-row .form-item {
    padding: 0 15px;
    display: flex;
    margin-bottom: 30px;
}

.form-row .form-item.item-3 {
    width: 33.3%;
}

.form-row .form-item.item-6 {
    width: 50%;
}

.form-row .form-item.item-12 {
    width: 100%;
}

.form-row .form-item input, .form-row .form-item select, .form-row .form-item input, .form-row .form-item textarea {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    -webkit-appearence: none;
    appearance: none;
}

.form-row .form-item textarea {
    height: 180px;
    padding: 30px;
    resize: none;
}

.apply-form button {
    display: block;
    margin: auto;
    height: 60px;
    border: none;
    background: var(--primary-color);
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 0 60px;
    border-radius: 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);;
    transition: .4s;
}

.form-row .form-item input[type="radio"], .form-row .form-item input[type="checkbox"] {
    position: absolute;
    appearance: none;
    -webkit-appearence: none;
    opacity: 0;
    left: 0;
    width: 100%;
}

.form-radio-list {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    width: 100%;
}

.form-radio-list .form-radio {
    width: 33.3%;
    padding: 0 15px;
    position: relative;
}

.form-radio-list .form-radio label {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    background: white;
    border-radius: 20px;
    padding: 30px 30px 30px 70px;
    transition: .4s;
    position: relative;
}

.form-radio-list .form-radio label > h3{
    font-size: 1.17rem;
    margin-bottom: 0;
}
.form-radio-list .form-radio label > p{
    margin-bottom: 0;
}

.form-radio-list .form-radio label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    transition: .4s;
}

.form-radio-list .form-radio input:checked ~ label:before {
    background: #000;
}

.form-radio-list .form-radio input:checked ~ label {
    border-color: var(--primary-color);
}

.form-radio-list .form-radio label p {
    color: #91a2ba;
    line-height: 1.6;
}

.form-title {
    padding: 0 25px;
    margin-bottom: 25px;
}

.form-title h4 {
    font-size: 21px;
    font-weight: bold;
    color: #232c34;
    text-align: left;
}

.checkbox {
    padding: 0 15px;
}

.checkbox label {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    color: #91a2ba;
    display: block;
    line-height: 1.5;
    text-align: left;
}

.checkbox input {
    appearance: none;
    -webkit-appearence: none;
    position: absolute;
    opacity: 0;
}

.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #91a2ba;
    border-radius: 60%;
}

.checkbox label a {
    color: var(--primary-color);
    text-decoration: none;
}

.checkbox label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 60%;
    transition: .4s;
}

.checkbox input:checked ~ label:after {
    transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 60px;
        max-width: 100%;
    }

    .page-about-content h3 {
        font-size: 32px;
    }

    .detail-links ul li {
        /* width: 100%; */
        margin-bottom: 15px;
    }

    .detail-links ul {
        flex-wrap: wrap;
    }

    .apply-form {
        padding: 60px 0;
    }

    .apply-main {
        min-width: 90%;
        padding: 60px;
    }

    .radio-area h2 {
    }

    .radio-list .radio label {
        border-radius: 90px 20px 30px 30px;
    }

    .radio-list .radio {
        padding: 0 15px;
    }

    .radio-list .radio label h3 {
        font-size: 21px;
    }

    .apply-form .form-content {
        max-width: 100%;
    }

    .form-radio-list .form-radio label {
        padding: 40px;
        padding-top: 80px;
    }

    .form-radio-list .form-radio label:before {
        left: 40px;
        transform: none;
        top: 40px;
    }

    .auth .auth-form {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .page-about-content {
        padding-right: 40px;
        width: 60%;
    }

    .container {
        padding: 0 30px;
    }

    .page-about-image {
        width: 40%;
    }

    .events-tab ul {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .events-tab ul li {
        display: inline-block;
    }

    .events-tab ul::-webkit-scrollbar {
        display: none;
    }

    .events-tab ul li:last-child {
        margin-right: 30px;
    }

    .event-content-wrapper{
        flex-flow: wrap-reverse;
    }

    .event-image {
        width: 50%;
        margin: 0 auto 35px;
    }

    .event-text {
        width: 100%;
        padding-right: 0;
    }

    .page-banner h1 {
        width: 100%;
        padding: 0 30px;
        font-size: 32px;
    }

    .apply-main {
        padding: 45px;
    }

    .radio-list .radio label {
        padding: 45px;
    }

    .form-radio-list .form-radio {
        padding: 0 5px;
    }

    .form-radio-list .form-radio label p {
        font-size: 13px;
    }

    .form-radio-list .form-radio label {
        padding: 20px;
    }

    .form-radio-list .form-radio label:before {
        left: 20px;
        top: 21px;
    }

    .page-about {
        padding-bottom: 100px;
    }

    .page-bg {
        display: none;
    }

    .auth .auth-form > h3 {
        font-size: 32px;
    }

    .apply-form{
        padding: 0;
    }

    #registerGelecek{
        padding: 0 0 30px;
    }

}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .page-banner h1 {
        font-size: 24px;
    }

    .page-about {
        padding: 40px 0;
    }

    .page-about-wrapper {
        flex-wrap: wrap;
    }

    .page-about-content {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .page-about-content h4 {
        font-size: 21px;
    }

    .page-about-content h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .page-about-content .cnt {
        font-size: 16px;
    }

    .page-about-image {
        width: 100%;
    }

    .page-about-image .img img {
        border-radius: 90px 30px 30px 30px;
    }

    .page-bg {
        display: none;
    }

    .events-tab ul li a {
        font-size: 15px;
        padding: 0 20px;
    }

    .event-content-wrapper {
        flex-wrap: wrap;
    }

    .event-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .events-tab {
        margin-bottom: 50px;
    }

    .event-image img {
        border-radius: 30px 90px 30px 30px;
    }

    .event-text {
        width: 100%;
        padding: 0;
    }

    .main h2 {
        font-size: 24px;
    }

    .event-text .cnt {
        font-size: 16px;
    }

    .detail-links a {
        margin-bottom: 15px;
    }

    .apply-main {
        max-width: 100%;
        padding: 30px;
    }

    .radio-area h2 {
        font-size: 21px;
    }

    .radio-list {
        flex-wrap: wrap;
    }

    .radio-list .radio {
        width: 50%;
        margin-bottom: 30px;
    }

    .radio-list .radio label {
        padding: 20px;
        border-radius: 25px;
        height: 190px;
    }

    .radio-list .radio {
        padding: 0 5px;
    }

    .radio-list .radio label h3 {
        font-size: 16px;
    }

    .radio-list .radio label .check {
        width: 20px;
        height: 20px;
    }

    .form-content .form-row .form-item.item-6 {
        width: 100%;
    }

    .form-content .form-row .form-item {
        margin-bottom: 15px;
    }

    .apply-form .form-content {
        margin-top: 30px;
    }

    .form-radio-list {
        flex-wrap: wrap;
        margin: 0;
    }

    .form-radio-list .form-radio {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }

    .checkbox label {
        font-size: 16px;
    }



    .auth .auth-form .input input {
        height: 50px;
        font-size: 15px;
    }

    .auth .auth-form + h3 {
        font-size: 24px;
        margin-top: 20px;
    }
}

.gallery {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.gallery-title h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.gallery-wrapper {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
}

.gallery-wrapper .gallery-item {
    padding: 15px;
    width: 25%;
}

.gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-item a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s;
    background: rgba(0, 0, 0, .7);
}

.gallery-item a .overlay svg {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    width: 30px;
    height: 30px
}

.gallery-item a:hover .overlay {
    opacity: 1;
}

.gallery-slider .navigation > div {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
}

.gallery-slider .navigation .prev {
    left: 30px;
}

.gallery-slider .navigation .next {
    right: 30px;
}

.gallery-slider .navigation > div svg {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    width: 100%;
    height: 100%;
    transition: .4s;
}

.gallery-slider .navigation > div:hover svg {
    stroke: var(--primary-color);
}

.programs {
    padding: 0 0 100px;
    position: relative;
}

.programs-wrapper {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.programs-wrapper .item {
    padding: 0 15px;
    width: 33.3%;
    transition: 500ms;
    cursor: pointer;
}
.programs-wrapper .item:hover{
    transform: scale(1.05);
    transition: 500ms;
}
.programs-wrapper .cnt {
    height: 270px;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .programs-wrapper .cnt {
        height: 350px;
    }
}

.programs-wrapper .item .single-item {
    padding: 10px;
    border: 1px solid #E6EFF2;
    border-radius: 60px;
    transition: 500ms;
}
.programs-wrapper .item:hover .single-item{
    border-width: 2px;
    transition: 500ms;
}

.programs-wrapper .item .single-item .img img {
    border-radius: 55px 55px 20px 20px;
}

.programs-wrapper .item .single-item .content {
    padding: 20px 15px;
}

.programs-wrapper .item .single-item .content h3 a {
    font-weight: 500;
    font-size: 22px;
    color: #000;
    margin-bottom: 50px;
    text-decoration: none;
}

.programs-wrapper .item .single-item .content .cnt p {
    font-size: 16px;
    color: #2d5f80;
    margin-bottom: 30px;
}

.programs-wrapper .item .single-item .content .detail-btn {
    color: #232C34;
    text-decoration: none;
    font-weight: 400;
    height: 45px;
    border: 2px solid #E6EFF2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 25px;
}

.workshop {
    position: relative;
    padding: 80px 0;
    display: none;
}

.workshop-wrapper {
    display: flex;
    justify-content: center;
}

.workshop-wrapper .workshop-content {
    width: 60%;
    padding-left: 100px;
    padding-top: 50px;
}

.workshop-wrapper .workshop-img {
    width: 40%;
}

.workshop-img img {
    border-radius: 60px 130px 60px 60px;
    box-shadow: 0px 25px 40px 0 rgb(65 80 144 / 10%);
    border: 1px solid #E6EFF2;
}

.workshop-content h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.workshop-content .cnt {
    font-size: 16px;
    color: #91a2ba;
    line-height: 1.6;
    margin-bottom: 40px;
}

.workshop-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    height: 45px;
    background-color: #232C34;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 25px;
}

.workshop-content a span svg {
    fill: none;
    stroke: var(--primary-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.workshop-content a span {
    display: block;
    margin-right: 15px;
}

.magazine-wrapper {
    display: flex;
    align-items: center;
    margin: -15px;
    flex-wrap: wrap;
}

.magazine-date {
    margin-bottom: 50px;
}

.magazine {
    display: flex;
    flex-direction: column;
}

.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.load-more a {
    color: #232C34;
    text-decoration: none;
    font-weight: 400;
    height: 45px;
    border: 2px solid #E6EFF2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 25px;
}

.magazine-date .nice-select {
    color: #232C34;
    text-decoration: none;
    font-weight: 400;
    height: 45px;
    border: 2px solid #E6EFF2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    padding-right: 40px;
    border-radius: 25px;
    width: auto;
}

body .magazine-date .nice-select .option {
    padding: 0;
}

.magazine-date .nice-select:after {
    right: 20px;
}

.magazine-wrapper .item {
    padding: 15px;
    width: 25%;
}

.magazine-wrapper .item .img {
    position: relative;
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

.magazine-wrapper .item .img img {
    width: 100%;
}

.magazine-wrapper .item .img:hover .links {
    transform: translateY(0);
}

@media screen and (max-width: 992px) {

    .magazine-wrapper .item{
        width: 50%;
    }
    .programs-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .programs-wrapper .item {
        width: 50%;
    }

    .programs-wrapper .item:last-child {
        margin-top: 10px;
    }

    .programs-wrapper .cnt {
        height: auto;
        margin-bottom: 0;
    }

    .programs-wrapper .item .single-item .content .cnt p {
        font-size: 14px;
    }

    .form-row .form-item.item-6 {
        width: 100%;
    }
    .form-row .form-item.item-3 {
        width: 100%;
    }

    .gallery-wrapper .gallery-item {
        width: 33.3%;
    }
}

@media (max-width: 620px) {
    .gallery-wrapper .gallery-item{
        width: 50%;
    }
    .gallery-slider .navigation .prev{
        left: 10px;
    }
    .gallery-slider .navigation .next{
        right: 10px;
    }
    .gallery-slider .navigation > div{
        top:60%
    }
    .programs-wrapper .item{
        width: 100%;
    }
}

.magazine-wrapper .item .img:hover .links {
    transform: translateY(0);
}

.magazine-wrapper .links a {
    display: flex;
    height: 60px;
    padding: 0 30px;
    background: white;
    text-decoration: none;
    align-items: center;
    font-size: 18px;
}

.magazine-wrapper .links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: .4s;
    transform: translateY(100%);
}

.magazine-wrapper .links a {
    width: 100%;
    height: 78px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 0 30px;
    background: #294099;
    transition: .5s;
}

.magazine-wrapper .links .number {
    padding: 30px;
    background: white;
}

.magazine-wrapper .links .number .date {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    opacity: .4;
    margin-bottom: 6px;
}

.magazine-wrapper .links .number .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.video-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
}

.video-button .playButton {
    background: white;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    cursor: pointer;
}

.video-button .playButton i {
    color: #294099;
}

.video-button .playButton:before {
    background: white;
    width: 90px;
    height: 90px;
}

.nice-select .list{
    max-height: 300px;
    overflow-y: auto !important;
}

#kvkk-modal,gelisim-atolyeleri{
    z-index: 99999;
}
#kvkk-modal.auth .auth-form,
#gelisim-atolyeleri.auth .auth-form{
    width: 75%;
}

#gelisim-atolyeleri.auth .auth-form{
    padding-bottom: 20px;
}

#gelisim-atolyeleri .modal-content{
    text-align: left;
    padding: 10px;
    border: 0;
    height: 60vh;
    overflow: auto;
}
#auth-apply{
    z-index: 999999;
}
#auth-apply-choice{
    z-index: 999999;
}
.modal-footer .form-link{
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    border-radius: 31px;
    border: none;
    background: var(--primary-color);
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.form-link{
    cursor: pointer;
}

.nice-select .option{
    padding-left: 0 !important;
}

span.current{
    overflow: hidden;
    width: 100%;
    display: block;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{
    font-family: "Neo Sans Pro", sans-serif;
    font-size: 1.5rem !important;
}
.swal2-popup.swal2-toast .swal2-title{
    font-weight: 500;
}

.form-title span{
    font-size: 14px;
    background-color: #d2d2ff;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    cursor: pointer;
}

.removeStudent, .DevWorksRemoveStudent, .updateRemoveStudent{
    color:#fff;
    background-color: #ff7373 !important;
    margin-left: 5px;
}

.hide{
    display: none !important;
}

#form-loading{
    text-align: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #293f99;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

#kvkk-modal .modal-content{
    text-align: left;
    padding: 10px !important;
    border-radius: 22px !important;
    border: 0;
}


.captcha {
    margin: 0 auto;
}

.account-area {
    width: 100%;
    background-color: #ffffff;
    position: sticky;
    top: 173px;
    z-index: 1;
}

.account-area h4 {
    margin-bottom: 0;
    color: #232c34;
}

.account-area .account-info {
    padding: 30px 0 20px;
    width: 50%;
}

.account-area small {
    margin-right: 5px;
    color: #606060;
}

.account-area .account-logout {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.account-area .account-logout .logout-btn-future {
    color: #e1232a;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.drop-down{
    display: inline-block;
    position: relative;
}
.drop-down__item a {
    color: inherit;
}
.drop-down__button{
    background: linear-gradient(to right,#293f99, #2f4499);
    line-height: 40px;
    padding: 0 18px;
    text-align: left;
    border-radius: 22px;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
    cursor: pointer;
    min-width: 160px;    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drop-down__name {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}

.drop-down__icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 14px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    fill: #fff;
}



.drop-down__menu-box {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 5px;
}

.drop-down__menu {
    margin: 0;
    padding: 0 13px;
    list-style: none;

}
.drop-down__menu-box:before{
    content:'';
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    right: 18px;

}

.drop-down__menu-box:after{
    content:'';
    background-color: transparent;
}

.drop-down__item {
    font-size: 13px;
    padding: 13px 0;
    text-align: left;
    font-weight: 500;
    color: #909dc2;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0e2e9;
}

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;

}

.drop-down__item:hover .drop-down__item-icon{
    fill: #293f99;
}

.drop-down__item:hover{
    color: #293f99;
}



.drop-down__item:last-of-type{
    border-bottom: 0;
}


.drop-down--active .drop-down__menu-box{
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
}

.drop-down__item:before{
    content:'';
    position: absolute;
    width: 3px;
    height: 28px;
    background-color: #293f99;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    display:none;
}

.drop-down__item:hover:before{
    display:block;
}

@media (max-width: 768px) {
    .account-area{
        top: 122px
    }

    .workshop-wrapper .workshop-content, .workshop-wrapper .workshop-img{
        width: 100%;
        padding: 0;
    }
    .workshop-wrapper{
        display: inline-block;
    }
    .form-title, .form-row .form-item{
        padding: 0;
    }
    .auth .auth-form {
        width: 90% !important;
        padding: 45px 30px;
        border-radius: 15px;
    }
    .form-title h4{
        display: flex;
        flex-flow: wrap;
    }
    .form-row{
        margin-bottom: 20px;
    }
    #registerGelecek .form-radio-list .form-radio label{
        padding: 20px 45px !important;
    }
}

.swal2-container{
    z-index: 99991060 !important;
}

.main-title{
    z-index: unset !important;
}

.accor {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.accor input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accor .tabs1 {
    overflow: hidden;
    flex-direction: column;
}
.accor .tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.accor .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #f4f4f4;
    font-weight: bold;
    cursor: pointer;
    color: #294099;
}
.accor .tab-label:hover {
    background: #f4f4f4;
}
.accor .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.accor .tab-content1 {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}
.accor input:checked + .tab-label {
    background: #ed3435;
    color: white;
}
.accor input:checked + .tab-label::after {
    transform: rotate(90deg);
}
.accor input:checked ~ .tab-content1 {
    max-height: 100vh;
    padding: 1em;
    overflow-y: auto;
}
.tab-menu .content {
    margin-top: 40px;
}
