.media-home {
    display: none;
}
body {
    background-color: #121212!important;
}
.home{
    overflow-x: hidden;
}
.main-header {
    position: absolute;
}

.home .main-background .content .content-row {
    display: block;
}

.home .main-background .content .content-row .introduction-section{
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 0;
    position: relative;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-list {
    height: 100%;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-track {
    height: 100%;
    display: flex;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-slide {
    width: 100%;
    height: auto;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-slide img {
    width: 100%;
}
.home .main-background .content .content-row .introduction-section .first-slide {
    padding-top: 352px;
    padding-bottom: 223px;
}
.home .main-background .content .content-row .introduction-section .home-slider .first-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
.home .main-background .content .content-row .introduction-section .home-slider .slider-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.home .main-background .content .content-row .introduction-section .home-slider .slider-image-container img {
    width: 90%;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-dots {
    display: flex;
    position: absolute;
    bottom: 30px;
    width: 100%;
    justify-content: center;
    margin: 0;
    gap: 5px;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    background-color: #6A6A6A;
    border-radius: 50%;
}
.home .main-background .content .content-row .introduction-section .home-slider .slick-dots li.slick-active button {
    background-color: #E74F24;
}
.home .main-background .content .content-row .introduction-section .container-custom {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.home .main-background .content .content-row .introduction-section .text {
    display: flex;
    flex-direction: column;
    z-index: 9;
    padding-right: 0;
    padding-left: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 1340px;
    padding-top: 97px;
}
.home .main-background .content .content-row .projects-section {
  position: relative;
    margin-bottom: 100px;
}
.home .main-background .content .content-row .projects-section .container-custom {
    max-width: calc(100% - 260px);
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-track {
    padding-top: 90px;
}
.home .main-background .content .content-row .projects-section .projects-slider,
.home .main-background .content .content-row .projects-section .projects-slider .slick-list {
    width: 100%;
    padding: 0!important;
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-slide {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 95 / 100;
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-slide .slider-image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-slide:hover .slider-image {
    transform: scale(1.1);
}

.home .main-background .content .content-row .projects-section .projects-slider .items::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 392px;
    bottom: 0;
    background: linear-gradient(179.95deg, rgba(0, 0, 0, 0) 40.3%, rgba(0, 0, 0, 0.7) 94.7%);
    pointer-events: none;
    z-index: 1;
}
.home .main-background .content .content-row .projects-section .projects-slider .items .about-side {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 30px;
    z-index: 2;
}
.home .main-background .content .content-row .projects-section .projects-slider .items .about-side .title {
    font-size: 24px;
    color: white;
    font-family: "Helvetica Neue Medium", sans-serif!important;
    text-transform: uppercase;
}
.home .main-background .content .content-row .projects-section .projects-slider .items .about-side .location {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-family: "Helvetica Neue Light", sans-serif!important;
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-center {
    bottom: 90px;
}
.home .main-background .content .content-row .projects-section .projects-slider .swipe-down {
    animation: swipeDown .5s ease-out;
}
.home .main-background .content .content-row .projects-section .projects-slider .swipe-up {
    animation: swipeUp .5s ease-out;
}
@keyframes swipeDown {
    0% {
        bottom: 90px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes swipeUp {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 90px;
    }
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-arrow {
    color: white;
    background-color: black;
    width: 64px;
    height: 46px;
    line-height: 40px;
    position: absolute;
    bottom: 30px;
    font-size: 0;
    border: #ffffff solid 1px;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-arrow:hover {
    background: #ffffff1a;
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-prev {
    left: 50%;
    transform: translateX(calc(-50% - 40px)) translateY(90px);
    background: transparent;}
.home .main-background .content .content-row .projects-section .projects-slider .slick-next {
    right: 50%;
    transform: translateX(calc(50% + 40px)) translateY(90px);
    background: transparent;
}
.home .main-background .content .content-row .projects-section .projects-slider .slick-arrow:disabled path,
.home .main-background .content .content-row .projects-section .projects-slider .slick-arrow.slick-disabled path{
    stroke:#6A6A6A
}
.home .main-background .content .content-row .projects-section .project-title {
    font-size: 80px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    bottom: 80px;
    font-family: "Cera CY Bold", sans-serif!important;
    margin-bottom: 0;
}
.home .main-background .content .content-row .projects-section .project-info {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-family: "Helvetica Neue Light", sans-serif!important;
    margin-bottom: 30px;
    margin-top: -26px;
}
.home .main-background .content .content-row .projects-section .all-projects {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    padding: 15px 30px;
    background-color: #1B1B1B;
    box-shadow: 2px 3px 4px 0 #00000059;
    border-radius: 2px;
    font-family: "Helvetica Neue Light", sans-serif!important;
}
.home .main-background .content .content-row .projects-section .all-projects:hover {
    box-shadow: 0 2px 5px #0000004d;
    color: #E74F24;
}
.home .main-background .content .content-row .section-title-block {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-left: 50px;
    width: 45px;
    top: 0;
    align-items: center;
}
.home .main-background .content .content-row .section-title {
    position: absolute;
    width: 45px;
}
.home .main-background .content .content-row .about-us-section {
    background-color: #252525;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.home .main-background .content .content-row .about-us-section .container-custom {
    max-width: calc(100% - 300px);
}
.home .main-background .content .content-row .about-us-section .empty-spacing {
    width: 7.31vw;
}
.home .main-background .content .content-row .about-us-section .privileges {
    width: 24.427vw;
    margin-left: -1.3vw;
}
.home .main-background .content .content-row .about-us-section .why-choose-text,
.home .main-background .content .content-row .about-us-section .privileges {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.home .main-background .content .content-row .about-us-section .why-choose-text {
    width: 23.125vw;
    align-items: center;
}
.home .main-background .content .content-row .about-us-section .why-choose-text > div {
    width: max-content;
}
.home .main-background .content .content-row .about-us-section .why-choose-images {
    justify-content: center;
    display: flex;

}
.home .main-background .content .content-row .about-us-section .why-choose-images {
    width: 24.48vw;
}
.home .main-background .content .content-row .about-us-section .why-choose-text p {
    font-size: 4.17vw!important;
    line-height: 126.25%;
    color: #fff;
    text-transform: uppercase;
    font-family: "Cera CY Bold", sans-serif!important;
    margin-bottom: 0;
}
.home .main-background .content .content-row .about-us-section .privileges .tex-box {
    position: relative;
    margin-bottom: 0;
    margin-top: 1.72vw;
}
.home .main-background .content .content-row .about-us-section .privileges p {
    font-size: 1.04vw!important;
    color: #fff;
    text-transform: uppercase;
    padding-left: 1.3vw;
    transform: translateX(0);
    text-align: left;
    margin-bottom: 0;
}
.home .main-background .content .content-row .about-us-section .privileges span {
    font-size: 4.17vw!important;
    color: #fff;
    opacity: 0.3;
    position: absolute;
    top: -3.125vw;
    font-family: "Cera CY Bold Default", sans-serif!important;
    /*left: -25px;*/
}
.home .main-background .content .content-row .apartments-info-section {
    padding: 75px 0;
}
.home .main-background .content .content-row .apartments-info-section .container-custom  {
    display: flex;
    max-width: calc(100% - 400px);
    justify-content: center;
}
.home .main-background .content .content-row .apartments-info-section .count {
    font-size: 4.17vw!important;
    color: #fff;
    text-align: center;
    font-family: "Cera CY Bold", sans-serif!important;
    line-height: 5.21vw;
}
.home .main-background .content .content-row .apartments-info-section .info-text {
    font-size: 1.04vw!important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home .main-background .content .content-row .apartments-info-section .right-border {
    border-right: 1px solid #6A6A6A;
}
.home .main-background .content .content-row .apartments-info-section .text-side {
    /*flex: 1;*/
    padding: 45px;
}
/*.home .main-background .content .content-row .apartments-info-section .text-side:first-child {*/
    /*padding-left: 0;*/
/*}*/
/*.home .main-background .content .content-row .apartments-info-section .text-side:last-child {*/
    /*padding-right: 0;*/
/*}*/
.home .main-background .content .content-row .apartments-info-section .text-side.active .count {
    animation: changeActiveColor 1s ease-out;
}

.home .main-background .content .content-row .apartments-section {
    background-color: #252525;
    padding-bottom: 75px;
    padding-top: 150px;
}

.home .main-background .content .content-row .apartments-section .position-relative {
}
.home .main-background .content .content-row .apartments-section .container-custom {
    max-width: calc(100% - 400px);
}
.home .main-background .content .content-row .apartments-section .container-custom .row {
    margin: 0;
}
.home .main-background .content .content-row .apartments-section .container-custom .row .col-9 {
    padding-right: 0;
    padding-left: 20px;
}
.home .main-background .content .content-row .apartments-section .section-title .name {
    margin-top: 80px;
}
.home .main-background .content .content-row .apartments-section .tab-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-left: 0;
}
.home .main-background .content .content-row .apartments-section .tab-buttons button {
    text-transform: uppercase;
    background: transparent;
    border: 0;
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-family: "Helvetica Neue Light", sans-serif!important;
}
.home .main-background .content .content-row .apartments-section .tab-buttons button:hover,
.home .main-background .content .content-row .apartments-section .tab-buttons button.active {
    color: #E74F24;
}
.home .main-background .content .content-row .apartments-section .apartment-side {
    display: flex;
    gap: 30px;
}
.home .main-background .content .content-row .apartments-section .apartment-side .apartment {
    position: relative;
    transition: width 0.3s ease-in-out;
}
.home .main-background .content .content-row .apartments-section .apartment-side .apartment .apartment_div {
    height: 100%;
}
.home .main-background .content .content-row .apartments-section .apartment-side .apartment.empty {
    height: 0;
}

.home .main-background .content .content-row .apartments-section .apartment-side .apartment::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5214460784) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;border-radius: 10px;
}

.home .main-background .content .content-row .apartments-section .apartment-side .apartment .apartment-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.home .main-background .content .content-row .apartments-section .apartment-side .apartment .options {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    padding: 30px 20px;
    z-index: 9;
}

.home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .option-side {
    align-items: center;
    gap: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
}

.home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .option-side .option {
    align-items: center;
    font-size: 20px;
    color: white;
    white-space: nowrap;
    text-transform: uppercase;
}

.home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .bottom-box {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
}
.home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .bottom {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Helvetica Neue Medium", sans-serif!important;
    color: #fff;
}
.home .icon-side {
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
}
.home .main-background .content .content-row .apartments-section .see-all-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    padding: 15px 65px;
    background-color: #1B1B1B;
    box-shadow: 2px 3px 4px 0 #00000059;
    border-radius: 2px;
    margin-top: 80px;
}
.home .main-background .content .content-row .apartments-section .see-all-btn:hover {
    box-shadow: 0 2px 5px #0000004d;
    color: #E74F24;
}
.home .main-background .content .content-row .text {
    display: flex;
    flex-direction: column;
    z-index: 9;
    padding-right: 0;
    padding-left: 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    padding-top: 97px;
}
.home .main-background .content .content-row .contact-us-section {
    position: relative;
}
.home .main-background .content .content-row .contact-us-section .container-custom {
    padding-top: 200px;
    padding-bottom: 100px;
    max-width: calc(100% - 400px);
}
.home .main-background .content .content-row .contact-us-section .container-custom .row {
    margin: 0;
}
.home .main-background .content .content-row .contact-us-section .contact-text-block {
    width: max-content;
    max-width: 100%
}
.home .main-background .content .content-row .contact-us-section .contact-title {
    font-size: 4.17vw!important;
    line-height: 5.21vw!important;
    margin-bottom: 0;
    color: #fff;
    font-family: "Cera CY Bold", sans-serif!important;
    text-transform: uppercase;
    /*width: max-content;*/
    text-shadow: 0 4px 4px #00000066;
}
.home .main-background .content .content-row .contact-us-section .contact-text {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    border-top: 1.5px solid #fff;
    /*width: max-content;*/
    padding-top: 5px;
    padding-right: 5px;
    /*width: 100%;*/
}
.home .main-background .content .content-row .contact-us-section .input_div {
    margin-bottom: 20px;
}
.home .main-background .content .content-row .contact-us-section .col-6 {
    padding: 0;
}
.home .main-background .content .content-row .contact-us-section .col-6:first-child {
    padding-right: 10px;
}
.home .main-background .content .content-row .contact-us-section input {
    width: 100%;
    height: 77px;
    background: #252525;
    border: unset!important;
    padding: 30px 30px;
    font-size: 24px;
    color: #8C959F;
    outline: none;
    box-shadow: none;
    border-radius: 2px;
}
.home .main-background .content .content-row .contact-us-section input::placeholder,
.home .main-background .content .content-row .contact-us-section textarea::placeholder,
.home .main-background .content .content-row .contact-us-section .phone-input .number::placeholder {
    text-transform: uppercase;
    color: #6A6A6A;
    font-family: "Helvetica Neue Medium", sans-serif!important;
}
.home .main-background .content .content-row .contact-us-section textarea {
    width: 100%;
    height: 300px;
    background: #252525;
    border: unset!important;
    padding: 30px 30px;
    color: #8C959F;
    outline: none;
    font-size: 24px;
    border-radius: 2px;
}
.home .main-background .content .content-row .contact-us-section .phone-input {
    display: flex;
    background: #252525;
    border-radius: 2px;
}

.home .main-background .content .content-row .contact-us-section .phone-input .number {
    margin-bottom: 0;
    padding-left: 16px;
}

.home .main-background .content .content-row .contact-us-section .phone-input .prefix {
    margin: auto;
    padding: 5px 18px 5px 15px;
    background: #121212;
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
    font-family: "Helvetica Neue Medium", sans-serif!important;
}
.home .main-background .content .content-row .contact-us-section .contact_us_button {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    padding: 15px 65px;
    background-color: #1B1B1B;
    box-shadow: 2px 3px 4px 0 #00000059;
    border: 0;
    border-radius: 2px;
    margin-top: 40px;
}

.home .main-background .content .content-row .contact-us-section .contact_us_button:hover {
    box-shadow: 0 2px 5px #0000004d;
    color: #E74F24;
}

.home .main-background .content .content-row .contact-us-section .contact-form-errors {
    font-size: 12px;
}
.home .main-background .content .content-row .text .title {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: "Cera CY Bold", sans-serif!important;
    text-shadow: 0 4px 4px #00000066;
}
.home .main-background .content .content-row .text .title span {
    font-family: "Cera CY Bold Default", sans-serif!important;
}
.home .main-background .content .content-row .introduction-section .text .title2 {
    color: white;
    font-size: 80px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    text-transform: uppercase;
    justify-content: right;
    opacity: 0;
    text-align: right;
    line-height: 101px;
}
.home .main-background .content .content-row .introduction-section.animate .text .title2 {
    animation: showup 2s forwards;
    animation-delay: 5s;
    text-shadow: 0 4px 4px #00000066;
    font-family: "Cera CY Bold Default", sans-serif!important;
}

.home .main-background .content .content-row .text .desc {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: end;
    transform: translateX(101%);
    text-transform: uppercase;
    font-family: "Helvetica Neue", sans-serif!important;
}
.home .main-background .content .content-row .desc-box {
    overflow: hidden;
    display: flex;
    justify-content: end;
}
.home .main-background .content .content-row .introduction-section.animate .text .desc1 {
    animation: moveTextToLeft 1s forwards;
    animation-delay: 3s;
}
.home .main-background .content .content-row .introduction-section.animate .text .desc2 {
    animation: moveTextToLeft 1s forwards;
    animation-delay: 4s;
}

.home .main-background .content .buy {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #252525;
    margin-bottom: 155px;
    padding: 0 200px;
}
.home .main-background .content .buy form {
    width: 100%;
}
.home .main-background .content .buy .buy-form .filter-side {
    display: flex;
    align-items: center;
    height: 118px;
    background-color: #252525;
    justify-content: center;
    gap: 60px;
    width: 100%;
}

.home .main-background .content .buy .buy-form .filter-side .option {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.home .main-background .content .buy .buy-form .filter-side .option.option-with-dropdown {
    width: 200px;
}
.home .main-background .content .buy .buy-form .filter-side .option:last-child {
   flex: 1;
    align-items: end;
    max-width: 170px;
}
.home .main-background .content .buy .buy-form .filter-side .option .primary-button {
    padding: 10px 20px;
}
.home .main-background .content .buy .buy-form .filter-side .option .label {
    color: white;
    font-size: 18px;
    margin-bottom: 10px!important;
    text-transform: uppercase;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.home .main-background .content .buy .buy-form .filter-side .option .size-input {
    border: 0;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    background: #ffffff0d;
    padding: 0;
    max-height: 180px;
    overflow: auto;
    width: 100%;
    min-width: 100%;
}
.home .main-background .content .buy-form .filter-side .option .input-dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 16px;
    padding-bottom: 4px;
    padding-top: 0;
    text-transform: uppercase;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu .dropdown-item:hover,
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu .dropdown-item.active {
    background: #ffffff24;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place,
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type {
    background: #ffffff0d
}
.home .main-background .content .content-row  .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place .dropdown-item,
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type .dropdown-item {
    font-size: 15px;
    line-height: 41px;
    color: white;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place .dropdown-item:hover,
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place .dropdown-item.active,
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type .dropdown-item:hover,
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type .dropdown-item.active {
    background: #ffffff24;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.room {
    min-width: 58px;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.room .dropdown-item {
    text-align: start;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .icon {
    margin-left: 15px;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown:hover .icon path {
    stroke: #E74F24
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .icon.square-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .country {
    border: none;
    background-color: transparent;
    color: #ABABAB;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown {
    width: 100%;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn {
    color: #A2A2A2;
    padding: 3px 5px 3px 10px;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn::after {
    display: none;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn.room {
    width: 58px;
    height: 36px;
    padding-right: 15px;
    text-align: left;
    padding-left: 10px;
}

.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn.square {
    width: 100px;
    height: 36px;
    padding-right: 25px;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn img {
    transition: transform 0.15s ease-in-out;
    transform: scaleY(1);
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn.show img {
    transform: scaleY(-1);
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown.small-dropdown {
    border-radius: 0;
    background-color: #313132;
    color: #ABABAB;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs {
    display: flex;
    gap: 10px;
    height: 36px;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs .sqm {
    transform: translate(5px, -5px);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #838384;
    font-size: 10px;
    padding: 1px;
    color: white;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs .square-input {
    border-radius: 0;
    background-color: transparent;
    outline: none;
    padding: 3px 5px 3px 10px;
    border: none;
    font-size: 15px;
    line-height: 23px;
    color: #A2A2A2;
    min-width: 68px;
    width: 0;
    border-bottom: 1px solid #fff;
}
.home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs .square-input::placeholder {
    color: #A2A2A2;
}

.home .main-background .content .buy .buy-form .filter-side .search {
  width: 68px;
  height: 68px;
  background-color: #E74F24;
  border: none;
  text-align: center;
  margin-top: 15px;
}

.home .main-background .content .buy .buy-form .buy-btn {
  border: none;
  width: 148px;
  height: 50px;
  background-color: black;
  text-align: center;
  font-size: 16px;
  color: #E74F24;
  position: relative;
}
.home .main-background .content .buy .buy-form .buy-btn .line {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #E74F24;
}
.home .about-text {
  margin-bottom: 60px;
  margin-top: 47px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  height: 188px;
}
.home .about-text .title {
    font-size: 44px;
    color: white;
    display: block;
    max-width: 500px;
}
.home .about-text .desc-and-button {
    padding-top: 17px;
}
.home .about-text .desc {
    font-size: 18px;
    color: #8C959F;
    max-width: 578px;
    display: block;
}

.home .about-text .desc-and-button .all-projects {
    width: 233px;
    height: 58px;
    border: none;
    text-align: center;
    background-color: #E74F24;
    color: white;
    margin-bottom: 45px;
}

.disable_project {
    pointer-events: none;
}
.home .main-background .content .content-row .section-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.home .main-background .content .content-row .section-title .number {
    font-size: 40px;
    color: #6A6A6A;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #6a6a6a;
    margin-bottom: 0;
    line-height: 120%;
}
.home .main-background .content .content-row .section-title .vl {
    border-left: 1px solid #6A6A6A;
    height: 170px;
}
.home .main-background .content .content-row .section-title .name-container {
    aspect-ratio: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.home .main-background .content .content-row .section-title .name-container .name {
    font-size: 14px;
    color: #6A6A6A;
    transform: rotate(270deg);
    margin: 0;
    width: max-content;
    text-transform: uppercase;
    bottom: 100%;
}
.home .main-background .content .content-row .social-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin-right: 55px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}
.home .main-background .content .content-row .social-links a.mouse-over svg path {
   animation: iconMouseOver 1.5s forwards;
}
.home .main-background .content .content-row .social-links a.mouse-out svg path {
  animation: iconMouseOut 1.5s forwards;
}
@keyframes iconMouseOver {
    0% {
        fill: #3B3B3B;
      stroke: #3B3B3B
    }
    100% {
        fill: #E74F24;
        stroke: #E74F24;
    }
}
@keyframes iconMouseOut {
    0% {
      fill: #E74F24;
      stroke: #E74F24
    }
    100% {
        fill: #3B3B3B;
      stroke: #3B3B3B
    }
}
.home .main-background .content .content-row .introduction-section .text .line-with-animation {
    width: 0;
    border-bottom: solid 2px #fff;
    opacity: 1;
    z-index: 1;
}
.home .main-background .content .content-row .introduction-section.animate .text .line-with-animation {
    animation: lineDrawToLeft .5s forwards;
    animation-delay: 2.1s;
}
@keyframes lineDrawToLeft {
    0% {
        left: 100%;
        width:0;
    }
    100% {
        left: 0;
        width:100%;
    }
  }
@keyframes growAll {
    0% {
        width:0;
    }
    100% {
        left: 0;
        width:100%;
    }
}
.home .main-background .content .content-row .introduction-section .text .shadow-line {
    width: 0;
    border-bottom: solid 2px #fff;
    position: absolute;
    left: 20%;
}
.home .main-background .content .content-row .introduction-section.animate .text .shadow-line {
    animation: growAll .5s ease-out;
    animation-delay: 2s;
}
@keyframes moveTextToLeft {
    0% {
        transform: translateX(101%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes showup {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.home .container-custom {
    max-width: calc(100% - 290px);
    margin: auto;
}

@keyframes moveTextToRight {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
}

@keyframes changeActiveColor {
    from {
        color: #fff;
    }
    to {
      color: #E74F24;
    }
}

.home .main-background .content .content-row .about-us-section .why-choose-text .text,
.home .main-background .content .content-row .about-us-section .privileges .text {
    padding-left: 0;
    padding-top: 0;
}

.home .main-background .content .content-row .about-us-section .image-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 470px;
}
.home .main-background .content .content-row .about-us-section .image-container .image {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 470/260;
}
.home .main-background .content .content-row .about-us-section .image-container .image.animate-image {
    animation: animateImgColor 3s forwards;
}

@keyframes animateImgColor {
    from {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
    to {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(300%);
    transition: opacity 1s, transform 1s;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.fade-right {
    opacity: 0;
}

.fade-right.show {
    opacity: 1;
    animation: moveTextToRight 1s forwards;
}
.fade-left {
    opacity: 0;
}
@media (min-width: 1920px) {
    .home .main-background .content .content-row .about-us-section .container-custom {
        max-width: 1620px;
    }
    .home .main-background .content .content-row .introduction-section .home-slider .slick-dots {
        gap: 10px;
    }
    /*.home .main-background .content .content-row .about-us-section .why-choose-images {*/
        /*display: flex;*/
        /*justify-content: center;*/
        /*padding: 0;*/
        /*width: max-content;*/
    /*}*/
    /*.home .main-background .content .content-row .about-us-section .why-choose-text,*/
    /*.home .main-background .content .content-row .about-us-section .privileges {*/
        /*justify-content: center;*/
        /*display: flex;*/
        /*flex-direction: column;*/
        /*padding: 0;*/
        /*align-items: flex-start;*/
    /*}*/
    /*.home .main-background .content .content-row .about-us-section .why-choose-text {*/
        /*width: max-content;*/
    /*}*/
    /*.home .main-background .content .content-row .about-us-section .why-choose-text p {*/
        /*width: max-content;*/
    /*}*/
    /*.home .main-background .content .content-row .about-us-section .privileges {*/
        /*max-width: 469px;*/
        /*margin-left: -24px;*/
    /*}*/
    /*.home .main-background .content .content-row .about-us-section .row {*/
        /*gap: 131px;*/
        /*justify-content: center;*/
        /*width: 100%;*/
        /*margin: 0;*/

    /*}*/
    .home .main-background .content .content-row .projects-section .container-custom {
        max-width: 1660px;
    }
    .home .main-background .content .content-row .apartments-info-section .container-custom  {
        max-width: 1520px;
    }
    .home .main-background .content .content-row .apartments-section .container-custom {
        max-width: 1520px;
    }
    .home .main-background .content .content-row .contact-us-section .container-custom {
        max-width: 1520px;
    }
    .home .main-background .content .buy form {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home .main-background .content .buy .buy-form .filter-side {
        max-width: 1520px;
    }
}
@media (max-width: 1760px) {
    .home .main-background .content .content-row .projects-section .projects-slider .items .about-side .title {
        font-size: 20px;
    }
    .home .main-background .content .content-row .projects-section .projects-slider .items .about-side .location {
        font-size: 18px;
    }
}
@media (max-width: 1680px) {
    .home .main-background .content .buy {
        padding: 0 100px;
    }
    .home .main-background .content .content-row .about-us-section .privileges p {
        font-size: 16px;
    }
}
@media (max-width: 1600px) {
    .home .main-background .content .content-row .introduction-section .text {
        width: 1170px;
    }

    .home .main-background .content .content-row .introduction-section .text .title2 {
        font-size: 70px;
        line-height: 75px;
    }
    .home .main-background .content .content-row .about-us-section .why-choose-text p {
        font-size: 70px;
    }
}
@media (max-width: 1440px) {
    .home .main-background .content .content-row .introduction-section .container-custom {
        max-width: calc(100% - 200px);
    }
    .home .main-background .content .content-row .projects-section .projects-slider .items .about-side .title {
        font-size: 18px;
    }
    .home .main-background .content .content-row .projects-section .projects-slider .items .about-side .location {
        font-size: 16px;
    }
    .home .main-background .content .content-row .projects-section .projects-slider .items .about-side {
        bottom: 15px;
        padding-left: 10px;
    }
    .home .main-background .content .content-row .introduction-section .text {
        width: 1005px;
    }
    .home .main-background .content .content-row .introduction-section .text .title2 {
        font-size: 60px;
        line-height: 75px;
    }
    .home .main-background .content .content-row .projects-section .project-title {
        font-size: 60px;
    }
    .home .main-background .content .content-row .projects-section .project-info {
        font-size: 18px;
        margin-top: -16px;
    }
    .home .main-background .content .content-row .projects-section .all-projects {
        font-size: 18px;
    }
    .home .main-background .content .content-row .projects-section .projects-slider .slick-arrow {
        bottom: 45px;
    }
    .home .main-background .content .content-row .projects-section .container-custom {
        max-width: calc(100% - 200px);
    }
    .home .main-background .content .buy .buy-form .filter-side {
        gap: 30px;
    }
    .home .main-background .content .content-row .about-us-section .privileges .tex-box {
        margin-bottom: 0;
    }
    .home .main-background .content .content-row .about-us-section .privileges p {
        font-size: 14px;
    }
    .home .main-background .content .content-row .about-us-section .container-custom {
        max-width: calc(100% - 240px);
    }
    .home .main-background .content .content-row .apartments-info-section .container-custom {
        max-width: calc(100% - 200px);
    }
    /*.home .main-background .content .content-row .apartments-info-section .count {*/
        /*font-size: 70px;*/
        /*line-height: 80px;*/
    /*}*/
    /*.home .main-background .content .content-row .apartments-info-section .info-text {*/
        /*font-size: 16px;*/
    /*}*/
    .home .main-background .content .content-row .apartments-info-section .text-side {
        padding: 30px 15px;
    }
    .home .main-background .content .content-row .apartments-section .see-all-btn {
        font-size: 18px;
    }
    .home .main-background .content .content-row .apartments-section .apartment-side .apartment .options {
        padding: 10px 15px;
    }
    .home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .option-side .option {
        font-size: 16px;
    }
    .home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .bottom {
        font-size: 20px;
    }
    .home .main-background .content .content-row .apartments-section .container-custom {
        max-width: calc(100% - 240px);
    }
    .home .main-background .content .content-row .contact-us-section .contact_us_button {
        font-size: 18px;
    }
    .home .main-background .content .content-row .contact-us-section .container-custom {
        max-width: calc(100% - 240px);
    }
    .home .main-background .content .content-row .about-us-section .why-choose-text p {
        font-size: 60px;
    }
    .home .main-background .content .content-row .contact-us-section .contact-text {
        font-size: 16px;
    }
}
@media (max-width: 1300px) {
    .home .main-background .content .buy .buy-form .filter-side .option.option-with-dropdown:first-child {
        width: 120px;
    }
    .home .main-background .content .buy .buy-form .filter-side .option.option-with-dropdown {
        width: 160px;
    }
    .home .main-background .content .content-row .about-us-section .privileges span {
        font-size: 70px;
        top: -40px;
    }
    .home .main-background .content .content-row .about-us-section .privileges .tex-box {
        margin-top: 17px;
    }
    .home .main-background .content .content-row .contact-us-section .contact-text {
        font-size: 16px;
        /*margin-right: 10px;*/
    }
    .home .main-background .content .content-row .contact-us-section input {
        font-size: 20px;
    }
    .home .main-background .content .content-row .contact-us-section textarea {
        font-size: 20px;
    }
    .home .main-background .content .content-row .introduction-section .text .title2 {
        font-size: 58px;
        line-height: 75px;
    }
    .home .main-background .content .content-row .introduction-section .text {
        width: 970px;
    }
}
@media (max-width: 1200px) {
    .home .main-background .content .buy .buy-form .filter-side .option .primary-button {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .home .main-background .content .buy .buy-form .filter-side .option .primary-button img {
        width: 15px;
    }
    .home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .option-side .option,
    .home .main-background .content .buy .buy-form .filter-side .option .label {
        font-size: 16px;
    }
    .home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs .square-input {
        min-width: 50px;
    }
    .home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .icon {
        margin-left: 5px;
        width: 10px;
    }
    .home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn {
        font-size: 15px;
    }
    .home .main-background .content .buy .buy-form .filter-side {
        gap: 20px;
    }
    .home .main-background .content .content-row .about-us-section .container-custom {
        max-width: calc(100% - 240px);
    }
    .home .main-background .content .content-row .about-us-section .privileges span {
        font-size: 60px;
        top: -40px;
    }
    .home .main-background .content .content-row .about-us-section .privileges p {
        font-size: 12px;
        padding-left: 16px;
        margin-bottom: 0;
    }
    .home .main-background .content .content-row .about-us-section .privileges {
        padding: 0;
    }
    .home .main-background .content .content-row .apartments-section .container-custom {
        max-width: calc(100% - 260px);
    }
    .home .main-background .content .content-row .introduction-section .text {
        width: 770px;
    }
    .home .main-background .content .content-row .introduction-section .text .title2 {
        font-size: 46px;
        line-height: 60px;
    }
    .home .main-background .content .content-row .about-us-section .why-choose-text p {
        font-size: 44px;
    }
    .home .main-background .content .content-row .apartments-section .tab-buttons button {
        font-size: 16px;
    }
    .home .main-background .content .content-row .section-title-block {
        margin-left: 40px;
    }
    .home .main-background .content .content-row .contact-us-section .container-custom {
        max-width: calc(100% - 170px);
    }
}


.fade-left.show {
    opacity: 1;
    animation: moveTextToLeft 1s forwards;
}

.fade-show-up {
    opacity: 0;
}
.fade-show-up.show {
    opacity: 1;
    animation: showup 1s forwards;
}


@media (max-width: 991px) {
    .media-header {
        display: block;
        padding: 50px 20px;
        position: absolute;
        width: 100%;
        z-index: 10;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-list {
        height: 100%;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-track {
        height: 100%;
        display: flex;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-slide {
        width: 100%;
        height: auto;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .media-home .main-background .content .content-row .text {
        padding-top: 238px;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .first-slide {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .first-slide .container-custom {
        margin-bottom: 0;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .second-slide .container-custom {
        padding: 0;
        margin: 0;
        max-width: 100%;
        height: 100%;
        position: relative;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .second-slide .container-custom .section-title {
        position: absolute;
        bottom: 0;
        padding: 0 28px;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slider-image-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slider-image-container img {
        width: 90%;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-dots {
        display: flex;
        position: absolute;
        bottom: 30px;
        width: 100%;
        justify-content: center;
        margin: 0;
        gap: 5px;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        padding: 0;
        background-color: #6A6A6A;
        border-radius: 50%;
    }
    .media-home .main-background .content .content-row .introduction-section .home-slider .slick-dots li.slick-active button {
        background-color: #E74F24;
    }
    .media-home .main-background .content .content-row .introduction-section{
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 16px;
        position: relative;
    }
    .media-home .main-background .content .content-row .introduction-section.animate .text .title2 {
        animation: showup 2s forwards;
        animation-delay: 4s;
        text-shadow: 0 4px 4px #00000066;
        font-family: "Cera CY Bold", sans-serif!important;
    }
    .media-home .main-background .content .content-row .introduction-section .text .line-with-animation {
        width: 100%;
        border-bottom: solid 1px #fff;
        opacity: 0;
        z-index: 1;
        margin: 0;
    }
    .media-home .main-background .content .content-row .introduction-section.animate .text .line-with-animation {
        animation: showup .5s forwards;
        animation-delay: 1.5s;
    }
    .media-home .main-background .content .content-row .introduction-section .text .shadow-line {
        width: 0;
        border-bottom: solid 2px #fff;
        position: absolute;
        left: 20%;
    }
    .media-home .main-background .content .content-row .introduction-section.animate .text .shadow-line {
        animation: growAll 1.5s ease-out;
        animation-delay: 3s;
    }
    .media-home .container-custom {
        max-width: calc(100% - 40px);
        margin: auto;
    }
    .media-home .main-background .content .content-row .text {
        display: flex;
        flex-direction: column;
        z-index: 9;
        padding-bottom: 155px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
    }
    .media-home .main-background .content .content-row .text .title {
        color: white;
        font-size: 18px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        text-transform: uppercase;
        font-family: "Cera CY Bold", sans-serif!important;
        text-shadow: 0 4px 4px #00000066;
        justify-content: center;
        width: 100%;

    }
    .media-home .main-background .content .content-row .text .title span {
        font-family: "Cera CY Bold", sans-serif!important;
        margin-right: 10px;
    }
    .media-home .main-background .content .content-row .text .title span:last-child {
        margin-right: 0;
    }
    .media-home .main-background .content .content-row .introduction-section .text .title2 {
        color: white;
        font-size: 50px;
        display: flex;
        flex-wrap: nowrap;
        margin-top: 50px;
        margin-bottom: 50px;
        text-transform: uppercase;
        justify-content: center;
        opacity: 0;
        text-align: center;
        font-family: "Cera CY Bold", sans-serif!important;
        text-shadow: 0 4px 4px #00000066;
        margin-right: 0;
        line-height: 62.85px;
    }
    .media-home .main-background .content .content-row .desc-box {
        overflow: hidden;
        display: flex;
        justify-content: end;
    }
    .media-home .main-background .content .content-row .introduction-section.animate .text .desc1 {
        animation: moveTextToRight 1s forwards;
        animation-delay: 2s;
    }
    .media-home .main-background .content .content-row .text .desc {
        color: #fff;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        transform: translateX(100%);
        text-transform: uppercase;
        font-family: "Helvetica Neue Light", sans-serif!important;
        width: 100%;
    }
    .media-home .main-background .content .content-row .introduction-section.animate .text .desc2 {
        animation: moveTextToLeft 1s forwards;
        animation-delay: 3s;
    }
    .media-home .section-title {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 20px;
        padding: 0 8px;
        margin-bottom: 50px;
    }
    .media-home .section-title hr {
        flex: 1;
        margin: 0;
        color: #6A6A6A;
    }
    .media-home .section-title .name {
        margin: 0;
        font-family: "Helvetica Neue", sans-serif!important;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        color: #6A6A6A;
    }
    .media-home .section-title .number {
        margin: 0;
        color: #6A6A6A;
        font-family: "Helvetica Neue", sans-serif!important;
        font-size: 30px;
        line-height: 36px;
        text-align: left;
        text-shadow: 0 2px 4px 0 #00000033;

    }
    .media-home .main-background .content .buy {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #252525;
        margin-bottom: 50px;
        opacity: 0.5;
    }
    .media-home .main-background .content .buy .buy-form {
        width: 100%;
    }
    .media-home .main-background .content .buy .buy-form .filter-side {
        display: grid;
        align-items: center;
        height: auto;
        background-color: #252525;
        justify-content: space-between;
        padding: 50px 20px;
        gap: 25px;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        width: 100%;
        flex: 1;
        max-width: calc(50vw - 35px);
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option:last-child {
        grid-column-start: 2;
        grid-column-end: 3;
        max-width: 100%;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .primary-button {
        padding: 7px 20px;
        width: 100%;
        margin-top: 20px;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .label {
        color: white;
        font-size: 16px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: "Helvetica Neue Light", sans-serif!important;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown {
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown {
        width: 100%;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .size-input {
        border: 0;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu {
        border: none;
        border-radius: 0;
        background: #ffffff0d;
        padding: 0;
        max-height: 180px;
        overflow: auto;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu .dropdown-item {
        font-size: 15px;
        line-height: 28px;
        color: #FFFFFF;
        cursor: pointer;
        padding-left: 16px;
        padding-bottom: 4px;
        padding-top: 0;
        text-transform: uppercase;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu .dropdown-item:hover,
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu .dropdown-item.active {
        background: #ffffff24;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place,
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type {
        background: #ffffff0d
    }
    .media-home .main-background .content .content-row  .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place .dropdown-item,
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type .dropdown-item {
        font-size: 15px;
        line-height: 41px;
        color: white;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place .dropdown-item:hover,
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.place .dropdown-item.active,
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type .dropdown-item:hover,
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.type .dropdown-item.active {
        background: #ffffff24;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.room {
        min-width: 58px;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .dropdown-menu.room .dropdown-item {
        text-align: start;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown:hover .icon path {
        stroke: #E74F24
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .icon.square-arrow {
        position: absolute;
        right: 10px;
        top: 10px;
        pointer-events: none;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .country {
        border: none;
        background-color: transparent;
        color: #ABABAB;
        font-size: 16px;
        outline: none;
        box-shadow: none;
        width: 100%;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn {
        color: #A2A2A2;
        padding: 0;
        box-shadow: none;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn::after {
        display: none;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn.room {
        width: 58px;
        height: 36px;
        padding-right: 15px;
        text-align: left;
        padding-left: 10px;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn.square {
        width: 100px;
        height: 36px;
        padding-right: 25px;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn img {
        transition: transform 0.15s ease-in-out;
        transform: scaleY(1);
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown .btn.show img {
        transform: scaleY(-1);
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .first-dropdown.small-dropdown {
        border-radius: 0;
        background-color: #313132;
        color: #ABABAB;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs {
        display: flex;
        gap: 10px;
        height: 36px;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs .sqm {
        transform: translate(5px, -5px);
        position: absolute;
        right: 0;
        top: 0;
        background-color: #838384;
        font-size: 10px;
        padding: 1px;
        color: white;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs .square-input {
        border-radius: 0;
        background-color: transparent;
        outline: none;
        padding: 6px 0 6px 10px;
        border: none;
        font-size: 15px;
        line-height: 23px;
        color: #A2A2A2;
        min-width: 68px;
        width: 50%;
        border-bottom: 1px solid #fff;
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option .input-dropdown .square-inputs .square-input::placeholder {
        color: #A2A2A2;
    }

    .media-home .main-background .content .buy .buy-form .filter-side .search {
      width: 68px;
      height: 68px;
      background-color: #E74F24;
      border: none;
      text-align: center;
      margin-top: 15px;
    }

    .media-home .main-background .content .buy .buy-form .buy-btn {
      border: none;
      width: 148px;
      height: 50px;
      background-color: black;
      text-align: center;
      font-size: 16px;
      color: #E74F24;
      position: relative;
    }
    .media-home .main-background .content .buy .buy-form .buy-btn .line {
      position: absolute;
      width: 100%;
      height: 2px;
      display: block;
      left: 0;
      bottom: 0;
      background-color: #E74F24;
    }
    .media-home .main-background .content .content-row .projects-section {
        position: relative;
        margin-bottom: 50px;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-track {
        padding-top: 30px;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider,
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-list {
        width: 100vw;
        padding: 0!important;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-slide {
        margin: 0 10px;
        position: relative;
        overflow: hidden;
        width: calc( 100vw * 56.49 / 100);
        aspect-ratio: 111 / 130;
        border-radius: 5px;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-slide .slider-image {
        object-fit: cover;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        transition: all .3s ease;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-slide:hover .slider-image {
        transform: scale(1.2);
    }

    .media-home .main-background .content .content-row .projects-section .projects-slider .items::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 392px;
        bottom: 0;
        background: linear-gradient(179.95deg, rgba(0, 0, 0, 0) 40.3%, rgba(0, 0, 0, 0.7) 94.7%);
        pointer-events: none;
        z-index: 1;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .items .about-side {
        position: absolute;
        bottom: 10px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 10px;
        z-index: 2;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider  .items .about-side .title {
        font-size: 12px;
        color: white;
        text-align: center;
        font-family: "Helvetica Neue Medium", sans-serif!important;
        text-transform: uppercase;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider  .items .about-side .location {
        font-size: 12px;
        color: white;
        font-family: "Helvetica Neue Light", sans-serif!important;
        text-transform: uppercase;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-center {
        bottom: 30px;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .swipe-down {
        animation: mediaSwipeDown .5s ease-out;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .swipe-up {
        animation: mediaSwipeUp .5s ease-out;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-arrow {
        color: white;
        background-color: black;
        width: 50px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        bottom: 10px;
        font-size: 0;
        border: #ffffff solid 1px;
        border-radius: 2px;
        padding: 8px 13px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-arrow:hover {
        background: #ffffff1a;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-prev {
        left: 50%;
        transform: translateX(calc(-50% - 30px)) translateY(90px);
        background: transparent;}
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-next {
        right: 50%;
        transform: translateX(calc(50% + 30px)) translateY(90px);
        background: transparent;
    }
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-arrow:disabled path,
    .media-home .main-background .content .content-row .projects-section .projects-slider .slick-arrow.slick-disabled path{
        stroke:#6A6A6A
    }
    .media-home .main-background .content .content-row .projects-section .project-title {
        font-size: 50px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        position: relative;
        bottom: 30px;
        font-family: "Cera CY Bold", sans-serif!important;
    }
    .media-home .main-background .content .content-row .projects-section .project-info {
        font-size: 16px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .media-home .main-background .content .content-row .projects-section .all-projects {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        padding: 8px 30px;
        background-color: #1B1B1B;
        box-shadow: 2px 3px 4px 0 #00000059;
        border-radius: 2px;
        width: auto;
        margin: 0 0 50px;
        height: auto;
        text-align: center;
        min-width: 220px;
    }
    .media-home .main-background .content .content-row .projects-section .all-projects:hover {
        box-shadow: 0 2px 5px #0000004d;
        color: #E74F24;
    }
    @keyframes mediaSwipeDown {
        0% {
            bottom: 30px;
        }
        100% {
            bottom: 0;
        }
    }
    @keyframes mediaSwipeUp {
        0% {
            bottom: 0;
        }
        100% {
            bottom: 30px;
        }
    }
    .media-home .main-background .content .content-row .about-us-section {
        background-color: #252525;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }
    .media-home .main-background .content .content-row .about-us-section .why-choose-text,
    .media-home .main-background .content .content-row .about-us-section .privileges {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .media-home .main-background .content .content-row .about-us-section .why-choose-text p {
        font-size: 50px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Cera CY Bold", sans-serif!important;
        padding: 0;
        line-height: 62px;
        margin: 0;
    }
    .media-home .main-background .content .content-row .about-us-section .privileges .tex-box {
        position: relative;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .media-home .main-background .content .content-row .about-us-section .privileges p {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        padding-left: 25px;
        transform: translateX(0);
        text-align: left;
    }
    .media-home .main-background .content .content-row .about-us-section .privileges span {
        font-size: 80px;
        color: #fff;
        opacity: 0.3;
        position: absolute;
        top: -60px;
        font-family: "Cera CY Bold", sans-serif!important;
    }
    .media-home .main-background .content .content-row .about-us-section .why-choose-text .text,
    .media-home .main-background .content .content-row .about-us-section .privileges .text {
        padding-left: 0;
        padding-top: 0;
    }

    .media-home .main-background .content .content-row .about-us-section .introduction-content-container {
        font-family: "Helvetica Neue", sans-serif!important;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .media-home .main-background .content .content-row .about-us-section .introduction-content-container .fade-up {
        margin-bottom: 20px;
    }
    .media-home .main-background .content .content-row .about-us-section .introduction-content-container p {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .media-home .main-background .content .content-row .about-us-section .introduction-content-container .image {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        border-radius: 5px;
        width: 100%;
        margin-bottom: 20px;
    }

    .media-home .main-background .content .content-row .about-us-section .introduction-content-container .image.animate-image {
        animation: animateImgColor 3s forwards;
    }
    .media-home .main-background .content .content-row .apartments-info-section {
        padding: 0;
    }
    .media-home .main-background .content .content-row .apartments-info-section .container-custom  {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-template-rows: repeat(2, 1fr);
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .media-home .main-background .content .content-row .apartments-info-section .count {
        font-size: 50px;
        color: #fff;
        text-align: center;
        font-family: "Cera CY Bold", sans-serif!important;
        margin-bottom: 5px;
        line-height: 65px;
    }
    .media-home .main-background .content .content-row .apartments-info-section .info-text {
        font-size: 14px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .media-home .main-background .content .content-row .apartments-info-section .right-border {
        border-right: 1px solid #6A6A6A;
    }
    .media-home .main-background .content .content-row .apartments-info-section .text-side {
        flex: 1;
        padding: 10px;
        border-bottom: 1px solid #252525;
        border-right: 1px solid #252525;
    }
    .media-home .main-background .content .content-row .apartments-info-section .text-side:nth-child(1),
    .media-home .main-background .content .content-row .apartments-info-section .text-side:nth-child(2),
    .media-home .main-background .content .content-row .apartments-info-section .text-side:nth-child(3) {
        grid-column-end: span 2;
    }
    .media-home .main-background .content .content-row .apartments-info-section .text-side:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .media-home .main-background .content .content-row .apartments-info-section .text-side:nth-child(5) {
        grid-column-start: 4;
        grid-column-end: 6;
        border-right: 0;
    }
    .media-home .main-background .content .content-row .apartments-info-section .text-side.active .count {
        animation: changeActiveColor 1s ease-out;
    }
    .media-home .main-background .content .content-row .apartments-section {
        background-color: #252525;
        padding-bottom: 50px;
    }
    .media-home .main-background .content .content-row .apartments-section .section-title {
        margin-left: 0;
        left: -160px;
    }
    .media-home .main-background .content .content-row .apartments-section .tab-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 25px 0 0;
    }
    .media-home .main-background .content .content-row .apartments-section .tab-buttons button {
        text-transform: uppercase;
        background: transparent;
        border: 0;
        font-size: 20px;
        color: #fff;
        text-align: left;
        padding: 0;
    }
    .media-home .main-background .content .content-row .apartments-section .tab-buttons button.active {
        color: #E74F24;
    }
    .media-home .main-background .content .content-row .apartments-section .apartment-side {
        display: flex;
        gap: 20px;
        padding-top: 20px;
        flex-direction: column;
    }
    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment {
        position: relative;
        transition: width 0.3s ease-in-out;
    }
    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .apartment_div {
        height: 0;
        position: relative;
        padding-bottom: 56.66%;
    }
    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment:nth-child(2) .apartment_div {
        height: 0;
        position: relative;
        padding-bottom: 73.66%;
    }
    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment.empty {
        height: 0;
    }

    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .apartment_div::after {
        content: "";
        display: block;
        position: absolute;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5214460784) 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .apartment-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
        position: absolute;
    }

    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .options {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
        padding: 10px;
        z-index: 9;
    }

    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .option-side {
        align-items: center;
        gap: 18px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: white;
    }

    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .option-side .option {
        align-items: center;
        font-size: 16px;
        color: white;
        white-space: nowrap;
        text-transform: uppercase;
        font-family: "Helvetica Neue Medium", sans-serif!important;
    }

    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .bottom-box {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: white;
    }
    .media-home .main-background .content .content-row .apartments-section .apartment-side .apartment .options .bottom {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }
    .media-home .main-background .content .content-row .apartments-section .see-all-btn {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        padding: 8px 65px;
        background-color: #1B1B1B;
        box-shadow: 2px 3px 4px 0 #00000059;
        border-radius: 2px;
        margin: 50px 0;
        min-width: 220px;
        text-align: center;
    }
    .media-home .main-background .content .content-row .contact-us-section {
        position: relative;
    }
    .media-home .main-background .content .content-row .contact-us-section .container-custom {
        padding: 50px 0;
    }
    .media-home .main-background .content .content-row .contact-us-section .contact-title {
        font-size: 50px;
        line-height: 65px;
        color: #fff;
        font-family: "Cera CY Bold", sans-serif!important;
        border-bottom: 1.5px solid #fff;
        text-transform: uppercase;
        text-shadow: 0 4px 4px #00000066;
        width: 100%;
        margin-bottom: 5px;
    }
    .media-home .main-background .content .content-row .contact-us-section .contact-text {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        text-align: end;
        margin-bottom: 50px;
    }
    .media-home .main-background .content .content-row .contact-us-section .input_div {
        margin-bottom: 10px;
    }
    .media-home .main-background .content .content-row .contact-us-section input {
        width: 100%;
        height: 50px;
        background: #252525;
        border: unset!important;
        padding: 20px 10px;
        font-size: 14px;
        color: #8C959F;
        outline: none;
        box-shadow: none;
        border-radius: 5px;
    }
    .media-home .main-background .content .content-row .contact-us-section input::placeholder,
    .media-home .main-background .content .content-row .contact-us-section textarea::placeholder,
    .media-home .main-background .content .content-row .contact-us-section .phone-input .number::placeholder {
        text-transform: uppercase;
        color: #6A6A6A;
        font-family: "Helvetica Neue Medium", sans-serif!important;
    }
    .media-home .main-background .content .content-row .contact-us-section textarea {
        width: 100%;
        height: 200px;
        background: #252525;
        border: unset!important;
        padding: 20px 10px;
        color: #8C959F;
        outline: none;
        font-size: 14px;
        border-radius: 5px;
    }
    .media-home .main-background .content .content-row .contact-us-section .phone-input {
        display: flex;
        background: #252525;
        border-radius: 5px;
    }

    .media-home .main-background .content .content-row .contact-us-section .phone-input .number {
        margin-bottom: 0;
        padding-left: 16px;
    }

    .media-home .main-background .content .content-row .contact-us-section .phone-input .prefix {
        margin: auto;
        padding: 5px 18px 5px 15px;
        background: #121212;
        margin-left: 10px;
        color: #fff;
        font-size: 14px;
        font-family: "Helvetica Neue Medium", sans-serif!important;
    }
    .media-home .main-background .content .content-row .contact-us-section .contact_us_button {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        padding: 8px 30px;
        background-color: #1B1B1B;
        box-shadow: 2px 3px 4px 0 #00000059;
        border: 0;
        border-radius: 2px;
        margin: 40px 0 50px;
        min-width: 220px;
    }

    .media-home .main-background .content .content-row .contact-us-section .contact-form-errors {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .media-home .main-background .content .buy .buy-form .filter-side {
        grid-template-columns: repeat(2, 1fr);
    }
    .media-home .main-background .content .buy .buy-form .filter-side .option:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
