/*
Theme Name: Werftstatt Luzern
Theme URI: 
Author: Portal Works
Author URI: https://www.portalworks.de
Description: Werftstatt Luzern
Version: 1.0
*/

/************ FONTS **********/
/* mohave */
@font-face {
  font-display: swap; 
  font-family: 'Mohave';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/mohave-v9-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Mohave';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/mohave-v9-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Mohave';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/mohave-v9-latin_latin-ext-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Mohave';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/mohave-v9-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Mohave';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/mohave-v9-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Mohave';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/mohave-v9-latin_latin-ext-700.woff2') format('woff2'); 
}
/* inter */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/inter-v18-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v18-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v18-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v18-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v18-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/inter-v18-latin_latin-ext-800.woff2') format('woff2'); 
}
/************* ROOT **************/
:root {
    --primary-font: 'Inter', sans-serif;
    --secondary-font: 'Mohave', sans-serif;
    --primary-color: #F6E4C9;
    --secondary-color: #00233B;
}
/************* PREDEFINED **************/
body {
    font-family: var(--primary-font);
    color: var(--secondary-color);
    padding-top: 59.7px;
}
html {
    scroll-padding-top: 50px;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.text-primary {
    color: var(--primary-color) !important;
}
.container-fluid {
    max-width: 1980px;
}
.btn {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    border-radius: 0;
    line-height: 1;
    padding: 16px 28px;
    min-width: 200px;
}
.btn-primary {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
    color: var(--primary-color) !important;
}
/************* NAVBAR **************/
.offcanvas {
    min-height: 100svh !important;
}
.admin-bar .offcanvas {
    min-height: calc(100svh - 46px) !important;
    top: 46px;
}
.navbar-brand img {
   width: 140px;
   height: auto;
	padding: 15px 0;
}
.navbar {
    box-shadow: 0px 3px 6px #00000029;
    transition: all .5s;
}
.navbar .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-toggler {
    font-size: 14px;
    border: none;
    box-shadow: none;
	letter-spacing: 2.4px;
    color: var(--secondary-color);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler img {
    width: 30px;
}
.offcanvas-logo img {
    width: 200px;
}
.offcanvas-button-close {
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2.4px;
}
.offcanvas-button-close img {
    width: 14px;
}
.navbar .nav-link {
    text-align: center;
    font-size: 18px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-family: var(--secondary-font);
    padding: 3px 0;
    margin: 5px 0
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    font-weight: 600;
    color: var(--secondary-color);
}
.offcanvas-body {
    max-width: 1980px;
}

.home-navbar.navbar-scroll {
    top: 0 !important;
}

/******* FOOTER ***********/
.footer-logo img {
    width: 100px;
}
.footer-text p{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
}
.footer-links a {
    font-size: 14px;
    color: var(--secondary-color);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-links a::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background-color: var(--secondary-color);
    top: 3px;
    right: -9px;
}
.footer-links a:last-child::after {
    display: none;
}
footer {
    padding: 50px 0;
}
/******* HERO **********/
.hero-menu-button {
    top:127px;
    right: 0;
    font-size: 14px;
    transform: rotate(-90deg);
    letter-spacing: 2.4px;
    cursor: pointer;
    z-index: 10;
}
.hero-menu-button span {
    width: 17px;
    height: 1px;
    background-color: var(--primary-color);
    display: block;
}
.menu-button-lines {
    transform: rotate(90deg);
}
.hero-section .container-fluid{
    min-height: calc(100svh - 59.7px);
    padding-top: 50px;
    padding-bottom: 50px;
}
.hero-scroll-icon {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
}
.hero-scroll-icon img {
    width: 15px;
    height: auto;
    max-height: 100%;
}
.hero-scroll-text {
    transform: matrix(0, -1, 1, 0, 0, 0);
    white-space: nowrap;
    position: absolute;
    bottom: calc(100% + 72px);
    color: var(--primary-color);
    right: -41px;
    letter-spacing: 2.1px;
    font-size: 14px;
    text-transform: uppercase;
}
.hero-scroll-button {
    bottom: 0;
    left: 17px;
    width: 40px;
    height: 40px;
    z-index: 10;
}
.hero-logo {
    margin-bottom: 30px;
    max-width: 650px;
}
.hero-logo img{
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all .3s;
}

.hero-scroll-button img {
    transition: all .3s;
}
.hero-scroll-button:hover img {
    transform: translateY(7px)
}
.hero-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top center;

}
.hero-section::after {
    height: 70%;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,35,59,0) 0%, rgba(30,61,79,1) 100%);
}
.hero-video-container::after {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 5;
}
.slider-text-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.slider-container {
    width: 95%;
    max-width: 750px;
    z-index: 3;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-image: url('img/arrowright.svg');
    background-color: var(--secondary-color);   
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    transition: all .2s;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    background-image: url('img/arrowleft.svg');
    left: 0;
}
.swiper-button-prev.swiper-button-disabled {
    opacity: .5;
}

.section-top-title {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-title h2 {
    font-size: 35px;
    font-family: var(--secondary-font);
    font-weight: 300;
    margin-bottom: 40px;
}
.section-text p {
    margin-bottom: 25px;
    line-height: 1.75;
}
.section-text p:last-child {
	margin-bottom: 0;
}
.slider-text-section {
    padding: 33px 0 50px 0;
}
.swiper-pagination {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    padding: 20px 18px;
    background-color: var(--secondary-color);
    
    height: fit-content !important;
    width: fit-content !important;
}
.slider-text-section-reverse  .swiper-pagination {
    right: auto !important;
    left: 0 !important;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: var(--secondary-color);
    border: 2px solid #FFFFFF;
    opacity: 1;
    position: relative;
    margin: 0 !important;
}
.swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    background-color: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}
.swiper-pagination-bullet-active::after {
    visibility: visible;
    opacity: 1;
}
.buttons-container {
    gap: 20px;
	padding-top: 70px;
}
.overview-icon {
    width: 70px;
    height: auto;
    margin-bottom: 23px;
}
.overview-icon img {
    max-width: 100%;
    max-height: 70px;
    height: auto;
    width: auto;
}
.overview-text h2 {
    font-family: var(--secondary-font);
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.overview-box {
    padding: 30px 0;
    max-width: 466px;
    border-bottom: 1px solid var(--secondary-color);
}
.overview-items .col-lg-4:last-child .overview-box {
    border-bottom: none;
}
.overview-section {
    padding-top: 212px;
    margin-top: -112px;
    position: relative;
}
.slider-text-section-reverse {
    position: relative;
    padding-bottom: 50px;
}
.no-margin-slider-text {
    margin-top: 0 !important;
    padding-top:70px;
}
.overview-gallery {
    margin-top: 50px;
	width: 95%;
    margin-left: auto;
}
/********* PAGE HEADER ***********/
.page-header-section {
    padding: 50px 0;
}
.page-header-section  .hero-scroll-text{
    color: var(--secondary-color);
}
.page-header-section .hero-scroll-icon {
    background-color: var(--secondary-color);
}
.page-header-section .hero-scroll-icon img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(1011%) hue-rotate(305deg) brightness(103%) contrast(93%);
}
/********* INTERACTIVE SECTION ***********/
.interactive-section {
    padding-top: 30px;
}
.iframe-container {
   position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container iframe{
   position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/********* TESTIMONIAL ***********/
.testimonial-icon img{
    width: 50px;
    margin-bottom: 15px;
}
.testimonial-text p {
    font-family: var(--secondary-font);
    font-size: 20px;
    line-height: 1.25;
}
.testi-desc,
.testi-name {
    font-size: 15px;
    line-height: 1.2;
}
.testimonial-img img{
    width: 200px;
    margin-bottom: 15px;
}
.testimonial-section {
    padding: 50px 0;
}

.distance-section {
    padding: 70px 0;
    margin: 0;
}
.distance-table-container th,
.distance-table-container td{
    background-color: transparent;
    font-size: 14px;
    line-height: 1.1;
    color: var(--secondary-color);
    white-space: nowrap;
    text-align: center;
}

.distance-table-container thead th {
    border: none;
}
.distance-table-container tbody th {
    text-align: start;
    padding-left: 0;
}
.table {
    --bs-table-border-color: #00233B; 
}
.table-icon {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.map-section {
    width: 100%;
    height: 350px;
}
.map-section iframe{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}
.flats-png-container  {
    max-width: 400px;
}
.flats-png-container img{
    width: 100%;
    height: auto;
}
.status-box {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.status-frei {
    background-color: #8AE8B9;
}
.status-reserviert {
    background-color: #F6E4C9;
}
.status-vermietet {
    background-color: #00233B;
}
.flats-table-container th,
.flats-table-container td {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    color: var(--secondary-color);
}
.table-pdf-icon img{
    width: 15px;
    height: auto;
}
.flats-table-container th:first-child,
.flats-table-container td:first-child {
    text-align: start;
}
.flats-table-container th:last-child,
.flats-table-container td:last-child {
    text-align: end;
}
.flats-table-container table tbody tr:hover td {
    background-color: #F6E4C94D;
}
.flats-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
}
.flats-table-container {
    scrollbar-width: none ;
    padding-right: 20px;
}
.custom-scrollbar__bar {
    position: absolute;
    top: 40px;
    bottom: 0px;
    background: var(--primary-color);
    width: 12px;
    right: 0px;
    border-radius: 20px;
	overflow: hidden;
}
.custom-scrollbar__knob {
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--secondary-color);
    transform: translate(-50%, -50%);
    will-change: top;
}
.table-legend-item {
    font-size: 12px;
    letter-spacing: 2.4px;
}
.table-bottom {
    padding: 8px 0;
}
.table-desc {
    font-size: 14px;
    max-width: 415px;
    margin-left: auto;
}
.contact-form-title {
    font-size: 14px;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
}
.contact-form-container .form-control {
    border: none;
    border-bottom: 1px solid var(--secondary-color);
    background-color: transparent;
    color: var(--secondary-color);
    border-radius: 0;
    font-size: 16px;
    padding: 10px 0;
}
.contact-form-container textarea.form-control {
    border-left: 1px solid var(--secondary-color);
    border-right: 1px solid var(--secondary-color);
    height: 40px;
    padding: 0 8px 8px 8px;
}
.contact-form-container textarea.form-control::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background-color: red;
}
.contact-form-container .form-control:focus {
    box-shadow: none;
}
.contact-form-container .form-control::placeholder {
    color: var(--secondary-color);
    opacity: .7;
}
.table-text {
    font-size: 14px;
}
.wpcf7-spinner {
    display: none;
}
.custom-form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--primary-color);
    margin: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid var(--secondary-color);
    flex-shrink: 0;
	position: relative;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
}
.custom-form .wpcf7-list-item {
    margin: 0;
}
.custom-form {
    display: flex;
	align-items: center;
	justify-content: space-between;
    column-gap: 30px;
    row-gap: 18px;
    flex-wrap: wrap;
}
.custom-form label {
    display: flex;
    align-items: start;
}
.custom-form input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: 1px;
    left: 1px;
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: var(--secondary-color);
}
.custom-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.custom-form .wpcf7-list-item-label { 
    font-size: 16px;
    line-height: 1.1;
    margin-left: 8px;
}
.custom-form .wpcf7-list-item-label a {
    font-weight: 700;
    color: var(--secondary-color);
    text-decoration: none;
}
.custom-form .wpcf7-list-item-label a:hover {
    text-decoration: underline;
}
.custom-form p {
    margin-bottom: 0 !important;
}
.contact-box-img {
    width: 202px;
    height: 202px;
    margin-bottom: 25px;
}
.contact-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-box {
    margin-top: 50px;
	margin-bottom: 2px;
}
.contact-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--secondary-color);
    margin-bottom: 7px;
}
.contact-name {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1;
    color: var(--secondary-color);
    text-decoration: none;
    display: block;
    transition: all .3s;
}
.contact-name a {
    color: var(--secondary-color);
    text-decoration: none;
}
.contact-name a:hover {
    text-decoration: underline;
}

.btn-form {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    text-transform: uppercase;
    padding: 18px 9px;
    width: 100%;
    transition: all .2s;
    letter-spacing: 2.4px;
}
.btn-form:hover,
.btn-form:focus,
.btn-form:active {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}
.admin-bar .navbar.fixed-top {
    top: 46px;
}
.preview-image {
    width: 100% !important; 
    height: 100% !important;
}
.preview-image img {
    width: 100% !important; 
    height: 100% !important; 
    object-fit: contain !important;
}
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;
}
.negative-margin {
    padding-bottom: 50px !important;
} 
.slider-text-section-reverse {
    padding-bottom: 50px !important;
}
.video-button {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    border: none;
}
.video-button img{
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.gallery-img-box img {
    width: 100%;
    height: auto;
}
.gallery-section {
    padding: 50px 0;
}
.gallery-icon {
    background-color: var(--secondary-color);
    width: 32px;
    height: 32px;
}
.gallery-icon img {
    width: auto;
    height: auto;
    max-width: 58%;
    max-height: 100%;
    aspect-ratio: unset !important;
}
.contact-form-container p{
    margin-bottom: 13px;
}
/************* RESPONSIVE SM **************/
@media (min-width: 576px) {
    
}

/************* RESPONSIVE MD **************/
@media (min-width: 768px) {
    .hero-video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    .hero-video-container iframe {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .testimonial-img img{
        width: 220px;
        margin-bottom: 0;
        margin-right: 35px;
    }
    .admin-bar .navbar.fixed-top {
        top: 32px;
    }
    .admin-bar .offcanvas {
        min-height: calc(100svh - 32px) !important;
        top: 32px;
    }
    .gallery-link-box {
        background-color: var(--secondary-color);
        overflow: hidden;
        position: relative;
         transition: all .5;
    }
    .gallery-link-box::after {
        position: absolute;
        content: "";
        background-color: var(--secondary-color);
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all .5;
    }
    .gallery-link-box:hover .gallery-icon img {
        scale: 1.25;
    }
    .gallery-link-box img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        transition: all .2s;
    }
    .wide-img .gallery-link-box {
        height: 100%;
        
    }
    .wide-img .gallery-link-box img {
        aspect-ratio: 2.07/1;
    }
    .admin-bar .home-navbar.navbar-scroll {
        top: 32px !important;
    }
	.overview-gallery {
		width: unset;
		margin-left: 20px;
		margin-right: 20px;
	}
}

/************* RESPONSIVE LG **************/
@media (min-width: 992px) {
    .home {
        padding-top: 0;
    }
    html {
        scroll-padding-top: 100px;
    }
    .container-fluid {
        padding: 0 40px;
    }
    body {
        padding-top: 48.5px;
    }

    body.home.admin-bar {
        padding-top: 0;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .hero-section .container-fluid{
        min-height: 100svh;
    }
    .offcanvas-body {
        padding-top: 50px !important;
        position: relative;
    }
    .offcanvas-logo {
        position: absolute;
        left: 12px;
        top: 8%;
    }
    .menu-bottom {
        padding: 25px 0;
    }
    .hero-section .container-fluid{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .home-navbar {
        top: -100% !important;
    }
    .hero-video-container video {
        object-position: top right;
    }
    /* .hero-section::after {
        display: none;
    } */
    .slider-container {
        position: absolute !important;
        left: 0;
        top: 50px;
        width: 45%;
        max-width: unset;
    }
    .slider-text-block {
        width: 50%;
        margin-left: auto;
       
    }
    .slider-text-section-reverse .slider-text-block {
        margin-left: 0;
    }
    .slider-text-section-reverse .slider-container {
        right: 0;
        left: auto;
    }
    .slider-text-section {
        padding: 50px 0;
    }
    .navbar .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        bottom: 0;
        top: auto;
    }
    .overview-icon {
        margin-bottom: 26px;
    }
    .overview-text h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .overview-box {
        padding: 0;
        border-bottom: none;
        position: relative;
        max-width: 100%;
    }
    .overview-box::after {
        content: "";
        position: absolute;
        left: -25px;
        top: auto;
        bottom: 16px;
        width: 1px;
        background-color: var(--secondary-color);
        height: 65%;
    }
   
    .overview-items.gx-3 {
        --bs-gutter-x: 50px;
    }
    .overview-items .col-lg-4:nth-child(4) .overview-box::after {
        display: none;
    }

    .overview-items.gy-lg-4 {
        --bs-gutter-y: 50px;
    }
    .overview-section {
        padding-top: 120px;
        margin-top: 0;
    }
    .negative-margin {
        margin-top: -40px;
    } 
    .slider-text-section-reverse {
        padding-top: 90px;
    }
    .slider-text-section-reverse .slider-container {
        top: 90px;
       
    }
   .page-header-section .slider-container {
        top: 0;
    } 
    .page-header-section  {
        min-height: calc(100svh - 48.5px);
        padding: 0;
    }
    .interactive-section {
        padding-top:50px;
    }
    .distance-section {
        padding-bottom: 120px;
    }     
    .slider-text-section-reverse {
        padding-bottom: 0 !important;
    }
    .distance-table-container th,
    .distance-table-container td {
        font-size: 16px;
        padding: 16px 8px 8px 8px;
    }
    .table-icon {
        width: 25px;
        height: 25px;
    }
    .map-section {
        height: 500px;
    }
    .flats-table-section {
        padding: 50px 0;
    }
    .flats-table-section .container-fluid {
        gap: 50px;
    }
    .table-wrapper {
        max-width: 52%;
    }
    .status-box {
        width: 20px;
        height: 20px;
    }
    .flats-table-container .table thead th {
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #FFFFFF;
    }
    .contact-header-section {
        padding: 70px 0;
    }
    .section-top-title::after {
        position: absolute;
        content: "";
        left: 0;
        top: 8.5px;
        height: 1px;
        width: 60px;
        background-color: var(--secondary-color);
    }
    .section-title h2 {
        margin-bottom: 20px;
    }
    .section-top-title {
        padding-left: 75px;
        position: relative;
    }
    .section-text p {
        margin-bottom: 20px;
    }
    .slider-text-section-reverse {
        padding-bottom: 70px !important;
    }
    .negative-margin-bot {
        padding-bottom: 0 !important;
    }
    .negative-margin-bot .slider-text-block {
        padding-bottom: 50px;
    }
    .overview-icon {
        height: 70px;
    }
    .overview-icon img {
        max-height: 100%;
    }
    .overview-gallery {
        margin: 0;
        padding-top: 50px;
    }
    .cover-slider-text {
        padding: 50px 0;
    }
	.swiper-button-next:hover {
		background-position:  22px center;
	}
	.swiper-button-prev:hover {
		background-position:  12px center;
	}
}

/************* RESPONSIVE XL **************/
@media (min-width: 1200px) {
    body {
        padding-top: 99.7px;
    }

    .navbar-brand img {
        width: 265px;
    }
    .navbar-toggler {
        font-size: 16px;
    }
    .navbar-toggler img {
        width: 30px;
        margin-left: 5px;
    }
    .footer-logo img {
        width: 135px;
    }
    .footer-text p{
        font-size: 16px;
    }
    .footer-links a {
        font-size: 16px;
    }
    .footer-links a::after {
        height: 14px;
        top: 5px;
        right: -8px;
    }
    footer {
        padding: 35px 0;
    }
    .menu-bottom {
        padding: 35px 0;
    }
    .navbar .nav-link {
        font-size: 20px;
    }
    .hero-scroll-icon {
        width: 50px;
        height: 50px;
    }
    .hero-scroll-icon img{
        width: 20px;
    }
    .hero-scroll-text {
        bottom:calc(100% + 80px);
        right: -43px;
        font-size: 16px;
    }
    .hero-scroll-button {
        right: 15px;
        left: auto;
    }
    .hero-section .container-fluid{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .buttons-container {
        gap: 30px;
    }
   
    .overview-items.gx-3 {
        --bs-gutter-x: 100px;
    }
    .overview-items.gy-lg-4 {
        --bs-gutter-y: 65px;
    }
    .page-header-section .slider-text-block,
    .page-header-section {
        min-height: calc(100svh - 100px);
    }
    /* .slider-text-block {
        padding: 80px 0;
    } */
    
    .testimonial-icon img{
        width: 85px;
        margin-bottom: 30px;
    }
    .testimonial-text p {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .testi-desc,
    .testi-name {
        font-size: 18px;
    }
    .testimonial-img img{
        width: 340px;
        margin-right: 155px;
    }
    .testimonial-section {
        padding: 120px 0;
    }
    .container-fluid {
        padding: 0 80px;
    }
    .distance-section {
        padding-bottom: 150px;
    }     
    .distance-table-container th,
    .distance-table-container td {
        font-size: 18px;
    }
    .table-icon {
        width: 30px;
        height: 30px;
    }
    .map-section {
        height: 600px;
    }
    .flats-table-section .row.gx-xxl-5 {
        --bs-gutter-x: 120px;
    }
    .flats-table-section .container-fluid {
        gap: 60px;
    }
    .contact-form-container {
        padding-right: 160px;
    }
    .contact-form-container {
        padding-right: 50px;
    }
    .contact-form-title {
        font-size: 16px;
        margin-bottom:25px;
    }
    .contact-form-container .form-control {
        font-size: 18px;
        padding: 17px 0;
    }
    .contact-form-container .form-label {
        margin-bottom: 25px;
    }
    .custom-form input[type="checkbox"] {
        width: 32px;
        height: 32px;
    }
    .custom-form {
        column-gap: 30px;
        row-gap: 18px;

    }

    .custom-form input[type="checkbox"]::before {
        top: 3px;
        left: 3px;
        width: 24px;
        height: 24px;

    }
    .custom-form .wpcf7-list-item-label {
        margin-left: 30px;
        margin-top: 7px;
    }
    .custom-form {
        padding-top: 35px;
    }
    .gallery-section {
        padding: 80px 0;
    }
    .gallery-section-images {
        width: 70%;
        margin-left: 80px;
        flex-shrink: 0;
    }
    .hero-scroll-button {
        width: 50px;
        height: 50px;
        right: 0;
    }
    .page-editor p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page-editor li {
        font-size: 20px;
    }
    .page-editor h1 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .page-editor h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
	.hero-menu-button {
		top: 176px;
	}
}
/************* RESPONSIVE XXL **************/
@media (min-width: 1400px) {

     .page-editor p {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .page-editor li {
        font-size: 28px;
    }
    .page-editor h1 {
        font-size: 56px;
        margin-bottom: 40px;
    }
    .page-editor h2 {
        font-size: 42px;
        margin-bottom: 35px;
    }
    .menu-bottom,
    footer {
        padding: 55px 0;
    }
    .offcanvas-button-close {
        font-size: 16px;
    }
    .offcanvas-button-close img {
        width: 20px;
    }
    .offcanvas-logo img{
        width: 400px;
    }
    .navbar .nav-link {
        font-size: 25px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .buttons-container {
        gap: 40px;
    }


    .overview-text h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .overview-text p {
        font-size: 18px;
    }
    .overview-box::after {
        left: -50px;
    }
    .overview-items.gx-3 {
        --bs-gutter-x: 100px;
    }
    .overview-gallery {
        padding-top: 80px;
    }
    .negative-margin{
        margin-top: -50px;
    }
    .slider-text-section-reverse {
        padding-top: 100px;
    }
    .slider-text-section-reverse .slider-container {
        top: 100px;
    }
    .testimonial-text p {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .testi-desc,
    .testi-name {
        font-size: 18px;
    }
    .testimonial-img img{
        width: 340px;
        margin-right: 155px;
    }
    .map-section {
        height: 800px;
    }
    .flats-table-container th,
    .flats-table-container td {
        font-size: 16px;
        padding: 10px;
    }
    .table-bottom {
        padding: 10px 0;
    }
    .table-legend-item {
        font-size: 14px;
    }
    .contact-form-container {
        padding-right: 100px;
    }
    .form-btn-container {
        margin-top: 40px !important;
    }
    .slider-text-section-reverse {
        padding-bottom: 100px !important;
    }
    .video-button {
        width: 200px;
        height: 200px;
    }
    .negative-margin-bot {
        padding-bottom: 0 !important;
    }
    .gallery-section {
        padding: 100px 0;
    }
    .gallery-icon {
        width: 50px;
        height: 50px;
    }
    .btn-form {
        padding: 29px;
    }
}   

/************* RESPONSIVE 1600 **************/
@media (min-width: 1600px) {
    .navbar .nav-link {
        font-size: 32px;
    }
    .offcanvas-logo {
        top: 133px;
    }
    .offcanvas-logo img{
        width: 420px;
    }
    .hero-menu-button {
        position: absolute;
        top:50px;
        font-size: 16px;
        top: 150px;
    }
    .hero-menu-button span {
        width: 30px;
        height: 2px;
    }
    .slider-text-section {
        padding: 100px 0;
    }
    .slider-container {
        top: 100px;
    }

    .overview-box::after {
        left: -90px;
    }
    .overview-items.gx-3 {
        --bs-gutter-x: 180px;
    }
    .slider-text-block {
        padding-bottom: 100px !important;
    }
    .overview-section {
        padding-top: 150px;
    }

    .negative-margin {
        margin-top: -50px;
    }
    .slider-text-section-reverse {
        padding-top: 150px;
    }
    .no-margin-slider-text {
        padding-top: 100px;
    }
    .slider-text-section-reverse .slider-container {
        top: 150px;
    }
    /* .slider-text-block {
        padding: 100px 0 !important;
    } */
    .slider-text-section-reverse .slider-text-block {
        padding-bottom: 80px !important;
    }
    .testimonial-section {
        padding: 180px 0 230px 0;
    }
    .distance-section {
        padding-bottom: 200px;
    }
    .distance-table-container th {
        padding-top: 14px;
    }
    .table-icon {
        width: 35px;
        height: 35px;
    }
    .distance-table-container thead th {
        padding-bottom: 6px;
    }
    .flats-table-section .container-fluid {
        gap: 100px;
    }
    .table-wrapper {
        max-width: 800px;
    }
    .flats-table-container th,
    .flats-table-container td {
        padding: 18px 10px;
        font-size: 18px;
    }
    .flats-table-container th {
        padding-bottom: 14px;
    }
    .table-pdf-icon img {
        width: 20px;
    }
    .flats-table-container {
        padding-right: 35px;
    }
    .custom-scrollbar__bar {
        top: 65px;
        bottom: 0px;
        width: 20px;
    }
    .custom-scrollbar__knob {
        width: 20px;
        height: 20px;
    }
    .table-bottom {
        padding: 14px 0;
    }
    .table-legend-item {
        font-size: 16px;
    }
    .contact-header-section {
        padding: 120px 0;
    }
    .contact-form-container {
        padding-right: 160px;
    }
    .section-text p {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .section-title h2 {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .section-top-title {
        font-size: 16px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 75px;
    }
    .section-top-title::after {
        position: absolute;
        content: "";
        left: 0;
        top: 8.5px;
        height: 1px;
        width: 60px;
        background-color: var(--secondary-color);
    }
    .section-top-title {
        margin-bottom: 35px;
    }
    .section-top-title {
        padding-left: 125px;
    }
    .section-top-title::after {
        width: 95px;
    }
    .video-button {
        width: 270px;
        height: 270px;
    }
    .negative-margin-bot {
        padding-bottom: 0  !important;
    }
    .gallery-section {
        padding: 180px 0;
    }
    .gallery-section-images {
        margin-left: 130px;
    }
	.hero-menu-button {
		top: 183px;
	}
	.overview-gallery {
        padding-top: 170px;
    }
}

/************* RESPONSIVE 1800 **************/
@media (min-width: 1800px) {
    .section-title h2 {
        font-size: 60px;
    }
    .navbar .nav-link {
        font-size: 35px;
    }
    .offcanvas-logo img{
        width: 465px;
    }
    .overview-box::after {
        left: -140px;
    }
    .overview-section {
        padding-top: 250px;
        margin-top: -50px;
    }
    .overview-items.gx-3 {
        --bs-gutter-x: 280px;
    }
    .overview-item {
        padding-bottom: 170px;
    }
    .slider-text-section-reverse {
        padding-top: 250px;
    }
    .no-margin-slider-text {
        padding-top: 200px;
    }
    .slider-text-section-reverse .slider-container {
        top: 250px;
    }
    .page-header-section  .slider-text-img img {
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
    }
    .page-header-section .swiper {
        height: 100%;
    }
    .page-header-section .slider-text-img {
        height: 100%;
    } 
    .page-header-section .slider-container {
        height: 100%
    }
    .interactive-section {
        padding-top: 200px;
    }
    .container {
        max-width: 1980px;
    }
    .container-fluid {
       max-width: 2110px;
    }
    .flats-table-section .container-fluid {
        gap: 120px;
    }
    .table-wrapper {
        max-width: 966px;
    }
	.gallery-section-images {
        margin-left: 180px;
    }
	.hero-logo {
		max-width: 960px;
	}
	.footer-block-inner {
		gap: 90px !important;
	}
	.offcanvas-body {
        padding-top: 100px !important;
    }
}
@media (min-width: 1920px) {
    .navbar .nav-link {
        font-size: 40px;
    }
}