:root {
    --gold: #94806f;
    --bg-dark-blue: #1c3161;
    --list-style-gold: #948980;
    --light-bg: #808070;
    --dark-bg: #333333;
    --res-det-text: #727272;
    --res-det-title: #3d3d3d;
}

body {
    font-family: 'Poppins', sans-serif;
    padding: 0!important;
}

.pt-6 {
    padding-top: 8rem !important;
}

.ps-6 {
    padding-left: 8rem !important;
}

.pb-6 {
    padding-bottom: 8rem !important;
}

.z-1 {
    z-index: 1;
}
.text-brown {
    color: #A08070;
}
.vh-80 {
    height: 80vh !important;
}

.logo-dark {
    display: none !important;
}

.logo-light {
    display: block !important;
}

.text-indent-1 {
    text-indent: -9999px;
}

.small, small {
    font-size: .75em;
}
.fs-5 {
    font-size: .9rem!important;
}
.fs-6 {
    font-size: .85em !important;
}

#page-numbers > a {
    width: 45px;
    height: 45px;
}

.border-gold {
    border-color: var(--gold);
}

.border-20 {
    border-style: solid;
    border-top-width: 20px;
}

/* --------- FONTS --------- */
.font-playfair-display {
    font-family: "Playfair Display", serif;
    font-weight: 400 !important;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.text-al-jstfy {
    text-align: justify;
}

.text-al-last {
    text-align-last: center;
}

.font-extralight {
    font-weight: 200;
}

/* --------- NEGATIVE MARGIN --------- */
.mt-n5 {
    margin-top: 0px !important;
}

.mt-n3 {
    margin-top: 0px !important;
}

.bg-negative-white {
    background-color: #ffffff;
}

/* --------- HEADER --------- */
.header {
    z-index: 9;
}

.header-nav > li > a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.header-nav > li:nth-child(7) > a {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(148, 128, 111, 1)), color-stop(0.4885, rgba(128, 126, 94, 1)), color-stop(1, rgba(128, 106, 77, 1)));
    background: -o-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D', GradientType=1);
    color: #fff !important;
}
.nav-link{
    padding: 7px 10px;
}

.header-nav > li > a:hover {
    color: rgba(128, 106, 77, 1) !important;
}

.header-nav .dropdown-menu li > a {
    font-size: 12px;
    color: rgba(128, 106, 77, 1) !important;
    font-weight: 500;
}

.chat-box {
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    pointer-events:none;
    position: fixed;
}

.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    pointer-events: auto;
    z-index:999;
}

.btn-phone {
    position: fixed;
    right: 120px;
    top:auto;
    bottom: 20px;
    pointer-events: auto;
}

.btn-telegram {
    position: fixed;
    right: 72px;
    top:auto;
    bottom: 20px;
    pointer-events: auto;
}

.btn-chat {
    position: fixed;
    right: 0px;
    top:auto;
    bottom: 20px;
    pointer-events: auto;
}

    .btn-chat::before {
        background: #A08070;
        content: "";
        position: absolute;
        width: 39px;
        height: 142px;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 20px;
        left: 0;
        border-radius: 0 0 0 30px;
    }

.chat-box .btn-chat .text {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    bottom: 25px;
    color: #fff;
    white-space: nowrap;
    left: 7px;
}

.chat-box .btn-chat .circle {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0006, rgba(0, 25, 42, 1)), color-stop(1, rgba(28, 49, 108, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C', GradientType=1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -13px;
    position: relative;
    bottom: -5px;
}

.slider-text {
    position: absolute;
    bottom: -15px;
    right: 15px;
    color: #fff;
    text-align: right;
    font-weight: 600;
    text-shadow: 4px 4px 10px black;
}


/* --------- FOOTER --------- */
.footer-bg {
    background-image: url("/Content/upload/footer-bg.jpg");
    background-size: cover;
    height: 655px;
}

.footer-border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
}

.footer-border-gradient-gold {
    border-image-source: -moz-linear-gradient(0% 50% 0deg, rgba(148, 128, 111, 1) 0%, rgba(255, 188, 113, 1) 50%, rgba(128, 106, 77, 1) 100%);
    border-image-source: -webkit-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(255, 188, 113, 1) 50%, rgba(128, 106, 77, 1) 100%);
    border-image-source: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(148, 128, 111, 1)), color-stop(0.5, rgba(255, 188, 113, 1)), color-stop(1, rgba(128, 106, 77, 1)));
    border-image-source: -o-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(255, 188, 113, 1) 50%, rgba(128, 106, 77, 1) 100%);
    border-image-source: -ms-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(255, 188, 113, 1) 50%, rgba(128, 106, 77, 1) 100%);
    border-image-source: linear-gradient(90deg, rgba(148, 128, 111, 1) 0%, rgba(255, 188, 113, 1) 50%, rgba(128, 106, 77, 1) 100%);
}

.icon-gold {
    color: var(--gold) !important;
}

/* --------- 1- INDEX --------- */

.page-name {
    font-family: "Poppins", sans-serif;
}

/* --------- Detailed Filter --------- */
.selection-text-dark > option {
    color: #0b0b0b !important;
}

.index-shadow-9 {
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.9);
}

.bg-dark-blue-gradient {
    background: -moz-linear-gradient(12.13% 2009.87% 0deg, rgba(0, 21, 42, 1) 0%, rgba(28, 49, 97, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 21, 42, 1) 0%, rgba(28, 49, 97, 1) 100%);
    background: -webkit-gradient(linear, 12.13% 2009.87%, 102.99% 2009.87%, color-stop(0, rgba(0, 21, 42, 1)), color-stop(1, rgba(28, 49, 97, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 21, 42, 1) 0%, rgba(28, 49, 97, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 21, 42, 1) 0%, rgba(28, 49, 97, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00152A', endColorstr='#1C3161' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 21, 42, 1) 0%, rgba(28, 49, 97, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00152A', endColorstr='#1C3161', GradientType=1);
}

/* --------- Index Section About Us --------- */
.section-about-us-bg-diamond {
    background-image: url("/Content/upload/diamond-bg.jpg");
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: left top;
}


/* --------- Index Section Region --------- */


/* --------- Index Section Favorite projects --------- */
.fav-prj-bg {
    background-image: url("/Content/upload/blue-gradient-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.index-fav-prj-mySwiper {
    padding: 50px 0;
}

.index-fav-prj-swp-btn-position-bottom {
    bottom: 270px !important;
}

.index-fav-prj-mySwiper .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .9) !important;
}

.index-fav-prj-mySwiper .swiper-pagination-bullet-active {
    background-color: var(--gold) !important;
}

.index-fav-prj-swp-btn-position {
    position: inherit !important;
}

/* --------- Index Section Property Management --------- */
#section-property-management {
    background-image: url("/Content/upload/property-management-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}

/* --------- Index Section Services --------- */
.index-sec-services-bg {
    background-color: #232428;
}

.services-title {
    font-size: 50px
}

    .services-title::before {
        content: "";
        position: absolute;
        right: 110%;
        top: 0;
        height: 2px;
        width: 70px;
        background: #fff;
    }

.ul-marker-removed {
    list-style-type: none;
}

/* --------- Index Section References --------- */
.index-references-bg {
    background-image: url("/Content/upload/references-bg.jpg");
    background-size: cover;
    background-position: bottom left;
}

.reference-slide > .reference-item {
    height: 200px;
}

.img-card-320 {
    height: 320px;
}

.bg-white {
    background-color: white;
}

.reference-swiper-next {
    left: 50px;
    right: auto;
}

/* --------- Index Section Satisfaction --------- */
.bg-dark-blue {
    background-color: var(--bg-dark-blue);
}

.icon-dark-blue {
    color: var(--bg-dark-blue);
}

/* --------- 2- ABOUT US --------- */
.about-us-header-bg {
    background-image: url("/Content/upload/home-header-bg.jpg");
    background-size: cover;
    height: 820px;
}

.about-us-section-1-bg {
    background-image: url("/Content/upload/about-us-diamond.jpg");
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
}

.about-us-gold {
    color: var(--gold);
}

/* --------- 3- TURKEY GUIDE --------- */
.tr-guide-position-right {
    left: auto;
    right: 50px;
}

.tr-guide-position-ab-top {
    top: -27%;
}

.tr-guide-swp-btn-position-top {
    top: 50px;
}

.tr-guide-mySwiper {
    padding: 100px 0;
}

    .tr-guide-mySwiper .swiper-slide {
        transform: scale(1);
        z-index: 0;
        position: relative;
        transition: all 0.2s ease-in;
    }

    .tr-guide-mySwiper .card-desc {
        opacity: 0;
        visibility: hidden;
    }

    .tr-guide-mySwiper .swiper-slide:hover .card-desc {
        opacity: 1;
        visibility: visible;
    }

    .tr-guide-mySwiper .swiper-slide:hover {
        transform: scale(1.05);
        z-index: 1;
        transition: all 0.2s ease-in;
        box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.9);
    }

.pointer-events-none {
    pointer-events: none;
}

.tr-guide-list li a {
    padding: 5% 15%;
}

    .tr-guide-list li a:hover {
        background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0006, rgba(0, 25, 42, 1)), color-stop(1, rgba(28, 49, 108, 1)));
        background: -o-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        background: -ms-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C' ,GradientType=0)";
        background: linear-gradient(90deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C', GradientType=1);
        color: #ffffff !important;
    }

/* --------- 4-REAL ESTATE MAIN --------- */
.bg-gold {
    background-color: var(--gold);
}

.text-gold {
    color: var(--gold);
}

.real-est-shadow {
    border: 0;
    box-shadow: 0 0rem 1rem .1rem rgba(var(--bs-body-color-rgb), .3) !important;
}

.btn-dark {
    background-color: #282a2e;
}

.res-overlay {
    top: 20px;
    left: 20px;
}

.res-select {
    background: none;
}

.res-select-col {
    position: relative;
    flex: 0 0 auto;
}

    .res-select-col:after {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        position: absolute;
        top: 40%;
        right: 45px;
        content: "";
        z-index: 98;
        pointer-events: none;
    }

.res-range-col .ui-slider {
    height: 8px;
    border: 0.25px !important;
}

    .res-range-col .ui-slider .ui-widget-header {
        border: 0.25px solid #dddddd;
        background: #a48671;
        color: #333333;
        font-weight: bold;
    }

    .res-range-col .ui-slider .ui-slider-handle {
        width: 1em;
        height: 1em;
        border-radius: 50%;
        top: -4px;
        outline: 0;
    }

.selection-bg > option {
    background-color: var(--gold);
}

.real-estate-dark-blue-gradient {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0006, rgba(0, 25, 42, 1)), color-stop(1, rgba(28, 49, 108, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C', GradientType=1);
}

/* Real Estate Detail */

.res-det-text-color {
    color: var(--res-det-text);
}

.res-det-text-darker {
    color: var(--res-det-title);
}


/* --------- res-det-swiper 3 --------- */

.res-det-swp-btn-position-bottom {
    top: 250px;
    /* transform: translateY(-75%); */
}

/* --------- 5- CITIZENSHIP PROGRAM --------- */
.citizenship-light-bg {
    background-color: var(--light-bg);
}

.citizenship-dark-bg {
    background-color: var(--dark-bg);
}

.ctz-swp-btn-position-bottom {
    bottom: 0%;
}

.ctz-mySwiper {
    padding: 100px 0;
}

    .ctz-mySwiper .swiper-slide:nth-child(1n) {
        transform: translateY(30px);
    }

    .ctz-mySwiper .swiper-slide:nth-child(2n) {
        transform: translateY(-100px);
    }

    .ctz-mySwiper .swiper-slide:nth-child(3n) {
        transform: translateY(-20px);
    }

    .ctz-mySwiper .swiper-slide:hover {
    }

.ctz-list-gold {
    list-style: none;
}

    .ctz-list-gold li::before {
        content: "\f287 ";
        font-family: bootstrap-icons !important;
        color: var(--list-style-gold);
        padding-right: 10px;
        position: relative;
        top: -2px;
        font-size: 0.6rem;
    }

.ctz-select-bg {
    background-color: var(--list-style-gold);
}

td img {
    width: 50px;
    height: 35px;
}

/* --------- 6- SERVICES --------- */

/* --------- 7- PROPERTY MANAGEMENT --------- */
.prop-management-bg-input {
    background-image: url("/Content/upload/property-management-sea.jpg");
    background-color: #bdc94c;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.prop-management-bg-button {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(148, 128, 111, 1)), color-stop(0.4885, rgba(128, 126, 94, 1)), color-stop(1, rgba(128, 106, 77, 1)));
    background: -o-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D', GradientType=1);
}

/* --------- 8-BLOG --------- */
.rotate-vertical {
    rotate: -90deg;
}

.text-gray {
    color: #c4c4c4;
}

.vr-black {
    color: black;
}

.rigt-side-bar {
    position: absolute;
    height: 60%;
    background-color: #0b0b0b;
    display: block;
    width: 2px;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog-sidebar-border {
    position: relative;
    height: 2px;
    background-color: #c4c4c4;
    margin-bottom: 20px;
    display: block;
}

    .blog-sidebar-border::before {
        .blog-title content: "";
        position: absolute;
        width: 35%;
        background-color: #232428;
        height: 2px;
        left: 0;
        top: 0;
    }

.blog-vertical-title {
    font-size: 115px;
    transform-origin: center;
}

/* --------- 9- CONTACT --------- */
.form-control::placeholder {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    padding-left: 0px;
}

/* --------- BACKGROUNDS FROM Ai ---------*/
.bg-gold-gradient {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(148, 128, 111, 1)), color-stop(0.4885, rgba(128, 126, 94, 1)), color-stop(1, rgba(128, 106, 77, 1)));
    background: -o-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D', GradientType=1);
}

.sec-services {
    position: relative;
    padding: 0;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000000;
}

    .sec-services a {
        color: #fff;
        text-decoration: none;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .sec-services span {
        position: relative;
        z-index: 1;
    }

.region-img {
    width: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}

.sec-services:hover .region-img {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 140%;
    transition: all .3s ease-in-out;
}

.card.text-bg-dark {
    position: relative;
    background-size: 100%;
    background-position: center;
    border: 0;
    transition: background-size .5s ease-in-out;
}

    .card.text-bg-dark::before {
        background: rgba(0, 0, 0, .7);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        transition: all .3s ease-in-out;
    }

    .card.text-bg-dark:hover {
        transition: background-size .5s ease-in-out;
        background-size: 110%;
    }

        .card.text-bg-dark:hover::before {
            background: rgba(0, 0, 0, .3);
            transition: all .2s ease-in-out;
        }

#section-property-management .form-label {
    text-shadow: 1px 1px 5px black;
}

.card.text-bg-dark .card-img-overlay a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.reference-item {
    background-color: #E4E4E4;
}

.satisfaction-button-next {
    color: #000;
    right: 45px;
    top: 65%;
}

.satisfaction-button-prev {
    top: 35%;
    right: 50px;
    left: auto;
    color: #000;
}

.main-section h2 {
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 75%;
    text-align: center;
    text-shadow: 3px 3px 5px BLACK;
}

.turkey-guide-item {
    background-size: cover;
    background-color: rgba(0,0,0,.5);
    background-blend-mode: multiply;
}

.turkey-guide-prev,
.turkey-guide-next {
    top: 35px;
}

    .turkey-guide-prev {
        left: auto;
        right: 50px;
    }

    .turkey-guide-prev::after,
    .turkey-guide-next::after {
        font-size: 30px;
        color: var(--gold)
    }

.turkey-guide-item-nav{
    display:block;
    padding:10px;
    text-align:center;
    cursor:pointer;
}
    .swiper-slide-thumb-active .turkey-guide-item-nav {
        color: #fff;
        background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0006, rgba(0, 25, 42, 1)), color-stop(1, rgba(28, 49, 108, 1)));
        background: -o-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        background: -ms-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C' ,GradientType=0)";
        background: linear-gradient(90deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C', GradientType=1);
    }
    .turkey-guide-swiper .swiper-slide > a{
        min-height: 300px;
    }
.turkey-guide-swiper .swiper-slide.swiper-slide-active .turkey-guide-item .turkey-guide-description {
    display: block !important;
}
.turkey-guide-swiper .swiper-slide {
    transition: transform .2s ease-in-out;
    transform: matrix3d(1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    z-index:9999;
}
    .turkey-guide-swiper .swiper-slide:not(.swiper-slide-active) {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1.1);
        transition: transform .2s ease-in-out;
        z-index: 0;
    }
.section-services {
    background-image: url(/Content/upload/turkeyguide/turkey-guide-bg.jpg);
    background-size: cover;
}
.turkey-guide-item svg{
    position:absolute;
    bottom:40px;
    right:40px;
}
.pagination a {
    text-decoration: none;
    margin: 10px;
    display: flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0006, rgba(0, 25, 42, 1)), color-stop(1, rgba(28, 49, 108, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 25, 42, 1) 0.06%, rgba(28, 49, 108, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192A', endColorstr='#1C316C', GradientType=1);
}
    .pagination a.active, .pagination a:hover {
        background: -moz-linear-gradient(0% 50% 0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(148, 128, 111, 1)), color-stop(0.4885, rgba(128, 126, 94, 1)), color-stop(1, rgba(128, 106, 77, 1)));
        background: -o-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
        background: -ms-linear-gradient(0deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D' ,GradientType=0)";
        background: linear-gradient(90deg, rgba(148, 128, 111, 1) 0%, rgba(128, 126, 94, 1) 48.85%, rgba(128, 106, 77, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94806F', endColorstr='#806A4D', GradientType=1);
    }
.property-item:nth-child(2n+1) {
    border-right: .5px solid #3D3D3D;
}
.picture-gallery-pagination {
    color: #fff;
    right: 20px;
    bottom: 20px;
    left: auto;
    width: auto;
    font-weight:200;
    font-size:60px;
}
.swiper-pagination-current::before {
    content: "0";
}
.swiper-pagination-total::before {
    content: "0";
}
.picture-gallery-next,
.picture-gallery-prev {
    left:60px;
    color:#fff;
    top:auto;
    bottom:20px;
    font-size:20px;
}
    .picture-gallery-next::after,
    .picture-gallery-prev::after {
        font-size: 30px;
    }
.picture-gallery-prev {
    left: 20px;
}

.interior-swiper-next,
.interior-swiper-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    left: auto;
    right: 0%;
}

    .interior-swiper-next::after,
    .interior-swiper-prev::after {
        font-size: 25px;
    }

.interior-swiper-prev {
    left: 0%;
}
.floor-plan-next,
.floor-plan-prev {
    color: var(--gold);
    left: auto;
    top:auto;
    bottom:0;
}
    .floor-plan-next::after,
    .floor-plan-prev::after {
        font-size: 25px;
    }
.floor-plan-next {
    left: 35px;
}


.citizenship-item span {
    background-color: var(--dark-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .7rem;
    text-align: center;
    padding: 10px 20px;
    font-weight: 300;
}

.citizenship-item:nth-child(2n+1) span {
    background-color: var(--light-bg);
}
.bg-img-fluid {
    background-size: cover;
    background-position: center;
}

.citizenship-swiper .swiper-slide {
    overflow: hidden;
    width: 18%;
    height: auto !important;
}

    .citizenship-swiper .swiper-slide .citizenship-item {
        overflow: hidden;
        position: relative;
    }

    .citizenship-swiper .swiper-slide .citizenship-item span {
        height: 70vh;
    }

    .citizenship-swiper .swiper-slide.swiper-slide-active {
        width: 65%;
    }

        .citizenship-swiper .swiper-slide.swiper-slide-active .citizenship-item {
            width: 100%;
        }

.citizenship-swiper-next,
.citizenship-swiper-prev {
    color: var(--gold);
    left: 60%;
    top: auto;
    bottom: 1%;
}

    .citizenship-swiper-next::after,
    .citizenship-swiper-prev::after {
        font-size: 25px;
    }

.citizenship-swiper-next {
    left: 65%;
}

.citizenship-swiper-title {
    position: absolute;
    bottom: 61px;
    left: 0;
}

.introducing-turkey-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.introducing-turkey-item {
    position: relative;
}

.introducing-turkey-box {
    text-shadow: 0 0 9px black;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(43, 37, 38, 0) 0%,rgba(43, 37, 38, 0.11) 11%,rgba(43, 37, 38, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(43, 37, 38, 0) 0%, rgba(43, 37, 38, 0.11) 11%, rgba(43, 37, 38, 1) 100%);
    background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0,rgba(43, 37, 38, 0) ),color-stop(0.11,rgba(43, 37, 38, 0.11) ),color-stop(1,rgba(43, 37, 38, 1) ));
    background: -o-linear-gradient(0deg, rgba(43, 37, 38, 0) 0%, rgba(43, 37, 38, 0.11) 11%, rgba(43, 37, 38, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(43, 37, 38, 0) 0%, rgba(43, 37, 38, 0.11) 11%, rgba(43, 37, 38, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B2526', endColorstr='#2B2526' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(43, 37, 38, 0) 0%, rgba(43, 37, 38, 0.11) 11%, rgba(43, 37, 38, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B2526',endColorstr='#2B2526', GradientType=1);
}

.blog-title {
    width: 100%;
    text-shadow: 0 0 12px #fff;
}

#section-detailed-filter{
    position: relative;
}
svg.icon.icon-phone{
    width: 40px!important;
    height: 40px!important;
}
.header .navbar-toggler{
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.btn-close{
    opacity: 1;
    color: #fff;
    position: absolute;
    right: 10%;
    top: 3%;
}

.offcanvas{
    width:300px;
}
#input-area form fieldset{
    flex-direction: column!important;
}
#input-area form fieldset>div{
   width:100%;
}

.satisfaction-description{
    min-height: 120px;
}
.card.text-bg-dark{
    height: 300px;
}
.vh-100 {
    height: auto!important;
}
.display-3 {
    font-size: calc(1rem + 2vw);
    font-weight: 300;
    line-height: 1.2;
}
.product-filter-box{
    top:20px;
}