.contact-page {
    background: linear-gradient(180deg, rgb(243 243 233 / 85%) -9.01%, rgb(243 242 233 / 87%) 100%), url(/img/reserve-pattern.svg), repeat;
    background-size: 57px;
    padding-bottom: 85px;
}

.contact-logo {
    fill: #222D66;
    max-width: 300px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.contact-menu-section {
    padding: 30px 100px;
}

.contact-page .text-section h1 {
    color: #252E65;
    font-family: BatickRodist;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-page .circle {
    background: #252E65;
}

.contact-page .line {
    background: #252E65;
    width: 630px;
}

.contact-form {
    padding: 50px 100px 0;
}

.booth {
    height: 90%;
}

#contactForm label {
    color: #252E65;
    font-family: "Minion Variable Concept";
    font-size: 16px;
}

#contactForm input, #contactForm textarea {
    border: 1px solid #252E65;
}

.submit {
    background: #252E65!important;
}

#alert-2, #alert-3 {
    display: none;
}

.icon-box {
    background: #252E65;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box svg {
    width: 40px;
    height: 40px;
}

.contact-info a {
    color: #252E65;
    font-family: "Minion Variable Concept";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    .contact-form {
        padding: 50px 30px 0;
    }

    .contact-page .text-section h1 {
        font-size: 100px;
    }

    .contact-line .line {
        width: 430px;
    }
}

@media only screen and (max-width: 450px) {
    .contact-logo {
        max-width: 200px;
    }

    .contact-menu-section {
        padding: 30px;
    }

    .contact-page .text-section h1 {
        font-size: 70px;
    }

    .contact-line .line {
        width: 280px;
    }

    .booth {
        height: 100%;
    }

    .booth-container {
        height: 400px;
        margin-bottom: 60px;
    }

    .contact-form {
        padding: 10px 0;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        /*padding-right: calc(var(--bs-gutter-x)* .5);*/
        /*padding-left: calc(var(--bs-gutter-x)* .5);*/
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .contact-page {
        background-size: 37px;
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .contact-page .text-section h1 {
        font-size: 60px;
    }

    .contact-line .line {
        width: 250px;
    }
}
