@font-face {
    font-family: "Feather Bold";
    src: url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.eot");
    src: url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.svg#Feather Bold")format("svg");
}

@font-face {
    font-family: "DIN Next Rounded LT W01 Regular";
    src: url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.eot");
    src: url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.svg#DIN Next Rounded LT W01 Regular")format("svg");
}

@font-face {
    font-family: "Nunito Black";
    src: url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.eot");
    src: url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.svg#Nunito Black")format("svg");
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/* Global Renkler Başlangıç */
:root {
    --green: #16a34a;
    --darkGreen: #15803d;
    --orange: hsl(25, 95%, 53%);
    --gray: hsl(0, 0%, 38%);
    --darkGray: hsl(0, 0%, 26%);
    --white: hsl(0, 0%, 100%);
    --blue: hsl(221, 83%, 53%);
}
/* Global Renkler Bitiş */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
   font-family: "Nunito Black" !important;
    font-size: 15px;
    color: #f1f5f9;
    margin: 0;
}

h1 {
    align-items: center;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

input,
textarea,
select,
button {
    font-size: 15px;
    color: #fff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

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

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

ul {
    margin-top: 14px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.link-giris {
    color: var(--green);
    font-weight: 800;
}

.link-giris:hover {
    opacity: 0.6;
}

.btn-giris-mobil {
    position: relative;
    top: 138px;
}

.link-uyeol {
    width: 353px;
    padding: 10px;
    border: 2px solid var(--green);
    border-radius: 9px;
    text-align: center;
    color: var(--green);
    font-weight: 800;
}

.wrapper {
    display: flex;
    height: 100vh;
}
.wrapper .image-holder {
    display: flex;
    width: 50%;
    height: 100vh;
}
.wrapper .form-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 4.3%;
    padding-right: 4.3%;
    position: relative;
    overflow: scroll;
   
    /*background: radial-gradient(circle at 50% 50%, rgba(3, 58, 56, 0.35) 0%, transparent 70%);*/
}

.yno_uyelik_baslik{
    margin-top: 2em;
    text-align: center;
    margin-bottom: 2em;
    color: #ff6723;
   font-family: "Nunito Black" !important;
    font-weight: 900 !important;
}

.wizard {
    height: 509px;
}

.steps .current-info,
.steps .number {
    display: none;
}

.steps ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.steps li a {
    display: block;
}
.steps li .step-arrow {
    display: block;
    margin-top: 3px;
    margin-left: 39%;
}
.steps li:nth-child(2) .step-arrow,
.steps li:last-child .step-arrow {
    margin-left: 39%;
}

h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 900 !important;
    text-align: center;
    margin-bottom: 58px;
}

.image-holder {
    background: hsl(178, 90%, 12%);
    background-size: cover;
}
.image-holder img {
    display: none;
}

.form-wrapper {
    position: relative;
}

.toggle-icon {
    position: relative;
    transform: translateY(-145%) translateX(156px);
    cursor: pointer;
}

.form-content {
    background-size: cover;
}

.info {
    margin-bottom: 50px;
}

.info-item {
    margin-bottom: 29px;
}
.info-item span {
    color: #ccc;
}
.info-item span.unit {
    margin-right: 15px;
}
.info-item span.lnr {
    margin-right: 4px;
}
.info-item span.lnr-calendar-full {
    margin-right: 7px;
}

.content h4 {
    display: none;
}

.form-group {
    display: flex;
    margin-bottom: 15px;
}
.form-group .form-price {
    width: 65.46%;
}
.form-group .form-select {
    width: 34.54%;
}

label {
    color: #ccc;
}

h3 {
    font-size: 32px;
    font-weight: 900 !important;
    text-align: center;
    margin-bottom: 58px;
    color: var(--green);
    margin-bottom: 10px;
    margin-left: 9px;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.form-wrapper label {
    width: 353px !important;
    align-items: center;
    margin-bottom: 8px;
    color: var(--green);
    font-weight: 700;
    transform: translateY(1px);
    display: flex;
    justify-content: flex-start;
    margin: 8px 0px;
}
.form-wrapper input {
    width: 353px;
}
.form-wrapper.last {
    margin-bottom: 50px;
}

.form-price {
    display: flex;
}
.form-price label {
    width: 42.55%;
}
.form-price span {
    width: 57.45%;
}

.form-select {
    display: flex;
    justify-content: space-between;
}

.form-holder {
    position: relative;
    transform: translateY(-4px);
}
.form-holder i {
    position: absolute;
    transform: translateY(-20px);
    left: 22px;
}

.form-control {
    font-family: "Nunito", sans-serif;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(4, 0, 23, 0.1);
    border-radius: 6px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 11px;
    color: rgba(4, 0, 23, 0.6);
    font-weight: 900;

}

input[type="text"],
[type="password"] {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
input[type="radio"] {
    width: 50px;
    cursor: pointer;
}

input:focus {
    border: 2.4px solid #f5530d;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 50px;
    border: none;
    font-size: 15px;
    padding: 0 5px;
}

#onay-div{
    margin-top: 15px;
}

.option {
    color: #999;
}

.actions ul {
    display: flex;
    justify-content: space-between;
}
.actions li a {
    padding: 0;
    border: none;
    display: none;
    height: 42px;
    width: 96px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    background: none;
    font-family: "Nunito", sans-serif;
    cursor: pointer;
    color: #fff;
}
.actions li a:hover {
    background: #fff;
    color: #333;
    border: 1px solid transparent;
}
.actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 1s;
}

.request {
    margin-bottom: 21px;
}

.special-request {
    margin-bottom: 21px;
}
.special-request label {
    float: left;
    margin-top: 8px;
}
.special-request input.form-control {
    width: calc(100% - 155px);
    margin-left: auto;
}

.question-request {
    line-height: 2;
    margin-top: 23px;
}
.question-request span {
    color: #ccc;
}
.question-request input.form-control {
    width: 56px;
    margin: 0 2px;
    transform: translateY(-5px);
}

/* Icons Başlangıç */
.icon-sol-5 {
    margin-left: 5px;
}
.icon-alt-5 {
    margin-bottom: 5px;
}
/* Icons Bitiş */


.uyelikSozlesmesi{
    margin: 25px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.uyelikSozlesmesi label{
    color: var(--green);
    font-weight: 700;
    cursor: pointer;
}

/*Buttons Başlangıç*/
.btn-orange {
    margin: 5px 0px;
    margin-bottom: 16px;
    border-radius: 9px;
    padding: 0;
    border: none;
    display: inline-flex;
    height: 42px;
    width: 353px;
    justify-content: center;
    align-items: center;
    background: none;
    font-family: "Feather Bold";
    cursor: pointer;
    color: #fff;
    border: 2px solid var(--orange);
    color: var(--orange);
    font-weight: 800;
}
.btn-orange:hover {
    opacity: 0.6;
}
.btn-green {
    margin: 10px 0px;
    appearance: button;
    background-color: var(--darkGreen);
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Feather Bold";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 353px;
}

.btn-green:after {
    background-clip: padding-box;
    background-color: var(--green);
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.btn-green:main,
.btn-green:focus {
    user-select: auto;
}

.btn-green:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.btn-green:disabled {
    cursor: auto;
}

.btn-green:active {
    border-width: 4px 0 0;
    background: none;
}


.btn-lightOrange {
    margin: 10px 0px;
    appearance: button;
    background-color: #d97706;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Feather Bold";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 353px;
}

.btn-lightOrange:after {
    background-clip: padding-box;

    background-color: #f59e0b;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.btn-lightOrange:main,
.btn-lightOrange:focus {
    user-select: auto;
}

.btn-lightOrange:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.btn-lightOrange:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-lightOrange:active {
    border-width: 4px 0 0;
    background: none;
}

.btn-blue {
    margin: 10px 0px;
    appearance: button;
    background-color: #021d1c;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Feather Bold";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 353px;
}

.btn-blue:after {
    background-clip: padding-box;
    background-color: #033a38;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.btn-blue:main,
.btn-blue:focus {
    user-select: auto;
}

.btn-blue:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.btn-blue:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-blue:active {
    border-width: 4px 0 0;
    background: none;
}


.btn-slate {
    margin: 10px 0px;
    appearance: button;
    background-color: #475569;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 353px;
}

.btn-slate:after {
    background-clip: padding-box;
    background-color: #64748b;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.form-onay{
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 24%;
}

.btn-slate:main,
.btn-slate:focus {
    user-select: auto;
}

.btn-slate:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.btn-slate:disabled {
    cursor: auto;
}

.btn-slate:active {
    border-width: 4px 0 0;
    background: none;
}

.btn-orange {
    margin: 10px 0px;
    appearance: button;
    background-color: #c2410c;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 73%;
}

.btn-orange:after {
    background-clip: padding-box;
    background-color: #ea580c;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.btn-orange:main,
.btn-orange:focus {
    user-select: auto;
}

.btn-orange:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.btn-orange:disabled {
    cursor: auto;
}

.btn-orange:active {
    border-width: 4px 0 0;
    background: none;
}






/*Buttons Bitiş*/

h3:hover {
    cursor: pointer;
}

.link-img:hover {
    cursor: pointer;
}

/* Giriş Yap ve YeniUyelik Ortak Başlangıç*/
.uye-ekrani-sol {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.uye-ekrani-sol .login-h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 45px;
    color: var(--white);
    font-family: "Feather Bold";
    font-weight: 900 !important;
}
.uye-ekrani-sol .uye-ekrani-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 560px;
}
/* Giriş Yap ve YeniUyelik Ortak Bitiş*/

/* Giriş Yap Başlangıç*/
.login-logo {
    margin: 0 auto;
}
.login-logo-adi {
    color: hsl(0, 0%, 38%);
    font-weight: 900;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 7px;
    margin-top: 11px;
    margin-bottom: 21px;
}
.login-h3 {
    font-size: 32px;
    font-weight: 900 !important;
    text-align: center;
    margin-bottom: 58px;
    color: var(--green);
    margin-bottom: 10px;
    margin-left: 9px;
}
.login-uyelik {
    width: 353px;
    padding: 10px;
    border: 2px solid #329600;
    border-radius: 9px;
    text-align: center;
    color: #329600;
    font-weight: 800;
}
.login-tel {
    display: inline-block;
    width: 353px;
    padding: 10px;
    border: 2px solid #329600;
    border-radius: 9px;
    text-align: center;
    color: #329600;
    font-weight: 800;
    margin: 5px 0px;
}

.login-tel-2 {
    display: inline-block;
    width: 353px;
    padding: 10px;
    border: 2px solid #002796;
    border-radius: 9px;
    text-align: center;
    color: #002796;
    font-weight: 800;
    margin: 5px 0px;
}

.h10_banner-img img {
    box-shadow: rgba(249, 115, 22, 0.4) -5px 5px,
    rgba(249, 115, 22, 0.3) -10px 10px, rgba(249, 115, 22, 0.2) -15px 15px,
    rgba(249, 115, 22, 0.1) -20px 20px, rgba(249, 115, 22, 0.05) -25px 25px;
    animation: hero-border 5s linear infinite alternate;
}

.yeniUyelik-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.yeniUyelik-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 503px;
    background-color: #fff;
    animation: hero-border 5s ease-in-out infinite;
    box-shadow: rgba(249, 115, 22, 0.4) -5px 5px,
    rgba(249, 115, 22, 0.3) -10px 10px, rgba(249, 115, 22, 0.2) -15px 15px,
    rgba(249, 115, 22, 0.1) -20px 20px, rgba(249, 115, 22, 0.05) -25px 25px;
}

@keyframes hero-border {
    0% {
        -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }

    25% {
        -webkit-border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
        -moz-border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
        border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
    }

    50% {
        -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }

    75% {
        -webkit-border-radius: 40% 60% 45% 55%/55% 45% 55% 45%;
        -moz-border-radius: 40% 60% 45% 55%/55% 45% 55% 45%;
        border-radius: 40% 60% 45% 55%/55% 45% 55% 45%;
    }

    100% {
        -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
}

.h10_banner-shape-4 {
    position: absolute;
    left: 10px;
    top: -30px;
    animation: animation-upDown-2 3s linear 0s infinite alternate;
}

@keyframes animation-upDown-2 {
    0% {
        transform: translateY(0);
    }

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

.sifre-unuttum {
    margin-bottom: 10px;
}
.uyelik {
    margin-top: -109px;
}
.mobil-app-alani {
    position: relative;
    bottom: -157px;
}
.barkoset {
    margin-top: 35px;
    color: var(--gray);
    font-size: 13px;
}
.barkoset span {
    color: var(--darkGray);
    font-weight: 900;
}
.barkoset-logo a {
    color: hsl(0, 0%, 38%);
    font-size: 12;
}
.barkoset-logo span {
    color: var(--orange);
}

/* Giriş Yap Bitiş*/

.sifre-alani {
    position: relative;
    top: -366px;
}

/* Mobil Uygulama Alanı Başlangıç */
.mobil-app-alani {
    position: absolute;
    text-align: center;
    bottom: 7.35%;
    left: 0;
    right: 0;
}
.mobil-app-alani a {
    padding: 10px;
    border: 1px solid var(--orange);
    background: var(--orange);
    border-radius: 9px;
    font-size: 17px;
    color: #fff;
    margin-right: 14px;
}
.mobil-app-alani a:last-child {
    margin-right: 0;
}
.mobil-app-alani a:hover {
    opacity: 0.8;
}

/* Mobil Uygulama Alanı Bitiş */

/* Modal stilleri */
.modal {
    display: none;
    /* Modalı gizle */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    /* Geçiş efekti */
    padding-top: 60px;
}

/* Modal içeriği stilleri */
.modal-content {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background-color: #fefefe;
    margin: 1% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 391px;
    height: 379px;
    border-radius: 9px;
    color: red;
}
..modal-form{
    color: red;
}

/* Modal kapatma düğmesi stilleri */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*Responsive Alanı Başlangıç*/
@media (max-width: 1899px) and (min-width: 1366px) {
    .mobil-app-alani a {
        font-size: 12px;
    }
    .wrapper {
        display: flex;
        height: 100vh;
    }
    .form-wrapper {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 1661px) and (min-width: 1200px) {
    .wrapper {
        display: flex;
        height: 100vh;
    }
    .form-wrapper {
        text-align: center;
        font-size: 14px;
    }
}
@media (max-width: 1920px) and (min-width: 1200px) {
    .wrapper {
        display: flex;
        height: 100vh;
    }

    .mobil-app-alani a {
        font-size: 11px;
    }
    .form-wrapper {
        text-align: center;
        font-size: 14px;
        margin: 13px;
    }
    .social a {
        font-size: 15px;
    }
    .wrapper {
        display: flex;
        height: 100vh;
    }
    .uye-ekrani-img {
        height: 150px;
    }
}

.yno_uyelik_rol.active {
    border: 1px solid red;
}


@media (max-width: 1326px) and (min-width: 1200px) {
    .form-wrapper label {
        font-size: 9px;
    }
}
@media (max-width: 1246px) and (min-width: 1200px) {
    .mobil-app-alani a {
        font-size: 10px;
    }
    .barkoset-logo {
        font-size: 13px;
    }
}
@media (max-width: 1199px) {
    .mobil-app-alani {
        position: relative;
        bottom: -156px !important;
    }
    .form-wrapper label {
        width: 353px !important;
    }
    .link-uyeol {
        position: relative;
        top: 127px;
    }
    .btn-uyeol {
        position: relative;
        top: 125px;
    }
    .wp-section {
        margin-bottom: -158px;
    }
    .image-holder {
        display: none;
        background: none;
    }
    .image-holder img {
        display: block;
    }
    .wrapper {
        display: block;
    }
    .wrapper .image-holder {
        width: 100%;
        height: 45vh;
    }
    .wrapper .form-content {
        width: 100%;
        height: auto;
    }

    .wizard {
        width: 50%;
        margin: auto;
    }

    .form-wrapper input {
        width: 353px;
    }
}
@media (max-width: 991px) {
    .form-wrapper label {
        width: 353px !important;
    }
    .link-uyeol {
        position: relative;
        top: 127px;
    }
    .btn-uyeol {
        position: relative;
        top: 125px;
    }
    .image-holder {
        display: none;
        background: none;
    }
    .image-holder img {
        display: block;
    }
    .wrapper .image-holder {
        height: 35vh;
    }
    .wrapper .form-content {
        height: 100vh;
    }

    .wizard {
        width: 80%;
    }

    .social {
        bottom: 4.35%;
    }
    .form-wrapper input {
        width: 353px;
    }
}
@media (max-width: 767px) {

    .barkoset {
        font-size: 11px;
    }
    .login-logo-adi {
        font-size: 13px;
    }
    .yn {
        bottom: 48px !important;
    }
    .mobil-app-alani {
        bottom: 64px;
    }
    .uyelik-alt-alan {
        margin-top: 50px;
    }
    .form-wrapper label {
        width: 353px !important;
    }
    .mobil-app-alani a {
        font-size: 11px;
    }
    .link-giris {
        font-weight: 800;
    }

    .sifre-alani {
        position: relative;
        top: -330px;
    }
    .link-uyeol {
        position: relative;
        top: 127px;
    }
    .btn-giris {
        position: relative;
        top: -240px;
    }
    .btn-uyeol {
        position: relative;
        top: 125px;
    }
    h3 {
        font-size: 30px;
        font-weight: 900;
    }

    .image-holder {
        display: none;
        background: none;
    }
    .image-holder img {
        display: block;
    }

    .wrapper {
        height: auto;
    }
    .wrapper .image-holder {
        height: auto;
    }
    .wrapper .form-content {
        height: auto;
        padding: 35px 20px;
    }

    .wizard {
        width: 100%;
        height: auto;
    }

    .social {
        position: static;
        margin-top: 30px;
    }
    .form-wrapper input {
        width: 353px;
    }
    .form-wrapper {
        margin: 1px;
    }
}
/*Responsive Alanı Bitiş*/

.uyelik_sol_resim{
    display: flex;
    border-radius:50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 403px !important;
    background: radial-gradient(circle at 50% 50%, rgba(103, 132, 255, 0.35) 0%, transparent 70%);
    animation: hero-border 2s linear infinite alternate;
    box-shadow: 0 0 20px rgba(103, 132, 255, 0.1), 0 0 40px rgba(103, 132, 255, 0.1);
}

.e-card {
    margin: 30px auto;
    background: transparent;
    box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
    position: relative;
    width: 267px;
    height: 330px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wave {
    position: absolute;
    width: 540px;
    height: 700px;
    opacity: 0.6;
    left: 0;
    top: 0;
    margin-left: -50%;
    margin-top: -70%;
    background: linear-gradient(744deg,#033a38,#28A745 60%,#fff);
}

.icon {
    width: 3em;
    margin-top: -1em;
    padding-bottom: 1em;
}

.infotop {
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 4em;
    left: 0;
    right: 0;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.name {
    font-size: 14px;
    font-weight: 100;
    position: relative;
    top: 1em;
    text-transform: lowercase;
}

.yno_text{
   font-family: "Nunito Black" !important;
    font-weight: 800 !important;
}

.wave:nth-child(2),
.wave:nth-child(3) {
    top: 210px;
}

.playing .wave {
    border-radius: 40%;
    animation: wave 3000ms infinite linear;
}

.wave {
    border-radius: 40%;
    animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
    animation-duration: 4000ms;
}

.wave:nth-child(2) {
    animation-duration: 50s;
}

.playing .wave:nth-child(3) {
    animation-duration: 5000ms;
}

.wave:nth-child(3) {
    animation-duration: 45s;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }

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


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .uye-ekrani-sol{
        display: none;
    }
}

/* Tablet Cihazlar (481px - 768px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .uye-ekrani-sol{
        display: none;
    }
}

/* Küçük Dizüstü ve Masaüstü Monitörler (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .uye-ekrani-sol{
        display: none;
    }
}

/* Orta Boy Masaüstü Monitörler (1025px - 1366px) */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .e-card{
        margin: -11px auto;
    }
}

/* Büyük Masaüstü Monitörler (1367px - 1920px) */
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
    .e-card{
        margin: 34px auto;
    }
    .uye-ekrani-sol .login-h1 {
       
        margin-bottom: 65px;
        
    }
}

/* Ultra Geniş Monitörler (1921px ve üzeri) */
@media only screen and (min-width: 1921px) {
    .e-card{
        margin: 127px auto;
    }
}