*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --font: 'Montserrat', sans-serif;
    --font-secondary: 'Caravan', sans-serif;
    --container-width: 1040px;

    --primary: #c7b276;
    --primary-hover: #a59363;
    --text-color: #1e1e1e;
    --white: #fff;
}

body {
    font-family: var(--font);
    background-color: #fff;
}

body,
html {
    overflow-x: hidden;
}

.container {
    max-width: var(--container-width);
    margin: auto;
    padding: 0 20px;
}

p {
    font-weight: 400;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.header {
    position: relative;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header_content {
    position: relative;
    width: 100%;
    /* height: 100dvh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
    background-color: #FFFFFF;
}

.header_bg {
    width: 100%;
    padding-top: 40px;
}

.header_subtitle {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #fff;
}

.header_title_wrap {
    width: 828px;
    min-height: 250px;
    position: relative;
}

.header_title_wrap h3 {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, -50%);
    font-size: 800px;
    font-weight: 400;
    text-align: center;
    font-family: var(--font-secondary);
    font-style: italic;
    color: #c7b276;
    opacity: 15%;
}

.header_title {
    position: absolute;
    font-family: 'Miama Nueva';
    font-weight: 400;
    color: #282828;
    font-size: 90px;
}

.header_title:first-child {
    top: 30%;
    left: -20px;
}
.header_title:last-child {
    right: 0;
    bottom: 0;
}

.about {
    margin-top: 80px;
    /* display: flex; */
    text-align: center;
    align-items: center;
    gap: 50px;
}

.about_ring {
    width: 81px;
    height: 64px;
}

.title {
    /* width: max-content; */
    position: relative;
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    color: #1e1e1e;
}

.title_elem {
    position: absolute;
    left: -10px;
    top: -65px;
    font-size: 70px;
    line-height: 70px;
    font-family: var(--font-secondary);
    padding-top: 20px;
    z-index: 1;
    color: var(--primary);
}

.about_subtitle {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    color: #B39E62;
    text-decoration: underline;
}

.about_content p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

.about_content {
    span {
        left: 285px;
        top: -70px;
        z-index: -2;
    }
}

.about_images {
    overflow: hidden;
    margin-top: 66px;
    display: flex;
    gap: 30px;
    padding: 0 !important;
}

.about_images_title {
    position: relative;
}

.about_images_content {
    justify-content: center;
    display: flex;
    padding-top: 133px;
    text-align: center;
    span {
        position: absolute;
        right: 585px;
        top: -70px;
        z-index: -1;
    }
}


/* 
.about_images img {
    max-height: 630px;
    object-fit: cover;
    width: 50%;
} */

.event_date {
    padding: 80px 0 40px 0;
    background-color: #F5F5F5;
    margin-top: 105px;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.event_date_title_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event_date_value {
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
}

.event_date_content {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.event_date_right {
    position: relative;
    img {
        position: relative;
        max-width: 470px;
        max-height: 586px;
        z-index: 2;
    }
}

.event_date_right::before {
    position: absolute;
    content: '';
    top: -40px;
    right: -60px;
    width: 100%;
    height: 100%;
    max-width: 475px;
    max-height: 592px;
    background-color: #C7B276;
    z-index: 1;
}


.event_date .calendar {
    max-width: 265px;
    margin: 30px auto;
}

.event_date_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event_date_info p {
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
}

.event_location {
    margin-top: 80px;
}

.event_location_info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    span {
        z-index: -1;
        left: -30px;
        top: -70px;
        font-size: 70px;
        font-style: normal;
    }
}

.address {
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 19.5px;
    color: 19.5px;
}

.map {
    width: 100%;
    margin-top: 30px;
}

.request_block {
    max-width: 783px;
    position: relative;
    margin-top: 100px;
}

.request_block_info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.request_block_caption {
    font-style: italic;
}

.request_block_caption strong {
    font-weight: 500;
}

.request_block .field {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 15px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
    font-family: var(--font);
    font-size: 14px;
}

.request_block .field::placeholder {
    font-style: italic;
    color: #aaaaaa;
}

.radio_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.radio_btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.question_wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.question_wrap h3 {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}

.question_items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.question_item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.question_item p {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}

.radio_btn {
    min-width: max-content;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.radio_btn input {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.radio_btn .custom_radio {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #c7b276;
    border-radius: 50%;
    padding: 2px;
}

.custom_radio_fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: var(--primary);
    border-radius: 50%;
    transition: 0.2s;
}

.radio_btn input:checked ~ .custom_radio_fill {
    /* top: 2.5px; */
    /* left: 2.5px; */
    /* transform: unset; */
    width: 9px;
    height: 9px;
}

.request_block .submit_btn {
    font-family: var(--font);
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: none;
    outline: none;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;

    color: var(--white);
    right: 120px;
    top: 75%;
    background: var(--primary);
    transition: 0.3s;
}

.request_block .submit_btn:hover {
    cursor: pointer;
    background: var(--primary-hover);
}

.request_block .submit_btn:disabled {
    background: #adadad;
}
.request_block .submit_btn:disabled:hover {
    background: #adadad;
    cursor: wait;
}

.footer {
    position: relative;
    margin-top: 150px;
    min-height: 300px;
    background-position-y: center;
    background: url('../img/footer_bg.png') center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #fff;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.footer_title_wrap {
    max-width: 828px;
    margin: auto;
    min-height: 250px;
    position: relative;
    z-index: 3;
}

.footer_title_wrap h3 {
    position: absolute;
    left: 50%;
    top: -20%;
    transform: translate(-50%, -50%);
    font-size: 756px;
    font-weight: 400;
    text-align: center;
    vertical-align: center;
    font-family: var(--font-secondary);
    /* font-style: italic; */
    color: #fff;
    opacity: 15%;
}

.footer_title {
    position: absolute;
    font-family: "Miama Nueva";
    font-style: italic;
    font-weight: 400;
    color: #fff;
    font-size: 100px;
}

.footer_title:first-child {
    top: 40%;
    left: 30%;
}
.footer_title:last-child {
    right: 40%;
    bottom: -8%;
}
.founders {
    position: relative;
    font-style: italic;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}
.founders .title_elem{
    left: 491px;
    top: -47px;
}
@media (max-width: 1000px) {
    /* .about_images {
        gap: 20px;
        max-width: 100vw;
        overflow: hidden;
    } */
    .about_images {
        width: 100%;
        display: flex;
        img {
            width: auto;
            /* height: 491px; */
            max-width: 50%;
            object-fit: cover;
        }
    }
}

@media (max-width: 768px) {
    .header::before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .header_title {
        font-size: 60px;
    }

    .header_title:first-child {
        left: 100px;
        top: 60%;
    }

    .header_title_wrap h3 {
        top: 30%;
        font-size: 440px;
    }

    .header_title:last-child {
        top: 200px;
        right: 160px;
        bottom: unset;
    }

    .event_date_value {
        font-size: 30px;
    }

    .about {
        gap: 0;
        padding: 0 20px;
    }

    .about_img {
        transform: translateX(-30px);
    }

    .about_images {
        gap: 10px;
    }

    .request_block .submit_btn {
        right: 20px;
    }

    .footer_title:first-child {
        top: -10%;
        left: 25%;
    }
    .footer_title:last-child {
        right: 25%;
        bottom: 0;
    }
    .about_images {
        width: 100%;
        display: flex;
        img {
            width: auto;
            height: 491px;
            max-width: 50%;
            object-fit: cover;
        }
    }
}

@media (max-width: 480px) {
    .header_title {
        font-size: 30px;
    }
    .header_bg {
        height: 230px;
        object-fit: cover;
    }
    .header_title_wrap {
        min-height: 180px;
    }
    .header_title_wrap h3 {
        font-size: 340px;
        top: 40%;
    }
    .header_title:first-child {
        left: 250px;
        top: 80%;
    }
    .header_title:last-child {
        top: 180px;
        right: 290px;
    }
    .event_date_content {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .event_date {
        span {
            left: 70px;
        }
    }
    .event_date .calendar {
        max-width: unset;
    }
    .event_date_right {
        margin-top: 60px;
        img {
            max-width: 350px;
            max-height: 403px;
        }
    }
    .event_date_right::before {
        top: -20px;
        right: -30px;
    }
    .event_date_info {
        align-items: start;
        gap: 10px;
    }
    .about_images {
        width: 100%;
        display: flex;
        img {
            width: auto;
            height: 491px;
            max-width: 50%;
            object-fit: cover;
        }
    }
    .request_block .submit_btn {
        top: 102%;
    }
    .footer_title:first-child {
        top: 40%;
        left: 10%;
    }
}