@font-face {
    font-family: 'Kalix';
    src: url('fonts/Kalix.woff2') format('woff2'),
        url('fonts/Kalix.svg#Kalix') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /* color */
    --black: #090909;
    --white: #fff;
    --gray: #e8e8e8;
    --light-pink: #ffb3cc;
    --light-black: #2e2e2e;
    --light-gray: #c1c1c1;
    /* font */
    --Kalix: 'Kalix';
    --Raleway: 'Raleway', sans-serif;
}

body {
    color: var(--black);
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-family: var(--Raleway);
    font-style: normal;
}

img {
    max-width: 100%;
}



a {
    text-decoration: none;
    color: var(--black);
}

a:hover {
    text-decoration: none;
    opacity: 0.75;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--Kalix);
    font-weight: normal;
}

a:focus,
button:hover,
input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.container {
    width: 90%;
    max-width: 1650px;
    margin: auto;
}

header.banner {
    min-height: 65px;
    background: var(--black);
    display: flex;
    align-items: center;
    z-index: 999;
    position: relative;
}

.menu-logo img {
    max-width: 140px;
}

.content-info {
    background: var(--black);
    color: var(--white);
    padding: 70px 0 75px;
}

.content-info a {
    color: var(--white);
}

.footer-wrap {
    display: flex;
    width: 100%;
}

.logo-panel {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-panel {
    flex: 0 0 30%;
    max-width: 30%;
    font-size: 12px;
}

.newsletter-panel {
    flex: 0 0 20%;
    max-width: 20%;
}

.contact-wrap {
    display: flex;
    gap: 25px;
}

.social-media {
    margin-top: 35px;
    padding-left: 70px;
    display: flex;
    gap: 10px;
}

.content-info .heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.contact-panel .heading {
    text-transform: uppercase;
}

.newsletter-panel .heading {
    font-family: var(--Kalix);
}

form#gform_2 {
    background: var(--white);
    padding: 5px;
    max-width: 175px;
    font-size: 12px;
}

::placeholder {
    font-size: 12px;
}

input {
    min-height: 35px !important;
    padding: 0 8px !important;
    border: solid 1px var(--light-gray) !important;
    font-size: 12px !important;
}

form#gform_2 .gform_footer {
    padding: 0;
}

form#gform_2 input[type="submit"] {
    border-radius: 0;
    background: var(--light-gray);
    color: var(--white);
    width: 100%;
    border: 0;
}

form#gform_2 input[type="submit"]:hover {
    background: var(--black);
}

.banner-panel {
    position: relative;
}

.banner-panel img {
    /* width: 100%; */
}

.banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    flex-direction: column;
    background: rgba(0, 0, 0, 0.25);
}

.btn {
    font-size: 12px;
    padding: 8px 10px;
}

.btn-white-outline {
    border: 1px solid var(--white);
    border-radius: 0;
    color: var(--white);
}

.btn-white-outline:hover {
    color: var(--black);
    background: var(--white);
    opacity: 1;
}

.banner-content h1 {
    font-size: 68px;
    margin-bottom: 40px;
    font-family: var(--Kalix);
}

.bg-black {
    background: var(--black);
    color: var(--white);
}

.welcome-text {
    padding: 110px 0;
    text-align: center;
}

.content {
    max-width: 360px;
    margin: auto;
    font-weight: 600;
}

.place-heading {
    font-size: 34px;
    text-align: center;
    margin-bottom: 65px;
}

.top-content {
    padding: 90px 0;
}

.slider-items .content-panel {
    display: flex;
    justify-content: space-between;
    background: var(--gray);
    /*height: 100%;*/
    padding: 20px;
}

.slider-items .content-panel .right-panel {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.slider-items .content-panel .right-panel .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.slider-items .content-panel h4,
.slider-items .content-panel h6,
.price-tag {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--Raleway);
    max-width: 120px;
}

.slider-items .content-panel h6 {
    margin-bottom: 0;
}

.slider-items .content-panel h4 {
    min-height: 60px;
}

.slider-items {
    position: relative;
}

.new-tag {
    color: var(--white);
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 78px solid var(--black);
    border-right: 78px solid transparent;
}

.new-tag span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    position: absolute;
    top: -40px;
    left: 4px;
}

.btn {
    border: solid 1px var(--light-black);
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.post-type-archive-house_land_package .single-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 40px;
}

.post-type-archive-house_land_package .slider-items {
    margin: 10px 0;
}

.house-land-pagination {
    margin-top: 40px;
    text-align: center;
}

.house-land-pagination .page-numbers {
    border: solid 1px var(--light-black);
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 4px;
    text-decoration: none;
}

.house-land-pagination .current {
    background: #000;
    color: #fff;
    border-color: #000;
}


#gform_1 {
    max-width: 800px;
    margin: 30px auto 0;
}

.content_part .gform_wrapper.gravity-theme input[type=email],
.content_part .gform_wrapper.gravity-theme input[type=text],
.content_part .gform_wrapper.gravity-theme textarea {
    border: solid 1px var(--black) !important;
    min-height: 50px !important;
}

.content_part input#gform_submit_button_1 {
    margin: auto !important;
    background: transparent !important;
    border: solid 2px var(--black) !important;
    font-size: 20px !important;
    padding: 10px 30px !important;
}

.content_part input#gform_submit_button_1:hover {
    background: var(--black) !important;
    border: solid 2px var(--black) !important;
    color: var(--white) !important;
}

.spacer.gfield {
    display: none;
}

.content_part {
    margin: 100px 0;
}

.content_part a.btn {
    border: solid 1px var(--black);
    padding: 12px 30px;
    border-radius: 0;
    margin-top: 20px;
}

.content_part a.btn:hover {
    background: var(--black);
    color: var(--white);
}

.go-top {
    background: var(--white);
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 100px;
    left: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0px -3px 3px #ccc;
}

.go-top.go-visible {
    display: table;
}

.go-top svg {
    transform: rotate(90deg);
}

.property_worth {
    display: flex;
    flex-wrap: wrap;
    padding: 0 80px;
    margin: 100px 0;
    justify-content: space-between;
    align-items: center;
}

.pw_text,
.pw_img {
    width: 45%;
}

.pw_text h3 {
    margin-bottom: 15px;
}

.search_address a {
    border: solid 1px var(--light-black);
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.search_address a:hover {
    color: var(--white);
    background: var(--light-black) !important;
    opacity: 1;
}

.search_address {
    display: flex;
    justify-content: space-around;
}

.search_address input {
    width: calc(100% - 210px);
    height: 40px;
    border: 0 !important;
    padding: 0;
    margin: 0;
    line-height: 40px;
    background: var(--light-black);
    color: var(--white) !important;
    padding: 0 30px !important;
    background-image: url(/wp-content/uploads/2023/03/search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.search_address input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
}

.search_address input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}

.search_address input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ababab;
}

.testimonials_sec {
    background: var(--black);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tes_img,
.tes_text {
    width: 50%;
}

.client_text {
    color: var(--white);
    text-align: center;
    font-weight: 700;
    padding: 0 100px;
}

.tes_text h3 {
    text-align: center;
    color: var(--white);
    margin: 50px 0 20px;
}

.client_name {
    margin: 20px 0 0;
    font-weight: 700;
    font-size: 18px;
}

.video_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    height: 46.25vw;
}

.video_wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: auto;
    min-width: 177.77vh;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-content .container-fluid {
    padding-right: 65px;
    padding-left: 45px;
}

.top-content .slick-arrow {
    height: 32px;
    width: 32px;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px
}

.top-content .slick-prev:before {
    content: url(/wp-content/uploads/2023/03/left-arrow-pink.png);
}

.top-content .slick-next:before {
    content: url(/wp-content/uploads/2023/03/right-arrow-pink.png);
}

.top-content .slick-prev {
    left: 5px;
}

.top-content .slick-next {
    right: -15px;
}

@media (max-width: 1365px) {
    .top-content .container-fluid {
        padding-right: 35px;
        padding-left: 15px;
    }

    .client_text {
        padding: 0 70px;
    }

    .top-content,
    .content-info,
    .welcome-text {
        padding: 50px 0;
    }

    .property_worth,.content_part {
        margin: 50px 0;
    }
    .property_worth{
        padding: 0 50px;
    }
}

@media (max-width: 1023px) {

    .tes_img,
    .tes_text,
    .pw_text,
    .pw_img {
        width: 100%;
    }

    .tes_img img,
    .pw_img img {
        width: 100%;
    }

    .pw_img img {
        margin-top: 50px;
    }

}

@media (max-width: 991px) {

    header.header {

        padding: 5px 0;

    }

    .menu_bar span {

        display: block;

        width: 40px;

        height: 2px;

        transition: 200ms;

        -webkit-transition: all 0.5s;

        -moz-transition: all 0.5s;

        -o-transition: all 0.5s;

        -ms-transition: all 0.5s;

        transition: all 0.5s;

        background-color: #ffffff;

        position: relative;

        -webkit-user-select: none;

        -moz-user-select: none;

        -ms-user-select: none;

        user-select: none;

        margin-top: 0;

        margin-left: 0;

        border-radius: 100px;

    }

    .menu_bar.not-openmenu span:nth-child(1) {

        top: 0;

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    .menu_bar.not-active span:nth-child(2) {

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    .menu_bar.not-active span:nth-child(3) {

        bottom: 0;

        transform: rotate(0);

    }

    .menu_bar.closemenu span:nth-child(1) {

        top: 9px;

        -webkit-transform: rotate(135deg);

        transform: rotate(126deg);

    }

    .menu_bar.closemenu span:nth-child(2) {

        -webkit-transform: scale(0);

        transform: scale(0);

    }

    .menu_bar.closemenu span:nth-child(3) {

        bottom: 15px;

        transform: rotate(-130deg);

    }

    .menu_bar span+span {

        margin-top: 10px;

    }

    a.menu_bar {

        margin-left: 15px;

        margin-top: -2px;

    }

    .navbar-toggler-icon {

        width: 40px;

        margin-top: 0;

    }

    .navbar-toggler {

        padding: 0;

        border: 0;

        border-radius: 0;

        outline: 0;

    }

    .navbar {

        justify-content: flex-end;

    }

    .navbar-collapse {

        position: fixed;

        left: 0;

        width: 100%;

        background: #333e49;

        height: 100%;

        padding: 0 20px;

        top: 180px;

        z-index: 9;

    }

    .scroll-block {

        overflow: hidden;

    }

    .navbar-nav li {

        margin-left: 0;

        margin-top: 15px;

    }

    /* .video_wrapper iframe {
        min-height: 75vh;
    } */
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .welcome-text {
        text-align: center;
    }



    .place-heading {
        font-size: 30px;
        margin-bottom: 40px;
    }



    .footer-wrap {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .logo-panel,
    .contact-panel,
    .newsletter-panel {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pw_img img {
        margin-top: 30px;
    }
    .go-top {
        width: 40px;
        height: 40px;
        bottom: 10px;
        left: 10px;
        line-height: 40px;
    }
    .menu-logo {
        text-align: center;
    }
    .content_part h1{
        font-size: 30px;
    }
    .search_address a {
    font-size: 14px;
}
}

@media (max-width: 575px) {
    .banner-content h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .top-content .container-fluid {
        padding-right: 25px;
        padding-left: 5px;
    }

    .property_worth {
        padding: 0 20px;
    }

    .client_text {
        padding: 0 50px;
    }

    .slick-prev {
        left: 15px;
    }

    .slick-next {
        right: 15px;
    }

    .video_wrapper iframe {
        height: 66.25vw;
    }

    .video_wrapper {
        height: 66.25vw;
    }

    .content-info .heading {
        margin-bottom: 10px;
    }

    /* .top-content .slick-slide {
        padding-left: 25px;
    }
    .top-content .slick-prev {
        left: 10px;
    } */
}