body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
    text-align: center;
    padding-top: 40px;
    font-size: clamp(32px, 6vw, 70px);
    color: white;
}

.p1 {
    text-align: center;
    font-size: 20px;
    color: white;
}

.button {
    padding-top: 30px;
    padding-bottom: 90px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.b1,
.b2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
}

.b1 {
    background: linear-gradient(90deg, #f3e1a4, #c7965c);
    border: none;
}

.b2 {
    background: transparent;
    color: white;
    border: 3px solid #c7965c;
}

.arrow {
    width: 20px;
    height: 15px;
}

.last {
    padding: 60px 40px;
    display: flex;
    gap: 60px;
    background: #f3e8db;
    box-shadow: 1px 5px 10px 2px rgb(177, 175, 175);
    flex-wrap: wrap;
    justify-content: center;
}

.touch {
    padding-top: 45px;
    padding-left: 60px;
    padding-right: 40px;
}

.touch p {
    margin-bottom: 24px;
}

.section-title {
    font-size: 30px;
    color: #450E07;
    margin-bottom: 10px;
}

.contact-title {
    font-size: 20px;
    color: #450E07;
    margin-bottom: 15px;
}

.address {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    width: 100%;
    max-width: 360px;
}

.contact-heading {
    font-size: 22px;
    font-weight: 700;
    color: #450E07;
    margin-bottom: 30px;
}

.form-heading{
    font-size: 20px;
    font-weight: 350;
    color: #450E07;
    margin-bottom: 30px;
}

.info {
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 14px;
    align-items: start;
    font-size: 16px;
    color: #2f1a12;
    line-height: 1.6;
    margin-bottom: 18px;
}

.info .material-icons {
    font-size: 18px;
    color: #450E07;
    margin-top: 3px;
}

.info .text {
    white-space: nowrap;
}

.info .add {
    white-space: normal;
}


.material-icons {
    font-size: 20px;
    color: #450E07;
    line-height: 1;
    margin-top: 3px;
}

.form {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.form-title {
    color: #6b1d0f;
    font-size: 26px;
    margin-bottom: 30px;
}

.form label {
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

form input,
form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    outline: none;
}

form textarea {
    height: 140px;
    resize: none;
}

form input::placeholder,
form textarea::placeholder {
    color: #c9c9c9;
}

.file-input {
    padding: 10px;
}

.send {
    width: 100%;
    margin-top: 30px;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #5a1a0d;
    background: linear-gradient(90deg, #f3e1a4, #c7965c);
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

textarea {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

