* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Abel", sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;

}



.wrapper {
    width: auto;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 400, 0, 0.4)), url("");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    flex-direction: row;
    flex-grow: 2%;
    margin-inline-end: initial;
    opacity: 1;
    z-index: 9999;
    position: relative;
}


.logo {
    margin: -3.5%;
    z-index: 9999;
}

.menu {
    display: inline-block;
    line-height: 80px;
    z-index: 9999;
    position: relative;
}

.menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: relative;
}

.menu ul li {
    display: inline-block;
    z-index: 9999;
    position: relative;
}

.menu ul li a {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: black;
    border: 1.5px solid transparent;
    border-radius: 4px;
    padding: 10px 15px;
    transition: 0.5s ease;
    z-index: 9999;
    position: relative;
}


.align-center {
    text-align: center;
}


.row {
    margin: -20px 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}

.row .col.x-50 {
    width: 50%;
}

.row .col.x-100 {
    width: 100%;
}

.content-wrapper {
    min-height: 100%;
    position: relative;
}

.get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: 37%;
    transform: none;
}

.get-in-touch .title {
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 100px;
    padding-top: 100px;
    z-index: -1;
    position: relative;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background-color: rgba(121, 145, 121, 0);
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    transform: translateY(-24px);
}

.contact-form .label {
    position: initial;
    left: 20px;
    bottom: 11px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 16px;
    border: none;
    cursor: pointer;
    border-radius: 10px;

}




.get-in-touch .yes {
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 40px;
}




#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(45deg, #FE0944, #ff6d6d);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 15px 25px;
    font-size: 22px;
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.2s ease-out;
    font-family: 'Montserrat', sans-serif;
}

#chat-button:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #chat-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: linear-gradient(45deg, #FE0944, #ff6d6d);
        color: white;
        border: none;
        border-radius: 20px;
        padding: 5px 25px;
        font-size: 24px;
        cursor: pointer;
        z-index: 9999;
        transition: transform 0.2s ease-out;
        font-family: 'Montserrat', sans-serif;
    }

    #chat-button:hover {
        transform: translateY(-5px);
        cursor: pointer;
    }
}

/* FOOTER */
footer {
    background-color: rgba(34, 34, 34, 0.9);
    color: #fff;
    padding: 0px 0;
    width: 100%;

}

.wrapper1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wrapper1 p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    flex: 0 0 100%;
}

.wrapper1 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    margin-left: 10px;
}

.wrapper1 a:hover {
    text-decoration: underline;
    transition: all 0.9s ease-in-out;
    color: rgb(75, 214, 63);
}