html {
    /* scroll-behavior: smooth; conflict with jquery animate */
    overflow-x: hidden;
}

@font-face {
    font-family: 'EdictDisplay-Thin';
    src: url('../fonts/EdictDisplay-Thin.woff') format('woff'),
        url('../fonts/EdictDisplay-Thin.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EdictDisplay-ThinItalic';
    src: url('../fonts/EdictDisplay-ThinItalic.woff') format('woff'),
        url('../fonts/EdictDisplay-ThinItalic.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Inter-VariableFont_opsz';
    src: url('../fonts/Inter-VariableFont_opsz.woff') format('woff');

    font-weight: normal;
    font-style: normal;

}





.image-left {
    animation: image-left 2.5s ease 0s 1 normal forwards;
}

@keyframes image-left {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



.image-right {
    animation: image-right 2.5s ease 0s 1 normal forwards;
}

@keyframes image-right {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.zoom-out {
    animation: zoom-out 2s ease 0s 1 normal forwards;
}

@keyframes zoom-out {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}




.down-up {
    animation: down-up 2s ease 0s 1 normal forwards;
}

@keyframes down-up {
    0% {
        opacity: 0;
        margin-top: 100px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}



.up-down {
    animation: up-down 2s ease 0s 1 normal forwards;
}

@keyframes up-down {
    0% {
        opacity: 0;
        top: 80px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}



/* Telefon inputuna yer aç */
input[type="tel"] {
    padding-left: 90px !important;
}

/* Modal arka planı menünün altında kalsın */
.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}





.fnt-s1 {
    font-weight: normal;
    font-style: normal;
}

.fnt-s2 {
    font-weight: normal;
    font-style: italic;
}

.fnt-color-2 {
    color: #111;
}

.fnt-s3 {
    font-family: 'Inter-VariableFont_opsz', sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    padding: 0px 15px;
}

/*--------------------------------------------------------------
#GLOBAL
--------------------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input {
    -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

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

.font-s-1 {
    font-size: 40px;
    color: #bb8459;
    font-family: 'Inter-VariableFont_opsz', sans-serif;
    font-weight: bold;
    line-height: 38px;
}

.font-s-2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inter-VariableFont_opsz', sans-serif;
}

.font-s-3 {
    font-size: 50px;
    color: #111;
    font-family: 'EdictDisplay-ThinItalic', sans-serif;
    line-height: 50px;
}

.w100p {
    width: 100%;
}

.section-wrapper {
    clear: both;
}

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


    .section-wrapper {
        padding: 0px;
    }
}

.clear {
    clear: both;
}

.s-white {
    background-color: #ffffff;
}

.s-grey {
    background-color: #eef5f8;
}

.s-grey-darker {
    background-color: #f1f0f2;
}

.s-blue {
    background: #001d3e;
    color: #fff;
}

.s-brown {
    background: #0f0c07;
    color: #fff;
}

.s-footer-water {
    padding: 0px !important;
}

.mblock {
    display: block;
}

@media screen and (max-width: 990px) {
    .mblock {
        display: unset;
    }

    .nnja {
        display: none !important;
    }
}

.align-right-to-center {
    text-align: right;
}

.align-left-to-center {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left !important;
}


@media screen and (max-width: 990px) {
    .align-right-to-center {
        text-align: center;
    }

    .align-left-to-center {
        text-align: center;
    }

    .align-center-to-left {
        text-align: left;
    }
}

.sm-ico {
    padding: 0 5px;
}

/*--------------------------------------------------------------
#GLOBAL
--------------------------------------------------------------*/



html,
body {
    overflow-x: hidden;
}

body {
    position: relative color:#333333;
}

body {
    font-family: 'Inter-VariableFont_opsz', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

h1,
h3,
h4,
h5,
h6 {
    margin: 8px 0;
    padding: 0px;
}

body p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 100;

}

h3 {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 27px;
    font-family: 'EdictDisplay-Thin', sans-serif;
    font-style: normal;
}

h4 {
    padding-top: 10px;
}

h1 {
    font-family: 'EdictDisplay-Thin';
    font-weight: 300;
    font-style: normal;
    font-size: 38px;
    margin-top: 15px;
    line-height: 45px;
    letter-spacing: 4px;
}

h2 {
    font-family: 'EdictDisplay-Thin', sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 4px;
    font-size: 17px;
}

h5 {
    font-family: 'EdictDisplay-Thin', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
}

.h1desc {
    font-size: 17px;
}

.cta-footer {
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #393845 !important;
    padding: 6px 30px 4px 30px;
    border: 1px solid #393845;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
}

.img1-bg {
    background-image: url("https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/section1-rightimg.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 750px;
}

.section1-text {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;

}

.section-v1-b-margin-p {
    margin-top: 120px;
}

.section-v1-b-content-margin {
    margin: 0px 0px 0px 30px;
}

.spanline {
    border-bottom: 1px solid #00000042;
    height: 10px;
    display: block;
    width: 75%;
}

.spanline-payment {
    border-bottom: 1px solid #00000042;
    height: 10px;
    display: block;
    width: 45%;
    margin: auto;
}

/*video poster youtube*/

.poster {
    cursor: pointer;
    border-radius: 0px;
}

.modal-1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content-1 {
    position: relative;
    width: 80%;
    max-width: 700px;
}

.close-1 {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.studio {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;

}

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;

}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #00000070;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tile-caption-right {
    position: absolute;
    right: 27px;
    bottom: 20px;
    text-shadow: 2px 2px 8px #000000;
    font-size: 14px;
}

.am-image {
    transition: transform 0.3s ease;
    /* smooth animation */
}

.am-image:hover {
    transform: scale(1.01);
    box-shadow: 1px 1px 20px 8px rgb(0 0 0 / 31%);
}




@media (pointer: coarse) {
    #js-pointer-detector {
        display: block;
    }

    .js-videoPoster {
        display: block;
    }
}


/*video poster youtube end*/



@media screen and (min-width: 800px) {
    .mobile-map {
        display: none !important;
    }
}

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

    p {
        padding: 0px 30px;
    }

    h3 {
        font-size: 20px !important;
        font-weight: 300 !important;
        letter-spacing: 1px !important;
        line-height: 30px !important;
        padding: 0px 20px;
    }

    .video-p {
        width: 100% !important;
    }

    .desktop-map {
        display: none !important;
    }

    .mob-font-p {
        font-size: 13px !important;
    }


    .font-s-3 {
        font-size: 37px !important;
        line-height: 20px !important;
    }

    .payment-mob-padding {
        padding: 18px !important;
    }


    h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .heading-1 {
        font-size: 26px;
        margin-top: 20px;
        line-height: 1.3;
    }

    .location-with {
        width: 100% !important;

    }

    .project-logo {

        width: 65% !important;
    }

    .project-logo-desc {

        width: 70% !important;
        top: 38% !important;
    }

    .tiles {
        margin-top: -150px !important;
    }

    .img-mobile-padding {
        padding-top: 40px !important;
    }

    .section-v1-b-content-margin {
        margin: 0px;
    }

    .section-v1-b-margin {
        margin: 85px 0px 90px;
        min-height: auto;
    }

    .section-v2-b {
        padding: 85px 0px 85px !important;
        margin-top: -195px !important;
    }




    .video-heading {
        display: none !important;
    }

    .driving-section-text {
        padding: 85px 30px 20px 30px !important;
        margin-bottom: -225px;
        */
        /* position: absolute; */
        /* margin-left: auto; */
        /* margin-right: auto;*/
    }


    .mob-padding {
        padding: 2px 20px;
    }

    h1 {

        font-size: 31px !important;
        line-height: 37px !important;
        text-align: center;
        padding: 0px 30px;
    }

    .img1-bg {
        background-image: url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/img1-m.webp) !important;
        min-height: 270px !important;
    }







    .studio {
        letter-spacing: 1px;
        font-size: 17px;
        line-height: 1.5;
    }


    .section-v4-h1 {
        position: static !important;
        color: white !important;
        padding: 30px 0px;
    }

    .section-v4-h3 {
        position: static !important;
        color: white !important;
        padding: 30px 0px;
    }

    .section-v4-img-left {

        min-height: auto !important;
        background-image: none !important;

    }



}

.payment-table-width {
    width: 80%;
    text-align: center;
}

.section-v5-margin {
    padding: 110px 0px 110px 0px;

}

.section-6 {
    color: white;
    background-image: url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/section7.webp);
    background-size: cover;
    padding: 100px 0px;
}

.tiles {
    margin-top: -250px;
}


.location-with {
    width: 50%;
}


h4 {
    color: #6f6f6f;
    font-size: 16px;
}


a {
    color: #333333;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}


.project-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 35%;
    bottom: 21%;
    text-align: center;
}

.project-logo-desc {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24%;
    color: white;
    text-align: center;
}

.logo {
    position: absolute;
    left: 8%;
    transform: translate(-50%, 0);
    top: 10%;
}




.main-form-ctrl {
    float: left;
    width: 100%;
    padding: 30px;
    margin-top: -180px;
    background: rgba(255, 255, 255, 0.8);
}

.main-form {
    border: 0px solid #525252;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 20px 10px;
}

.banner-info {
    padding-bottom: 30px;
}

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

    .main-form-ctrl {
        padding: 30px 10px;
        margin-top: -380px;
    }


}





.slider-ctrl {
    position: absolute;
    right: -100%;
    top: 25px;
}

.slider-ctrl {
    width: 50%;
}

@media screen and (max-width: 990px) {
    .slider-ctrl {
        position: unset !important;
        right: unset !important;
        top: unset !important;
    }

    .slider-ctrl {
        width: 100% !important;
    }
}

.to-right {
    float: right;
}

.to-right .slider-ctrl {
    position: absolute;
    left: -100%;
    top: 25px;
}

@media screen and (max-width: 990px) {
    .to-right {
        float: unset;
        padding-left: 15px;
    }
}

.color-or-blue {
    color: #001d3e !important;
}




.location-dubai {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.location-dubai li {
    list-style: none;
    margin-bottom: 15px;
}

.time-desc span {
    display: block;
    width: 100%;
    text-align: center;
}

.time-desc,
.location-desc {
    float: left;
    text-align: left;

}

.time-desc {
    margin-right: 16px;
}





/*--------------------------------------------------------------
#Button
--------------------------------------------------------------*/
.sub-cta-ctrl {
    background: url(https://the-meriva-collection.ellingtonproperties.ae/img/line-bg.png) repeat-x;
    background-position: center;
    margin-top: 50px;
}

.cta-btn {
    background: #000000;
    text-align: center;
    height: 35px;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff !important;
    padding: 10px 30px 10px 30px;
    line-height: 16.5px;
    border: 0px;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    /*border-radius: 8px;*/
}

.cta-btn-1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 27px 8px 27px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff !important;
}

.cta-btn-1:hover {
    background: #000;
    cursor: pointer;
    color: #fff !important;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}



.cta-btn-3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 27px 8px 27px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    background: #826443;
    color: #fff !important;
}

.cta-btn-3:hover {
    background: #000;
    cursor: pointer;
    color: #fff !important;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}


.cta-btn-2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 30px;
    border: 1px solid #ffffff7a;
    background: #000000;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;

    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.cta-btn-2:hover {
    background: #ffffff;
    cursor: pointer;
    color: #000000 !important;
    border: 1px solid black;
}

.heading-101 {
    font-size: 38px;
    line-height: 50px;
}

.heading-101-s {
    font-size: 25px;
    letter-spacing: 6px;
}

@media screen and (max-width: 990px) {
    .sub-cta-ctrl {
        background: none;
    }

    .cta-btn {
        padding: 10px 20px !important;
        display: block;
        margin: 5px auto;
    }
}

.medium {
    width: 200px;
}



/*
#FORM
*/
.main-form label {
    display: block;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
}

.txt-field {
    border: 0px;
    height: 35px;
    width: 100%;
    color: #333;
    padding: 5px;
    /*border-radius: 13px;*/
    border: 1px solid #9a9a9a;
    padding: 10px 10px;
}



.main-form li {
    display: inline-block;
    width: 19%;
    padding: 0 5px;
}

.main-form-lp2 li {
    width: 19%;
}

.main-form li label {
    font-size: 9px;
    letter-spacing: 1px;
}

.main-form-pop-up li {
    width: 100% !important;
    margin-top: 22px;
    display: block;
}

@media screen and (max-width: 990px) {
    .main-form li {
        display: block;
        width: 100% !important;
        padding: 0 5px;
        margin-bottom: 20px;
    }
}

.main-form ul {
    text-align: left;
}



.main-cta-form li {
    margin-bottom: 10px;
}

.main-cta-form label {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}




/*--------------------------------------------------------------
#SWIPER
--------------------------------------------------------------*/




/*--------------------------------------------------------------
#ICONS
--------------------------------------------------------------*/
.link-icons {
    padding-top: 30px;
}

ul.info-icons {
    list-style: none;
    margin: 0px !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
}

.info-icons li {
    display: inline-block;
    text-align: center;
    padding: 0 15px 10px 15px;
}

.info-icons li:first-child {
    padding-left: 0px;
}

.info-icons a {
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    ul.info-icons {
        text-align: center;
    }

    .info-icons li:first-child {
        padding-left: auto;
    }

    .info-icons li {
        display: inline-block;
        text-align: center;
        padding: 0 6px 10px 6px;
    }

    .payment-table-width {
        width: 80%;
        text-align: center;
    }


}


.navbar-toggle {
    margin-top: 35px;
    border-radius: 0px;
    border: .5px solid #000 transparent !important;
}

.navbar-header {
    padding-bottom: 13px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: none !important;

}

.navbar-toggle .icon-bar {
    height: 1px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: none !important;
}

.container-nav {
    margin: 0 30px 0 0;
    float: right;
}

.container {
    max-width: 1100px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd00;
}

@media screen and (max-width: 1000px) {
    .navbar-default .navbar-toggle {
        border-color: #ffffff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: none !important;
    }
}

@media screen and (max-width: 768px) {
    .container-nav {
        width: 90%;
        margin: auto !important;
        float: unset;
        text-align: center;
    }
}

.navbar-default {
    background: none;
    border: 0px;
}

.navbar-collapse {
    background: #fff;
}

@media (max-width: 9999px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*--------------------------------------------------------------
#MODAL
--------------------------------------------------------------*/
.modal-dialog {
    width: 80%;
    margin: auto;
    max-width: 900px;
}

@media screen and (max-width: 990px) {
    .modal-dialog {
        width: 95%;
        margin-top: 10%;
    }
}

.btn-modal-target {
    cursor: pointer;
}


.row {
    padding: 0px;
    margin: auto 0px;
}



/*--------------------------------------------------------------
#PHONE CC PICKER
--------------------------------------------------------------*/




.ryi-heading {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 4px;
}



.sticky-header {
    position: absolute;
    z-index: 9999;
    height: 120px;
    width: 100%;
}







.main-cta-ctrl {
    background: #0b233f url(https://the-meriva-collection.ellingtonproperties.ae/img/bg-img-epb.gif) top right no-repeat;
}

@media screen and (max-width: 1000px) {
    .main-cta-ctrl {
        background: unset;
    }
}



.main-cta-form {
    width: 80%;
    max-width: 400px;
    margin: auto;
    display: block;
    text-align: left;
}

small {
    font-size: 10px;
    line-height: 14px;
    display: block;
    letter-spacing: 1px;
}



.hero-img {
    width: 65%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.hero-form {
    width: 35%;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

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

    .hero-img,
    .hero-form {
        width: 100%;
        float: unset;
    }
}




.bg-block-1 {
    width: 100%;
    bottom: 0px;
    background: url(https://the-meriva-collection.ellingtonproperties.ae/img/bg-block-1.gif) top center no-repeat;
}

@media screen and (max-width: 1000px) {
    .bg-block-1 {
        background: none;
    }
}


.bg-block-2 {
    background: url(https://the-meriva-collection.ellingtonproperties.ae/img/bg-block-2.gif) top center no-repeat;
}

@media screen and (max-width: 1000px) {
    .bg-block-2 {
        background: none;
    }
}













.space-50 {
    padding: 50px;
}

.spacer-ctrl-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-ctrl-100 {
    height: 100px;
    clear: both;
    width: 100%;
}




.slider-desc {
    width: 455px;
    padding: 10px 20px;
    margin-top: 30px;
    border-left: 15px solid #bb8459;
    text-align: left;
    float: left;
}

@media screen and (max-width: 1000px) {
    .slider-desc {
        width: 100%;
        margin-top: 60px;

    }
}

.btn {
    text-transform: uppercase;
    font-size: 15px;
    color: #a6a6a6;
    letter-spacing: 2px;
    border-radius: 0px;
}




.gallery-ctrl {
    width: 934px;
    margin: auto;
}

.gallery-btn {
    width: 934px;
    margin: auto;
    text-align: right;
    padding: 13px 0;

}

@media screen and (max-width: 1000px) {
    .gallery-ctrl {
        width: 100%;
    }

    .gallery-btn {
        width: 99%;
        text-align: left;
        position: absolute;
        font-size: 12px;
        left: 1px;

    }
}

.gallery-btn-v2-ctrl {
    text-align: center;
}

.gallery-btn-v2-ctrl a {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0px;
    font-size: 13px;
    color: #333;
}

.gallery-btn-v2-ctrl a:hover {
    background: #0E6481;
    color: #fff !important;
}

.active-state-1 {
    background: #0E6481;
    color: #fff !important;
}

.active-state-2 {
    background: #0f0c07;
    color: #fff !important;
}


.mobile-display {
    display: none;
}

.desktop-display {
    display: block;
}

.desktop-hide {
    display: none;
}


/*my mobile code*/
@media screen and (max-width: 768px) {


    .section-v1-b {

        background-position: right center !important;
        background-image: url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/section1bg-m.webp) !important;

    }

    .section3-ap-img {
        width: 100% !important;
    }

    .section1img {
        width: 100% !important;
    }

    .desktop-hide {
        display: block;
    }

    .mobile-display {
        display: block !important;
    }

    .desktop-display {
        display: none !important;
    }

    .mobile-hide {
        display: none;
    }



    .heading-101 {
        font-size: 28px !important;
    }

    .heading-101-s {
        font-size: 20px !important;
        letter-spacing: 5px !important;
    }



    .gallery-btn-v2-ctrl a {
        padding: 10px 5px;
        font-size: 12px;
    }

    .section-v5-margin {
        padding: 110px 0px 30px 0px !important;
    }


    .section-v6 {
        background-image: url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/section4bg-m.webp) !important;
        background-attachment: scroll !important;

    }

    .section-v2 {
        background-image: url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/mid-m.webp);

        background-attachment: scroll !important;
    }

    .m-padding-top {
        padding-top: 20px !important;
    }

    .section-v2-1 {
        padding: 150px 0px !important;
    }

}


/*--------------------------------------------------------------
#RWD
--------------------------------------------------------------*/






.payment-plan-content strong,
.payment-plan-content span {
    display: block;
}

.payment-plan-content span {
    display: block;
    margin-bottom: 60px;
    padding: 20px 21px 0px 21px;
}




.apartment-ctrl {
    padding-top: 30px;
}

.apartment-ctrl h3 span {
    color: #bb8459;
    font-style: italic;
}


/*--------------------------------------------------------------
#NAV Desktop
--------------------------------------------------------------*/
.nav-desktop {
    text-align: right;
    margin: 42px 20px 20px;
}

.nav-desktop ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.nav-desktop ul li a {
    color: #ffffff;
    text-decoration: none !important;
}

.nav-copper-bg {
    background: #bb8459;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-copper-bg a {
    color: #fff !important;
    cursor: pointer;
}


.nav-font {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12.5px;
}

.nav-font a {
    color: #333;
    text-decoration: none !important;
}


/*--------------------------------------------------------------
#OVERIDE
--------------------------------------------------------------*/
.modal-dialog {
    margin-top: 40px;
}



/*--------------------------------------------------------------
#SCROLL FADE IN
--------------------------------------------------------------*/
.fadein-left {
    opacity: 0;
    margin-left: -300px;
}

.fadein-right {
    opacity: 0;
    margin-right: -300px;
}




/*--------------------------------------------------------------
#MULTI STEP FORM
--------------------------------------------------------------*/
#svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 20px auto;
    display: block;
}

#svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.button {
    padding: 8px 25px;
    display: inline-block;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border: 1px solid #BB8459;
    background: #BB8459;
}

.submit_details {
    border: 1px solid #BB8459;
    background: #BB8459;
    text-transform: uppercase;
}

.disabled {
    display: none;
}

section {
    transition: transform 0.2s ease-in-out;
    min-height: 164px;
}

.main-cta-form label {
    margin-bottom: 5px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333333;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #BB8459;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.multi-form-wrapper {
    max-width: 650px;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 10px 60px 10px;
}

.padmar-zero {
    padding: 0px !important;
    margin: 0px !important;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    overflow-y: auto;
    padding: 0px;
}

.list-st {
    list-style: disc !important;
    margin-left: 12px;
}







.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.alink-w {
    color: #fff !important;
    cursor: pointer;
}





.header-m {
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* Background moved to ::before for animation */
}

.header-m::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/project/homepage/header.webp) no-repeat center center;
    background-size: cover;
    z-index: -1;
    animation: kenburns 25s infinite alternate ease-in-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1.15) translate(-2%, 0);
    }
}

.section-v3-margin {
    margin: 80px 0px;
}

@media screen and (max-width: 800px) {
    .header-m {
        background: transparent;
        height: 90vh;
    }

    .header-m::before {
        background: url(../img/project/homepage/header-m.webp) no-repeat left center;
        background-size: cover;
    }



    .section-v3-b p {
        padding: 40px 10px 20px !important;
    }

    .section-v8 p {
        padding: 0px 10px 20px !important;
    }

    .section-v7 {
        padding: 80px 0px !important;
    }



}


@media screen and (max-width: 600px) {
    .logo {
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mapsection {
        background: #ffffff url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/map-mobile.webp) no-repeat center center !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
        background-size: 100% !important;
        min-height: 450px !important;

    }

}

.project-tagline {
    background: #ffffff url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/project-background-texture.webp) no-repeat center center;
    color: #fff;
    text-align: center;
    padding: 40px 0 60px 0;
    background-size: cover;
    background-attachment: fixed;
}

.mapsection {
    background: #0f0c07 url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/map.webp) no-repeat;
    background-size: cover;
    min-height: 850px;
    background-position: left top;
}



.col-desktop {
    float: right;
}

.col-desktop-z-padd {
    padding-right: 0px;
    padding-left: 0px;
}

.img-wide {
    margin-top: 50px;
    padding: 0px;
}

.slider-r {
    box-shadow: -13px 24px 49px -4px rgba(0, 0, 0, 0);
    -webkit-box-shadow: -13px 24px 49px -4px rgba(0, 0, 0, 0);
    -moz-box-shadow: -13px 24px 49px -4px rgba(0, 0, 0, 0.51);
    background-color: #fff;
}

.slider-l {
    box-shadow: 18px 24px 49px -4px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 18px 24px 49px -4px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 18px 24px 49px -4px rgba(0, 0, 0, 0.51);
    background-color: #eee;

}

.sticky-nav-active {
    background: #000;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 111px;
}

.sticky-nav-active .icon-white {
    display: none;
}

.sticky-nav-active .icon-color {
    display: inline-block !important;
}

.sticky-nav-active ul li a {
    color: #ffffff;
}

.logo-scroll {
    /*display: none;*/
}

.sticky-nav-active .logo-scroll {
    display: block;
}

.sticky-nav-active .logo-default {
    display: none;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#epform,
#epform a {
    color: #fff;
}

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

    #epform,
    #epform a {
        color: white;
    }
}

.wrapper-ctrl {
    margin-top: -156px;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, .4);
    position: relative;
    z-index: 20;
}

.project-desc h3 {
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: lighter;
}


@media screen and (max-width: 991px) {
    .col-desktop {
        float: unset;
    }

    .img-wide {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .wrapper-ctrl {
        background: #525252;
        margin-top: 0px;
        color: white;
    }

}




.video-ctrl {
    height: 100%;
    width: 100%;
    background: #0a1b2b;
}

.video-ctrl .video-ctrl-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    margin-bottom: -20px;
    opacity: .5;
}

.heading-overlay {
    position: absolute;
    margin-top: 5%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9;
    font-size: 15px;
}

.v2-cta2 {
    border: .5px solid #fff;
    color: #fff;
    background: none;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    font-weight: bold;
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

.v2-cta3 {
    border: 1px solid #0f0c07;
    color: #0f0c07 !important;
    background: none !important;
}


.v2-cta2:hover {
    background: #0E6481;
    text-decoration: none;
}


/*--------------------------------------------------------------
V2 Form
--------------------------------------------------------------*/
.v2form {
    position: absolute;
    width: 300px;
    right: 5%;
    padding: 30px;

    top: 55%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    border: .5px solid #fff;

    box-shadow: rgba(0, 0, 0, 0.8) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

}

.v2form h5,
.v2form small,
.v2form a {
    color: #fff;
}

.v2form .cta-btn {
    border: .5px solid #fff;
}

.v2form input,
.v2form select,
.v2form .cta-btn {
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.v2form h5 {
    font-size: 15px;
    text-align: center;
    padding-left: 0px;
}

.footer-contact-tools,
.footer-contact-tools-active {
    display: none;
}

@media screen and (max-width: 1000px) {
    .v2form {
        position: unset;
        width: 100%;
        right: unset;
        padding: 30px;
        bottom: 0px !important;

        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .footer-contact-tools-active {
        text-align: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        z-index: 99;
        display: block;
    }
}

/*--------------------------------------------------------------
V2 Form
--------------------------------------------------------------*/





/*--------------------------------------------------------------
V3 Form
--------------------------------------------------------------*/
.v3form {

    width: 85%;
    margin: auto;
    margin-top: 35px;
}

.v3form h5,
.v3form small,
.v3form a {
    color: #fff;
}

.v3form input,
.v3form select,
.v3form .cta-btn {
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.v3form h5 {
    font-size: 15px;
    text-align: center;
    padding-left: 0px;
}

.footer-contact-tools,
.footer-contact-tools-active {
    display: none;
}

@media screen and (max-width: 1000px) {
    .v3form {
        position: unset;
        width: 100%;
        right: unset;
        padding: 30px;
        bottom: 0px !important;
        margin-top: 0px;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        background: #bbb6b3;

    }

    .v3form form {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .footer-contact-tools-active {
        text-align: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        z-index: 99;
        display: block;
    }
}

/*--------------------------------------------------------------
V3 Form
--------------------------------------------------------------*/


.blur {
    background: url('https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/main-banner.webp') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    filter: blur(7px);
    position: absolute;
    height: 400px;
    width: 300px;
}

.blurbg {
    background: rgba(131, 151, 148, .4);
    position: absolute;
    height: 400px;
    width: 300px;
}

.widget {
    border: 1px solid #fafafa;
    position: absolute;
    height: 400px;
    width: 300px;
}

.center {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 3%;
    color: #fff;
}

.text {
    position: absolute;
}

@media screen and (max-width: 1000px) {
    .blur {
        display: none;
    }

    .center,
    .text {
        position: unset;
        width: 100%;
        height: auto;
        background: url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/main-banner.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        border: 0px;
    }
}



.cta-panel {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 50px;
}

.cta-h {
    max-width: 100px;
}

.img-ep-desc img {
    padding: 10px;
    width: 200px;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .cta-panel {
        padding: 20px;
        text-align: center;
    }

    .img-ep-desc img {
        width: 165px;
    }


}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.container-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.form-ctrl {
    background: rgba(255, 255, 255, 0.8);
    float: left;
    margin: 40px;
    padding: 20px 0;
}

@media screen and (max-width: 550px) {
    .form-ctrl {
        margin: 0px;
    }
}

.info-ico li {
    list-style: none;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin: 18px 5px;
    text-align: center;
}

.info-ico li strong {
    text-transform: uppercase;
}

.dblock {
    display: block;
}

@media screen and (max-width: 550px) {
    .dblock {
        display: inline;
    }

    .info-ico li {
        width: 128px;
    }

    .paymentplan {
        padding-top: 100px;
    }





}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

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

    .paralaxit {
        background-attachment: scroll !important;
        background-image: url(../img/project/homepage/footer-banner-mob.webp) !important;
    }

    .project-desc-2 {

        padding: 60px 0px 80px 0px !important;
        width: 80% !important;
    }



}





.video-container-d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-p {
    width: 70%;
}

.section-v4-img-left {
    width: 100%;
    background-image: url('https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/section4.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1000px;
    position: relative;
}

.section-v4-h1 {
    position: absolute;
    top: 6%;
    right: 0;
    left: 0;
}

.section-v4-h3 {
    position: absolute;
    bottom: 6%;
    right: 0;
    left: 0;
    text-transform: uppercase;
}


.ppl {
    border-radius: 30px;
    color: #fff;
    background: #9EA798;
    padding: 3px 10px;
    width: 100px;
    margin: auto;
    margin-top: 5px;
}

.section-v1-a {
    background: #fff;
}

.section-v1-a p {
    color: #111111;
}

.section-v1-b {
    background-image: url("https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/section1bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-color: white;
}



.project-desc {
    width: 100%;
    max-width: 712px;
    margin: auto;
    text-align: center;
}

.project-desc h1 {
    font-weight: normal;
    text-transform: uppercase;
}


.section-v2-b {
    margin-top: -335px;
    padding: 0px 0px 120px 0px;
}

.section-v3-b {
    background-image: url(../img/project/homepage/section4bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


.section-v2 {

    background-image: url(../img/project/homepage/mid.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0px;
    background-position: center center;
}

.section-v2-1 {
    background-image: url(../img/project/homepage/section3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 20px;
}

.section-v4 {

    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.driving-distance {}



.driving-section-text {
    color: #000000;
    padding: 85px 15px 20px 15px;
    text-align: center;
    margin-bottom: -225px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}



.project-desc-2 {
    width: 50%;
    max-width: 712px;
    margin: auto;
    text-align: center;
    padding: 100px 0px 100px 0px;
}





.slide-A {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}

.slide-B {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 0px;
}

.fnt-s4 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: 'EdictDisplay-Thin', sans-serif;
}

.fnt-s5 {
    font-size: 17px;
    font-family: "EdictDisplay-ThinItalic", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.footer-info p {
    color: #fff;
}



.floating-img {
    width: 420px;
    height: 510px;
    position: absolute;
    right: -10%;
    background: #000 url(https://the-meriva-collection.ellingtonproperties.ae/img/project/homepage/wide-intro.webp);
    background-position: 50%;
    background-repeat: repeat;
    margin-top: 50px;
    background-size: cover;
}


.floating-img {
    -webkit-animation: slide 40s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: -10px 0;
    }

    to {
        background-position: -800px 0;
    }
}



.caption-f {
    position: absolute;
    width: 100%;
    margin-top: 60px;
    color: #fff;
}

@media screen and (max-width: 990px) {
    .caption-f {
        position: absolute;
        width: 100%;
        margin-top: 60px;
        color: #111;
        padding-top: 50px;
    }

    .section-v4 {

        background-attachment: scroll !important;
        padding: 0 !important;
    }


}



.ico-dl {
    float: left;

}

/*
******************************************************************************************
SLIDER
******************************************************************************************
*/
.swiper-slide {
    margin-top: 0px;
}

.swiper-container {}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs,
.gallery-thumbs2,
.gallery-thumbs3 {
    box-sizing: border-box;
    padding: 3px 0;
}

.gallery-thumbs .swiper-slide img,
.gallery-thumbs2 .swiper-slide img,
.gallery-thumbs3 .swiper-slide img {
    width: 250px;
}

.slider-btn {
    float: right;
    margin-top: -50px;
    margin-right: 20px;
}


.bounce {
    display: inline-block;
    animation: bounceAnimation 2s ease-in-out infinite;
    /* Apply the bounce animation */
}

/* Keyframes for the bounce effect */
@keyframes bounceAnimation {
    0% {
        transform: translateY(0);
        /* Start position */
    }

    25% {
        transform: translateY(-5px);
        /* Move up */
    }

    50% {
        transform: translateY(0);
        /* Return to normal */
    }

    75% {
        transform: translateY(-5px);
        /* Move up again */
    }

    100% {
        transform: translateY(0);
        /* Back to start position */
    }
}





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

    .gallery-thumbs,
    .gallery-thumbs2,
    .gallery-thumbs3 {
        display: none;
    }

    .slider-btn {
        float: none;
        margin: auto !important;
        margin-top: -13px !important;
    }

    .floating-img {
        display: none;
    }

    .caption-f {
        position: unset;
        width: 100%;
        margin-top: 0px;
        text-align: center;
        padding: 50px 20px;
    }

    .slide-A {
        width: 95%;
        max-width: 1000px;
        margin: auto;
        margin-top: -32px;
        margin-bottom: 60px;
    }

    .slide-B {
        width: 95%;
        max-width: 1000px;
        margin-top: 0px;
        margin-bottom: 35px;
    }

    .project-desc {
        padding: 50px 30px;
    }

    .moveup {
        margin-top: -100px;
    }

    .payment-plan-content span {
        margin-bottom: 20px;
        padding: 20px 0px 0px 0px !important;
    }

}

/*
******************************************************************************************
SLIDER
******************************************************************************************
*/


.responsive-iframe {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    height: 30%;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Ana taşıyıcıyı esnek yap ve içeriği yay */
.sticky-header {
    display: flex;
    justify-content: space-between;
    /* İçerikleri iki uca yayar */
    align-items: center;
    padding: 10px 50px;
    /* Kenarlardan boşluk */
    position: fixed;
    width: 100%;
    z-index: 9999;
}

/* Logoyu tam merkeze almak için */
.sticky-header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Menüyü en sağa yaslamak için */
.nav-desktop {
    margin-left: auto;
    /* Kendisini sağa iter */
}

/* Menü listesini yan yana diz */
.nav-desktop ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-desktop ul li {
    margin-left: 25px;
    /* Menü elemanları arası boşluk */
}

/* Contact Butonu Stili */
.nav-desktop ul li a.img-btn {
    background-color: #8c6a46;
    /* Kahverengi tonu */
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

/* 1. Menünün (Header) modalın arkasında kalması için değerini sabitliyoruz */
.sticky-header {
    z-index: 1000 !important;
}

/* 2. Siyah transparan arka planın (backdrop) modalın altında kalmasını sağlıyoruz */
.modal-backdrop {
    z-index: 1040 !important;
}

/* 3. Modal penceresinin her şeyin üstünde ve tıklanabilir olmasını sağlıyoruz */
.modal {
    z-index: 1050 !important;
}

/* 4. Eğer modal hala tıklanmıyorsa içindeki diyaloğu zorla öne çıkarıyoruz */
.modal-dialog {
    z-index: 1060 !important;
    position: relative;
}


}

/* Menünün formun üstüne binmesini engeller */
.sticky-header {
    z-index: 1000 !important;
}

/* Modalın (Pop-up) her şeyin önünde olmasını sağlar */
.modal {
    z-index: 1060 !important;
}

/* Form içindeki inputların tıklanabilir olmasını garanti eder */
.modal-content {
    pointer-events: auto !important;
}

/* Siyah şeffaf arka planın formun altında kalmasını sağlar */
.modal-backdrop {
    z-index: 1050 !important;
}

.main-form,
.modal-body,
input,
select,
textarea {
    pointer-events: all !important;
    cursor: text;
}

/* Sayfa kaydığında menü arka planını ve konumunu sabitler */
.sticky-header {
    background: rgba(0, 0, 0, 0.9) !important;
    /* Siyah transparan arka plan */
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000 !important;
    /* Menü her zaman üstte ama modalın altında */
    padding: 15px 0;
    transition: all 0.3s ease;
}




/* Menü Arka Planı */
.sticky-header {
    background: rgba(0, 0, 0, 0.9) !important;
    position: fixed !important;
    width: 100%;
    z-index: 1000 !important;
}

/* Menünün ilk hali (Şeffaf) */
.sticky-header {
    background: transparent !important;
    /* Başlangıçta şeffaf */
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000 !important;
    transition: background 0.4s ease, padding 0.4s ease;
    /* Yumuşak geçiş */
    padding: 20px 0;
}

/* Sayfa kaydığında eklenecek olan siyah arka plan sınıfı */
.sticky-header.sticky-fixed {
    background: rgba(0, 0, 0, 0.9) !important;
    /* Kaydığında siyah olur */
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Menü Başlangıç Durumu */
.sticky-header {
    background: transparent !important;
    position: fixed !important;
    transition: background 0.3s ease-in-out !important;
}

/* Sayfa 50px aşağı kayınca gelecek olan siyahlık */
.sticky-header.sticky-fixed {
    background: rgba(0, 0, 0, 0.95) !important;
}

/* Menü Başlangıç Durumu (Şeffaf) */
.sticky-header {
    background: transparent !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000 !important;
    transition: background 0.4s ease;
    padding: 15px 0;
}

/* Sayfa Kayınca Gelecek Siyahlık */
.sticky-header.sticky-fixed {
    background: rgba(0, 0, 0, 0.9) !important;
}

}

/* Telefon numarasının ülke kodunun üzerine yazılmasını engeller */
input[type="tel"],
#PhoneNumber,
#PhoneNumberFooter,
#PhoneNumberRegisterInterest {
    padding-left: 95px !important;
    /* Ülke kodu ve bayrak için gereken boşluk */
    position: relative !important;
    z-index: 1 !important;
}



/* Telefon numarasının başlangıcını kaydırır */
input[type="tel"],
#PhoneNumber,
#PhoneNumberFooter,
#PhoneNumberRegisterInterest {
    padding-left: 95px !important;
    position: relative !important;
}


</style>

/* Formun tıklanmasını engelleyen şeffaf katmanları devre dışı bırakır */
.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}


/* Formun üzerine binen diğer şeffaf katmanları alta iter */
.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}