*,
*::before,
*::after {
    scroll-behavior: smooth;
}

.main_button {
    border: none;
    background: #b89b5e;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
    border-radius: 0;
    cursor: pointer;
    padding: 15px 35px;
    text-transform: uppercase;
}

.main_button--2 {
    color: #343434;
    background: #f9f9f9;
}

.main_button:hover {
    background: #343434;
    color: #fff;
}

.main_button--2:hover {
    color: #fff;
}

.main_header {
    height: 140px;
}

.hero_section {
    width: 100%;
    height: calc(100vh - 140px);
    min-height: 768px;
    padding: 0 100px;
    display: flex;
    align-items: center;
}

.hero_section h1 {
    font-size: 78px;
    font-weight: 700;
    line-height: 1.2;
    color: #b89b5e;
    margin-bottom: 50px;
}

.section_title_area h2 {
    font-size: 45px;
}

.hero_section ul {
    display: flex;
    gap: 25px;
    padding: 0;
}

.hero_section ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero_form {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    padding: 25px;
    max-width: 500px;
    width: 100%;
    border-radius: 2px;
}

.hero_form button * {
    pointer-events: none;
}

.hero_form label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1;
    color: #343438;
}

.hero_form label:first-of-type {
    margin-top: 0;
}

.hero_form input,
.hero_form select,
.hero_form textarea {
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #cacaca;
    background: rgba(255, 255, 255, .6);
    border-radius: 8px;
}

.hero_form ::placeholder {
    color: #343438;
    opacity: 0.45;
}

.hero_form textarea {
    margin-bottom: 15px;
}

.input-tel-code {
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #cacaca;
    border-radius: 8px;
}

.input-tel-code button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    padding-left: 10px;
}

.input-tel-code input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding-left: 5px;
}

.input-group input {
    flex-grow: 1;
}

.countries-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.country-select {
    position: relative;
    width: 100%;
}

.country-select select {
    background: transparent;
    border: none;
}

.country-select-button * {
    pointer-events: none;
}

.country-select-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #cacaca;
    border-radius: 8px;
    padding-left: 10px;
}

.country-select .select-text {
    margin-right: auto;
}

.select-container {
    position: relative;
}

.select-container ul {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    outline: 1px solid #cacaca;
    display: none;
    flex-direction: column;
    z-index: 1000;
    gap: 0;
}

.select-container.active ul {
    display: flex;
}

.select-container ul li {
    cursor: pointer;
    padding: 0;
    margin: 0;
    padding: 8px 10px;
}

.select-container ul li:hover {
    background: #f0f0f0;
}

.select-container ul li * {
    pointer-events: none;
}

.select-text {
    font-size: 14px;
}

.testimonial_two_Section .background_parallax {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_action_two .section_title_area h2 {
    margin-bottom: 25px;
}

.service_content_two .service_box {
    height: 100%;
}

.service_content_two .service_text_two h3 {
    font-size: 15px;
}

.service_content_two .service_text_two p {
    font-size: 12px;
}
.footer_section .practice_list li{
    width: 100%;
}
@media(max-width: 1440px) {
    .hero_section {
        padding: 0 30px;
    }

    .hero_section h1 {
        font-size: 70px;
    }

    .hero_form {
        max-width: 420px;
    }
}

@media(max-width: 1300px) {
    .hero_section h1 {
        font-size: 60px;
    }

    .hero_form {
        max-width: 400px;
    }
}

@media(max-width: 1000px) {
    .hero_section {
        flex-direction: column;
        gap: 75px;
        padding: 75px 25px;
        height: auto;
    }

    .hero_form {
        max-width: 100%;
    }

    .section_title_area {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .testimonial_two_Section .background_parallax {
        height: auto;
    }

    .service_content_two .service_box {
        height: auto;
    }
}

@media(max-width: 768px) {
    .hero_section h1 {
        font-size: 50px;
    }

    .hero_section ul {
        width: 100%;
        display: flex;
    }

    .hero_section ul li {
        width: 100%;
    }

    .hero_section ul li a {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero_section .container {
        padding: 0;
    }

}

@media(max-width: 550px) {
    .hero_section ul {
        flex-direction: column;
        gap: 15px;
    }
}