.hero {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-family-Poppins-bold);
    font-size: clamp(30px, 3vw, 80px);
    color: var(--ash);
    text-transform: uppercase;
}

.hero img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover
}

.map {
    margin: 2.5rem auto;
    padding: 40px;
    background-color: var(--tertiary-color);
    border-radius: 35px;
    max-width: 1700px;
}

.map-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.map-wrapper .first-column {
    width: 45%;
    background-color: #fff;
    color: var(--primary-color);
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding: 2.5rem;
}

.map-wrapper .first-column h2 {
    font-family: var(--font-primary-regular);
    color: var(--secondary-color);
    font-size: clamp(20px, 3vw, 40px);
    font-weight: 700;
    margin-bottom: 2rem;
}

.map-wrapper .first-column .title-alternate {
    color: var(--primary-color);
    font-family: var(--font-primary-regular);
    font-size: clamp(20px, 3vw, 40px);
    font-weight: 700;
}

.map-wrapper .first-column p {
    font-family: var(--font-primary-regular);
    color: var(--primary-color);
    font-size: clamp(14px, 3vw, 28px);
}

.map-wrapper .column {
    width: 55%;
}

.adress-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.adress-row img {
    width: 80px;
}

.adress-row p {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid var(--primary-color);
}

#map {
    height: 100%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.contact {
    margin: 2.75rem auto 0.7rem auto;
    /* padding: 95px 40px 75px 40px; */
    padding: clamp(65px, 3vw, 95px) 40px clamp(55px, 3vw, 75px) 40px;
    background-color: var(--secondary-color);
    color: var(--white);
    width: 100%;
}

#reset {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-items: flex-start;
    padding-top: 165px;
    height: calc(100vh - 435px);
    position: relative;
    flex-wrap: wrap;
}

.reset-container {
    width: 38%;
    padding: 30px;
    margin-left: 35px;
    background-color: var(--ash);
    border-radius: 10px;
}

.reset-container h1 {
    font-size: clamp(17px, 3vw, 28px);
    margin-bottom: 17px;
}

.reset-container form {
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    padding: 10px;
}

.reset-container form input {
    margin-bottom: 15px;
    padding: 0.6rem;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    /* text-align: center; */
}

.reset-container .btn {
    margin-top: 15px;
    display: block;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    padding: 0.6rem 1.4rem;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
}

.reset-container .btn:hover {
    background-color: var(--secondary-color);
    cursor: pointer;
}

.reset-checkmail-container {
    width: 75%;
    padding: 30px;
    /* margin-left: 35px; */
    background-color: var(--ash);
    border-radius: 10px;
}

.reset-container-reset {
    width: 75%;
    padding: 30px;
    /* margin-left: 35px; */
    background-color: var(--ash);
    border-radius: 10px;
}

.contact .maintitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .maintitle h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(18px, 3vw, 36px);
    font-weight: 700;
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 55px;
    padding: 25px 60px;
    margin-bottom: 55px;
}

.contact .alert-success {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 3vw, 17px);
    font-family: var(--font-primary-regular);
    font-weight: 600;
    color: var(--white);
    width: 100%;
    margin-bottom: 1rem;
    border: solid 1px var(--white);
    border-radius: 4px;
    padding: 7px;
}

.contact .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}

.contact .contact-img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.contact .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 50%; */
}

.contact .contact-form .capctha ul {
    color: red;
    background-color: white;
    padding: 7px;
    border-radius: 5px;
}

.contact .contact-form form {
    width: 100%;
}

.contact .contact-form .content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.contact .contact-form span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(16px, 3vw, 22px);
    line-height: 1.9;
}

.contact .contact-form input {
    width: 440px;
    height: 40px;
    margin-bottom: 1rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contact .contact-form .form-message {
    height: 330px;
    resize: none;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 915px;
}

.contact .contact-form .form-send {
    margin-top: 25px;
    display: flex;
    justify-content: end;
}

.contact .contact-form .contact-btn {
    display: block;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    padding: 1rem 1.75rem;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 35px;
    transition: 0.2s ease;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .hero {
        padding-top: 72px;
    }

    .hero>h1 {
        top: 70%;
    }

    .references-container .content {
        width: 30%;
    }

    /* .contact {
        margin: 10px auto 25px auto;
    } */

    .contact .contact-form .form-message {
        width: 100%;
    }


    .map {
        width: 95%;
        padding: 15px;
    }

    .map-wrapper .first-column {
        width: 100%;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    #map {
        width: 100%;
        border-radius: 0;
    }

    .map-wrapper .column {
        width: 100%;
        padding: 15px;
        height: 220px;
    }

    .adress-row img {
        width: 40px;
    }

    .leaflet-container {
        overflow: hidden;
    }

    .reset-container {
        width: 90%;
        padding: 10px;
        margin: 0;
    }

    #reset {
        width: 100%;
        height: 100%;
        padding: 25px 0;
    }
}

@media screen and (max-width: 980px) {
    .references-container .content {
        width: 46%;
    }

    .contact .contact-form {
        width: unset;
    }

    .contact .contact-img {
        height: 400px;
        width: 325px;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (max-width: 600px) {
    .contact .contact-form input {
        /* width: 150px; */
        width: 90vw;
        height: 30px;
    }

    .contact .maintitle h2 {
        padding: 25px 35px;
    }
}