body {
    height: 100%;
    font-family: 'Dosis', sans-serif;
    color: #666;
    box-sizing: border-box;
}

#pdf{
    position: fixed;
    width: 70%;
    left: 15%;
    top: 1rem;
    height: 90vh;
    background: #3a3f4f;
    z-index: 999999;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    display:none;
}
@media only screen and (max-width: 600px) {
    #pdf {
        width: 100%;
        left: 0;
    }
    #pdf iframe{
        width: 100%;
        height: 100%;
    }
}
#pdf-kapat{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color:#f00;
    cursor:pointer;
    font-size: 1.2rem;
    user-select: none;
}

.talepform {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.talepform h2 {
    margin-top: 2rem;
    font-weight: 450;
}

.talepform>img {
    margin-top: 2rem;
    width: 4rem;
}

#signup {
    height: auto;
    padding: 20px;
    background: #fff;
    margin: 80px auto;
    position: relative;
}

#fieldsets {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 8px;
    position: relative;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #22918b;
}

input[type=radio] {
    margin: 6px;
    display: inline-block;
}

fieldset {
    border: none;
    position: absolute;
    left: -640px;
    padding: 10px 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    opacity: 0;
    display: none;
    flex-direction: column;
}

fieldset >p{
    margin:1rem 0;
}

fieldset .kampanya-select {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0;

}

fieldset .kampanya-select label {
    position: relative;
    cursor: pointer;
    width: 33%;
}

fieldset .kampanya-select label::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 3rem;
    position: absolute;
    top: 0;
    left: 3rem;
    background: #fefefe;
    border: 2px solid #9aaca9;
}

fieldset .kampanya-select label::after {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 3rem;
    position: absolute;
    top: .35rem;
    left: 3.4rem;
    background: #9aaca9;
    visibility: hidden;
}

fieldset input[type="radio"] {
    display: none;
}

fieldset input[type="radio"]:checked+label::after {
    visibility: visible;
}

fieldset .kampanya-select label img {
    width: 20rem;
    object-fit: scale-down;
}

fieldset .days-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

fieldset .days-select .day {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top:4rem;
}
fieldset .days-select .day:last-child {
    margin-right: auto;
    margin-left: 1.4rem;
}


fieldset .days-select .day img {
    width: 100%;
    object-fit: scale-down;
}

fieldset .days-select .day .buttons {
    display: flex;
}

fieldset .days-select .day .buttons a {
    color: #fff;
    text-decoration: none;
    padding:10px 5px;
    display: flex;
    align-items: center;
    height: 60px;
}

fieldset .days-select .day .buttons a.incele {
    background: #494b53;
    width: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}

fieldset .days-select .day .buttons a.olustur {
    white-space: nowrap;
    width: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
fieldset .days-select .day p {
    color: #fff;
    padding: 10px;
}
fieldset .days-select .day:nth-child(1) .buttons a.olustur {
    background-color: #ca90bf;
}
fieldset .days-select .day:nth-child(2) .buttons a.olustur {
    background-color: #d96b8b;
}

fieldset .days-select .day:nth-child(3) .buttons a.olustur {
    background-color: #5bb3ad;
}

fieldset .days-select .day:nth-child(4) .buttons a.olustur {
    background-color: #e59a39;
}

fieldset .days-select .day:nth-child(5) .buttons a.olustur {
    background-color: #65abcd;
}
fieldset .days-select .day:nth-child(1) p {
    background-color: #ca90bf;
}
fieldset .days-select .day:nth-child(2) p{
    background-color: #d96b8b;
}

fieldset .days-select .day:nth-child(3) p {
    background-color: #5bb3ad;
}

fieldset .days-select .day:nth-child(4) p {
    background-color: #e59a39;
}

fieldset .days-select .day:nth-child(5) p{
    background-color: #65abcd;
}

fieldset .double {
    display: flex;
    align-content: flex-start;
    /*height: 500px;*/
}

fieldset .double .formp {
    align-content: flex-start;
    width: 50%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

fieldset .double .formp .input-holder {
    width: 40%;
    height: 3rem;
    margin: 2rem 1rem;
}

fieldset .double .formp .input-holder input,
select {
    background: #f6f6f6;
    border: none;
    width: 100%;
    height: 100%;
}
fieldset .double .formp .input-holder input[type=number]{
    text-indent: 1rem;
}
fieldset .double .formp .input-holder.sml {
    width: 15%;
}

fieldset .double .formp .input-holder.max {
    width: 100%;
}

fieldset .double .secimler {
    width: 50%;
    display: flex;
    position: relative;
}

fieldset .double .secimler .secimpaket {
    width: 20rem;
    object-fit: scale-down;
}

fieldset .double .secimler .secimkampanya {
    width: 20rem;
    object-fit: scale-down;
    position: absolute;
    top: 60%;
    left: 30%;
}

fieldset.current {
    display: flex;

    left: 20px;
    opacity: 1;
    z-index: 6;
}

fieldset.next {
    left: 640px;
}

fieldset.next:nth-child(1) {
    z-index: 5;
}

fieldset.next:nth-child(2) {
    z-index: 3;
}

fieldset.next:nth-child(3) {
    z-index: 2;
}

fieldset.next:nth-child(4) {
    z-index: 1;
}

fieldset.final {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



fieldset.final img {
    width: 10rem;
    object-fit: scale-down;
}

fieldset.final>h3 {
    font-size: 2rem;
    font-weight: 410;
    color: #bdbdbd;
}

fieldset.final>p {
    text-align: center;
    margin: 1.5rem;
    color: #707070;
}

fieldset.final .kod {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #68abce;
    color: #fff;
    padding: 3px 7rem;
}

fieldset.final .kod p {
    margin: .3rem;
}

fieldset.final .kod strong {
    font-size: 2rem;
}

.final .popup-holder {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 4rem;
}

.final .popup-holder .popup-kapat {
    cursor: pointer;
    position: absolute;
    top: -3rem;
    right: 0;
    color: #fff;
    border: 1px solid #fff;
    padding: .5rem 1rem;
}

.final .popup-holder img {
    width: 10px;
}

.final #dyt_ad{
    white-space: nowrap;
}

.final .popup-holder .popup-map {
    display: block;
    width: 98%;
    height: 15rem;
    margin-bottom: auto;
    margin-top: 10px;
    position: absolute;
    top: 0;
}

.final .popup-holder .popup-img {
    position: relative;
    border: 10px solid #fff;
    border-radius: 1000px;
    overflow: hidden;
    width: 15rem;
    height: 15rem;
}

.final .popup-holder .popup-img img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.final .popup-holder>h3 {
    color: #67abcf;
}

.final .popup-holder .popup-contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.final .popup-holder .popup-contact>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    margin: 0 1rem;
    text-align: center;
}

.final .popup-holder .popup-contact>div>h3 {
    font-weight: 100;
    font-size: 1rem;
    font-size: 1.5rem;
    margin: 1rem 0;
    color: #fff;
    width: 10rem;
    padding: 5px 0;
    text-align: center;
}

.final .popup-holder .popup-contact .popup-iletisim>h3 {
    background: #67abcf;
}

.final .popup-holder .popup-contact .popup-iletisim>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem 0;
}

.final .popup-holder .popup-contact .popup-iletisim a {
    color: #454750;
    text-decoration: none;
}

.final .popup-holder .popup-contact .popup-iletisim img {
    margin-right: .5rem;
    width: 1rem;
}

.final .popup-holder .popup-contact .popup-adres>h3 {
    background: #e59a39;
}

.final .popup-holder .popup-contact .popup-adres>p {
    font-size: 1.1rem;
}

.final .popup-holder .popup-contact .popup-sosyal>h3 {
    background: #d96b8a;
}

.final .popup-holder .popup-contact .popup-sosyal>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem 0;
}
.final .secimler .secimpaket{
    width: 15rem !important;
}
.final .popup-holder .popup-contact .popup-sosyal img {
    margin-right: .5rem;
    width: 1.5rem;
}

.final .popup-holder .popup-contact .popup-sosyal a {
    color: #2a2f41;
    text-decoration: none;
}

.final .popup-holder p.acc-owner {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.final .popup-holder p.acc-owner a {
    color: #67abcf;
    text-decoration: none;
}

input[type=submit] {
    display: none;
    border: none;
}

#section-tabs {
    font-size: 0.8em;
    height: 50px;
    position: relative;
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 0;
    font-weight: bold;
    list-style: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

#section-tabs li {
    color: #fff;
    cursor: not-allowed;
    text-decoration: none;
    font-weight: 100;
    padding: 0 6px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    background-image: url("../img/talep1.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 15rem;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
}

#section-tabs li:nth-child(2) {
    background-image: url("../img/talep2.png");
}

#section-tabs li:nth-child(3) {
    background-image: url("../img/talep3.png");
}

#section-tabs li:nth-child(4) {
    background-image: url("../img/talep4.png");
}

#section-tabs li span {
    color: #bababa;
}

#section-tabs li.active {

    opacity: .5;
    cursor: pointer;
}

#section-tabs li:after {
    content: "";
    display: block;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#section-tabs li.current {
    opacity: 1;
    z-index: 999;
    color: #fff;
    font-weight: 600;
    border-left: none;
}



.error {
    color: #bf2424;
    display: block;
}

input.error,
textarea.error {
    border-color: #bf2424;
}

input.error:focus,
textarea.error:focus {
    border-color: #bf2424;
}

label.error {
    margin-bottom: 20px;
}

input.valid {
    color: green;
}

label.valid {
    position: absolute;
    right: 20px;
}

input+.valid,
textarea+.valid {
    display: none;
}

.valid+.valid {
    display: inline;
    position: absolute;
    right: 10px;
    margin-top: -36px;
    color: green;
}

.buttons-right {
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
}
.buttons-right a{
    text-decoration: none;
    color: #fff;
}

.buttons-right .reset-radio{

    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
     height: 60px;
     width: max-content;
     display: flex;
     align-items: center;
     justify-content: center;
}
.buttons-right a.incele{
    margin-left: auto;
}
.buttons-right a.incele,.buttons-right a.olustur{
    height: 100%;
    width: 150px;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #1b1e21;
}



@media only screen and (max-width: 600px) {
    .buttons-right {
    flex-direction: column-reverse;
        height: max-content;
    }
    .buttons-right   .reset-radio{
        min-width: 100%;    }
    .buttons-right a.incele, .buttons-right a.olustur
    ,.buttons-right a.incele, .buttons-right a.incele {
        width: 100%;
        height: 60px;
    }
    #signup {
        display: flex;
        flex-direction: column;
    }

    fieldset.current>h3 {
        margin-top: 2rem;
    }

    fieldset.current>p {
        margin-top: 2rem;
    }

    fieldset .days-select {
        flex-direction: column;
    }
    fieldset .days-select .day:last-child {
        margin-left: 0;
    }
    #section-tabs {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    #section-tabs li {
        width: 100%;
        background-size: 100% 100%;
        padding: .5rem 1rem;
    }

    #fieldsets {
        position: unset;
        padding: 0;
    }

    fieldset {
        position: unset;
        margin: 0;
        padding: 0;
        margin-top: 2rem;
    }

    fieldset .days-select .day {
        flex-direction: column;
        width: 100%;
        margin: 1.5rem 0;
    }

    fieldset .days-select .day img {
        margin: 0 auto;
    }

    fieldset .days-select .day .buttons .nexts {
        width: 100%;
    }


    fieldset .kampanya-select {
        flex-direction: column;
    }

    fieldset .kampanya-select label {
        width: 100%;
    }

    fieldset .kampanya-select label img {
        width: 100%;
    }

    .btn {
        margin-top: 2rem;
    }

    fieldset .double {
        flex-direction: column;
        height: max-content;
        width: 90%;
    }

    fieldset .double .secimler {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    fieldset .double .secimler .secimpaket {
        width: 100% !important;
    }

    fieldset .double .secimler .secimkampanya {
        width: 100%;
    }

    fieldset .double .secimler .secimkampanya {
        position: unset;
    }

    fieldset .double .formp {
        width: 100%;
        flex-direction: column;
    }

    fieldset .double .formp .input-holder,
    fieldset .double .formp .input-holder.max,
    fieldset .double .formp .input-holder.sml {
        width: 100%;
    }

    .final {
        margin-top: 5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    fieldset.final {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    fieldset.final img {
        width: 75%;

    }

    fieldset.final .kod {
        display: flex;
        padding: 0;
        width: 100%;
    }

    .final .secimler {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .final .popup-holder {
        -ms-flex-item-align: end;
        align-self: flex-end;
        bottom: 0;
        width: 98%;
        padding: 0;
        padding-bottom: 5rem;
        margin-bottom: 5px;
    }

    .final .popup-holder .popup-map {
        height: 20vh;
    }

    .final .popup-holder .popup-img {
        margin-top: 3rem;
    }

    .final .popup-holder .popup-img img {
        width: 30vw;
    }

    .final .popup-holder .popup-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .final .popup-holder .popup-contact>div {
        margin: 0;
        width: 50%;
    }

    .final .popup-holder .popup-contact .popup-sosyal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
    }

    .final .popup-holder .popup-contact .popup-sosyal>div {
        margin: .3rem 0;
        white-space: nowrap;

    }

    .final .popup-holder .popup-contact .popup-sosyal img {
        width: 1rem;
    }

    .final .popup-holder p.acc-owner {
        text-align: center;
        padding: 0 5px;
    }

}
.reset-radio{
    float: right !important; 
    display: block; 
    max-width: 8rem; 
    color: #FFFFFF; 
    padding: 4px 9px; 
    background-color: #6e6e6e; 
    position: relative; 
    z-index: 3; 
    cursor:pointer;
    margin-top: 2rem;
    margin-bottom: 2rem;    
}
.super-btn > a{
    width: 75%;
    height: 2.5em;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 2.5em;
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 0.5em;
}
.price{
    width: 75%;
    text-align: center;
}
.price p{
    font-size: 2rem;
    font-weight: 700;
}
.price p span{
    font-size: 1.2rem;
}
.info-btn{
    display: flex;
    flex-direction: row;
    width: 67%;
}
.talep-incele-buton{
    flex-wrap: wrap;
    flex-grow: 3;
    background-color: #3b3c3c;
    height: 2.5em;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 2.5em;
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 0.5em;
}
.talep-video-buton{
    flex-wrap: wrap;
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #b69d8e;
    height: 2.5em;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    line-height: 2.5em;
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 0.5em;
    margin-left: 0.3rem;
}
.talep-video-buton img{
    width: 1.8rem;
    height: auto;
    object-fit: cover;
    margin-left: 0.5em;
}
.talep-video-buton span{
    margin-left: 0.5em;
}
.urun-tek{
    margin-bottom: 3em;
}
.siparis-aciklama{
    display:block;
    margin-bottom: 2.5em;
}
@media only screen and (max-width: 600px) {
    .siparis-aciklama{
        margin-top: 5em;
    }
}