/*
Theme Name: Erlengold
Theme URI: https://erlengold-living.ch/
Author: Portal Works
Author URI: https://www.portalworks.de
Description: Erlengold
Version: 1.0
*/

/************ FONTS **********/
/* urbanist */
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/urbanist-v15-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/urbanist-v15-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/urbanist-v15-latin_latin-ext-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/urbanist-v15-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/urbanist-v15-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/urbanist-v15-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/urbanist-v15-latin_latin-ext-800.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/urbanist-v15-latin_latin-ext-900.woff2') format('woff2'); 
}
/* bauhaus */
@font-face {
    font-family: 'Bauhaus Std';
    src: url('fonts/BauhausStd-Demi.eot');
    src: local('fonts/Bauhaus Std Demi'), local('BauhausStd-Demi'),
        url('fonts/BauhausStd-Demi.eot?#iefix') format('embedded-opentype'),
        url('fonts/BauhausStd-Demi.woff2') format('woff2'),
        url('fonts/BauhausStd-Demi.woff') format('woff'),
        url('fonts/BauhausStd-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauhaus Std';
    src: url('fonts/BauhausStd-Medium.eot');
    src: local('fonts/Bauhaus Std Medium'), local('BauhausStd-Medium'),
        url('fonts/BauhausStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BauhausStd-Medium.woff2') format('woff2'),
        url('fonts/BauhausStd-Medium.woff') format('woff'),
        url('fonts/BauhausStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/************* ROOT **************/
:root {
    --primary-font: 'Urbanist', sans-serif;
    --secondary-font: 'Bauhaus Std', sans-serif;
    --primary-color: #A98642;
    --secondary-color: #464240;
}
/************* PREDEFINED **************/
body {
    font-family: var(--primary-font);
    color: var(--secondary-color);
}
html {
    scroll-padding-top: 100px;
}
.bg-light {
    background-color: #F6F3EB !important;
}
.text-primary {
    color: var(--primary-color) !important;
}
.font-secondary {
    font-family: var(--secondary-font) !important;
}
.section-top-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 7px;
}
.section-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.btn {
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 23px;
    line-height: 1;
    display: block;
}
.btn-primary {
    background-color: #FFFFFF;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #A986421A !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}
/************* NAVBAR **************/
.navbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(180deg, #A98642 0%, rgba(169, 134, 66, 0) 99%, transparent 100%);
    opacity: .7;
}
.navbar-brand {
    position: absolute;
    top: 8px;
    transition: all .2s;
}
.navbar-brand img {
    width: 130px;
    transition: all .2s;
}
.navbar-scroll.navbar::after {
    height: 170%;
}
.navbar-scroll .navbar-brand img {
    width: 75px;
}
.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(64deg) brightness(103%) contrast(100%);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.offcanvas.offcanvas-end {
    background-color:#A98642B3;
}
.offcanvas-title img {
    width: 130px;
}
.btn-close:focus {
    box-shadow: none;
}
.navbar .nav-item {
    margin: 4px 0;
}
.navbar .nav-link {
    padding: 5px 0;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.2;
}
.offcanvas-header {
    padding: 16px 12px !important;
}
.toggle-row img {
    transition: all .2s;
}
.toggle-row.open img {
    transform: rotate(180deg);
}
/************* HERO **************/
.hero-section {
    min-height: 100svh;
    border-radius: 0 0 25px 25px;
}
.admin-bar .hero-section {
    min-height: calc(100svh - 46px);
}
.hero-section::after {
    content: "";
    position: absolute;
    bottom:  0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, #A9864200 0%, #A98642 100%);
    opacity: .4;
    z-index: 1;
}
.hero-arrow {
    width: 35px;
    height: 35px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    transition: all .2s;
    box-shadow: 0px 3px 6px #00000029;
}
.hero-arrow:hover {
    background-color: #A9864280;
}
.hero-arrow img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 60%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(2deg) brightness(99%) contrast(104%);
}
.swiper-pagination {
    bottom: 50px !important;
}
.text-image-slider-container .swiper-pagination {
    bottom: 30px !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 3px !important;
    background-color: #ffffff;
    opacity: .7;
    box-shadow: 0px 3px 6px #00000029;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.hero-disturber {
    box-shadow: 0px 3px 6px #00000029;
    width: 150px;
    height: 150px;
    top: 250px;
    right: 12px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 15px;
    transform: matrix(0.98, -0.19, 0.19, 0.98, 0, 0);
    font-size: 20px;
	word-break: break-word;
	hyphens: auto;
}
.hero-disturber span {
    font-size: 16px; 
}

.hero-disturber-big{
    top: 350px;
    left: 12px;
    font-size: 18px;
    width: 191px !important;
    height: 191px !important;
}

/********* TOUR BLOCK ************/
.tour-element-icon {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF66;
}
.tour-element-icon img {
    width: auto;
    height: auto;
    max-width: 65%;
    max-height: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(245deg) brightness(104%) contrast(100%);
}
.tour-element-box {
    border-radius: 40px;
}
.tour-image {
    transition: all .2s;
}
.tour-element-title {
    transition: all .2s;
}
.tour-element-title:hover {
    color: #000 !important;
}
.tour-element-box:hover .tour-image {
    scale: 1.1;
}
.tour-elements {
    max-width: 1040px;
}
.tour-section {
    padding: 40px 0;
}
.text-box p:last-child {
    margin-bottom: 0;
}
.text-image-inner {
    padding: 40px 0;
}

.text-image-slider-container img {
    width: 100%;
    height: auto;
    aspect-ratio: .9/1;
}
.text-image-table td,
.text-image-table th{
    color: var(--primary-color);
    font-weight: 600;
    padding: 1px;
    line-height: 1.2;
    border: none;
}
.map-section a {
    border-radius: 0 0 25px 25px;
}
.map-section a img{
    width: 100%;
    height: auto;
    max-height: 700px;
}
/********* TITLE BLOCK ************/
.title-section {
    padding: 40px 0;
}
.title-section-text-box p {
    color: #717171;
}
.title-section-text-box p:last-child {
    margin-bottom: 0;
}

/********* GALLERY BLOCK ************/
.galler-swiper-image img{
    width: 100%;
    aspect-ratio: 3/4;
    height: auto;
    object-fit: cover;
}

.swiper-pagination-fraction {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 !important;
}
.swiper-button-next {
    background-image: url('img/swipernext.svg');
}
.swiper-button-prev {
    background-image: url('img/swiperprev.svg');
}
.swiper-button-disabled {
    opacity: .6 !important;
}
.gallery-swiper-navigation {
    padding-top: 25px;
    padding-right: 30px;
}
.gallery-swiper-navigation .swiper-pagination {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-right: 30px;
}
.gallery-section {
    padding: 0 0 40px 0;
}
.contact-section {
    background-color: #F6F3EB;
    padding: 40px 0;
}
.contact-right-title {
    font-size: 18px;
}
.contact-right-logo img {
    width: 210px;
    max-width: 100%;
    height: auto;
}
.contact-right-text p{
    color: #000000B3;
    margin-bottom: 20px;
    line-height: 1.66;
}
.contact-right-text p:last-child{
    margin-bottom: 0;
}
.contact-right-text a {
    text-decoration: none;
    color: #000000B3;
}
.contact-right-text a:hover {
    text-decoration: underline;
}
.btn-form {
    background-color: var(--primary-color);
    color: #FFFFFF;
    letter-spacing: 1.8px;
    font-size: 16px;
    border-radius: 20px;
    padding: 19px 34px !important;
    font-weight: 300;
    min-width: 235px;
    display: block;
}
.btn-form:hover,
.btn-from:active,
.btn-form:focus {
    background-color: #FFFFFF !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.contact-form-text {
    color: #717171;
    margin-bottom: 20px;
}
.checkboxes-label {
    color: #717171;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-checkboxes {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 15px;
    width: 100%;
    align-items: start;
}
.custom-checkboxes input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid transparent;
    flex-shrink: 0;
	position: relative;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}
.custom-checkboxes .wpcf7-list-item {
    margin: 0;
}
.custom-checkboxes label {
    display: flex;
    align-items: center;
}
.custom-checkboxes input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    background-image: url('img/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.custom-checkboxes input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.custom-checkboxes .wpcf7-list-item-label{
    font-size: 16px;
    line-height: 1.1;
    color: #717171;
    margin-left: 10px;
}
.form-control,
.form-select {
    background-color: #FFFFFFD9 !important;
    border: 1px solid #FFFFFFD9 !important;
    color: var(--primary-color) !important;
    border-radius: 16px !important;
    line-height: 1.2 !important;
    padding: 10px 15px !important;
}
.form-control::placeholder {
    color: var(--primary-color) !important;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.form-select {
    background-image: url('img/chevron-down.svg') !important;
    position: relative !important;
    padding-right: 25px !important;
    background-size: 20px 15px !important;
}
textarea {
    resize: none;
}
.form-info {
    font-weight: 300;
    color: #000000B3;
}
.text-for-check {
    color: #000000B3;
}
.text-for-check a {
    color: var(--primary-color);
}
.text-for-check a:hover {
    text-decoration: none;
}
/************* FOOTER **************/
footer {
    background-color: #F6F3EB;
    padding: 35px 0 20px 0;
}
footer::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
    height: 150%;
    background: linear-gradient(180deg, rgba(169,134,66,0) 0%, rgba(169,134,66,1) 100%);
    mix-blend-mode: multiply;
}
.footer-icons a {
    width: 35px;
    height: 35px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: block;
    transition: all .2s;
    box-shadow: 0px 3px 6px #00000029;
}
.footer-icons a:hover {
    background-color: #A9864280;
}
.footer-icons a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 75%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(2deg) brightness(99%) contrast(104%);
}
.footer-links a {
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-links a::after {
    height: 14px;
    width: 1px;
    content: "";
    position: absolute;
    right: -8px;
    top: 5px;
    background-color: #FFFFFF;
}
.footer-links a:last-child::after {
    display: none;
}
/************* FLATS **************/
.flats-section {
    background-color: #F6F3EB;
    padding: 40px 0 65px 0;
}
.table-filter-container .form-label {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}
.filter-item-box {
    width: 100%;
}
.isometry-box {
    background-color: #F6F3EB;
}
.isometry-box img {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-arrow img {
    width: 18px;
}
.flats-table-container {
    margin-top: 20px;
	position: relative;
}
.flats-table-container thead th {
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-weight: 500;
    vertical-align: top;
    text-align: center;
    padding: 10px 8px;
    line-height: 1.1;
    border-bottom: none !important;
	letter-spacing: -.2px;
	position: sticky;
	top: 329px;
}
.flats-table-container thead th:first-child {
    text-align: start;
}
.flats-table-container tr td.tr-title {
    background-color: #F6F3EB;
    color: var(--primary-color);
    font-weight: 600;
    padding: 10px 8px;
    line-height: 1.2;
    border: none;
    border-bottom: 2px solid var(--primary-color);
}
.flats-table-container tr td {
    border: none;
    padding: 10px 8px;
    line-height: 1.2;
    text-align: center;
    color: #00000066;
    vertical-align: top;
}
.flats-table-container tr td:first-child {
    text-align: start;
}
.flats-table-container tr:not(.haus-row):not(.hidden-row):hover td {
    background-color: var(--primary-color);
    color: #FFFFFF !important;
}
.flats-table-container tr:not(.haus-row):not(.hidden-row):hover td img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(6%) hue-rotate(189deg) brightness(116%) contrast(100%);
}
/* .flats-table-container tr:not(.haus-row):not(.hidden-row):hover td .toggle-row img{
    filter: none !important;
} */
/* .odd-row .table-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(6%) hue-rotate(189deg) brightness(116%) contrast(100%);
}
.odd-row .pdf-download img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(6%) hue-rotate(189deg) brightness(116%) contrast(100%);
} */
.odd-row:hover .pdf-download img {
    filter: none;
}
.odd-row .bewerben-link img {
   border: 1px solid #FFFFFF;
}

.bewerben-link img {
    border: 1px solid transparent;
    border-radius: 50%;
}
.flats-table-container tr:not(.haus-row):hover td .bewerben-link img{
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    filter: none;
}
.odd-row td {
    background-color: #A986421A;
    border: none;
}
.even-row td {
    background-color: #FFFFFF;
    border: none;
}
.hidden-row td {
    background-color: var(--primary-color);
    padding: 0 8px !important;
	
}
.table-mobile-item {
   padding: 10px 0;
   border-bottom: 1px solid #FFFFFF;
}
.table-mobile-item:last-child {
    border-bottom: none;
}
.table-mobile-links a {
    text-decoration: none;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
}
.table-mobile-links a img {
    width: 14px;
}
.table-mobile-links {
    width: 150px;
    border: 1px solid #FFFFFF;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.table-mobile-links::after {
    content: "LINKS";
    position: absolute;
    padding: 2px 6px;
    top: -10px;
    background-color: var(--primary-color);
    font-weight: 500;
    color: #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
}
.table-footnote p {
    color: #000000CC;
    opacity: .6;
    margin: 0;
}
.preview-image {
	width: 100%;
	height: 100%;
}
.preview-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
html :where(.wp-block) {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
:root :where(.editor-styles-wrapper)::after {
    display: none !important;
}
#wpadminbar {
    position: fixed !important;
}
.admin-bar .navbar.fixed-top {
    top: 46px;
}
.admin-bar .offcanvas.offcanvas-end {
    top: 46px;
}
.page404 {
    padding: 150px 0 50px 0;
    background-color: #F6F3EB;
    min-height: calc(100svh - 154px);
}

.wpcf7-acceptance a {
    color: var(--primary-color);
}
.texteditor-section {
    background-color: #F6F3EB;
    padding: 140px 0 40px 0;
}
.texteditor-section a {
    color: var(--primary-color);
}
.navbar-nav .nav-link.active {
	 color: #FFFFFF;
}
.isometry-box {
	padding-top: 120px !important;
}
.offcanvas {
	width: 100% !important;
}
.btn-close {
    top: 2px;
    position: relative;
    right: 3px;
}
.acf-block-component .table-filter-container {
	position: relative;
	top: unset;
}
.acf-block-component  .flats-table-container thead th {
	position: relative;
	top: unset;
}
.tour-section {
	background-color: #F6F3EB;
}

/************* ANIMATION **************/
.animate-top,
.animate-left,
.animate-right {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}

.animate-top {
  transform: translateY(-15px);
}

.animate-top.animated {
  opacity: 1;
  transform: translateY(0);
}

.animate-left {
	transform: translateX(-15px);
}

.animate-left.animated {
  opacity: 1;
  transform: translateX(0);
}

.animate-right {
	transform: translateX(15px);
}

.animate-right.animated {
  opacity: 1;
  transform: translateX(0);			
}


/************* RESPONSIVE SM **************/
@media (min-width: 576px) {
    .offcanvas {
		width: 400px !important;
	}
}

/************* RESPONSIVE MD **************/
@media (min-width: 768px) {
    .custom-checkboxes {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .admin-bar .navbar.fixed-top {
        top: 32px;
    }
    .admin-bar .offcanvas.offcanvas-end {
        top: 32px;
    }
    .admin-bar .hero-section {
        min-height: calc(100svh - 32px);
    }
    .texteditor-section {
        padding: 170px 0 40px 0;
    }   
	.isometry-box img {
		max-width: 500px;
	}
	.flats-table-container thead th {
		top: 418.56px;
	}
}

/************* RESPONSIVE LG **************/
@media (min-width: 992px) {
	html {
    scroll-padding-top: 100px;
}
    .hero-disturber-big{
        top: 40% !important;
        left: 35% !important;
        font-size: 20px;
        width: 270px !important;
        height: 270px !important;
    }
    .hero-section {
        border-radius: 0 0 40px 40px;
    }
    .swiper-pagination-bullet {
        width: 16px !important;
        height: 16px !important;
        margin: 0 5px !important;
    }
    .text-image-slider-container .swiper-pagination {
        bottom: 40px !important;
    }
    .navbar {
        padding: 15px 0;
    }
    .navbar-brand {
        top: 0;
        left: 12px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .navbar-scroll.navbar::after {
        height: 170%;
    }
    .navbar-scroll .navbar-brand img {
        width: 100px;
    }
    .navbar-nav {
        padding: 0 190px;
        width: 100%;
    }
    .navbar .nav-link {
        padding: 0 5px;
        font-size: 18px;
        color: #FFFFFF;
        position: relative;
    }
    .navbar .nav-item {
        margin: 0 5px;
        font-size: 18px;
    }
    .hero-disturber {
        width: 180px;
        height: 180px;
        top: 220px;
        right: 12px;
        padding: 12px;
        font-size: 26px;
        transition: all .2s;
    }
    .hero-disturber span {
        font-size: 16px; 
    }
    .hero-disturber:hover {
       transform: matrix(0.96, -0.25, 0.25, 0.96, 0, 0);
    }
    .navbar .nav-link::after {
        width: 0;
        height: 1px;
        background-color: #FFFFFF;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        content: "";
        transition: all .2s;
    }
    .navbar .nav-link:hover::after {
        width: calc(100% - 16px);  
    }
    .tour-element-icon {
        width: 45px;
        height: 45px;
    }
    .tour-element-title {
        font-size: 18px;
    }

    .text-image-slider-container {
        width: 50% !important;
        position: absolute;
        right: 0;
        top: 0;
    }
    .text-image-slider-container-left {
        right: auto;
        left: 0;
    }
    .text-image-slider-container {
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .text-image-slider-container-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .gallery-section {
        padding: 0 0 60px 0;
    }
    footer {
        padding: 45px 0 20px 0;
    }
    .page404 {
        min-height: calc(100svh - 113px);
    }
	.text-image-inner {
		padding-right: 8% !important;
	}
	.text-image-section-reverse .text-image-inner {
		padding-left: 8% !important;
	}
}
/************* RESPONSIVE XL **************/
@media (min-width: 1200px) {
    .page404 {
        min-height: calc(100svh - 122px);
    }
    .swiper-pagination {
        bottom: 100px !important;
    }
    .text-image-slider-container .swiper-pagination {
        bottom: 50px !important;
    }
    .navbar {
        padding: 25px 0;
    }
    .navbar .nav-link {
        padding: 0 5px;
        font-size: 20px;
    }
    .navbar .nav-link {
        padding: 0 15px;
    }
    .navbar-scroll .navbar-brand  {
        top: -5px;
    }
    .tour-section {
        padding: 65px 0 145px 0;
    }
    
    .text-box p {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .text-box p:last-child {
        margin-bottom: 0;
    }
    .btn {
        font-size: 18px;
        padding: 7px 14px;
    }

    .title-section {
        padding: 75px 0 45px 0;
    }
    .title-section-text-box p {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .title-section-text-box {
        max-width: 570px;
    }
    .title-section-buttons {
        max-width: 535px;
    }
    .gallery-swiper-navigation {
        padding-top: 45px;
        padding-right: 60px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 38px;
        height: 38px;
    }
    .gallery-swiper-navigation .swiper-pagination{
        bottom: 0 !important;
    }
    .gallery-swiper-navigation .swiper-pagination {
        font-size: 26px;
        margin-right: 70px;
    }
    .gallery-section {
        padding: 20px 0 95px 0;
    }
    .footer-text,
    .footer-links a {
        font-size: 19px;
    }
    .footer-links a::after {
        height: 16px;
        top: 6px;
    }
	.contact-section {
        padding: 75px 0 45px 0;
    }
    .contact-right-title {
        font-size: 20px;
    }
    .contact-right-text p{
       font-size: 18px;
    }
    .contact-right-text p{
        margin-bottom: 32px;
    }
    .contact-form-text {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .checkboxes-label {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .text-for-check,
    .text-for-check a {
        font-size: 18px;
    }
    .table-filter-container .form-label {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .isometry-box img{
        max-width: 100%;
    }
    .flats-table-container thead th {
        position: sticky;
        top: 282px;
        z-index: 20;
        padding: 6px 4px;
        border-right: 1px solid #FFFFFF;
    }
    .flats-table-container thead th::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        background-color: #FFFFFF;
    }
    .flats-table-container thead th:last-child::after {
        display: none;
    }
    .isometry-box {
        position: sticky;
        top: 285px;
    }
    .table-filter-container {
        position: sticky;
        background-color: #F6F3EB;
        top:150px;
    }
    .table-filter-container.is-sticky .table-filter-inner::after {
        content: "";
        position: absolute;
        bottom: 67.7px;
        width: 100%;
        height: 150px;
        left: 0;
        background-color: #F6F3EB;
    }
    .table-filter-container.is-sticky .table-filter-inner::before {
        content: "";
        position: absolute;
        top: 67.7px;
        width: 100%;
        height: 65px;
        left: 0;
        background-color: #F6F3EB;
    }
    .custom-checkboxes .wpcf7-list-item {
        flex: 0 0 48%;
    }
    .flats-table-container {
        margin-top: 65px;
    }
	.isometry-box {
		padding-top: 0 !important;
	}
	.text-image-inner {
		padding-right: 12% !important;
	}
	.text-image-section-reverse .text-image-inner {
		padding-left: 12% !important;
	}
}   
/************* RESPONSIVE XXL **************/
@media (min-width: 1400px) {
.form-control,
    .form-select {
        font-size: 18px !important;
        padding: 18px 24px !important; 
    }
    .form-info {
        font-size: 18px;
        padding-top: 10px;
    }
    .form-select {
        padding-right: 25px !important;
        background-size: 25px 20px !important;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar::after {
        height: 270%;
    }
    .navbar-scroll.navbar::after {
        height: 140px;
    }
    .navbar-scroll .navbar-brand img {
        width: 120px;
    }
    .navbar .nav-link {
        margin: 0 15px;
    }
    .navbar-nav {
        padding: 0 230px;
    }

    .section-top-title {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    .section-title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .text-image-table td,
    .text-image-table th{
        font-size: 19px;
        padding: 1px;
    }
    .custom-checkboxes input[type="checkbox"] {
        width: 30px;
        height: 30px;

    }
    .custom-checkboxes .wpcf7-list-item-label {
        font-size: 18px;
        margin-left: 18px;
    }
    .custom-checkboxes input[type="checkbox"]::before {
        width: 30px;
        height: 30px;
        background-size: 18px;
    }
    .custom-checkboxes {
       column-gap: 20px;
    }
    .filter-item-box {
        width: auto;
        min-width: 200px;
    }
    .table-footnote p {
        font-size: 18px;
    }
     .table-filter-container.is-sticky .table-filter-inner::after {
        bottom: 84.7px;
    }
    .table-filter-container.is-sticky .table-filter-inner::before {
        content: "";
        position: absolute;
        top: 67.7px;
        width: 100%;
        height: 65px;
        left: 0;
        background-color: #F6F3EB;
    }
    .texteditor-section {
        padding: 220px 0 120px 0;
    } 
	.text-image-inner {
        padding: 85px 0 55px 0;
    }
	
} 

/************* RESPONSIVE 1600 **************/
@media (min-width: 1600px) {
    .container {
        max-width: 1544px;
    }
    .navbar-scroll .navbar-brand  {
        top: -5px;
    }
	.tour-section {
        padding: 165px 0 145px 0;
    }
    .tour-elements .row.gx-xxl-5 {
        --bs-gutter-x: 80px;
    }
    .text-image-section .row.row.gx-xxl-5 {
        --bs-gutter-x: 200px;
    }
	
    .tour-elements {
        padding-top: 35px;
    }
    .text-image-inner {
        padding: 175px 0 110px 0 !important;
    }
	.text-image-section-reverse .text-image-inner {
        padding: 175px 0 110px 0 !important;
    }
    .title-section {
        padding: 105px 0 70px 0;
    }
    .custom-checkboxes {
       column-gap: 24px;
    }
	.section-title {
        font-size: 50px;
        margin-bottom: 50px;
    }
} 
/************* RESPONSIVE CUSTOM **************/
@media (min-width: 1800px) {
	.text-image-section .row.row.gx-xxl-5 {
        --bs-gutter-x: 380px;
    }
    .navbar-brand {
        left: -85px;
    }
    .navbar-scroll .navbar-brand  {
        top: -15px;
        left: 12px;
    }
    .navbar-brand img {
        width: 305px;
    }
    .navbar-scroll .navbar-brand img {
        width: 140px;
    }
    .navbar {
        padding: 35px 0;
    }
    .navbar .nav-link {
        padding: 0 15px;
        margin: 0 17px;
        font-size: 24px;
    }
    .navbar-nav {
        padding: 0 400px;
    }
    .hero-disturber {
        width: 260px;
        height: 260px;
        top: 275px;
        right: 30px;
        padding: 15px;
        font-size: 39px;
    }
    .hero-disturber span {
        font-size: 22px; 
    }
	
	.hero-disturber-big {
        width: 390px !important;
        height: 390px !important;
    }
	
    .flats-table-container tr td,
    .flats-table-container thead th {
        padding: 14px;
    }
    .flats-table-container tr td.tr-title {
        padding: 18px 12px 12px 12px;
    }
    .flats-table-container thead th {
        font-size: 18px;
    }
    .flats-table-container tr td {
        font-size: 18px;
    }
    .texteditor-section {
        padding: 320px 0 170px 0;
    } 
	.text-image-inner {
		 padding: 175px 0 110px 0 !important;
	}
	.text-image-section-reverse .text-image-inner {
		 padding: 175px 0 110px 0 !important;
	}    
	.flats-table-container thead th {
		line-height: 1.1;

		letter-spacing: -.1px;
	}
} 
/************* RESPONSIVE CUSTOM **************/
@media (min-width: 1920px) {
    .navbar-brand {
        left: -130px;
    }
}