﻿:root {
    --primary-color: #4C5D58;
    --red: #DD1D3A;
    --background-gray: #F8F8F8;
    --background-sand: #CECABE;
    --background-silver: #DADADA;
    --primary-gray: #A7ABAE;
    --primary-red: #F05029;
    --primary-yellow: #FFF380;
    --ka--font-primary: "Bauhaus Mtavruli";
    --ka--font-secondary: "Bauhaus Nusx";
    --en--font-primary: "JetBrains Mono";



}


html {
    overflow-x: hidden !important;
}

body {
    font-family: var(--ka--font-primary);
    font-size: 15px;
    background: var(--background-sand);
    overflow-x: hidden;
    max-width: 100%;
}

    body:not(.body--ka) {
        font-family: var(--en--font-primary);
    }

.escapeToMonoFont {
    font-family: var(--en--font-primary);
}
body a,
body span,
body p {
    line-height: 1.1;
}



.img_fluid {
    width: 100%;
    height: 100%;
    display: block;
}





.container {

    width: min(100% - 2rem, 1232px);
    margin-inline: auto;
    padding: 0;
    padding-right: 16px;
    max-width: unset;
}

.custom-container {
    width: calc(100% - 150px);
    margin-inline: auto;
}


/* main start        */
header {
    position: absolute;
    color: var(--primary-yellow);
    width: 100%;
    z-index: 190;
}
.layout--header{
    z-index: 191;
}

.header--nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 28px;
    min-height: 110px;
}

    .header--nav ul:not(.language-switcher--container) {
        display: flex;
        gap: 120px;
        align-items: center;
        /*font-family: var(--en--font-primary);*/
        font-size: 19px;
        line-height: 22px;
    }


    .header--nav ul li,
    .header-button {
        position: relative;
    }

.header--nav ul li.activee::after {
    position: absolute;
    content: '';
    height: 2px;
    left: 50%;
    width: calc(100% + 20px);
    left: -10px;
    background-color: white;
    bottom: -10px;
}

    .header--nav ul li::after,
    .header-button::after {
        position: absolute;
        content: '';
        height: 2px;
        left: 50%;
        background-color: var(--primary-yellow);
        bottom: -10px;
        width: 0;
        transition: all 0.4s ease;
    }

    .header--nav ul li:hover::after,
    .header-button:hover::after {
        width: calc(100% + 20px) !important;
        left: -10px !important;
    }

.layout--header .header-button::after {
    width: calc(100% + 10px);
    left: -5px;
}


.header--nav .dropdown--btn {
    position: relative;
}



.header--nav .dropdown--btn .dropdown--container {
    position: absolute;
    top: 20px;

    width: calc(100% + 30px);
    left: -15px;
    max-height: 0;
    transition: opacity 0.4s ease;
    transition-delay: 0.6s;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
}

.header--nav .dropdown--btn:hover .dropdown--container {
   max-height: 300px;
   opacity: 1;
   
   visibility: visible;
}

.header-button__empty{
    width: 45px;
}

section.landing {
    width: 100%;
    /*min-height: 768px;*/
    height: 100vh;
    color: white;
    overflow: hidden;
    position: relative;
}

section.landing {
    position: relative;
    overflow: hidden;
}

    section.landing .custom-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url('/Front/assets/img/new/cover2.png');
        background-repeat: no-repeat;
        background-size: auto calc(100% - 50px); /* <-- only half of section height */
        background-position: center bottom; /* stick it to bottom */

        opacity: 0;
        transform: translateY(calc(100% - 50px));
        animation: revealBuilding 2s ease-out forwards;
        animation-delay: 4.5s;
    }

@keyframes revealBuilding {
    0% {
        opacity: 0;
        transform: translateY(calc(100% - 50px));
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



section.landing>.custom-container {
    height: 100%;
    padding-bottom: 24px;
}


.main-item {
    padding-top: 130px;
}

.landing-logotype {
    margin-top: 173px;
    margin-bottom: 95px;
}

.landing--button {
  /*  height: 50px;
    width: 300px;
    color: white !important;
    border: 2px solid white;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.38);
    transition: all 0.4s ease;
    display: grid;
    place-items: center;
    flex-shrink: 0;*/

  color: black !important;
  letter-spacing: 6px;
  font-size: 18px;
  transition: 0.3s;
}
    .landing--button:hover {
        letter-spacing: 8px;
    }
    /*.landing--button:hover {
    color: black !important;
    background-color: white;
}*/
    .socials {
        display: flex;
        gap: 40px;
        font-size: 20px;
    }

.socials a{
    transition: 0.3s;
}
.socials a:hover{
    color: var(--primary-yellow) !important;
}
.credits {
    line-height: 14px;
    font-size: 12px;
    display: flex;
    width: 350px;
    justify-content: space-between;
}

.segoeUI {
    font-family: "Segoe UI";
}

.landing--pattern {
    position: absolute;
    left: 0;
    top: 160px;
}

.lh-0 {
    line-height: 0 !important;
}


/* main end */

/* sliding menu */






.navigation__background {
    position: fixed;
    top: 0;
    right: 0;
    height: 2vh;
    width: 2vh;
    border-radius: 50%;
    background: white;
    background-size: cover;
    background-position: center;
    z-index: 100;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}

header.opened .navigation__background {
    visibility: visible;
    transform: scaleX(500) scaleY(500);
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding-block: 90px;
    color: black;
}

header.opened .navigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.fullscreen-ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-block: auto;
    font-size: 19px;
    line-height: 22px;
}

.fullscreen-ul li {
    transition: all 0.4s ease;
    cursor: pointer;
}

.fullscreen-ul li:hover {
    color: var(--primary-yellow);
}

.fullscreen-ul li:hover i,
.fullscreen-ul li i {
    color: black;
}

.gap-75 {
    gap: 75px;
}

.language-switcher--container {
    display: flex;
}

.language-switcher--container a {

    font-size: 16px;
    font-family: "FiraGO regular";
    width: 63px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: black;
    color: white !important;
}

.language-switcher--container a.active {
    background: var(--primary-yellow);
    color: black !important;
}

.fullscreen--bottomer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fullscreen--credits {
    margin-top: 70px;
    color: #7E7E7E;
    font-size: 10px;
    text-align: center;
}

.fullscreen--dropdown-btn {
    color: black !important;
}

.fullscreen--dropdown-container {

    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    max-height: 0;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: center;
}

.fullscreen--dropdown-btn.opened .fullscreen--dropdown-container {
    max-height: 200px;
    padding-top: 20px;
}

.fa-caret-down {
    transition: all 0.3s ease;
}

.fullscreen--dropdown-btn.opened .fa-caret-down {
    transform: rotate(-180deg);
}

/* projects start */
.pe-90 {
    padding-right: 90px;
}

.projects--left .pe-90 {
    width: 100%;
}

.projects .projects--left>.pe-90:first-of-type {
    margin-bottom: 20px;
}

.projects--left {
    min-height: 768px;

    background-image: url('../img/Mask\ Group\ 4.svg');
    background-repeat: no-repeat;
    background-size: cover;


    width: 526px;
    padding-left: 67px;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.projects--left h1 {
    margin-left: 62px;
    font-family: 'Gilroy GEO';
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.see__project {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4C5D58;
    color: white !important;
    height: 45px;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    position: relative;
    margin-bottom: 10px;
}

.see__project span {
    position: relative;
    z-index: 5;
}

.see__project::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #D8BA98;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}

.see__project:hover::after {
    width: 100%;
}

.project--left-building {
    /* margin-bottom: 40px; */
    width: 379px;
    height: 212px;
    margin-top: 25px;
    margin-bottom: 15px;
    object-fit: cover;
}

.projects--call {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
    border: 1px solid #959595;
    height: 45px;
}

.projects--call span {
    position: relative;
    z-index: 6;
    color: black;
    transition: all 0.2s ease;
}

.projects--call:hover span {
    color: white;
}

.projects--call div {
    position: absolute;
    height: 100%;
    width: 45px;
    padding-left: 13px;
    display: flex;
    align-items: center;
    background-color: black;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    z-index: 5;
}

.projects--call:hover div {
    width: 100%;
}

.projects--credit {
    color: #707070;
    font-size: 10px;
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    padding-inline: 5px;
    gap: 25px;
    position: relative;
}

.projects--item {
    height: 100vh;
    min-height: 768px;
}

.projects .s1 {
    width: calc(100vw - 526px);
    position: relative;
}
.s1 .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;

}

.s1-pagination {
    position: absolute;
    right: calc((100vw - 560px) / -2);
    transform: translateX(50%);
    top: 2px;
    bottom: unset !important;
    left: unset !important;
    z-index: 11;
    color: white !important;
    font-size: 20px;
    font-family: 'Gilroy GEO';
    display: inline-flex;
    align-items: center;
    gap: 30px;
    text-decoration: underline;
    height: 26px;
    width: unset !important;

}

/*.swiper-pagination-bullet-active {
    color: #D8BA98 !important;
}

.swiper-pagination-bullet {
    background-color: transparent;
    height: auto;
    width: auto;
    opacity: 1;
}

.swiper-slide-active {
    position: relative;
}

.swiper-slide-active::after {
    content: '';
    background-image: url('../img/Rectangle\ 109.svg');
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/

.s1-logo {
    position: absolute;
    right: 83px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}
.s2-pagination span, .s3-pagination span{
    font-family: 'Gilroy GEO' !important;
}
/* projects end */

/*  project__inner start             */
section.project__inner {
    width: 100%;
    height: 100vh;
    min-height: 768px;
    padding-bottom: 28px;
    color: white;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;

}

section.project__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/B.jpg');
    object-position: center;
    background-size: cover;
    animation: moveBackground 10s linear infinite alternate;
    z-index: -2;
    filter: blur(3px);
}

section.project__inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.65);
}

section.project__inner>.custom-container {
    height: 100%;

}

.project__inner--header {
    font-family: 'Gilroy GEO';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
   /* top: 50px;
    left: 50%;
    transform: translateX(-50%); */

    top: 180px;
     left: 127px;

}

.project__inner .back {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.4s ease;
}

.project__inner .back span {
    opacity: 0;
    transition: all 0.4s ease;
}

.project__inner .back:hover span {
    opacity: 1;
}

.project__inner .back i {
    font-size: 30px;
    color: #C6C6C6;
    transition: all 0.4s ease;
    position: relative;
    left: 0;
}

.project__inner .back:hover i {
    color: white;
    left: -30px;
}

.project__inner--building {
    height: 768px;
}

.project__inner--credits {
    position: absolute;
    bottom: 30px;
}


/* project_inner end */

/*apartment start */
.apartment--left {
    /*min-height: 768px;*/
    min-height: 100vh;
    background-image: url('../img/Mask\ Group\ 4.svg');
    background-repeat: no-repeat;
    background-size: cover;


    width: 526px;
    padding-left: 67px;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.apartment--info {
    width: 330px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 27px;
    padding-right: 2px;
    margin-bottom: 27px;
    border-bottom: 1px solid #575757;

}

.apartment--info2 {
    min-width: 223px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;

    margin-bottom: 64px;
}

.apartment--info sup {
    font-size: 13px;
}

.apartment--info2 sup {
    font-size: 10px;
}

.apartment--cost {
    margin-top: 4px;
    font-size: 20px;
    color: #575757 !important;
}

.apartment--left h1 {
    margin-bottom: 30px;
    margin-left: 62px;
    font-family: 'Gilroy GEO';
    font-size: 27px;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.apartment--info2 p span:last-child {
    color: #757575;
}

.apartment--right {
    width: 100%;
    height: 100vh;
    min-height: 768px;
    overflow: hidden;
    position: relative;
    padding-right: 82px;
    padding-top: 110px;
}

.apartment--right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/Scroll\ Group\ 1.svg');
    background-size: cover;
    animation: moveBackground 10s linear infinite alternate;
    z-index: -2;
}

.apartment--right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.65);
}

.apartment--img--cont {
    margin-top: 82px;
}

.apartment--img {
    height: 442px;
    width: 572px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

.apartment--pattern {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.apartment .back {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 50%;
    left: 30px;
    color: white !important;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 9;
}

.apartment--left {
    position: relative;
}

.apartment .back span {
    opacity: 0;
    transition: all 0.4s ease;
    color: white;
    display: none;
}

.apartment .back:hover span {
    opacity: 1;
}

.apartment .back i {
    font-size: 30px;
    color: #C6C6C6;
    transition: all 0.4s ease;
    position: relative;
    left: 0;
}

.apartment .back:hover i {
    left: -20px;
    color: white;
}

/* apartment end */

/* contact start */
.contact__container {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.contact--adresses {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 17px;
    padding: 40px 30px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    flex-grow: 1;
}
    .contact--adresses a{
        transition: 0.3s;
    }
    .contact--adresses a:hover {
        color: var(--primary-yellow) !important;
    }

.contact--adresses .socials {
    margin-top: 30px;
}


section.contact {
    width: 100%;
    height: 100vh;
    /*min-height: 768px;*/
    /*padding-bottom: 46px;*/
    color: black;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;

}



.contact--form {
    width: 388px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact--form h2 {
    font-size: 16px;
}

.contact--form input {
    width: 100%;
    height: 40px;
    padding: 0;
    padding-left: 20px;
    border-radius: 5px;
    border: none;
    appearance: textfield;

}

.contact--form textarea {
    width: 100%;
    height: 94px;
    padding: 0;
    padding-left: 20px;
    padding-top: 14px;
    border-radius: 5px;
    border: none;
    resize: none;
}

.contact--form button {
    background-color: black;
    color: white !important;
    width: 201px;
    height: 40px;
    margin-top: 16px;
    border-radius: 5px;
    padding: 0;
    transition: all 0.5s ease;
}

.contact--form button:hover {
    background-color: var(--background-gray);
    color: black !important;
}

.contact .credits {
    margin-top: auto;
}

.contact .socials{
    gap: 20px;
}

/* contact end */


/* sartuli start */
.sartuli h1 {
    font-family: 'Gilroy GEO';
    font-size: 30px;
    margin-top: 47px;

    line-height: 30px;
}

.gap-35 {
    gap: 35px;
}

.sartuli--sartuli ul {
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    font-size: 20px;
    font-family: 'Gilroy GEO';
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
}
.sartuli--sartuli ul li:nth-child(1),.sartuli--sartuli ul li:nth-child(2){
    display: none;
}

.sartuli--sartuli ul .active {
    color: #D8BA98 !important;
}


.project__inner.sartuli .back {
    left: 0;
}

.sartuli--img {
    margin-left: 140px;
}


/* sartuli end */

/* logo animation */

.logo-animation {
    opacity: 1;
    width: 100vw;
    height: 100vh;
    background: white;
    position: fixed;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 2s cubic-bezier(.42, 0, .58, 1);
    transform: translateX(0);
}

    .logo-animation svg {
        width: 400px;
        height: auto;
        max-width: 80vw;
    }

.removed {
   /* transform: translateX(-100vw) scale(0.7);*/
   opacity: 0;
}

/* Animation for all logo paths */
.logo-path {
    stroke: black;
    stroke-width: 2;
    fill: black;
    fill-opacity: 0;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: drawStroke 3s ease-in-out forwards, fillShape 0.5s 3s ease-in-out forwards;
}

    /* Calculate stroke dash for each path individually */
    .logo-path:nth-child(1) {
        stroke-dasharray: 400;
        stroke-dashoffset: 400;
    }

    .logo-path:nth-child(2) {
        stroke-dasharray: 600;
        stroke-dashoffset: 600;
    }

    .logo-path:nth-child(3) {
        stroke-dasharray: 500;
        stroke-dashoffset: 500;
    }

    .logo-path:nth-child(4) {
        stroke-dasharray: 300;
        stroke-dashoffset: 300;
    }

    .logo-path:nth-child(5) {
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
    }

    .logo-path:nth-child(6) {
        stroke-dasharray: 600;
        stroke-dashoffset: 600;
    }

    .logo-path:nth-child(7) {
        stroke-dasharray: 400;
        stroke-dashoffset: 400;
    }

    .logo-path:nth-child(8) {
        stroke-dasharray: 500;
        stroke-dashoffset: 500;
    }

    .logo-path:nth-child(9) {
        stroke-dasharray: 300;
        stroke-dashoffset: 300;
    }

    .logo-path:nth-child(10) {
        stroke-dasharray: 250;
        stroke-dashoffset: 250;
    }

    .logo-path:nth-child(11) {
        stroke-dasharray: 400;
        stroke-dashoffset: 400;
    }

    .logo-path:nth-child(12) {
        stroke-dasharray: 350;
        stroke-dashoffset: 350;
    }

    .logo-path:nth-child(13) {
        stroke-dasharray: 90;
        stroke-dashoffset: 90;
    }

@keyframes drawStroke {
    0% {
        stroke-dashoffset: 400; /* Default value for most paths */
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* Individual stroke animations for precise control */
.logo-path:nth-child(1) {
    animation: drawStroke1 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(2) {
    animation: drawStroke2 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(3) {
    animation: drawStroke3 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(4) {
    animation: drawStroke4 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(5) {
    animation: drawStroke5 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(6) {
    animation: drawStroke6 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(7) {
    animation: drawStroke7 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(8) {
    animation: drawStroke8 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(9) {
    animation: drawStroke9 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(10) {
    animation: drawStroke10 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(11) {
    animation: drawStroke11 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(12) {
    animation: drawStroke12 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

.logo-path:nth-child(13) {
    animation: drawStroke13 4s ease-in-out forwards, fillShape 1s 3s ease-in-out forwards;
}

@keyframes drawStroke1 {
    0% {
        stroke-dashoffset: 400;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke2 {
    0% {
        stroke-dashoffset: 600;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke3 {
    0% {
        stroke-dashoffset: 500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke4 {
    0% {
        stroke-dashoffset: 300;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke5 {
    0% {
        stroke-dashoffset: 200;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke6 {
    0% {
        stroke-dashoffset: 600;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke7 {
    0% {
        stroke-dashoffset: 400;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke8 {
    0% {
        stroke-dashoffset: 500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke9 {
    0% {
        stroke-dashoffset: 300;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke10 {
    0% {
        stroke-dashoffset: 250;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke11 {
    0% {
        stroke-dashoffset: 400;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke12 {
    0% {
        stroke-dashoffset: 350;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawStroke13 {
    0% {
        stroke-dashoffset: 90;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fillShape {
    0% {
        fill-opacity: 0;
    }

    100% {
        fill-opacity: 1;
    }
}

/* Subtle pulse animation for the background */
.logo-animation::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(76, 173, 193, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s ease-in-out infinite alternate;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.1;
    }
}

/* about  start */

section.about {
    width: 100%;
    min-height: 100vh;


    color: white;
    overflow: hidden;
    position: relative;

}

section.about::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/B.jpg');
    background-size: cover;
    background-position: center;
    animation: moveBackground 10s linear infinite alternate;
    z-index: -2;
}

section.about::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.83);
}

section.about>.custom-container {
    height: 100%;
    padding-bottom: 24px;
    padding-top: 80px;
}

.about--smallflex {
    display: flex;
    align-items: center;
    justify-content: center;


}

.about--smallflex div.d-flex {
    width: 606px;
    padding-right: 62px;
    padding-left: 56px;
    max-width: 85vw;
}

.gap-20 {
    gap: 20px;
}

.about--header {
    font-size: 20px;
    font-family: 'Gilroy GEO';
    line-height: 26px;
}

section.about p,
section.about a,
section.about span {
    font-size: 14px;
}

.about--bigflex p {
    width: 576px;
    max-width: 85vw;
    padding-right: 88px;
}



.about--bigflex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 86px;
    margin-bottom: 66px;
    justify-content: center;
}

.company__info__container {
    margin-top: 190px;
    background-color: #4C5D58;
    width: 100%;
    padding-top: 62px;
    height: 230px;
}

.company__info h2 {
    font-size: 45px;
    font-family: 'Gilroy GEO';
    text-align: center;
}

.company__info h2 span:first-child {
    font-size: 45px;
    padding-right: 5px;
}

.company__info h2 span:last-child {
    font-size: 40px;
}

.company__info p {
    font-size: 14px;
}

.company__info {
    display: flex;
    gap: 130px;
    justify-content: center;
    position: relative;
}

.company__info--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.company__info .company__logo--left {
    position: absolute;
    left: -183px;
}

.company__info .company__logo--right {
    position: absolute;
    right: -183px;
}

.company--credits {
    margin-top: 46px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 10px;
    color: #8C8C8C;
}


/* about  end */

.header-button {
    /*font-family: var(--en--font-primary);*/
    color: var(--primary-yellow);
    font-size: 19px;
    line-height: 22px;
}

/* removing all patterns */


.landing--pattern {
    display: none;
}

.s1-logo {
    display: none;
}


.apartment--pattern {
    display: none;
}
.contact--adresses img{
    display: none;
}
.company__info .company__logo--left{
    display: none;
 }
 .company__info .company__logo--right{
    display: none;
 }
/* removing all : created by proservice */

.projects--credit .segoeUI {
    display: none;
}

.credits .segoeUI {
    display: none;
}

.credits,
.projects--credit {
    justify-content: center;
}

.company--credits .segoeUI {
    display: none;
}

.fullscreen--credits .segoeUI {
    display: none !important;
}


/*
section.landing::before{
   
    -moz-animation:    moveBackground 10s linear infinite alternate, back 15s infinite; 
    -o-animation:      moveBackground 10s linear infinite alternate, back 15s infinite; 
    animation:         moveBackground 10s linear infinite alternate, back 15s infinite; 
} */
/*
section.landing::before{
    background-image: url('../img/B.jpg');
} */


.header--logo {
    width: 240px;
    margin-right: 30px;
    line-height: 0;
}

.menu--logo {
    width: 300px;
    line-height: 0;
}

footer {
    position: absolute;
    bottom: 30px;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 150;
}

.landingBtnsContainer{
  /*  width: 100%;
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-block: auto;*/

    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.footerGrid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}



.wave-text span {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
    animation: waveIn 0.3s forwards;
}

@keyframes waveIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}










/*  ChooseFloor    */

.building-selector {
    position: relative;
    display: inline-block;
    max-width: 600px; /* adjust */
}

.building-img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floor {
    fill: transparent;
    cursor: pointer;
    transition: fill 0.2s;
}

    .floor:hover {
        fill: rgba(0, 150, 255, 0.3);
    }

.floor-nav {
    margin-top: 15px;
    text-align: center;
}

.floor-plan-wrapper {
    position: relative;
    display: inline-block;
    height: 100%;
}

.building-section {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.floor-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}


.floor-btn{
    font-size: 30px;
    margin: 0;
    transition: 0.3s;
    line-height: 0;
  
}

    .floor-btn img {
        width: 20px;
        transform: scale(1);
        transition: 0.3s;
    }
    .floor-btn:hover img{
        transform: scale(1.2);
    }


.floor-indicator {
    position: relative;
    min-height: 105px;
    
}
#current-floor {
    font-size: 50px;
    font-weight: bold;
    font-family: var( --en--font-primary);
    color: var(--primary-yellow);
    width: 55px;
    text-align: center;
}

.current__floor {
    letter-spacing: 5px;
    font-size: 20px;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    margin-top: 30px;
}

/*intersection observer */
.hidden {
    opacity: 0;
    transition: all 1s ease;
    filter: blur(5px);
    transform: translateX(-50%);
}

.show {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateX(0) !important;
}


.hidden-right {
    transform: translateX(50%);
}

.header--secondary{
    text-align: right;
    color: var(--primary-yellow);
    font-size: 22px;
    letter-spacing: 4px;
    margin-block: 30px;
}




.rangeslider--grid {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}
.slider-category {
    color: var(--primary-yellow);
    font-size: 19px;
    letter-spacing: 4px;
    text-align: center;
}
#selected-range-cost, #selected-range-size {
    text-align: center;
    font-family: var( --en--font-primary);
}
#selected-range-size {
    margin-top: -7px;
}

    #cost-slider .noUi-base, #size-slider .noUi-base {
        width: calc(100% - 24px);
    }
.rangeslider--container {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rangeslider--container .m2 {
    width: 10px;
    margin-left: 3px;
    margin-bottom: 10px;
}
.noUi-target {
    height: 4px;
    border: none;
    box-shadow: none;
}
.noUi-connect, .noUi-target {
    background: var(--primary-yellow);
}
.noUi-horizontal .noUi-handle {
    width: 10px;
    background: black;
    box-shadow: unset;
    border: none;
    border-radius: unset;
    cursor: grab;
    top: -13px;
}

.noUi-handle::after, .noUi-handle::before{
    display: none !important;
}


.apartments--filterHeader {
    text-align: center;
    color: white;
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 28px;
    margin-top: 12px;
}
.apartments--rangesContainer {
    display: flex;
    /*flex-direction: column;*/
    /*  justify-content: center;*/
    /*align-items: center;*/
}
















.apartments--grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.apartments--item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.apartments--item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    font-size: 17px;
    margin-inline: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    font-family: var( --en--font-primary);
}
.apartments--item__size {
    font-size: 20px;
}
.apartment--item__img {
    width: 18px;
    margin-bottom: 3px;
}

.apartments--item__renderContainer {
    line-height: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    /*min-height: 300px;*/
}

.apartments--item__render{
    height: 90%;
    max-width: 100%;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.apartments--item:hover .apartments--item__render {
    transform: translate(-50%,-50%) scale(1.1);
}


/*.apartments--item:hover .apartments--item__renderContainer::after {
    opacity: 0.3;
    transform: translate(-50%,-50%) scale(1.2);
}*/
.apartments--item__renderContainer::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    transition: 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--background-sand);
    opacity: 0;
}


.s2 .swiper-slide{
   display: flex;
   justify-content: center;
   align-items: center;
}
.innerApartment--header {
    display: flex;
    width: 100%;
    gap: 100px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.innerApartment--header__label {
    color: white;
    font-size: 17px;
    letter-spacing: 1px;
}

.body--en .innerApartment--header__label{
    text-transform: uppercase;
}
.innerApartment--header__label sup {
    font-size: 12px;
}

    .innerApartment--header__value {
        color: black;
        font-size: 40px;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        letter-spacing: 2px;

        display: flex;
        align-items: center;
        gap: 20px;
    }

.apartment {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100dvh;
}

.apartment--footer{
    margin-bottom: 20px;
    /*margin-top: auto;*/
    width: 100%;
    padding-block: 20px;
    background: white;
    flex-shrink: 0;
}

    .apartment--footer .container {
        height: 100%;
        gap: 10px;
        row-gap: 30px;
        font-size: 20px;
        position: relative;
        overflow: visible;
        display: flex; 
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end; 
        padding-inline: 150px;
    }

.apartment--footer__item {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    flex: 0 0 calc(20% - 10px); /* 5 per row; subtract a bit for the gap */
    min-width: 100px;
    justify-content: center;
}

.innerApartment--sliderContainer {
    display: flex;
    justify-content: center;
    margin-block: auto;
    /*height: 100%;*/
    min-height: 0;
}
        .innerApartment--sliderContainer > div{
            width: 600px;
            max-width: 100%;
            position: relative;
        }


        .innerApartment--sliderContainer a{
            display: flex;
            justify-content: center;
            cursor: pointer;
        }
        .innerApartment--sliderContainer .swiper-slide img {
            width: 100%;
            max-height: calc(100dvh - 450px);
            min-height: 300px;
            object-fit: contain;
        }
        /* .s3.swiper-container {
    max-width: 700px;
}*/
        .s3.swiper-container .swiper-slide img {
            width: 100%;
            aspect-ratio: 3 / 1;
        }

.innerApartment--footer__img{
    height: 25px;
}

.innerApartment--footer__number {
    position: relative;
    font-family: var(--en--font-primary);
    font-weight: bold;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.5);*/
    letter-spacing: 2px;
    font-size: 20px;
}
    .innerApartment--footer__number .m2 {
        position: absolute;
        width: 15px;
        right: 0;
        top: 0;
        transform: translate(100%,-60%);
    }

.innerApartment--footer__label{
    font-size: 15px;
}



.download-pdf {
    position: absolute;
    right: 0;
    top: 30%;
    line-height: 0;
}

.contact--resp{
    letter-spacing: 1px;
}
.contact--form input, .contact--form textarea {
    font-family: "FiraGO regular";
}


.section__about{
    min-height: 100dvh;
}
    .section__about .custom-container {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 130px);
    }
    .section__title {
        color: white;
        font-size: 30px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        font-weight: bold;
    }



.about-slider {
    width: 100%;
    margin-block: auto;
    position: relative;
    padding-block: 50px;
}

    .about-slider .swiper-slide {
        transition: all 0.7s ease;
        transform: scale(0.6);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .about-slider .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

    .about-slider .swiper-slide-active {
        transform: scale(1.4);
    }


    .about-slider .swiper-button-prev,
    .about-slider .swiper-button-next {
        color: #000;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
        transition: left 0.3s ease, right 0.3s ease;
    }

        .about-slider .swiper-button-prev::after,
        .about-slider .swiper-button-next::after {
            font-size: 35px;
            color: black;
            transition: 0.3s;
        }

        .about-slider .swiper-button-prev:hover::after,
        .about-slider .swiper-button-next:hover::after {
            color: white;
        }


.content {
    font-family: var(--ka--font-secondary);
    line-height: 1.3;
   
}
    .content p{
        margin-bottom: 10px;
    }

.body--ka .content {
    letter-spacing: 1px;
}

.body--en .content {
    font-family: var(--en--font-primary);
}



.s2 a, .s2 .swiper-slide img{
    cursor: pointer;
}
.s2-swiper-pagination {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
    bottom: unset !important;
    width: auto !important;
    transform: translateX(100%);
    display: flex;
}

    .s2-swiper-pagination .swiper-pagination-bullet {
        font-size: 16px;
        font-family: "FiraGO regular";
        width: 63px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border-radius: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        transition: 0.3s;
        border: 1px solid white;
    }
    .s2-swiper-pagination .swiper-pagination-bullet-active {
        background: var(--primary-yellow);
        color: black !important;
    }

.apartment-compass{
    position: absolute;
    right: -5px;
    top: 40%;
    transform: translate(100%,-50%);
    width: 70px;
}

.chooseFloorContainer {
    display: flex;
    gap: 20px;
    height: 100%;
}
.building-display{
    display: flex;
    align-items: flex-end;
}
.floor-plan-section {
    max-height: 100%;
    line-height: 0;
}
.floor-plan-image {
    max-height: 100%;
}


/* Wrapper sits at polygon centroid; left/top are set inline via JS */
.floor-label-wrap {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    pointer-events: none; /* don't block map clicks */
    user-select: none;
    text-align: center;
    z-index: 2; /* above the floor image */
    font-family: "Segoe UI";
}

/* Base pill styling */
.pill {
    display: block;
    width: max-content;
    padding: 6px 12px;
    border-radius: 999px; /* fully rounded */
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    font-family: inherit;
}

/* Top pill: apartment number (available) */
.pill--num {
    background:var(--background-sand);
    color: #111;
    font-weight: 700;
    font-size: 13px;
}

/* Bottom pill: total space (available) */
.pill--space {
    background: rgba(128, 128, 128, .85); /* gray */
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

/* SOLD variant: change both pills’ colors */
.floor-label-wrap.is-sold .pill--num {
    background: rgba(240, 80, 41, .90); /* orange/red */
    color: #fff;
}

.floor-label-wrap.is-sold .pill--space {
    background: rgba(90, 31, 31, .85); /* dark red/brown */
    color: #fff;
}





.mapster_tooltip {
    color: var(--primary-yellow);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    padding: 6px 10px;
    font-size: 17px;
    white-space: nowrap;
    pointer-events: none;
}




/*.logo-animation {
    display: none;
}

.hidden {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateX(0) !important;
}*/