.half-div {flex: 0 0 50%;max-width: 50%;}
body {
    font-family: var(--ftext-light);
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    color: black;
    -webkit-font-smoothing: antialiased;
    direction: var(--direction);
}
input, textarea, button {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
button {
    display: flex;
    padding: 6px 12px;
    border: 1px solid #4D4D4D;
    max-width: fit-content;
    box-shadow: -1px 1px 0 #4d4d4d;
    background-color: transparent;
    font-family: inherit;
    letter-spacing: 0.12em;
    font-size: 16px;
    user-select: none;
    cursor: pointer;
    transition: all .5s ease;
}

button:hover {
    box-shadow: 1px -1px 0 #4D4D4D;
    text-decoration: none;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
::selection {
    color: black;
    background: var(--c-pastel);
}
::-moz-selection {
    color: black;
    background: var(--c-pastel);
}
::-webkit-scrollbar {
    background: var(--c-pastel);
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: black;
}
*:not(.slick-track, .slick-list, .selectbox-dropdown), *:before, *:after {
    transition: all .4s;
}
a {
    text-decoration: none;
    outline: none;
    color: var(--c-main-dark);
}
img {
    border: 0;
    display: flex;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: var(--ftitle)
}
h1 {
    font-weight: 200;
    font-size: 46px;
    line-height: 41px;
    letter-spacing: 0.1em;
    margin-block-end: 10px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 35px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}
p {
    margin: 0;
}

.content-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-block-start: 90px;
}
/*--grid classes---*/
.row {
    display: flex;
    flex-wrap: wrap;
}

@keyframes bob-up-down {
    0% {
        background-position: center 48%;
    }
    50% {
        background-position: center 70%;
    }
    100% {
        background-position: center 48%;
    }
}
body {}

.grid,
.grid-wide {
    display: flex;
    width: 100%;
}
.grid {
    max-width: var(--grid-max-width);
}
.grid-wide {
    max-width: var(--grid-wide-max-width);
}

header,
section,
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 20;
    width: 100%;
    height: var(--header-height);
    color: #000;
    justify-content: flex-end;
    z-index: 11;
}
header .grid-wide {
    justify-content: space-between;
    align-items: center;
}
header .logo {
    width: 150px;
    height: 37px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
header .contact {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    height: 22px;
    font-size: 13px;
    letter-spacing: 2.5px;
    line-height: 100%;
    position: relative;
    text-transform: uppercase;
    inset-block-start: 2px;
}

section.hero {
    color: #000;
    position: relative;
    background-size: cover;
    text-align: center;
    height: 100vh;
    justify-content: center;
    z-index: 10;
}
section.hero .text {}
section.hero .text .title {
    font-size: 52px;
    position: relative;
    inset-block-start: -6px;
}
section.hero .text .sub {
    font-weight: 300;
    line-height: 31px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 18.5px;
    letter-spacing: 0.26em;
    margin-block-end: auto;
}
section.hero .scrollto {
    position: absolute;
    inset-block-end: 0;
    width: 100%;
    inset-inline-start: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 143px;
    background-repeat: no-repeat;
    background-position: center 48%;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.0875em;
    text-transform: capitalize;
    color: white;
    margin-block-end: 0;
    font-family: var(--ftitle);
    animation: bob-up-down 2s ease-in-out infinite;
}
section#summary {
    padding-block-start: 111px;
    padding-block-end: 87px;
}
section#summary .grid {
    justify-content: space-between;
}
section#summary .grid .column {
    position: relative;
}
section#summary .grid .column:nth-child(1) {
    max-width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section#summary .grid .column:nth-child(2) {
    display: flex;
    align-items: flex-start;
    width: 45%;
    justify-content: center;
}
section#summary .grid .column .title {
    letter-spacing: 3px;
    margin-block-end: 27px;
    line-height: 129%;
    font-size: 36px;
}
section#summary .grid .column .content:before {
    content: "";
    width: 70px;
    height: 1px;
    display: flex;
    background: #000;
    margin-block-end: 25px;
}
section#summary .grid .column .content {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.067em;
    margin-block-end: 50px;
    position: relative;
    font-family: var(--ftext-elight);
    font-weight: 200;
    max-width: 500px;
}
section#summary .grid .column .details {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-block-start: 47px;
    display: flex;
    flex-direction: column;
    width: 473px;
}
section#summary .grid .column .details li {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 7px;
    flex-direction: row;
    letter-spacing: 2.1px;
    height: 49px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #A05625;
}
section#summary .grid .column .details li:last-child {
    border: 0;
}
section#summary .grid .column .details li label {
    font-weight: bold;
}
section#summary .grid .column .details li div {
    letter-spacing: 1.2px;
}
section#summary .grid .column img {
    position: relative;
    inset-block: 38px;
    inset-inline-start: 0;
    max-width: 100%;
    display: flex;
    width: 100%;
}

section.gallery {
    height: 918px;
}
section.gallery .grid {
    height: 100%;
}
section.gallery .grid .swiper {
    height: 100%;
    width: 100%;
}
section.gallery .grid .swiper .swiper-wrapper {
    height: 100%;
}
section.gallery .grid .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    background-size: cover;
    background-position: center center;
}

section#contact {
    padding-block-start: 106px;
}
section#contact .grid {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}
section#contact form {
    max-width: 41.722%;
    width: 100%;
}
section#contact form .title {
    letter-spacing: 3.2px;
    margin-block-end: 27px;
    line-height: 129%;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 400;
}
section#contact form .details {
    margin-block-start: 68px;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 25px;
    font-size: 17px;
}

section#contact form .details div {
    letter-spacing: 0.06em;
    gap: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

section#contact form .details .phone:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #000;
    margin-inline-end: 12px;
}
section#contact form .details label {}
section#contact form .details a,
section#contact form .details span {
    color: var(--c-grey-dark);
}

section#contact form .details .phone {}
section#contact form .details label {
}
section#contact form .details .phone a {}
section#contact form .details .email {
    letter-spacing: 1px;
    gap: 12px;
}
section#contact form .details .email label {}
section#contact form .details .email a {
    letter-spacing: 1.3px;
}
section#contact form .details .address {
    gap: 13px;
    width: 100%;
}
section#contact form .details .address label {
    letter-spacing: 2px;
}
section#contact form .details .address span.address {
    letter-spacing: 1.2px;
}
section#contact form .fields {
    margin-block-start: 47px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0;
    font-size: 17px;
    justify-content: space-between;
}

section form input:not(input[type="checkbox"]),
form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(77, 77, 77, 0.65);
    font-family: inherit;
    font-size: 16px;
    color: var(--c-main-dark);
    display: flex;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: var(--ftext-elight);
    padding: 0;
}

section#contact form .fields input:not(input[type="checkbox"]) {
    width: 47%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(77, 77, 77, 0.65);
    font-family: inherit;
    font-size: 17px;
    color: var(--c-main-dark);
    display: flex;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: var(--ftext-elight);
    padding: 0;
    height: 30px;
    padding-block-end: 10px;
    margin-block-end: 41px;
}

section#contact form .fields input:not(input[type="checkbox"]).error {
    border-color:red;
}
section#contact form .fields textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(77, 77, 77, 0.65);
    font-family: inherit;
    font-size: 17px;
    color: var(--c-main-dark);
    display: flex;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: var(--ftext-elight);
    padding: 0;
    height: 94px;
    resize: none;
    margin-block-end: 24px;
}


.custom-dropdown {
    width: 47%;
    display: flex;
    position: relative;
}

.custom-dropdown>label {
    border-bottom: 1px solid rgba(77, 77, 77, 0.65);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #b9b9b9;
    height: 21px;
    padding-block-end: 9px;
}
.custom-dropdown>label:after {
    content: "+";
    position: absolute;
    width: 10px;
    height: 10px;
    inset-inline-end: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.custom-dropdown ul {
    transform-origin: top;
    max-height: 0;
    overflow: hidden;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    position: absolute;
    width: 100%;
    z-index: 1111;
    inset-inline-start: 0;
    list-style: none;
    inset-block-start: 100%;
    padding: 0;
    margin: 0;
}

.custom-dropdown.open ul {
    max-height: 250px;
    transform: translate(0, 0);
}
.custom-dropdown.open>label:after {
    transform: rotateZ(45deg);
}
.custom-dropdown ul li {
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #333333;
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    cursor: pointer;
}
.custom-dropdown ul li:hover {
    width: calc(100% - 10px);
    padding-inline-start: 10px;
}
section#contact form .fields button {
    margin-inline-start: auto;
    max-width: 115px;
    color: var(--c-brown);
    width: 100%;
    justify-content: center;
    height: 45px;
    align-items: center;
    font-size: 18px;
    font-family: var(--ftext-med);
    letter-spacing: 0.11em;
    display: flex;
}

section#contact form .subscribe {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-block-end: 36px;
}
section#contact form .subscribe label {
    font-size: 17px;
    color: rgb(77 77 77 / 65%);
    letter-spacing: 0.05em;
}
section#contact form .subscribe input {
    width: 17px;
    height: 17px;
    -webkit-appearance: checkbox;
}
section#contact form .btn {
    margin-inline-start: auto;
    max-width: 115px;
    color: var(--c-main-dark);
    width: 100%;
    justify-content: center;
    height: 45px;
    align-items: center;
    font-size: 18px;
    font-family: var(--ftext-med);
    letter-spacing: 0.11em;
    margin-block-start: 35px;
}
section#contact form input:not(input[type="checkbox"]),
section#contact form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(77, 77, 77, 0.65);
    font-family: inherit;
    font-size: 16px;
    color: var(--c-main-dark);
    display: flex;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: var(--ftext-elight);
    padding: 0;
}


section#contact .sketch {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 41%;
    background-position: 0px 10%;
    display: flex;
}
/*--thanks--*/
.thanks {
    height: calc(100vh - var(--header-height));
    padding-block-start: var(--header-height);
}
.thanks .grid {
    display: block;
}
.section-title {font-style: normal;font-weight: 200;text-transform: uppercase;margin-block-end: 50px;font-size: 32px;line-height: 48px;text-align: right;letter-spacing: 0.12em;} 

.thanks h1 {
    padding-block-start: 90px;
}
.thanks img {
    max-width: 100%;
    margin-inline-start: auto;
}
.thanks a {
    color: var(--c-brown);
    letter-spacing: 0.05em;
    margin-block-start: 35px;
    display: flex;
}
footer {
    padding-block-start: 110px;
}
footer .grid {
    height: 81px;
    border-top: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .grid .logo {
    height: 38px;
    width: 86px;
    background-repeat: no-repeat;
    background-size: contain;
}
footer .grid .logo img {}
footer .links {
    display: flex;
    flex-direction: row;
}

footer .links>* {
    display: flex;
    letter-spacing: 1px;
}
footer .links>*:after {
    content: "/";
    display: flex;
    padding: 0 7px;
}
footer .links>*:last-child:after {
    display: none;
}
footer .links span {}
footer .links a {}


@media (max-width: 1540px) {}
@media(max-width:1440px) {}
@media(max-width: 1366px) {}
@media (max-width: 1280px) {
    section#contact form .title {
        max-width: 100%;
    }
    section#summary .grid .column:nth-child(1) {
        max-width: 100%;
    }
    section.gallery {
        height: 80vw;
        position: relative;
    }
    section#summary {
        padding-block-start: 53px;
        padding-block-end: 41px;
    }
}
@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
    header {
        background: #fff;
        justify-content: center;
    }

    header .grid-wide {
        align-items: center;
        width: 85%;
    }
    header .grid-wide .contact {
        border-bottom: 1px solid #000;
        padding-block-end: 0;
    }
    section#summary .grid .column .details {
        width: 100%;
    }
    section.hero {
        height: 100vh;
    }
    section.hero .text {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        inset-block-end: 14px;
    }
    section.hero .text .title {
        font-size: 24px;
        letter-spacing: 2px;
        inset-block-start: 0;
        line-height: 100%;
        margin: 0;
    }
    section.hero .text .sub {
        font-size: 12px;
        line-height: 100%;
    }

    @keyframes bob-up-down {
        0% {
            background-position: center 35%;
        }
        50% {
            background-position: center 50%;
        }
        100% {
            background-position: center 35%;
        }
    }
    section.hero .scrollto {
        font-size: 14px;
        letter-spacing: 0.15em;
        height: 154px;
    }

    section#summary {
        padding-block-start: 53px;
        padding-block-end: 28px;
    }

    section#summary .grid .column .content:before {
        width: 25px;
        margin-block-end: 17px;
    }
    section#summary .grid {
        display: flex;
        flex-direction: column;
        max-width: 88%;
    }
    section#summary .grid .column:nth-child(1) {
        max-width: 100%;
    }
    section#summary .grid .column:nth-child(1) .title {
        line-height: 145%;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        margin-block-end: 17px;
    }
    section#summary .grid .column:nth-child(1) .content {
        line-height: 24px;
        font-size: 14px;
        letter-spacing: 0.75px;
        margin-block: 0;
    }
    section#summary .grid .column img {
        inset-block: 29px;
    }
    section#summary .grid .column:nth-child(1) .details {
        margin-block-start: 65px;
    }

    section#summary .grid .column .details li {
        gap: 2.4px;
        font-size: 14px;
        height: 44px;
        letter-spacing: 1.5px;
    }

    section.gallery {
        height: 498px;
        padding-block-start: 30px;
    }
    section.gallery .grid {
        max-width: 100%;
    }
    section.gallery .prev,
    section.gallery .next {
        position: absolute;
        height: 50px;
        width: 38px;
        inset-block-start: calc(50% - 25px);
        z-index: 40;
        background-repeat: no-repeat;
        background-size: contain;
    }
    section.gallery .prev {
        inset-inline-end: 0px;
    }
    section.gallery .next {
        inset-inline-start: 10px;
    }

    section#contact form .title {
        line-height: 33px;
        max-width: 200px;
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    section#contact form .fields {
        margin-block-start: 33px;
    }
    section#contact form .fields input:not(input[type="checkbox"]) {
        font-size: 14px;
        margin-block-end: 43px;
        height: 33px;
    }
    section#contact form .fields input[name="Email"]:not(input[type="checkbox"]) {
        width: 100%;
    }
    section#contact form .fields .custom-dropdown {
        width: 100%;
        font-size: 13px;
        margin-block-end: 44px;
    }
    section#contact form .fields .custom-dropdown label {
        font-size: 14px;
        padding-block-end: 7px;
    }
    section#contact form .custom-dropdown ul li {
        font-size: 14px;
    }
    section#contact form .fields textarea {
        font-size: 14px;
        height: 66px;
        margin-block-end: 22px;
    }
    section#contact form .details {
        margin-block-start: 41px;
        row-gap: 9px;
        flex-direction: column;
    }
    section#contact form .details label {
        width: 35px;
        font-weight: bold;
    }
    section#contact form .details .phone a {}
    section#contact form .details div {
        gap: 2.4px;
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    section#contact {
        padding-block-start: 50px;
        overflow: hidden;
    }
    section#contact .grid {
        flex-direction: column;
    }

    section#contact form {
        max-width: 100%;
    }

    section#contact form .details .phone:after {
        display: none;
    }
    section#contact form .subscribe {
        padding-block-start: 0px;
        margin-block-end: 28px;
        line-height: 120%;
        gap: 11px;
    }

    section#contact form .subscribe input {
        width: 26px;
        height: 26px;
        margin: 0;
    }

    section#contact form .subscribe label {
        font-size: 14px;
        margin-block-start: 1px;
        line-height: 170%;
    }
    section#contact form .fields button {
        width: 100px;
        font-size: 16px;
        height: 36px;
    }

    section#contact .sketch {
        width: 110vw;
        height: 47vw;
        margin-block-start: 71px;
        inset-inline-start: -40px;
    }

    footer {
        padding-block-start: 0px;
        border-top: 1px solid #333333;
        margin-block-start: 62px;
    }

    footer .grid {
        border: 0;
        height: 68px;
    }
    footer .links {
        max-width: 180px;
        flex-wrap: wrap;
        font-size: 12px;
        position: relative;
        inset-block-start: 0px;
        line-height: 143%;
    }

    footer .links span {
        width: 100%;
    }

    footer .links span:after {
        display: none;
    }

    footer .grid .logo {
        height: 28px;
    }
}

@media (max-width: 768px) {}
@media(max-width:375px) {}