@font-face {
    font-family: RAG-Sans;
    src: url(fonts/RAG-Sans.ttf);
}

/* SLICK FIX */
.kt-slider {
    visibility: hidden;
}
.kt-slider.slick-initialized.slick-slider {
    visibility: visible;
}

body {
    background-color: #fff;
    font-family: 'RAG-Sans';
    color: #4C5552;
    
}
.post, .page {
    margin: unset;
}

body.page-template-default:not(.home) main#primary {
    text-align: center;
}
body.page-template-default:not(.home) header#masthead, body.page-template-default:not(.home) footer#colophon {
    display: none;
}

.cf7-form p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.cf7-form p input, .cf7-form p select {
    width: 100%;
    text-align: right;
    background: #F6F1ED;
    border-radius: 90px;
    border: unset;
    padding: 18px 14px;
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}

/* custom checkbox styling for contact form 7 checkbox */
.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 18px;
    width: 18px;
    top: -1px;
    right: 0;
    border: 2px solid #F2F2F2;
    border-radius: 100%;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    margin: auto;
    top: 3px;
    right: 4px;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 9px;
    background-color: #4D5552;
    border-radius: 100%;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

footer#colophon {
    padding-left: 40px;
    text-align: left;
}

.slick-slide img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fb-slider.slick-slide {
    position: relative;
}
button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
    opacity: 1;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.wpcf7-not-valid, .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border-left: 15px solid transparent;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e22209;
}


/* NEW CSS */
.about-section {
    position: relative;
}
img.kata-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: 0px;
    max-height: 136px;
}

header#masthead {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 25px 0 #00000026;
    background-color: #fff;
    padding-inline: 100px;
    padding-block: 13px;
    display: flex;
    align-items: center;
    z-index: 99;
}
.page-template-legal-page header#masthead{top: 0;}
.page-template-legal-page #content{padding: 0 1rem;}
img.logo {
    height: 83px;
}
nav {
    margin: auto;
}
nav ul.nav {
    display: flex;
    margin: unset;
    padding: unset;
    gap: 70px;
    list-style-type: none;
}
nav ul.nav a {
    text-decoration: none;
    color: #4C5552;
    font-size: 20px;
    transition: .5s;
}
nav ul.nav a:hover {
    color: #BDCCC5;
}
nav ul.nav a:focus {
    outline: unset;
    color: #BDCCC5;
}
main#primary {
    padding-top: 108px;
    overflow: hidden;
}
a.talk-to-us {
    position: fixed;
    left: 0;
    top: 180px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    color: #fff;
    font-size: 24px;
    background-color: #4C5552;
    padding: 48px 18px;
    text-decoration: none;
    line-height: 1;
    z-index: 9;
    box-shadow: 0 0 10px 0 #0000007d;
}
a.talk-to-us:focus {
    outline: unset;
}
section.big-banner {
    height: 890px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-right: 250px;
    gap: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.big-banner * {
    width: 630px;
    margin: unset;
    line-height: 1;
    font-weight: normal;
    color: #fff;
}
h2 {
    font-size: 47px;
}
h1 {
    font-size: 70px;
}

section.contact-banner {
    display: flex;
    flex-direction: column;
    background-color: #BDCCC5;
    padding-block: 32px;
    padding-inline: 100px;
    position: relative;
}
.cf-title {
    font-size: 42px;
    font-weight: normal;
    line-height: 1;
    margin: unset;
    margin-bottom: 15px;
}
section.contact-banner form.wpcf7-form > p {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
    margin: unset;
    gap: 15px;
}
span.wpcf7-spinner {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
section.contact-banner form.wpcf7-form > p input {
    padding-block: 12px;
    border-radius: unset;
    font-size: 17px;
    line-height: 1;
    padding-inline: 20px;
    width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4C5552;
    opacity: 1; /* Firefox */
    font-family: 'RAG-Sans';
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4C5552;
    font-family: 'RAG-Sans';
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #4C5552;
    font-family: 'RAG-Sans';
}
section.contact-banner form.wpcf7-form > p a.cc-tel {
    justify-self: center;
    font-size: 75px;
    color: #44504F;
    text-decoration: none;
    line-height: 0.7;
    direction: ltr;
}
span.wpcf7-form-control-wrap[data-name="checkbox-542"] {
    grid-column: 1/-1;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required, span.wpcf7-list-item.first.last {
    width: 100%;
    display: block;
    margin: unset;
}
span.wpcf7-form-control-wrap[data-name="checkbox-542"] label span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #4C5552;
    padding-right: 25px;
}
.wpcf7-not-valid-tip {
    position: absolute;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: auto;
    background: #44504F;
    box-shadow: 0px 43.9266px 17.2261px rgb(0 0 0 / 1%), 0px 24.9779px 14.6422px rgb(0 0 0 / 3%), 0px 11.197px 11.197px rgb(0 0 0 / 4%), 0px 2.58392px 6.02914px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: unset;
    width: 100%;
    padding-block: 15px;
    padding-inline: 30px;
    font-family: 'RAG-Sans';
}

section.info-section {
    margin-top: 115px;
}
.title-txt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 1485px;
    max-width: 100%;
    gap: 95px;
    margin: auto;
    margin-bottom: 115px;
}
.is-left {
    font-size: 42px;
    display: grid;
    grid-template-columns: auto auto;
    line-height: 1;
    gap: 25px;
}
.is-left img {
    width: 121px;
    height: 132px;
}
.is-right {
    font-size: 24px;
    line-height: 1.5;
}
.is-right p {
    margin: unset;
}

.hive {
    position: relative;
    width: 1720px;
    margin: auto;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 180px;
}
.hive img {
    width: 100%;
}
.hive img:nth-child(2) {
    width: auto;
    position: absolute;
    border-radius: 100%;
    height: 300px;
    object-fit: cover;
    top: 200px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 223.743px 89.8565px rgb(0 0 0 / 1%), 0px 125.799px 75.4794px rgb(0 0 0 / 5%), 0px 55.711px 55.711px rgb(0 0 0 / 9%), 0px 14.377px 30.5512px rgb(0 0 0 / 10%), 0px 0px 0px rgb(0 0 0 / 10%);
}
.txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 215px;
    padding-left: 150px;
}
.txt-box.tb1 {
    background-color: #4C5552;
    color: #fff;
}
.txt-box.tb2 {
    background-color: #BDCCC5;
}
.tb-title {
    font-size: 26px;
    border-bottom: 3px solid #FFFFFF;
    align-self: start;
    margin-bottom: 80px;
    font-weight: normal;
}
.tb-subtitle {
    font-size: 42px;
}
.txt-box.tb2 .tb-title {
    border-bottom: 3px solid #4C5552;
}
.tb-txt {
    font-size: 24px;
    line-height: 1.5;
    padding-left: 10px;
}
.tb-txt p {
    margin: unset;
}

.apartments {
    text-align: center;
    margin-bottom: 160px;
}
.apartments h3 {
    display: inline-block;
    border-bottom: 3px solid #4C5552;
    font-size: 26px;
    letter-spacing: 0.11em;
    margin-bottom: 70px;
    margin-top: unset;
    font-weight: normal;
}
.apartments ul {
    margin: unset;
    padding: unset;
    margin-bottom: 50px;
}
.apartments .slick-list {
    padding-inline: 25% !important;
}
.apartments ul .slick-track {
    height: 735px;
}
/* slide when not active/center*/
.apartments .slick-slide,
.apartments .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    scale: .85;
    transition: 1s;
}
/* slide when active/center */
.apartments .slick-center,
.apartments .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    scale: 1;
}
.slider-btns {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.slider-btns button {
    border: unset;
    background: unset;
    width: 73px;
    height: 73px;
    cursor: pointer;
}
button.slider-prev {
    background-image: url(img/right.svg);
}
button.slider-next {
    background-image: url(img/left.svg);
}

.features {
    display: flex;
    gap: 170px;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;
}
.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.ft {
    font-size: 24px;
}

.img-txt {
    width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    align-items: center;
    margin-bottom: 165px;
    max-width: 100%;
}
.it-title {
    font-size: 42px;
}
.it-txt {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
}
a.it-btn {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background-color: #4C5552;
    padding: 17px 23px;
    text-decoration: none;
}

.plans {
    padding-block: 115px;
    background-color: #f8f8f8;
    padding-bottom: 250px;
}
.plans-slider {
    padding-right: 115px;
}
.plan {
    position: relative;
    margin-left: 7px;
    box-shadow: 0px 10px 20px 0px #0000001a;
    padding: 40px;
    background-color: #fff;
    cursor: pointer;
}
.plan a {
    color: #4C5552;
    text-decoration: none;
}
.plans-slider .slick-track {
    padding-bottom: 50px;
}
.plans-slider .slick-list {
    padding-left: 20% !important;
}
.p-title-rooms {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.p-txt {
    font-size: 18px;
}
.plan a:after {
    content: "";
    background-image: url(img/plan.png);
    width: 44px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    border-radius: 100%;
}

section.about-section {
    position: relative;
    background-color: #4C5552;
    padding-top: 100px;
}
.about-inner {
    color: #fff;
    text-align: center;
    width: 885px;
    margin: auto;
    padding-block: 70px;
    max-width: 100%;
}
section.about-section img {
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    margin: auto;
}
.about-title {
    letter-spacing: 0.11em;
    font-size: 26px;
    border-bottom: 3px solid #FFFFFF;
    display: inline-block;
}
.about-txt {
    font-size: 20px;
    line-height: 1.5;
}
.site-info {
    font-size: 14px;
    color: #4C5552;
}

footer#colophon {
    padding-block: 15px;
    font-weight: 500;
}
.site-info a {
    color: #4C5552;
    text-decoration: none;
}
.content-area{
	max-width:1200px;
    margin: auto;
    color: #000;
}

@media screen and (min-width: 867px) {
    .project:nth-child(even) .details:after {
        background-image: url(img/line-2.svg);
        width: 182px;
        height: 146px;
        position: absolute;
        bottom: -58px;
        left: unset;
        right: -115px;
    }
}

@media screen and (max-width: 1800px) {
    section.big-banner {
        padding-right: 100px;
    }
}

@media screen and (max-width: 1600px) {
    section.big-banner {
        padding-right: 25px;
        text-align: right;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px;
    }
    .txt-box {
        padding-block: 50px;
        padding-right: 115px;
        padding-left: 50px;
    }
    .tb-title {
        margin-bottom: 50px;
    }
    .tb-subtitle {
        font-size: 32px;
        line-height: 1;
    }
    .hive img:nth-child(2) {
        width: 200px;
        height: 200px;
        top: 155px;
    }

    .title-txt, .apartments, .features, .contact-banner, .img-txt {
        padding-inline: 20px;
    }
    .img-txt {
        gap: 100px;
    }
    .plans-slider {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .contact-banner {
        padding-inline: 20px;
    }
    .contact-banner p {
        grid-template-columns: 1fr;
    }

    header#masthead {
        background-color: #e9eeec;
    }
    header#masthead nav {
        display: none;
    }
    img.logo {
        display: block;
        margin: auto;
    }

    a.talk-to-us {
        font-size: 17px;
        padding: 24px 15px;
        letter-spacing: unset;
    }

    .title-txt {
        grid-template-columns: 1fr;
        gap: 10px
    }
    .is-left {
        grid-template-columns: 1fr;
    }
    .is-left::before {
        display: block;
        margin: auto;
    }

    div#location {
        grid-template-columns: 1fr;
    }

    .apartments .slick-list {
        padding-inline: unset !important;
    }

    .features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 70px;
    }

    div#environment {
        grid-template-columns: 1fr;
    }
    
    section.contact-banner form.wpcf7-form > p {
        grid-template-columns: repeat(2, 1fr);
    }
    span.wpcf7-form-control-wrap[data-name="menu-26"], span.wpcf7-form-control-wrap[data-name="checkbox-542"], input.wpcf7-form-control.has-spinner.wpcf7-submit {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .plans-slider {
        padding-right: 25px;
    }
}


@media screen and (max-width: 768px) {
    .contact-banner p {
        margin-bottom: unset;
    }
    .contact-banner p input, .contact-banner p select {
        font-size: 16px;
        padding: 12px 14px;
    }
    input.wpcf7-form-control.has-spinner.wpcf7-submit {
        font-size: 20px;
        padding: 18px 14px;
    }
    footer#colophon {
        padding-block: 10px;
    }
    .fancy-box {
        height: 50%;
    }
    button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
        width: 48px;
        height: 24px;
        opacity: 1;
    }
    button.slick-next.slick-arrow {
        right: -20px;
    }
    button.slick-prev.slick-arrow {
        left: -20px;
    }
    button.close-fb {
        width: 38px;
        height: 38px;
        background-size: contain;
        top: 15px;
        left: 30px;
        right: unset;
    }

    header#masthead {
        position: relative;
    }
    main#primary {
        padding: unset;
    }
    section.big-banner {
        height: 643px;
    }
    section#project {
        justify-content: start;
        text-align: center;
        padding: unset;
        padding-top: 55px;
        padding-inline: 55px;
    }
    section.big-banner * {
        width: auto;
    }

    section.contact-banner {
        padding: unset;
    }
    section.contact-banner > a {
        color: #4C5552;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        gap: 15px;
        padding-block: 30px;
    }
    section.contact-banner > a:after {
        content: "";
        background-image: url(img/left-ico.svg);
        width: 10px;
        height: 15px;
        display: inline-block;
    }

    section.info-section {
        margin-top: 53px;
    }
    .is-left {
        font-size: 24px;
    }
    .is-right {
        font-size: 18px;
    }
    .title-txt {
        margin-bottom: 67px;
    }

    .txt-box {
        padding-inline: 40px;
    }
    .hive img:nth-child(2) {
        height: 147px;
        width: 147px;
        top: 220px;
    }
    .tb-title {
        font-size: 20px;
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: 25px;
    }
    .tb-subtitle {
        font-size: 24px;
    }
    .tb-txt {
        padding: unset;
        font-size: 18px;
    }
    .txt-box.tb1 {
        padding-top: 70px;
    }
    
    .hive {
        margin-bottom: 70px;
    }
    .apartments h3 {
        font-size: 20px;
        border-bottom: 1px solid #4C5552;
        margin-bottom: 32px;
    }
    .apartments ul .slick-track {
        height: 273px;
    }
    .slider-btns button {
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    .apartments ul {
        margin-bottom: 25px;
    }
    .slider-btns {
        gap: 10px;
    }
    .apartments {
        margin-bottom: 107px;
    }

    .features {
        margin-bottom: 140px;
    }
    .ft {
        font-size: 16px;
        line-height: 1;
    }

    div#environment {
        margin-bottom: 25px;
    }
    div#environment img {
        padding-inline: 25px;
    }
    .it-title {
        font-size: 32px;
    }
    .it-txt {
        font-size: 18px;
    }
    a.it-btn {
        display: none;
    }

    .plans {
        padding-top: 85px;
        padding-bottom: 125px;
    }
    .plan {
        padding: 20px;
    }
    .plan a:after {
        width: 27px;
        height: 27px;
        background-size: contain;
        bottom: 20px;
        left: 10px;
    }
    .p-title {
        font-size: 16px;
    }
    .p-txt {
        font-size: 12px;
    }

    section.about-section img {
        height: 172px;
        top: -85px;
    }
    .about-inner {
        padding-block: 47px;
        padding-inline: 25px;
        padding-bottom: 100px;
    }
    .about-title {
        font-size: 20px;
        border-bottom: 1px solid #FFFFFF;
    }
    .about-inner p {
        font-size: 18px;
    }

    section#contact {
        padding-inline: 20px;
        padding-block: 25px;
        text-align: center;
    }
    h3.cf-title {
        font-size: 32px;
    }
    .wpcf7-form-control-wrap, input.wpcf7-form-control.has-spinner.wpcf7-submit {
        grid-column: 1/-1;
    }
    section.contact-banner form.wpcf7-form > p a.cc-tel {
        order: 10;
        font-size: 47px;
        justify-self: end;
    }
    
    span.wpcf7-form-control-wrap[data-name="checkbox-542"] {
        line-height: 1;
        text-align: right;
        grid-column: 1/3;
    }
    .wpcf7-checkbox label {
        display: flex;
    }
    section.contact-banner form.wpcf7-form > p {
        gap: 25px 15px;
        grid-template-columns: repeat(3, 1fr);
    }

    .txt-box.tb2 {
        order: 5;
    }
}
