/*
Theme Name: Mep Theme
Author: Pixelbase Team
Version: 1.0
Requires PHP: 7.0
License: Private
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body{
    font-family: 'Poppins';
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    color: #393A44;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'ClashGrotesk';
}

.text-blue{
    color: #65C6E8;
}

.choices{
    width: 100%;
    color: #393A44;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.choices__inner{
    background: transparent;
    border: 0;
	padding-left:0 !important;
}

.choices__placeholder{
	font-weight:600 !important;
}

.choices[data-type*=select-one]::after{
    border: 0;
    background:url('images/arrow.png');
    width: 12px;
    height: 6px;
}

.choices[data-type*=select-one].is-open::after{
    margin-top: -2px;
}

.choices__list--dropdown, .choices__list[aria-expanded]{
    margin-top: 18px;
    background: #EFEFEF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    color: #5C5C5C;
    border: 1px solid #C2C2C2;
}

.choices__list .choices__item.choices__item--choice:hover{
    background: #fff;
}

.choices__list--dropdown .choices__list{
    scrollbar-color: #65C3DB transparent;
    scrollbar-width: thin;
}

.air-datepicker--content:after{
	display: block;
	content: "Örnek ödeme planınız geçmiş verilere dayalı olarak simüle edileceği için gerçekleşmiş bir tarih seçiniz.";
    padding: 4px 10px;
    font-size: 14px;
    background: #eee;
}

.installment-in .choices__list.choices__list--dropdown>.choices__list{
    max-height: 200px;
}

.installment-in .choices__list.choices__list--dropdown::after{
    display: block;
    content: "Maksimum taksit sayısı seçtiğiniz Avans Ödeme Tarihi'ne göre belirlenmektedir.";
    padding: 6px 10px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
}

/* ----------- HEADER ----------- */
header{
    position: relative;
    max-width: 1900px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media (max-width: 1900px) {
    header{
        margin-left: 10px;
        margin-right: 10px;
    }
}

#topbar{
    position: absolute;
    top: 50px;
    padding-left: 74px;
    padding-right: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1;
}

#nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav .tel{
    display: block;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0;
    padding-right: 24px;
    margin-right: 30px;
    border-right: 1px solid #4D4D58;
    color: #fff;
    margin-top: -10px;
    font-family: 'ClashGrotesk';
}

#topbar .logo img{
    max-width: 105px;
    height: auto;
}

@media (max-width:600px) {
    #topbar{
        padding-left: 0px;
        padding-right: 20px;
    }

    #topbar .logo{
        transform: scale(0.75);
    }

    #nav .tel{
        font-size: 18px;
        padding-right: 10px;
        margin-right: 10px;
    }
}

#nav-button{
    background: transparent;
    border: 0;
}

#nav-button:hover{
    cursor: pointer;
}

#slider{
    max-width: 100%;
}

#slider .slider-item{
    display: none;
}

#slider .slider-item.active{
    display: block;
}

#slider video{
    max-width: 100%;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

#slider .video::before{
    display: block;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/slider-shadow.webp');
    background-repeat: no-repeat;
    background-position: left bottom;
}

#slider .text{
    position: absolute;
    bottom: 85px;
    left: 85px;
    max-width: 407px;
}

@media (max-width:600px){
    #slider .text{
        bottom: 10px;
        left: 10px;
    }
}

#slider .plus{
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #00000075;
    color: #66C6E8;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-bottom: 10px;
}

#slider h2{
    font-weight: 600;
    color: #fff;
    font-size: 28px;
}

@media (max-width:1400px) {
    #slider h2{
        font-size: 28px;
    }
}

@media (max-width:1000px) {
    #slider video{
        min-height: 600px;
        object-fit: cover;
    }

    #slider h2{
        font-size: 22px;
    }

    #slider .text{
        padding-right: 50px;
    }
}

@media (max-width:600px) {
    #slider .text{
        width: 100%;
        max-width: 100%;
        padding-bottom: 100px;
    }

    #slider h2{
        text-align: center;
    }

    #slider .plus{
        margin-left: auto;
        margin-right: auto;
    }
}

#slider p{
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width:600px) {
    #slider p{
        display: none;
    }
}

#slider-buttons{
    position: absolute;
    right: 26px;
    bottom: 35px;
}

#slider-buttons .background{
    background: #63636A;
    border-radius: 64px;
    padding-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 6px;
}

#slider-buttons button{
    display: block;
    background: transparent;
    border: 0;
}

#slider-buttons button:hover{
    cursor: pointer;
}

#slider-buttons button:hover path{
    transition: all .2s;
    fill: #58C0D8;
}

#overlay-menu{
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    right: 0;
    width: 40%;
    height: calc(100% - 4px);
    border-bottom-right-radius: 35px;
    z-index: 1;
    transform: translateX(100%);
    transition: all .2s;
}

#overlay-menu.active{
    transform: translateX(0);
}

#overlay-menu .top{
    margin-top: 50px;
    margin-right: 60px;
    display: flex;
    align-items: center;
}

#overlay-menu .top .tel{
    font-size: 28px;
    margin-right: 40px;
    font-weight: 600;
    color: #fff;
}

#overlay-menu button{
    background: transparent;
    border: 0;
}

#overlay-menu button:hover{
    cursor: pointer;
}

#overlay-menu nav{
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 60px;
}

@media (max-width:1000px) {
    #overlay-menu{
        width: 100%;
    }

    #overlay-menu .top .tel{
        font-size: 18px;
    }

    #overlay-menu .top{
        margin-right: 20px;
    }

    #overlay-menu nav{
        padding-right: 20px;
    }
}

#overlay-menu nav a{
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    font-family: 'ClashGrotesk';
    text-align: right;
    margin-bottom: 20px;
    color: #fff;
}

#overlay-menu nav a:hover{
    color: #58C0D8;
}

#contact-form{
    display: none;
    max-width: 450px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 60px;
    transition: all .2s;
}

#contact-form .form-info{
    color: #fff;
    font-size: 16px;
    margin-bottom: 60px;
    text-align: center;
}

#contact-form input{
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-family: 'ClashGrotesk';
    font-size: 20px;
    font-weight: 600;
    border-radius: 16px;
    padding: 0 25px;
    border: 0;
}

@media (max-width:600px) {
    #contact-form{
        padding: 0 20px;
    }

    #contact-form .form-info{
        margin-bottom: 20px;
    }

    #contact-form input{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border-radius: 6px;
    }
}

#contact-form input:focus{
    outline: 0;
}

#contact-form input[type=submit]{
    background: #69C5DC;
    color: #fff;
    border: 0;
}

#contact-form input[type=submit]:hover{
    cursor: pointer;
}

#contact-form .wpcf7-not-valid-tip{
    padding: 0 25px;
    margin-top: 4px;
}

#contact-form .wpcf7-response-output{
    color: #fff;
}

#contact-address{
    display: none;
    max-width: 450px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 60px;
}

#contact-address span{
    display: block;
    text-align: right;
}

#contact-address span.title{
    font-weight: bold;
    font-size: 20px;
    color: #74C7DB;
    margin-bottom: 10px;
}

#contact-address span.small-title{
    font-size: 16px;
    color: #74C7DB;
    font-weight: bold;
}

#contact-address span.value{
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

#contact-address .divider{
    display: block;
    width: 10px;
    margin: 100px 0;
}

@media (max-width:600px) {
    #contact-address{
        padding: 0 20px;
    }

    #contact-address span.title{
        font-size: 16px;
    }

    #contact-address .divider{
        margin: 40px 0;
    }
}

/* ----------- PROPERTIES ----------- */
.properties{
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 56px;
}

.properties .section-title{
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #393A44;
    margin-bottom: 56px;
}

.properties .flex{
    display: flex;
    gap: 30px;
}

.property{
    position: relative;
}

.property img{
    max-width: 100%;
    max-height: 470px;
    border-radius: 24px;
}

.property .title{
    position: absolute;
    top: 50px;
    left: 56px;
}

.property .title .text-blue{
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.property .title p{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
}

.property .desc{
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 264px;
    min-height: 100px;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(60px);
    border-bottom-left-radius: 16px;
    border-top-right-radius: 20px;
    padding: 25px 25px;
    overflow: hidden;
    color: #fff;
    border-width: 1px;
    /* border-style: solid; */
    /* border-image: linear-gradient(to right, #57D4F1, transparent) 1; */
}

.property .desc p{
    margin: 0;
    font-size: 12px;
}

@media (max-width:1400px) {
    .property{
        min-height: 400px;
    }

    .property .background, .property img{
        height: 100%;
        min-height: 400px;
        object-fit: cover;
    }
}

@media (max-width:1000px){
    .properties .flex{
        flex-direction: column;
    }

    .property .background, .property img{
        width: 100%;
    }

    .property .desc{
        width: 100%;
        left: 0;
        bottom: 5px;
    }
}


/* ----------- WHAT ----------- */
.what{
    position: relative;
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 100px;
}

.what .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 630px;
    background: url('images/what.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border-bottom-left-radius: 60px;
    color: #fff;
}

.what .content>div.left{
    max-width: 525px;
    width: 50%;
    margin-left: 85px;
}

.what h2{
    font-weight: 600;
    font-size: 38px;
    margin:0;
}

.what .content>div.left span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.what p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 300;
}

.what .content>div.left a{
    display: inline-block;
    background: #65C3DB;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    width: auto;
    text-decoration: none;
    padding: 20px 60px;
    margin-top: 20px;
    transition: all .2s;
}

.what .content>div.left a:hover{
    background: #484848;
    color: #65C3DB;
}

.what .content>div.right{
    margin-right: 120px;
}

.what .button{
    position: relative;
    padding: 70px 90px;
}

.what .button .bg{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(242.96deg, #000000 37.41%, #69C5DC 92.04%);
    opacity: 0.3;
    border: 1px solid #65C3DB;
    border-radius: 204px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.what .ads-video{
    display: block;
    position: relative;
    z-index: 1;
    background: url('images/button-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #fff;
    border: 0;
    padding: 50px;
    border-radius: 120px;
    min-width: 500px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width:1400px) {
    .what .content>div.right{
        margin-right: 50px;
    }

    .what .button{
        padding: 30px;
    }

    .what .ads-video{
        min-width: 300px;
        padding: 20px;
    }
}

.what .ads-video:hover{
    cursor: pointer;
}

.what .ads-video .icon{
    display: block;
    margin-bottom: 15px;
}

.what .ads-video .big{
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.what .ads-video .small{
    display: block;
    font-size: 18px;
    color: #74C7DB;
}

@media (max-width:900px){
    .what .content{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 50px;
    }

    .what .content>div.left{
        width: 90%;
        margin-left: 0;
    }

    .what .content>div.right{
        margin-right: 0;
    }

    .what .ads-video .big{
        font-size: 18px;
    }

    .what .ads-video .small{
        font-size: 16px;
    }

    .what .button{
        padding: 10px;
    }

    .what .ads-video{
        min-width: 250px;
        padding: 10px;
    }
}


/* ----------- CALCULATOR ----------- */
.calculator{
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 112px;
    padding-left: 180px;
    padding-right: 180px;
    box-shadow: 0 10px 50px 30px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    margin-top: -45px;
    margin-bottom: 140px;
}

@media (max-width: 1600px) {
    .calculator{
        max-width: 90%;
        padding-left: 80px;
        padding-right: 80px;
    }
}

.calculator .content>.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

@media (max-width: 650px) {
    .calculator .content>.title{
        flex-direction: column;
        gap: 30px;
    }
}

.calculator .title .right{
    display: flex;
    gap: 30px;
}

.calculator .title h3{
    font-size: 36px;
    font-weight: 600;
    color: #393A44;
    margin: 0;
}

.calculator .title span{
    font-size: 16px;
    /* font-weight: bold; */
    color: #313442;
}

@media (max-width:1700px) {
    .calculator .title .right{
        gap: 10px;
    }

    .calculator .title span{
        font-size: 14px;
    }
}

@media (max-width:1500px) {
    .calculator{
        padding-left: 40px;
        padding-right: 40px;
    }

    .calculator .title .right{
        flex-direction: column;
    }

    .calculator .title span{
        display: block;
    }
}

#calculator-form .row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
}

@media (max-width:1200px){
    #calculator-form .row{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:750px){
    #calculator-form .row{
        grid-template-columns: 1fr;
    }
}

@media (max-width:400px){
    .calculator{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.calculator .input{
    width: 100%;
    position: relative;
}

.calculator .input .in{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CFCFCF;
    border-radius: 16px;
    height: 90px;
    padding: 0px 24px;
    margin-top: -14px;
}

.calculator .input .in:has(>input:focus){
    border-color: #95C285;
}

.calculator .input .title{
    display: inline-block;
    background-color: #CFCFCF;
    padding: 5px 17px;
    color: #fff;
    font-size: 14px;
    font-family: 'ClashGrotesk';
    border-radius: 9px;
}

.calculator .input:has(input:focus) .title{
    background: #95C285;
}

 .calculator .input .in:has(>input:focus) ~ .title{
    background-color: #95C285;
 }

.calculator .input input{
    border: 0;
    font-size: 20px;
    font-weight: 600;
    min-width: 0;
    display: inline;
    width: 100%;
}

.calculator .input input:focus{
    outline: 0;
}

.calculator .input .helper{
    font-size: 14px;
    display: block;
    max-width: 50px;
    text-align: right;
    border-left: 1px solid #D9D9D9;
    padding-left: 15px;
    margin-right: 10px;
    color: #5C5C5C;
}

#calculator-form button[type=submit]{
    background: #313442;
    border-radius: 16px;
    height: 90px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'ClashGrotesk';
    color: #fff;
    border: 0;
    transition: all .2s;
}

#calculator-form button[type=submit]:hover{
    cursor: pointer;
    background: #57D4F1;
}

#calculator-form .form-helper{
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}

#calculator-form select{
    background: transparent;
    border: 0;
    appearance: none;
    font-size: 20px;
    font-weight: 600;
    color: #393A44;
    padding-right: 10px;
    margin-right: 10px;
}

#calculator-form .selectboxes{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}

#calculator-form .selectboxes .choices[data-type*=select-one]::after{
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: auto;
}

#calculator-form .selectboxes .choices{
    text-align: center;
}

#calculator-form .choices__list--single{
    padding-right: 4px;
    font-size: 20px;
}

#advance-pay-day .choices__inner{
    width: 100%;
}

#calculator-form .error{
    display: block;
    opacity: 0;
    background: #2b0910;
    color: #fff;
    padding: 4px 6px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    width: 100%;
}

#calculator-form .error.show{
    opacity: 1;
}

#result-table{
    margin-top: 60px;
    display: none;
}

#result-table .split{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}

@media (max-width:1100px){
    #result-table .split{
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}

#result-table span.title{
    display: block;
    color: #484848;
    font-family: "ClashGrotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
}

#result-table span.val{
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.14px;
}

#result-table .row{
    display: grid;
    grid-template-columns: minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr);
    gap: 20px;
    margin-bottom: 5px;
    padding: 15px 18px;
    border-radius: 8px;
}

#result-table .row:nth-child(odd){
    background-color: #f5f5f5;
}

#result-table .big .row{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#result-table .table-title{
    display: block;
    font-family: "ClashGrotesk";
    font-size: 24px;
    font-weight: 600;
    color: #393A44;
    margin-bottom: 10px;
    padding: 0 18px;
}

#result-table .endeks-table .table-title{
    color: #95C285;
}

#result-table .endeks-table .row>.val:first-child{
    font-weight: 600;
}

#result-table .odeme-table .table-title{
    color: #67C7E9;
}

#result-table .odeme-table .row>.val:first-child{
    font-weight: 600;
}

#result-table .mobile {
    display: none;
    font-weight: 600;
    font-size: 16px;
    color: #808080;
}

#result-table .row.bottom{
    background: #333;
}

#result-table .row.bottom .val{
    color: #fff;
}

#result-table .infos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 65px;
}

@media (max-width:1100px){
    #result-table .infos{
        grid-template-columns: 1fr;
    }
}

#result-table .info{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 27px;
}

#result-table .info>div{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

#result-table .info span.title{
    display: block;
    color: #5C5C5C;
    font-family: "ClashGrotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 110% */
    letter-spacing: -0.4px;
}

#result-table .info p{
    color: #5C5C5C;
    font-family: "ClashGrotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

#result-table .info .value{
    display: block;
    margin-top: auto;
    color: #5C5C5C;
    font-family: "ClashGrotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: -0.4px;
}

#result-table .total-payment{
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 25px;
    column-gap: 25px;
    row-gap: 25px;
}

@media (max-width:1100px){
    #result-table .total-payment{
        grid-template-columns: 1fr;
    }
}

#result-table .total-endeks{
    border-radius: 8px;
    background: #69C5DC;
    padding: 27px;
}

#result-table .total-endeks>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

#result-table .total-endeks .title{
    display: block;
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 110% */
    letter-spacing: -0.4px;
}

#result-table .total-endeks .value{
    display: block;
    margin-top: auto;
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: -0.4px;
}

#result-table .total-money{
    border-radius: 8px;
    background: #95C285;
    padding-top: 65px;
    padding-bottom: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width:560px) {
    #result-table .total-endeks>div, #result-table .total-money{
        min-width: 0;
    }

    #result-table .total-money{
        flex-direction: column;
        gap: 20px;
    }

    #result-table .total-money .value{
        font-size: 32px;
    }
}

#result-table .total-money .title{
    display: block;
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 110% */
    letter-spacing: -0.4px;
}

#result-table .total-money .value{
    display: block;
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 71.429% */
    letter-spacing: -0.84px;
}

@media (max-width:600px) {
    #result-table .total-money .value{
        font-size: 32px;
    }
}

#result-table .total>p{
    color: #484848;
    text-align: center;
    font-family: "ClashGrotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.36px;
    margin-top: 55px;
}

#loading-result{
    display: none;
}

#loading-result>div{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 50px;
    justify-content: center;
    align-items: center;
}

/* ----------- DETAILS ----------- */
.details{
    width: 100%;
    max-width: 1304px;
    margin: 0 auto;
    margin-bottom: 60px;
    
}

.details>.title{
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}

.details>.title h4{
    font-size: 18px;
    font-weight: 500;
    color: #98CEE1;
    margin: 0 0 30px 0;
}

.details>.title h3{
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 22px 0;
    letter-spacing: -1px;
    line-height: 40px;
}

.details>.title p{
    color: #808080;
    font-size: 14px;
    line-height: 20px;
}

.details>.title video{
    margin-right: -100px;
}

@media (max-width: 1304px) {
    .details{
        max-width: 96%;
    }

    .details>.title{
        margin-bottom: 200px;
    }

    .details>.title video{
        max-width: 500px;
        margin-right: 0;
        width: 100%;
    }
}

.details .items{
    display: flex;
    flex-wrap: wrap;
    gap: 78px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.details .item{
    max-width: 45%;
    background: linear-gradient(180deg, #E0F2F7, #FFFFFF 70%);
    border-radius: 24px;
    padding: 60px 50px 0 50px;
    margin-bottom: 50px;
}

.details .items>.item:nth-child(odd){
    margin-top: -170px;
}

.details .item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.details .item h3{
    font-size: 28px;
    font-weight: 600;
    font-family: 'ClashGrotesk';
    color: #393a44;
}

.details .item p{
    font-size: 14px;
    color: #767C7D;
    line-height: 20px;
}

.details .item img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px){
    .details>.title{
        flex-direction: column;
    }

    .details .items{
        flex-direction: column;
    }

    .details .item{
        width: 100%;
        max-width: 100%;
    }

    .details .item .image{
        text-align: center;
    }

    .details .items>.item:nth-child(odd){
        margin-top: 0;
    }
}

@media (max-width: 400px){
    .details{
        overflow: hidden;
    }

    .details .item{
        padding: 30px 20px 0 20px;
    }
}


/* ----------- FAQ ----------- */
.faq{
    width: 100%;
    max-width: 1700px;
    margin: 0 auto 150px auto;
}

@media (max-width: 1700px) {
    .faq{
        max-width: 90%;
    }
}

.faq .title{
    text-align: left;
}

.faq .title:hover{
    cursor: pointer;
}

.faq .title h4{
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 60px 0;
    text-align: center;
}

.faq .items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
    row-gap: 20px;
    align-items: start;
}

@media (max-width: 1300px) {
    .faq .items{
        column-gap: 20px;
    }
}

@media (max-width: 900px){
    .faq .items{
        grid-template-columns: 1fr;
    }
}

.faq .item{
    display: block;
    border: 1px solid #DBDBDB;
    padding: 25px 30px;
    border-radius: 8px;
    margin-bottom: 0;
    background: #fff;
    transition: all .2s;
}

.faq .item:hover{
    background: #E6F6F9;
    border-color: #82CDDF;
}

.faq .item .content{
    display: none;
    /* max-height: 0; */
    /* overflow: hidden;
    transition: all 0.3s ease-out; */
}

/* .faq .item.active .content{
    max-height: 500px;
} */

.faq .item .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.faq .item .title .icon span{
    font-size: 30px;
}

.faq .item .title .icon span.closed{
    display: block;
}

.faq .item .title .icon span.open{
    display: none;
}

.faq .item.active .title .icon span.closed{
    display: none;
}

.faq .item.active .title .icon span.open{
    display: block;
}

.faq .item h5{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.faq .item p, .faq .item li{
    font-size: 14px;
    color: #767C7D;
    line-height: 20px;
}


/* ----------- PLANS ----------- */
.plans{
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    margin-bottom: 100px;
}

@media (max-width: 1700px) {
    .plans{
        max-width: 90%;
    }
}

.plans .top{
    display: flex;
    gap: 120px;
}

@media (max-width:1000px) {
    .plans .top{
        flex-direction: column;
        gap: 50px;
    }
}

.plans .top>.text{
    max-width: 310px;
    flex-shrink: 0;
}

.plans .top>.text h3{
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 50px;
}

.plans .top>.text p{
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}

.plans .carousel{
    display: flex;
    align-items: center;
}

@media (max-width:1000px) {
    .plans .carousel{
        width: 100%;
        overflow: hidden;
    }
}

.plans .carousel .buttons button{
    background: transparent;
    border: 0;
}

.plans .carousel .buttons button:hover{
    cursor: pointer;
}

.plans .carousel .buttons button:hover path{
    transition: all .2s;
    fill: #85CEE0;
}

.plans .carousel .tns-ovh{
    padding: 50px 0;
}

.plans .carousel .items{
    display: flex;
    gap: 16px;
    width: 100% !important;
}

.plans .carousel .item{
    width: 275px !important;
    border: 0.5px solid rgba(116, 199, 219, 0.86);
    border-radius: 12px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FBFD 100%);
    padding-bottom: 30px;
    backdrop-filter: blur(60px);
    padding-bottom: 48px;
}

.plans .carousel .item:hover{
    background: #fff;
    box-shadow: 0px 15px 32px rgb(162 216 229);
}

.plans .carousel .item img{
    max-width: 100%;
    height: auto;
    margin-top: -60px;
    margin-bottom: auto;
    justify-self: start;
}

.plans .carousel .item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.plans .carousel .item h4{
    color: #484848;
    font-family: "ClashGrotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    letter-spacing: -0.36px;
}

.plans .carousel .item .title .image{
    border: 1px solid #C9E5EF;
    border-radius: 5px;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.plans .carousel .item .title .image img{
    margin:0;
}

.plans .carousel .item p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    letter-spacing: -0.16px;
    opacity: 0.5;
    max-width: 80%;
    letter-spacing: -0.5px;
}

.plans .bottom{
    background: linear-gradient(103.76deg, #FFFFFF 29.21%, rgba(105, 197, 220, 0.5) 103.93%);
    border-radius: 32px;
}

.plans .infos{
    display: flex;
    padding-top: 400px;
    margin-top: -300px;
    gap: 150px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
}

@media (max-width:1600px) {
    .plans .infos{
        gap: 100px;
    }
}

@media (max-width:1300px) {
    .plans .infos{
        gap: 40px;
    }
}

@media (max-width:900px) {
    .plans .infos{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:500px) {
    .plans .infos{
        display: flex;
        flex-direction: column;
    }
}

.plans .infos .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.plans .infos p{
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    font-family: 'ClashGrotesk';
}


/* ----------- VIDEO OVERLAY ----------- */
#video-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    flex-direction: column;
    justify-content: center;
}

#video-overlay.active{
    display: flex;
}

#video-overlay .wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#video-overlay .title{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

@media (max-width: 500px){
    #video-overlay .title{
        flex-direction: column;
        text-align: center;
        gap: 50px;
        margin-bottom: 50px;
    }
}

#video-overlay .button{
    display: flex;
    align-items: center;
    gap: 20px;
}

#video-overlay .button .tel{
    font-size: 28px;
    margin-right: 40px;
    font-weight: 600;
    color: #fff;
}

#video-overlay button{
    background: transparent;
    border: 0;
}

#video-overlay button:hover{
    cursor: pointer;
}

#video-overlay iframe{
    max-width: 50%;
    margin: 0 auto;
    left: auto;
    right: auto;
}

@media (max-width: 1260px) {
    #video-overlay .wrapper{
        max-width: 90%;
    }

    #video-overlay iframe{
        max-width: 90%;
    }
}



/* ----------- FOOTER ----------- */
footer{
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    background: linear-gradient(101.63deg, #FFFFFF 26.1%, rgba(105, 197, 220, 0.5) 165.53%);
    border-radius: 32px;
    padding-top: 100px;
    padding-bottom: 70px;
    padding-right: 70px;
    padding-left: 70px;
    overflow: hidden;
}

@media (max-width: 1700px) {
    footer{
        max-width: 90%;
    }
}

footer .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

footer video{
    max-width: 400px;
}

@media (max-width: 1500px) {
    footer video{
        max-width: 200px;
    }
}

@media (max-width: 1300px) {
    footer video{
        max-width: 200px;
    }
}

footer .menu{
    border-right: 1px solid #DFDFDF;
    min-width: 260px;
    padding-right: 50px;
}

footer .menu nav{
    margin-bottom: 60px;
}

footer .menu a{
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #7C7E7F;
    margin-bottom: 10px;
    font-family: 'ClashGrotesk';
    font-weight: 400;
}

footer .menu a:hover{
    cursor: pointer;
    text-decoration: underline;
}

#social-media{
    display: grid;
    grid-template-areas: 
        "col1 col2 col3 col4"
        "col5 col5 col6 col6";
    margin-bottom: 70px;
}

#social-media a{
    border: 1px solid #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
}

#social-media a:hover path{
    transition: all .2s;
    fill: #85CEE0;
}

#social-media .col1{
    grid-area: col1;
    border-right: 0;
    border-bottom: 0;
}

#social-media .col2{
    grid-area: col2;
    border-right: 0;
    border-bottom: 0;
}

#social-media .col3{
    grid-area: col3;
    border-right: 0;
    border-bottom: 0;
}

#social-media .col4{
    grid-area: col4;
    border-bottom: 0;
}

#social-media .col5{
    grid-area: col5;
    border-right: 0;
}

#social-media .col6{
    grid-area: col6;
}

footer .copyright{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

footer .copyright>p{
    max-width: 250px;
    font-size: 14px;
    color: #787D7E;
    font-family: 'ClashGrotesk';
}

footer .copyright>div{
    flex-shrink: 0;
}

footer .copyright .small{
    display: block;
    font-size: 16px;
    color: #484848;
    text-align: right;
}

footer .copyright .big{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #484848;
    font-family: 'ClashGrotesk';
}

footer .bottom{
    display: flex;
    align-items: center;
    border-top: 1px solid #DFDFDF;
    gap: 20px;
}

footer .newsletter{
    padding-top: 50px;
    padding-right: 50px;
    border-right: 1px solid #DFDFDF;
}

footer .newsletter .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
    font-family: 'ClashGrotesk';
}

footer .newsletter input{
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    color: #7c7c7c;
    border: 0;
    margin-bottom: 14px;
    width: 100%;
}

footer .newsletter button{
    background: #484848;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 55px;
    border: 0;
    transition: all .2s;
}

footer .newsletter button:hover{
    cursor: pointer;
    background: #57D4F1;
}

footer .logo{
    padding-top: 50px;
}

footer .logo span{
    display: block;
    font-size: 16px;
    text-align: right;
    color: #484848;
    margin-bottom: 50px;
    font-family: 'ClashGrotesk';
}

footer .logo img{
    display: block;
    margin-bottom: 18px;
    margin-left: auto;
}

@media (max-width: 1300px) {
    footer .copyright{
        flex-direction: column;
        align-items: flex-start;
    }

    footer .bottom{
        flex-direction: column;
    }

    footer .newsletter{
        border-right: 0;
    }

    footer .logo span{
        text-align: left;
    }

    footer .logo img{
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    footer .row{
        flex-direction: column;
    }

    footer .menu{
        padding-right: 0;
        border-right: 0;
        text-align: center;
    }

    footer .copyright{
        align-items: center;
    }

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

@media (max-width: 500px){
    footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    #social-media{
        grid-template-areas: 
            "col1 col2"
            "col3 col4"
            "col5 col5"
            "col6 col6";
    }

    #social-media .col2{
        border-right: 1px solid #DFDFDF;
    }

    #social-media .col5{
        border-right: 1px solid #DFDFDF;
    }
}

#pixelbase-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
    padding-bottom: 50px;
}