@font-face {
    font-family: 'Tenez';
    src: url('../fonts/Tenez-Bold.eot');
    src: url('../fonts/Tenez-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Tenez-Bold.woff2') format('woff2'),
    url('../fonts/Tenez-Bold.woff') format('woff'),
    url('../fonts/Tenez-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tenez';
    src: url('../fonts/Tenez-Light.eot');
    src: url('../fonts/Tenez-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Tenez-Light.woff2') format('woff2'),
    url('../fonts/Tenez-Light.woff') format('woff'),
    url('../fonts/Tenez-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tenez';
    src: url('../fonts/Tenez-Regular.eot');
    src: url('../fonts/Tenez-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Tenez-Regular.woff2') format('woff2'),
    url('../fonts/Tenez-Regular.woff') format('woff'),
    url('../fonts/Tenez-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro';
    src: url('../fonts/SofiaPro-Light.eot');
    src: url('../fonts/SofiaPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SofiaPro-Light.woff2') format('woff2'),
    url('../fonts/SofiaPro-Light.woff') format('woff'),
    url('../fonts/SofiaPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IvyPresto Display';
    src: url('../fonts/ivypresto/IvyPrestoDisplay-ThinItalic.woff2') format('woff2'),
    url('../fonts/ivypresto/IvyPrestoDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IvyPresto Display';
    src: url('../fonts/ivypresto/IvyPrestoDisplay-Thin.woff2') format('woff2'),
    url('../fonts/ivypresto/IvyPrestoDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
:root {
    --gray: #e9e5e3;
    --dark: #4c4c4d;
    --font-sofia: 'SofiaPro';
    --font-tenez: 'IvyPresto Display';
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    overflow-x: clip;
    font-family: var(--font-sofia);
    color: var(--dark);
    font-weight: 300;
    font-size: 18px;
}
#page {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
.btn {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    color: var(--gray);
    background-color: var(--dark);
    cursor: pointer;
    height: 32px;
    line-height: 36px;
    font-size: 13px;
    border: none;
    outline: none;
    min-width: 100px;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    row-gap: 30px;
    border-bottom: 1px solid var(--gray);
}
#header .menu-trigger {
    color: var(--gray);
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    display: none;
}
#header .header-logo img {
    height: 20px;
}
#header.fixed-header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: -120px;
}
#header.fixed-header.fixed-header-show {
    transition: top 300ms ease;
    top: 0;
}
#header.fixed-header .header-logo img {
    filter: brightness(0.3);
}
#header.fixed-header-show .menu-trigger,
#header.fixed-header-show .contact-info a,
#header.header-inline .contact-info a,
#header.header-inline .menu-trigger {
    color: var(--dark);
}
#header.header-inline .phone-block svg path {
    fill: var(--dark);
}
#header .contact-info {
    display: flex;
    column-gap: 30px;
    align-items: center;
}
#header .phone-block {
    display: flex;
    align-items: center;
    column-gap: 7px;
}
#header .contact-info a {
    text-decoration: none;
    color: var(--gray);
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
}
#header .phone-block svg {
    height: 13px;
}
#header .phone-block svg path {
    fill: var(--gray);
}
#header.header-inline .wpml-ls-legacy-dropdown,
#header.header-fixed .wpml-ls-legacy-dropdown {
    width: 80px;
}
#header.header-fixed .wpml-ls-legacy-dropdown a {
    background-color: transparent;
    color: #ffffff;
    border: none;
    padding-right: 20px;
}
#header.header-fixed .wpml-ls-legacy-dropdown a:after {
    border: 0.25em solid transparent;
    border-top: 0.4em solid;
}
#header.header-inline .wpml-ls-legacy-dropdown a {
    background-color: transparent;
    color: var(--dark);
    border: none;
    display: flex;
    align-items: flex-start;
    padding-right: 20px;
}
#header.header-inline .wpml-ls-item-toggle:after {
    top: calc(50% - 5px);
    border: 0.25em solid transparent;
    border-top: 0.4em solid var(--dark);
}
#header.header-inline .wpml-ls-sub-menu,
#header.header-fixed .wpml-ls-sub-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
}
#header.header-inline .wpml-ls-sub-menu .wpml-ls-native,
#header.header-fixed .wpml-ls-sub-menu .wpml-ls-native {
    color: var(--dark);
}
#header.header-fixed.fixed-header .wpml-ls-current-language .wpml-ls-native {
    color: var(--dark);
}
#header.header-inline.fixed-header .wpml-ls-current-language .wpml-ls-item-toggle:after,
#header.header-fixed.fixed-header .wpml-ls-current-language .wpml-ls-item-toggle:after {
    border-top-color: var(--dark);
}
#header .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 20px;
}
#header .menu a {
    text-decoration: none;
    color: var(--gray);
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
}
#header.header-inline .menu a,
#header.fixed-header-show .menu a {
    color: var(--dark);
}

#header.fixed-header-show .phone-block svg path {
    fill: var(--gray);
}
#header.header-inline .social-icon svg,
#header.header-fixed .social-icon svg {
    width: 15px;
}
#header.header-fixed .social-icon svg path {
    fill: var(--gray);
}
#header.header-inline .social-icon svg path,
#header.header-fixed.fixed-header.fixed-header-show .social-icon svg path {
    fill: var(--dark);
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 50%;
    background-color: #fff;
    z-index: 199;
    transform: translateY(-110%);
    transition: transform 800ms ease;
    will-change: transform;
}
.header-menu.active {
    transform: translateY(0);
}
.header-menu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
}
.header-menu .menu .menu-item {
    height: 100%;
}
.header-menu .menu .menu-item:not(:last-child) {
    border-bottom: 1px solid var(--dark);
}
.header-menu .menu .menu-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-decoration: none;
    padding: 0.2em 30px 0;
    text-transform: uppercase;
    color: var(--dark);
    font-size: 56px;
    font-family: var(--font-tenez);
    font-weight: 400;
    transition: padding-left 300ms ease;
    position: relative;
    overflow: hidden;
}
.header-menu .menu .menu-item a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    width: 30px;
    height: 24px;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 300ms ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='33' viewBox='0 0 40 33' fill='none'%3E%3Cpath d='M23.2987 32.5C23.2987 18.9715 39 16.6301 39 16.6301V16.3699C39 16.3699 23.2987 13.7683 23.2987 0.5M0 16.4818H39' stroke='%234A5346' stroke-miterlimit='10'/%3E%3C/svg%3E");
}
.header-menu .menu .menu-item a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 24px;
    transform: translate(0, -50%);
    opacity: 1;
    transition: all 300ms ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='33' viewBox='0 0 40 33' fill='none'%3E%3Cpath d='M23.2987 32.5C23.2987 18.9715 39 16.6301 39 16.6301V16.3699C39 16.3699 23.2987 13.7683 23.2987 0.5M0 16.4818H39' stroke='%234A5346' stroke-miterlimit='10'/%3E%3C/svg%3E");
}
.header-menu .menu .menu-item a:hover:after {
    transform: translate(50px, -50%);
    opacity: 0;
}
.header-menu .menu .menu-item a:hover:before {
    transform: translate(50px, -50%);
    opacity: 1;
}
.header-menu .menu .menu-item a:hover {
    padding-left: 150px;
}
.header-content {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 50%;
    background-color: var(--dark);
    z-index: 199;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
    transform: translateY(-110%);
    transition: transform 800ms ease;
    transition-delay: 200ms;
    will-change: transform;
}
.header-content.active {
    transform: translateY(0);
}
.header-content .header-image {
    width: 40%;
}
.header-content .header-image img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.header-content .header-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}
.header-content .header-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(233, 229, 227, 0.3);
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}
.header-content .header-socials svg {
    height: 25px;
}
.header-content .header-socials svg path {
    fill: var(--gray);
}
.header-content .close-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 32px;
    cursor: pointer;
    color: var(--dark);
    z-index: 2;
}
#header.header-inline {
    position: relative;
}
#header.header-inline.fixed-header {
    position: fixed;
}
#header.header-inline .header-logo img {
    filter: brightness(0.3);
}
.beach-hero .beach-hero-inner {
    height: 55vw;
    max-height: 850px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 100px;
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
    background-position: 34% 0;
    background-size: cover;
}
.beach-hero .beach-hero-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: rgba(0, 0, 0, .3);
}
.beach-hero .beach-hero-inner img {
    max-width: 500px;
    width: 80%;
}
.beach-text-two-columns .beach-text-two-columns-inner {
    padding: 130px 0;
    background-color: var(--gray);
}
.beach-text-two-columns .content {
    display: grid;
    grid-template-columns: 4fr 7fr;
    column-gap: 80px;
}
.beach-text-two-columns .content.reverse_order {
    grid-template-columns: 7fr 4fr;
}
.beach-text-two-columns .content.reverse_order .text-2 {
    grid-column: 1;
    grid-row: 1;
}
.beach-text-two-columns .content .text-1 {
    padding-top: 30px;
}
.beach-text-two-columns .content .text-2 {
    font-family: var(--font-tenez);
    font-size: 38px;
    font-weight: 400;
}
#footer {
    margin-top: auto;
}
#footer .footer-nav {
    padding: 50px 0 30px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
#footer .footer-nav .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
#footer .footer-nav .menu.social-menu {
    column-gap: 20px;
    align-items: center;
}
#footer .footer-nav .menu a {
    color: var(--dark);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    display: flex;
}
#footer .menu.social-menu img {
    width: 15px;
    height: 15px;
}
#footer .footer-logo {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
#footer .footer-logo img {
    width: 100px;
}
#footer .footer-copyright {
    padding: 15px 0;
    background-color: var(--dark);
    color: rgba(255, 255, 255, 0.5);
}
#footer .footer-copyright a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
.beach-image-action .beach-image-action-inner {
    padding: 30px 0;
}
.beach-image-action .content .title {
    font-size: clamp(2.375rem, 2.1019rem + 1.165vw, 3.5rem);
    color: #ffffff;
    font-family: var(--font-tenez);
    text-align: center;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.beach-image-action .description {
    width: 60%;
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
}
.beach-image-action .description a {
    color: #ffffff;
}
.beach-image-action .content {
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 130px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    min-height: 450px;
}
.beach-image-action .content .bg-image {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: filter 600ms ease;
    filter: blur(0);
}
.beach-image-action .content:hover .bg-image {
    filter: blur(5px);
}
.beach-image-action .content .bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.beach-image-action .content .read-more {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    transition: color 300ms ease;
}
.beach-image-action .content .read-more:hover {
    color: rgba(255, 255, 255, 0.8);
}
.beach-image-action .content .read-more:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0.3;
    transition: all 300ms ease;
}
.beach-image-action .content .read-more:hover:before {
    width: 100%;
    opacity: 1;
}
.ribbon {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 20px;
}
.ribbon h1 {
    font-family: var(--font-tenez);
    font-size: clamp(2rem, 1.7876rem + 0.9061vw, 2.875rem);
    font-weight: 400;
    hyphens: auto;
}
.ribbon h3 {
    font-size: 16px;
    font-weight: 400;
}
.ribbon a {
    color: var(--dark);
}
.beach-image-text .texts .subtitle {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.beach-image-text .texts .title {
    font-family: var(--font-tenez);
    font-size: 35px;
    letter-spacing: 1.75px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.beach-image-text .texts {
    display: flex;
    align-items: center;
    justify-content: center;
}
.beach-image-text .texts-inner {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.beach-image-text .read-more {
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    position: relative;
    color: var(--dark);
}
.beach-image-text .read-more:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background-color: rgb(76, 76, 76);
    opacity: 0.3;
    transition: all 600ms ease;
}
.beach-image-text .read-more:hover:before {
    width: 100%;
    opacity: 0.8;
}
.beach-image-text .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.beach-image-text .bg-image {
    min-height: 70vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.beach-image-text .reverse_order .bg-image {
    grid-column: 1;
    grid-row: 1;
}
.beach-image-text .reverse_order .texts {
    justify-content: center;
}
.beach-links .beach-links-inner {
    padding: 30px 0;
}
.beach-links .title {
    text-align: center;
    font-weight: 400;
}
.beach-links .links {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.beach-links .links a {
    color: var(--dark);
    font-family: var(--font-tenez);
    font-size: clamp(1.375rem, 1.0109rem + 1.5534vw, 2.875rem);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    hyphens: auto;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    min-width: 600px;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
}
.beach-links .links a span {
    font-size: 18px;
}
.beach-acc .beach-acc-inner {
    padding: 30px 0;
}
.beach-acc .title {
    text-align: center;
    font-weight: 400;
}
.beach-acc .accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.beach-acc .acc-item {
    width: 800px;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
}
.beach-acc .acc-text {
    padding: 20px 0 10px;
    display: none;
}
.beach-acc .acc-title {
    color: var(--dark);
    font-family: var(--font-tenez);
    font-size: clamp(1.375rem, 1.0109rem + 1.5534vw, 2.875rem);
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
}
.beach-acc .acc-title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);
    transition: transform 300ms ease;
    will-change: transform;
}
.beach-acc .acc-item.active .acc-title:before {
    transform: translateY(0) rotate(-225deg);
}
.beach-text .text {
    width: 70%;
    padding: 100px 0;
    font-family: var(--font-tenez);
    font-size: clamp(2rem, 1.7876rem + 0.9061vw, 2.875rem);
    font-weight: 400;
}
.beach-image-text-2 .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    align-items: center;
    padding: 50px 0;
}
.beach-image-text-2 .image {
    display: flex;
    justify-content: center;
}
.beach-image-text-2 .image img {
    width: 75%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
}
.beach-image-text-2 .title {
    font-family: var(--font-tenez);
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
}
.beach-image-text-2 .text {
    line-height: 1.5;
}
.beach-development-hero .beach-development-hero-inner {
    padding-top: 50px;
}
.beach-development-hero .content {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.beach-development-hero .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.35);
}
.beach-development-hero .texts {
    position: relative;
    width: 460px;
    left: 25%;
    transform: translateX(-50%);
    padding: 150px 0;
}
.beach-development-hero  .text-right.texts {
    left: 75%;
}
.beach-development-hero .texts .subtitle {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}
.beach-development-hero .texts .title {
    margin: 20px 0 0 0;
    font-size: clamp(2rem, 1.7876rem + 0.9061vw, 2.875rem);
    text-align: center;
    font-family: var(--font-tenez);
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.beach-titles .beach-titles-inner {
    padding-top: 50px;
}
.beach-titles .texts .subtitle {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
.beach-titles .texts .title {
    margin: 20px 0 0 0;
    font-size: clamp(2rem, 1.7876rem + 0.9061vw, 2.875rem);
    text-align: center;
    font-family: var(--font-tenez);
    font-weight: 400;
    text-transform: uppercase;
}
.beach-portfolio .beach-portfolio-inner {
    padding: 50px 0;
}
.beach-portfolio .portfolio-actions a {
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    color: var(--dark);
}
.beach-portfolio .portfolio-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.beach-portfolio .portfolio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.beach-portfolio .portfolio-item {
    display: flex;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    text-decoration: none;
    overflow: hidden;
}
.beach-portfolio .portfolio-item .portfolio-member {
    background-color: rgba(255, 255, 255, 0.55);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px;
    text-align: center;
    height: 22px;
    line-height: 26px;
    transform: translate(50%, 50%) rotate(-45deg);
    bottom: 35px;
    right: 35px;
    position: absolute;
}
.beach-portfolio .portfolio-item .portfolio-name {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-family: var(--font-tenez);
    font-size: 20px;
    font-weight: 700;
    padding: 0 50px;
}
.beach-portfolio .portfolio-item .portfolio-type {
    text-transform: uppercase;
    color: #ffffff;
    opacity: 1;
}
.beach-portfolio .portfolio-item .details-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.beach-portfolio .portfolio-item .portfolio-info {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 15px;
}
.beach-portfolio .portfolio-item .portfolio-info img {
    width: 25px;
    filter: invert(1);
}
.beach-portfolio .portfolio-item .portfolio-info .details-data {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}
.beach-portfolio .portfolio-item:hover .portfolio-type {
    opacity: 1;
}
.beach-portfolio .portfolio-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
}
.beach-contact .beach-contact-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.beach-contact .contact-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.beach-contact .contact-button {
    display: flex;
    align-items: center;
}
.btn-popup {
    padding: 0 32px;
    background-color: #fff;
    border: 1px solid transparent;
    color: var(--dark);
    border-radius: 0;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
}
.beach-contact .contact-info {
    padding: 100px 0;
    min-height: 100dvh;
}
.beach-contact .beach-contact-inner:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.beach-contact .socials {
    display: flex;
    column-gap: 10px;
}
.beach-contact .socials svg {
    height: 20px;
}
.beach-contact .socials svg path {
    fill: var(--gray);
}
.beach-contact .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
}
.beach-contact .subtitle {
    color: var(--gray);
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.beach-contact .title {
    color: var(--gray);
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-family: var(--font-tenez);
    font-size: clamp(2.375rem, 2.1019rem + 1.165vw, 3.5rem);
}
.beach-contact .email,
.beach-contact .email a,
.beach-contact .phone,
.beach-contact .phone a {
    color: var(--gray);
    text-decoration: none;
}
.beach-hero-text .beach-hero-text-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.beach-hero-text .beach-hero-text-inner:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.beach-hero-text .content {
    min-height: 70dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.beach-hero-text .text {
    font-family: var(--font-tenez);
    color: var(--gray);
    text-transform: uppercase;
    text-align: center;
    font-size: clamp(2rem, 1.7876rem + 0.9061vw, 2.875rem);
}
.beach-images-action .blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 50px 0;
}
.beach-images-action .block-item {
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    position: relative;
}
.beach-images-action .block-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 15px;
    z-index: 2;
}
.beach-images-action .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.beach-images-action .bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.beach-images-action .subtitle {
    color: var(--gray);
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.beach-images-action .title {
    font-family: var(--font-tenez);
    color: var(--gray);
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 35px;
    max-width: 300px;
    font-weight: 400;
    hyphens: auto;
}
.beach-images-action .read-more {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    transition: color 300ms ease;
}
.beach-images-action .read-more:hover {
    color: rgba(255, 255, 255, 0.8);
}
.beach-images-action .read-more:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0.3;
    transition: all 300ms ease;
}
.beach-images-action .read-more:hover:before {
    width: 100%;
    opacity: 1;
}
.beach-simple-text .beach-simple-text-inner {
    padding: 50px 0;
}
.beach-simple-text h3 {
    font-family: var(--font-tenez);
    font-weight: 400;
}
.beach-simple-text a {
    color: var(--dark);
}
.header-menu .close-menu {
    display: none;
}
#portfolio .top-block {
    padding: 120px 20px 20px;
    height: 80vh;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
#portfolio .top-block .btn-solid {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 650px);
    z-index: 2;
    display: inline-block;
    outline: none;
    box-shadow: none;
    text-align: center;
    white-space: nowrap;
    border: none;
    background-color: var(--dark);
    padding: 0 25px;
    cursor: pointer;
    height: 48px;
    line-height: 52px;
    text-decoration: none;
    color: var(--gray);
    transition: all 0.4s ease;
}
#portfolio .top-block .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 400ms ease;
    will-change: transform;
    z-index: -3;
}
#portfolio .top-block:hover .bg-image {
    transform: scale(1.05);
}
#portfolio .top-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}
#portfolio .post-categories {
    text-align: center;
    color: var(--gray);
}
#portfolio .post-title {
    text-align: center;
    color: var(--gray);
    font-family: var(--font-tenez);
    font-size: 32px;
    font-weight: 700;
    margin-top: 5px;
}
#portfolio .content {
    display: grid;
    grid-template-columns: calc(50% - 17.5px) calc(50% - 17.5px);
    column-gap: 35px;
    padding: 30px 0;
}
#portfolio .content .info-block-inner {
    top: 100px;
    position: sticky;
    background-color: #fff;
    margin-top: -200px;
}
#portfolio .content .galleries {
    margin-top: 30px;
}
#portfolio .portfolio-content {
    position: relative;
    z-index: 2;
}
#portfolio .rental-details-content,
#portfolio .content .text {
    line-height: 1.5;
}
#portfolio .content .text h3 {
    font-family: var(--font-tenez);
    font-weight: 400;
    font-size: 27px;
}
#portfolio .rental-details-content {
    display: none;
}
#portfolio .content .btn-block {
    padding-top: 20px;
}
#portfolio .content .rental-details-header {
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #ddd;
}
#portfolio .content .rental-details-header:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 40%;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 300ms ease;
    border-right: 3px solid var(--dark);
    border-bottom: 3px solid var(--dark);
    width: 10px;
    height: 10px;
}
#portfolio .content .booking-calendar {
    margin-top: 40px;
    margin-bottom: 20px;
}
#portfolio .rental-details.active .rental-details-header:before {
    transform: translate(-50%, -50%) rotate(-135deg);
    top: 55%;
}
#portfolio .rental-details.active .rental-details-header {
    background-color: rgba(0, 0, 0, 0.03);
}
#portfolio .attributes-block {
    display: flex;
    column-gap: 20px;
    padding: 10px 0;
}
#portfolio .attributes-block .details-item {
    display: flex;
    align-items: end;
    column-gap: 10px;
}
#portfolio .attributes-block .details-data {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
}
#portfolio .attributes-block .details-icon {
    display: flex;
}
#portfolio .attributes-block .details-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
#portfolio .swiper-slide img {
    width: 100%;
}
#portfolio .swiper-slide {
    display: flex;
    height: 0;
    padding-bottom: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#portfolio .slider-block {
    padding-bottom: 20px;
}
#portfolio .slider-block .slider-title {
    padding-top: 5px;
}
#portfolio .portfolio-slider {
    overflow: hidden;
    position: relative;
    user-select: none;
}
#portfolio .swiper-next,
#portfolio .swiper-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
#portfolio .swiper-next {
    right: 0;
}
#portfolio .swiper-prev {
    left: 0;
}
#portfolio .swiper-prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transition: border-color 600ms ease;
}
#portfolio .swiper-prev:hover:before {
    border-color: var(--dark);
}
#portfolio .swiper-next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transition: border-color 600ms ease;
}
#portfolio .swiper-next:hover:before {
    border-color: var(--dark);
}
.portfolio-slider-preview {
    overflow: hidden;
    margin-bottom: 10px;
}
.portfolio-slider-preview .swiper-slide {
    cursor: pointer;
}
.portfolio-slider-preview .swiper-slide img {
    height: 80px;
    width: auto !important;
}
#portfolio .portfolio-slider-preview .swiper-slide {
    height: auto;
    padding-bottom: 0;
    width: auto;
}

.header-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.header-slider {
    height: 100%;
}
.header-slider .swiper-slide {
    display: flex;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.post-password-form {
    width: 400px;
    margin: 0 auto;
    padding-top: 100px;
}
.registration {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    position: relative;
    padding-top: 120px;
}
.registration:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.registration .registration-form {
    max-width: 600px;
    width: calc(100% - 40px);
    margin: 0 auto 35px;
}
.registration .registration-form h2 {
    text-align: center;
    font-size: 46px;
    font-family: var(--font-tenez);
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
.registration .registration-form .description {
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 20px;
}
.registration .registration-form label {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}
.registration .registration-form select,
.registration .registration-form input {
    width: 100%;
    border: none;
    outline: none;
    height: 36px;
    padding-left: 10px;
}
.registration .registration-form textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 120px;
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
}
.registration .registration-form .wpcf7-submit {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    color: var(--gray);
    background-color: var(--dark);
    cursor: pointer;
    height: 32px;
    line-height: 36px;
    font-size: 13px;
    border: none;
    outline: none;
    min-width: 100px;
    width: auto;
}
.registration-form .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: var(--gray);
    margin: 0;
    padding: 20px 0 10px 0;
}
.login-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.login-wrapper.send-data .login-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
}
.login-wrapper.show-form {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}
.login-wrapper .login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
}
.login-wrapper .login-block {
    background-color: #ffffff;
    padding: 35px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    width: 380px;
}
.login-wrapper .close-login {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.login-wrapper .close-login:before,
.login-wrapper .close-login:after {
    content: '';
    position: absolute;
    transform-origin: center center;
    height: 1px;
    width: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--dark);
    opacity: 0.3;
}
.login-wrapper .close-login:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.login-wrapper .login-form h3 {
    text-align: center;
    font-family: var(--font-tenez);
    margin: 0;
    font-size: 28px;
    font-weight: 400;
}
.login-wrapper .form-row {
    margin-top: 15px;
    position: relative;
}
.login-wrapper .form-row.content-space-between {
    display: flex;
    justify-content: space-between;
}
.login-wrapper .form-row label {
    font-size: 14px;
}
.login-wrapper .form-row input {
    border-radius: 0;
    outline: none;
    min-width: 280px;
    width: 100%;
    border: 1px solid var(--dark);
    padding-left: 10px;
    height: 36px;
}
.login-wrapper .form-row input.error-input {
    border-color: #ff0000;
}
.login-wrapper .message-error {
    color: #ff0000;
}
.login-wrapper .message-error,
.login-wrapper .message-success {
    display: none;
    font-size: 15px;
    padding-top: 10px;
}
.booking-calendar #booking {
    display: none;
}
.booking-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.booking-wrapper.show-form {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}
.booking-wrapper .booking-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
}
.booking-wrapper .booking-block {
    background-color: #ffffff;
    padding: 35px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    width: 380px;
}
.booking-wrapper .close-booking {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.booking-wrapper .close-booking:before,
.booking-wrapper .close-booking:after {
    content: '';
    position: absolute;
    transform-origin: center center;
    height: 1px;
    width: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--dark);
    opacity: 0.3;
}
.booking-wrapper .close-booking:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.booking-wrapper .booking-form h3 {
    text-align: center;
    font-family: var(--font-tenez);
    margin: 0;
    font-size: 28px;
    font-weight: 400;
}
.booking-wrapper .wpcf7-form .wpcf7-text {
    width: 100%;
    border-radius: 0;
    outline: none;
    border: 1px solid var(--dark);
    padding-left: 10px;
    height: 36px;
}
.booking-wrapper .wpcf7-form .wpcf7-submit {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    color: var(--gray);
    background-color: var(--dark);
    cursor: pointer;
    height: 32px;
    line-height: 36px;
    font-size: 13px;
    border: none;
    outline: none;
    min-width: 100px;
    margin-top: 15px;
}
.booking-wrapper .wpcf7-form label {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}
.booking-wrapper .wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    border: none;
    font-size: 14px;
    padding: 10px 0 0;
}
.booking-wrapper .booking-dates {
    font-size: 15px;
    padding-top: 15px;
}
.booking-wrapper .booking-dates span {
    font-weight: 700;
}
.beach-video .beach-video-inner {
    display: flex;
}
.header-menu .menu .login,
.header-menu .menu .logout {
    display: none;
}
.hidden-text .hide-content,
.hidden-text .show-content {
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.hidden-text .hide-content,
.hidden-text .hidden-content {
    display: none;
}
.hidden-text .show-content:after,
.hidden-text .hide-content:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2px solid var(--dark);
    border-left: 2px solid var(--dark);
}
.hidden-text .show-content:after {
    transform: translateY(-50%) rotate(-45deg);
}
.hidden-text .hide-content:after {
    transform: translateY(20%) rotate(135deg);
}
.portfolio-services .portfolio-services-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
}
.portfolio-services .portfolio-services-item {
    padding: 10px 0 10px 50px;
    position: relative;
}
.portfolio-services .portfolio-services-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../../images/sparkles.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.portfolio-features .portfolio-features-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
}
.portfolio-feature-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.portfolio-photos .portfolio-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.portfolio-photos .portfolio-gallery-item:first-child {
    grid-column: 1 / -1;
}
.portfolio-photos .portfolio-gallery-item:first-child .portfolio-gallery-item-inner {
    padding-bottom: 50%;
}
.portfolio-photos .portfolio-gallery-item {
    overflow: hidden;
}
.portfolio-photos .portfolio-gallery-item-inner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 400ms ease;
    will-change: transform;
}
.portfolio-photos .portfolio-gallery-item:hover .portfolio-gallery-item-inner {
    transform: scale(1.05);
}
.btn-outline {
    display: inline-block;
    outline: none;
    box-shadow: none;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--dark);
    padding: 0 25px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    color: var(--dark);
    transition: all 0.4s ease;
}
.btn-outline:hover {
    background-color: var(--dark);
    color: var(--gray);
}
.btn-solid {
    display: inline-block;
    outline: none;
    box-shadow: none;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--dark);
    background-color: var(--dark);
    padding: 0 25px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    color: var(--gray);
    transition: all 0.4s ease;
}
.btn-solid:hover {
    background-color: var(--gray);
    color: var(--dark);
}
.all-galleries {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}
.all-galleries.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.all-galleries .close-galleries {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid var(--dark);
}
.all-galleries .close-galleries:before,
.all-galleries .close-galleries:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background-color: var(--dark);
    transform: translate(-50%, -50%) rotate(45deg);
}
.all-galleries .close-galleries:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.all-galleries .galleries-content {
    padding: 0 5vw;
    display: grid;
    grid-template-columns: 300px 1fr;
    column-gap: 40px;
}
.all-galleries .galleries-items {
    padding-top: 100px;
    height: 100dvh;
    overflow-y: auto;
}
.all-galleries .galleries-block {
    height: 100dvh;
    overflow-y: auto;
    padding-bottom: 50px;
}
.all-galleries .gallery-block {
    padding-bottom: 50px;
}
.all-galleries .galleries-list {
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.all-galleries .gallery-block-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.all-galleries .gallery-block-content.gallery-first-image-big .gallery-image:first-child {
    grid-column: 1 / -1;
}
.all-galleries .gallery-block-content.gallery-first-image-big .gallery-image:first-child .gallery-image-inner {
    padding-bottom: 50%;
}
.all-galleries .galleries-block .gallery-image {
    display: flex;
    overflow: hidden;
}
.all-galleries .galleries-block .gallery-image .gallery-image-inner {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 400ms ease;
    transform-origin: center center;
    will-change: transform;
}
.all-galleries .galleries-block .gallery-image:hover .gallery-image-inner {
    transform: scale(1.05);
}
.all-galleries .galleries-block .gallery-image img {
    width: 100%;
}
.all-galleries .galleries-list .gallery-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.all-galleries .galleries-list .gallery-trigger .active-line {
    width: 0;
    height: 1px;
    background-color: var(--dark);
    transition: width 0.4s ease;
}
.all-galleries .galleries-list .gallery-trigger.gallery-active .active-line {
    width: 100%;
}
.portfolio-addservices .portfolio-ddservices-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.portfolio-addservices .portfolio-ddservices-item {
    padding-left: 40px;
    padding-top: 7px;
    position: relative;
}
.portfolio-addservices .portfolio-ddservices-item:before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: var(--gray);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}
.portfolio-addservices .portfolio-ddservices-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(6px, -80%) rotate(-45deg);
    width: 12px;
    height: 5px;
    border-left: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
}
.portfolio-schedule {
    background-color: var(--gray);
}
.portfolio-schedule .schedule-inner {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 128px;
    align-items: center;
    column-gap: 40px;
}
.portfolio-schedule .schedule-photo img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}
.portfolio-faq .portfolio-faq-answer {
    display: none;
    padding-bottom: 20px;
    padding-right: 30px;
    line-height: 1.5;
}
.portfolio-faq .portfolio-faq-question {
    margin: 0;
    padding: 20px 50px 20px 0;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}
.portfolio-faq .portfolio-faq-question:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
.portfolio-faq .portfolio-faq-block .portfolio-faq-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.video-js {
    width: 100%;
    margin-bottom: 20px;
    height: 0;
    padding-top: 56.25%;
}
.schedule-form-popup {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 400ms ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-form-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.schedule-form-popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.schedule-form-popup .popup-box {
    background-color: #fff;
    z-index: 9;
    padding: 30px;
    width: 500px;
    position: relative;
}
.schedule-form-popup .wpcf7-form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.schedule-form-popup .wpcf7-form .wpcf7-text {
    outline: none;
    border: 1px solid #000000;
    border-radius: 0;
    height: 32px;
    padding-left: 10px;
    width: 100%;
}
.schedule-form-popup .wpcf7-form .wpcf7-submit {
    height: 36px;
    line-height: 36px;
}
.schedule-form-popup .wpcf7-form .wpcf7-submit:hover {
    background-color: #ffffff;
}
.schedule-form-popup .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.schedule-form-popup .close-popup:before,
.schedule-form-popup .close-popup:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 24px;
    height: 1px;
    background-color: var(--dark);
}
.schedule-form-popup .close-popup:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.wpcf7 .wpcf7-form.failed .wpcf7-response-output {
    margin: 0;
    width: 100%;
    border: none;
    padding: 10px 0 0;
    color: #dc3232;
    font-size: 14px;
}
.sell-form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 400ms ease;
}
.sell-form-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.sell-form-popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.sell-form-popup .form-box {
    background: #ffffff;
    padding: 30px;
    position: relative;
    z-index: 5;
    width: 500px;
    max-height: 600px;
    overflow-y: auto;
}
.sell-form-popup .form-box .close-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.sell-form-popup .form-box .close-form:before,
.sell-form-popup .form-box .close-form:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 24px;
    height: 1px;
    background-color: var(--dark);
}
.sell-form-popup .form-box .close-form:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.sell-form-popup .wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}
.sell-form-popup .wpcf7-form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sell-form-popup .wpcf7-form .wpcf7-text,
.sell-form-popup .wpcf7-form .wpcf7-number,
.sell-form-popup .wpcf7-form .wpcf7-textarea {
    border: 1px solid #000000;
    outline: none;
    border-radius: 0;
    padding: 5px 10px;
    resize: none;
    width: 100%;
}
.sell-form-popup .wpcf7-form .wpcf7-text,
.sell-form-popup .wpcf7-form .wpcf7-number {
    height: 32px;
}
.sell-form-popup .wpcf7-form .wpcf7-text {
    padding-left: 10px;
}
.sell-form-popup .wpcf7-form .wpcf7-textarea.short-text {
    height: 80px;
}
.sell-form-popup .wpcf7-form .wpcf7-textarea.full-text {
    height: 120px;
}
.sell-form-popup .wpcf7-form .wpcf7-submit {
    height: 36px;
    line-height: 36px;
}
.sell-form-popup .wpcf7-form .wpcf7-submit:hover {
    background-color: #ffffff;
}
.beach-texts .content {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.beach-texts .title,
.beach-texts .subtitle,
.beach-texts .text {
    text-align: center;
}
.beach-texts .title {
    margin: 0;
    color: var(--dark);
    font-family: var(--font-tenez);
    font-size: clamp(1.375rem, 1.0109rem + 1.5534vw, 2.875rem);
    font-weight: 400;
    text-transform: uppercase;
}
.beach-gallery .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.beach-gallery .gallery .gallery-item {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.beach-gallery .gallery .gallery-item.gallery-item-full-width {
    grid-column: 1 / -1;
}
.beach-gallery .beach-gallery-inner {
    padding: 0 50px;
}
@media screen and (max-width: 1200px) {
    #header .main-menu {
        display: none;
    }
    #header .menu-trigger {
        display: block;
    }
    #header .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 1180px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 50px;
    }
    .beach-development-hero .texts {
        left: 50%;
    }
}
@media screen and (max-width: 920px) {
    #header .phone-block {
        display: none;
    }
    .header-content .header-image {
        width: 70%;
    }
    .header-content .header-image img {
        height: 35vh;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .header-content .header-socials svg {
        height: 20px;
    }
    .header-content .header-socials {
        column-gap: 20px;
    }
    .header-menu .menu .menu-item a {
        font-size: 46px;
    }
    .header-menu .menu .menu-item a:hover {
        padding-left: 90px;
    }
    .header-menu .menu .menu-item a:hover:before {
        transform: translate(10px, -50%);
    }
    .beach-portfolio .portfolio {
        grid-template-columns: 1fr 1fr;
    }
    .beach-portfolio .portfolio-item .portfolio-type {
        opacity: 1;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .beach-text-two-columns .beach-text-two-columns-inner {
        padding: 50px 0;
    }
    .beach-text-two-columns .content {
        column-gap: 80px;
        row-gap: 30px;
    }
    .beach-image-text .content {
        grid-template-columns: 1fr;
        row-gap: 20px;
        padding-top: 20px;
    }
    .beach-image-text .texts {
        justify-content: center;
    }
    .beach-image-text .texts-inner {
        margin-right: 0;
    }
    .beach-image-text .reverse_order .texts {
        justify-content: center;
    }
    .beach-image-text .reverse_order .texts-inner {
        margin-left: 0;
    }
    .beach-image-text .reverse_order .bg-image {
        grid-column: 1;
        grid-row: 2;
    }
    .beach-text-two-columns .content.reverse-order,
    .beach-text-two-columns .content {
        grid-template-columns: 1fr;
    }
    .beach-text-two-columns .content .text-1 {
        padding-top: 0;
    }
    #footer .footer-nav .menu {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        row-gap: 5px;
    }
    #footer .footer-nav {
        padding: 30px 0;
    }
    #footer .footer-logo img {
        width: 80px;
    }
    #footer .footer-copyright {
        text-align: center;
        font-size: 14px;
    }
    .beach-image-text .bg-image {
        min-height: 50vh;
    }
    #header {
        padding: 20px;
    }
    #header .header-logo img {
        height: 15px;
    }
    .beach-hero .beach-hero-inner {
        height: 55dvh;
    }
    .header-content {
        display: none;
    }
    .header-menu {
        width: 100%;
    }
    .header-menu .menu .menu-item a {
        font-size: 32px;
    }
    .header-menu .menu .menu-item a:after,
    .header-menu .menu .menu-item a:before {
        width: 20px;
        height: 16px;
    }
    .header-menu .close-menu {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px 32px;
        cursor: pointer;
        color: var(--dark);
        z-index: 99;
    }
    .beach-text .text {
        width: 100%;
        padding: 50px 0;
    }
    .beach-image-text-2 .content {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .beach-image-text-2 .texts {
        grid-row: 1;
    }
    .beach-image-text-2 .image img {
        height: 300px;
    }
    .beach-image-text-2 .title {
        margin-top: 0;
    }
    .beach-portfolio .portfolio {
        grid-template-columns: 1fr;
    }
    .beach-image-action .description {
        width: 100%;
        padding: 0 20px;
    }
    .beach-image-action .content .title {
        padding: 0 20px;
    }
    .beach-image-action .content {
        padding: 50px 0;
    }
    .beach-hero-text .content {
        min-height: 40dvh;
    }
    .beach-images-action .blocks {
        grid-template-columns: 1fr;
    }
    .beach-contact .contact-info {
        min-height: 60dvh;
    }
    #portfolio .content {
        grid-template-columns: 100%;
        row-gap: 35px;
    }
    #header .contact-info .login,
    #header .contact-info .logout {
        display: none;
    }
    .header-menu .menu .login,
    .header-menu .menu .logout {
        display: block;
    }
    .ribbon ul {
        padding-left: 16px;
    }
    .beach-links .links a {
        min-width: 100%;
    }
    #header .contact-info .contact {
        display: none;
    }
    .portfolio-slider-preview .swiper-slide img {
        height: 50px;
    }
    #header .social-icon {
        display: none;
    }
    #portfolio .content .info-block-inner {
        top: 100px;
        position: sticky;
        background-color: #fff;
        margin-top: auto;
    }
    #portfolio .content .info-block {
        grid-row: 1;
    }
    #portfolio .top-block {
        height: 50vh;
    }
    .all-galleries .galleries-list {
        display: none;
    }
    .all-galleries .galleries-items {
        padding-top: 20px;
        height: auto;
    }
    .all-galleries .galleries-content {
        grid-template-columns: 1fr;
    }
    .portfolio-features .portfolio-features-list {
        grid-template-columns: 1fr;
    }
    .portfolio-services .portfolio-services-list {
        grid-template-columns: 1fr;
    }
    .beach-video video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center center;
    }
}