:root {
    --renk1: #ebc005;
    --renk2: ##fff9e0;
    --renk3: #203240;
    --renk4: #ffd003;
    --yazi: #232323;

/*
	--renk1: #36D7B6;
    --renk2: #f1f1f1;
    --renk3: #203240;
    --renk4: #3a7cdd;
    --yazi: #232323;
*/
	}
	
.page-heading {text-align: center;padding: 20px 5px;background-color: var(--renk1);}
.page-heading h1 {font-size: 32px;}
main.content-page {background-color: #fff;padding: 70px 0;}
h2, h3, h4, h5, h6 {margin-bottom: 15px;}
p {margin-bottom: 15px;}
a[data-fancybox] {display: block;}
.page-img {margin-bottom: 20px;}
#gallery a {display: block;text-align: center;font-size: 13px;font-weight: 600;margin-bottom: 30px;}
#gallery a img {margin-bottom: 7px;}
.whatsapp a{position: fixed;left: 15px;bottom:15px;display: inline-block;border-radius: 10px;background-color: rgba(0, 175, 0, 0.83);
color: #fff;font-weight: 940;padding: 20px 25px;transition: .4s ease;text-transform: uppercase;z-index:9999;
box-shadow: 0 1px 6px 0 rgba(0,0,0,.06), 0 2px 32px 0 rgba(0,0,0,.16);	}
.telefon a{position: fixed;right: 15px;bottom:15px;display: inline-block;border-radius: 10px;background-color: rgba(255, 0, 0, 0.73);
color: #fff;font-weight: 940;padding: 20px 15px;transition: .4s ease;text-transform: uppercase;	z-index:9999;
box-shadow: 0 1px 6px 0 rgba(0,0,0,.06), 0 2px 32px 0 rgba(0,0,0,.16);	}
.side-menu .item {background-color: #f5f5f5;display: block;padding: 14px 24px;margin-bottom: 6px;transition: .4s ease-in-out;font-size: 13px;
color: #555;font-weight: 600; }
.side-menu .item:hover, .side-menu .item.active {background-color: var(--renk4);}
@media (max-width:768px) { #reverse-place {flex-direction: column-reverse;}}	
	
	
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    word-break: break-word;
}
html, body {
    color: var(--yazi);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
a, a:link {
    color: inherit;
    transition: .4s ease;
    text-decoration: none;
}
a:hover, a:focus {
    color: var(--renk1);
}

/* Header */

/* Header Top */
.header-top {
    background: var(--renk2);
    padding: 10px 0;
}
.slogan {
    text-align: left;
}
ul.lang-selector {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
ul.lang-selector li {
    margin-left: 10px;
}
ul.lang-selector li:first-child {
    margin: 0;
}
/* Header Bottom */
.header-bottom {
    padding: 30px 0;
}

ul.contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
ul.contact-info li {
    display: flex;
    flex-direction: row;
    align-items: center;
}
ul.contact-info li+li {
    margin-left: 30px;
}
ul.contact-info .icon {
    font-size: 20px;
    font-weight: 700;
    color: var(--renk1);

    padding: 10px 15px;
    border: 1px solid var(--renk1);
    border-radius: 3px;
}
ul.contact-info .description {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;

    margin-left: 15px;
}
ul.contact-info .description label {
    display: block;
    margin-bottom: 5px;
    color: var(--renk1);
}
/* Quote Button */
.quote-btn {
    display: inline-block;

    border-radius: 3px;
    background-color: var(--renk1);
    color: #fff;

    font-weight: 600;

    padding: 10px 25px;

    transition: .4s ease;

    text-transform: uppercase;
}
.quote-btn:hover, .quote-btn:focus {
    background-color: var(--renk4);
    color: #fff;
}

.btn-area {
    display: flex;
    justify-content: space-between;

    margin: 30px -12px 0 -12px;
}
.btn-area .btn {
    padding: 10px 10px;
}
.btn {
    display: inline-block;
    background-color: #ff720d;
    color: #fff;
    border: 2px solid transparent;

    padding: 10px 20px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}
.btn:hover, .btn:focus {
    background-color: #e96100;
    color: #fff;
    border-color: transparent;
    box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.75);
}
.btn.outline {
    background-color: transparent;
    border-color: #ff720d;
    color: #000;
}
.btn.outline:hover, .btn.outline:focus {
    background-color: #ff720d;
}


/* Main Menu */

.main-menu {
    display: flex;
    flex-wrap: wrap;

    background-color: var(--renk3);
}
.main-menu ul {
    display: flex;
    width: 100%;
}
.main-menu li {
    position: relative;
}
.main-menu li a {
    display: block;
    padding: 16px 15px;
    height: 100%;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #fff;

    border-top: 3px solid transparent;
}
.main-menu li a:hover, .main-menu li.active a {
    color: var(--renk1);
    border-color: var(--renk1);
}

/* Wizard Form */

main {
    background-color: var(--renk1);
}

.wizard-form {
    background-color: var(--renk1);
    color: #fff;
    padding: 40px 0;

    display: flex;
    flex-direction: row;
    margin: 0 -12px;
}
.wizard-step {
    display: flex;
    flex-direction: column;

    flex: 1;

    width: calc(25% - 12px);
    margin: 12px;

    padding-bottom: 30px;
    
    position: relative;

    background-color: var(--renk3);
    border-radius: 5px;
}
.wizard-step .step-order {
    position: absolute;
    top: -30px;
    left: 50%;

    transform: translateX(-50%);

    width: 70%;
    height: 60px;

    border-radius: 50px;

    background-color: var(--renk1);

    border: 3px solid white;
    
    font-size: 18px;
    font-weight: 700;

    color: #232323;

    display: flex;
    justify-content: center;
    align-items: center;
}
.wizard-step .step-content {
    position: relative;
    top: 30px;
    color: #d8d8d8;

    padding: 30px;

    text-transform: uppercase;
    font-weight: 600;
}

.wizard-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    word-break: break-word;
    padding: 50px 20px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: white;
    font-size: 58px;
    font-weight: 700;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.wizard-result {
    display: none;
    position: fixed;
    bottom: 0;

    width: 100%;

    padding: 20px;

    background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);



}

.multi-column {
    display: flex;
}
.multi-column .column:first-child {
    flex: 55%;
}
.multi-column .column:last-child {
    flex: 43%;
    margin-left: 2%; 
}


/* Yazı */

.wizard-preview div {
    flex: 1;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.wizard-preview .yazi1 {
    text-align: left;   
}
.logo-wrapper {
    flex: 20%!important;
}
.text-wrapper {
    flex: 80%!important;
}


/*.wizard-preview .left {
    flex: 20%;
    justify-content: center;
}
.wizard-preview .center {
    flex: 80%;
    text-align: left;
}
.wizard-preview .right {
    display: none;
}*/

.logoContainer {
    display: flex;
    flex: 20%;
    justify-content: center;
}

/* Footer */
footer {
    background-color: var(--renk3);
    color: #d8d8d8;


    padding: 40px 0 0 0;
}
.footer-column {
    font-size: 14px;
    margin-bottom: 30px;
}
.footer-column .heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;

    margin-bottom: 25px;
}
.footer-menu li {
    margin-bottom: 20px;
}
.footer-menu a {
    font-size: 14px;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.contact-info .icon {
    font-size: 38px;
    color: #fff;
    flex: 15%;
}
.contact-info .body {
    padding-left: 15px;
    flex: 85%;
}
.contact-info small {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

footer .copyright {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    margin: 25px -15px 0 -15px;
    background-color: #1d2129;
}

#trueModal {
    display: none;
}

.detail-container {
    background-color: #eee;
    margin-top: 20px;
    padding: 30px;
}
.detail-list {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.detail-list li {
    display: flex;
    padding: 15px 15px;
    border-bottom: 2px solid #e6e6e6;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
}
.detail-list li:last-child div strong {
    font-size: 22px;
    font-weight: 600;
}
.detail-list li div:not(.item):first-child {
    flex: 80%;
}
.detail-list li div:not(.item):last-child {
    flex: 20%;
}
.detail-list p {
    margin-bottom: 10px;
    color: #da3c3c;
}
.detail-list strong {
    font-weight: 700;
    font-size: 15px;
}
.detail-list .price {
    color: #da3c3c;
    font-weight: 700;
    font-size: 16px;
}
.detail-list .price-total {
    color: #da3c3c;
    font-weight: 600;
    font-size: 22px;
}
.flex-end {
    text-align: right;
}

.detail-feature {
    display: flex;
}
.detail-feature .item {
    margin-right: 10px;
    min-width: 25%;
}
.detail-feature .item span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.error {
    border-color: red!important;
}


/* Responsive */

@media (max-width:768px) {
    .detail-container, .detail-list {
        padding: 0px;
    }
    .detail-container {
        margin-bottom: 30px;
    }
    .detail-list li:first-child, .detail-list li:last-child {
        flex-direction: row;
    }
    .detail-list li:not(:first-child) .flex-end {
        /*margin-top: 10px;*/
    }
    .detail-list li:last-child div {
        flex: 1!important;
    }
    .detail-list li {
        flex-direction: column;
        align-items: unset;
        flex: 1;
        flex-wrap: wrap;
    }
    .detail-list .detail-feature {
        flex-wrap: wrap;
    }
    .detail-list .detail-feature .item {
        margin-bottom: 10px;
        padding: 5px;
    }
}

/* Other */

* {
    touch-action: manipulation;
}
html, body {
    overflow-x: hidden;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.align-center {
    align-self: center;
}
.logo img {
    width: 100%;
    max-width: 130px;
    height: auto;
}
.wizard-form {
    margin: 0;
    padding: 15px 0 0 0;
}
.wizard-step {
    margin: 30px 0;
    width: 100%;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
}
.owl-prev span, .owl-next span {
    display: block;
    padding: 12px 15px;
    background-color: #232935;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
}
.owl-prev.disabled span, .owl-next.disabled span {
    /*background-color: #fff;*/
    color: #aaa;
    
}
.owl-prev span i, .owl-next span i {
    padding: 0 5px;
}
.wizard-final {
    display: none;
}
.wf-row {
    display: flex;
    align-items: center;

    width: 100%;
}
.wf-row .wf-col {
    flex: 1;
}
.wf-row .wf-col:last-child {
    text-align: right;
}
.wizard-step .step-content {
    top: 18px;
    color: #d8d8d8;
    padding: 30px 30px 0 30px;
}
.header-mobile {
    display: none;
}
.mobile-menu {
    background-color: #151920;
    color: #fff;
    display: none;
}
.mobile-menu li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}
.mobile-menu li a:hover {
    background-color: #232935;
}
.wizard-preview {
    border-radius: 5px;
}
@media (max-width: 768px) {
    .wizard-form {
        position: relative;
    }
    .wizard-step {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin: 22px 0 15px 0;
    }
    .wizard-final {
        display: block;
        background-color: rgba(255, 114, 13, .9);
        color: #fff;
        padding: 0 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
    .wizard-final .detail {
        font-size: 18px;
    }
    .wizard-preview {
        font-size: 30px;
        padding: 15px 5px;
    }
    .logo img {
        max-width: 40px;
    }
    .wizard-step .step-order {
        top: -22px;
        width: 60%;
        height: 43px;
        font-size: 15px;
    }
    .header-mobile {
        display: block;
    }
    header {
        display: none;
    }
    .mobile-menu-trigger {
        font-size: 24px;
    }
    /* Typography */
    .second-process:after {
        display: none;
    }
    .second-single-loan-process {
        padding-bottom: 70px;
    }
}
.wizard-final .detail {
    color: #000;
    padding: 10px 20px;
    background-color: transparent;
}
.btnTeklifIste2 {
    color: #000;
}
button[type=submit] {
    cursor: pointer;
}
.header-mobile .header-top{display:none!important;}