:root {
    --details: #FF754C;
    --hover: #340011;
    --html-bg: #F9A825;
}

body {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 1rem;
    line-height: 1.6;
    color: black !important;
    background-color: #ffffff !important;
}

footer {
    color: #000 !important;
}


h2 {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
}

h3 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: left;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: var(--main-bg);
    transition: all 0.3s ease;
}

.navbar {
    /* color: #ffffff; */
    background-color: #fff !important;
    text-align: center;
    color: black !important;

}

.nav-link {
    color: black !important;
}

.nav-link:hover {
    border-bottom: 2px #95e588 solid;
    transition: color 0.3s ease;
}

.title {
    margin: 20px;
}

.title .row {
    background-color: var(--main-bg);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.title_img {
    background-image: url('../images/1.webp');
    background-position: 50% 50%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.title_row {
    text-align: center;
    /* width: 720px; */
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    display: flex;

    padding: 30px;
}

.title_row p {
    text-transform: uppercase;
    font-size: 1.5rem;
}

/* people */
.people {
    margin-bottom: 50px;
}

.people__row {
    text-align: center;
    margin: 0 auto;
}

.people__row-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.people__title {
    margin: 32px auto 10px;
    padding: 30px;
}

.people__img {
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.people__item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.people__item-inside {
    margin: 5px;
    padding: 30px;
    flex-grow: 1;
    background-color: #293333;
    border-radius: 10px;
}

.people__item h4 {
    text-transform: none;
    margin: 20px auto 0;
}

.people__item p {
    font-size: 1.5rem;
    margin: 20px 0;
}

/* about */
.about {
    padding: 70px;
    font-family: Raleway, sans-serif !important;
    font-size: 1.25rem;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 30px;
}

.about__title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    margin: 50px auto;
}

.about__title-small {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin: 20px 20px;
}

/* price */
.price {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/65299995d358976b6eaa460aadf7be0290599c3d444514a5ca78d911900288cd92a09e0a8c532d149ac3ba9d8a68e53f638a1086ab13fdffa67fc8_1280.jpg.php);
    background-position: 50% 50%;
}

.price .row {
    margin: 0 5%;

}

.price__title {
    color: #fff;
    text-align: center;
    margin: 50px auto !important;
    font-size: 3rem;
    font-weight: 400;
    margin: 60px auto 0;
}

.price__container {
    padding: 15px 7px;
    padding-bottom: 70px;
}

.price__container-insider {
    background-color: #fff;
    box-shadow: 00px 2px 8px 0px rgba(128, 128, 128, 1);
    color: #111111;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.price__container-insider p {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 6px;
    color: black !important;
}

.price__container-insider h5 {
    font-size: 3.75rem;
    font-weight: 700;
    margin: 17px auto 0;
    margin-bottom: 20px !important;
    color: var(--main-bg) !important;
}

.price__container-button {
    text-align: center;
    color: var(--main-bg) !important;
    /* border: 2px #293333  solid; */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    background-image: none;
    margin-bottom: 20px;
    border-style: solid;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: none;
    letter-spacing: normal;
    margin: 30px auto 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif !important;
    border: 0 none transparent;
}

.price__container-button:hover {
    border-bottom: 2px var(--main-bg) solid;
    transition: all 0.3s ease;
}

/* text */
.text {
    padding: 50px;
}

.text__container h2 {
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
}

.text__container p {
    font-size: 1.125rem;
    width: auto;
    margin-top: 15px;
    margin-right: 0;
    text-align: center;
}

.text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
}

/* article */
.article {
    background-color: #e5e5e5;

}

.article .row {
    margin: 0 5%;
}

.article__title {
    padding: 50px;
}

.article__container {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.article__container-insider {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    padding-bottom: 50px;
    font-family: Roboto, sans-serif !important;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article__container-insider h3 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 1.5rem;
    line-height: 1.2;
    border-bottom: 4px var(--main-bg) solid;
}

.article__container-img {
    height: 189px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px !important;
}

.article__container-link {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    color: #000000 !important;
    background-color: var(--html-bg) !important;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    --border-radius: 0;
    align-self: flex-start;
}

.article__container-link:hover {
    color: #ffffff !important;
    background-color: var(--hover) !important;
    transition: all 0.3s ease;
}

/* greeting */
.greeting {
    padding: 50px;
}

/* form */
.GJSGoLAXuq {
    background-image: linear-gradient(var(--hover), var(--main-bg));
    background-position: 50% 50%;
    margin: 0 auto;
    padding: 30px;
}

#form {
    background-color: #f2f2f2;
    color: black;
    width: calc(100% + 15px);
    margin-left: -15px;
    border-radius: 50px;
    width: 50%;
    margin: 38px auto 58px;
}

.rGTyJCdEua-title {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 10px;
}



.CsXjQfUQnr {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 20px 0 20px;
    text-align: center;
    padding-top: 20px;
}

.u-clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.u-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: start;
    width: 100%;

}

.u-align-right {
    margin-top: 10px;
}

.u-input-rectangle {
    background-color: #e5e5e5 !important;
    width: 100%;
    height: 35px;
    border: none;
    padding: 10px;

    border-bottom: 2px var(--main-bg) solid;
}

.textarea {
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    background-color: #e5e5e5 !important;
}

#hbgBDAgqmW-cookie {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 20px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    gap: 15px;
    z-index: 999999;
}


#hbgBDAgqmW-cookie button {
    max-width: 200px;
}

#hbgBDAgqmW-cookie p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

label {
    padding-bottom: 10px;
}

input {
    margin-bottom: 10px;
}

.button__form {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--details);
    padding: 10px;
    border: 2px var(--details) solid;
    background-color: transparent !important;
}

.button__form:hover {
    background-color: var(--details) !important;
    color: white;
    transition: all 0.3s ease;
}

#contact {
    background: url("../images/9.webp");
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 80vh;
    height: 90vh;
}

#contact .address {
    background-color: #9a9da1;
    padding: 20px 20px 50px 20px;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    margin: 20% auto 5% 5%;
    display: inline-grid;
}

@media (min-width: 576px) {
    #hbgBDAgqmW-cookie.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cookie_accept {
        margin: 0 0 0 25px;
    }

    .nav-link:hover {
        color: #a1a1a1;
        transition: color 0.3s ease;
    }

}

@media (max-width: 992px) {
    .nav-link:hover {
        border: none;
        color: #a1a1a1 !important;
        transition: color 0.3s ease;
    }
}

@media (max-width: 575px) {
    .nav-link:hover {
        color: #a1a1a1;
        transition: color 0.3s ease;
    }

    .title h1 {
        font-size: 1.5rem;
        padding: 70px 30px;
    }

    .article__container {
        padding: 30px 0;
    }

    .article .row {
        margin: 0;
    }

    .price .row {
        margin: 0;
    }

    .text {
        max-width: 100% !important;
    }

    #hbgBDAgqmW-cookie.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
    }

    button {
        width: 100%;
    }

    #hbgBDAgqmW-cookie {
        left: 50%;
        width: 100%;
    }

    .title_row {
        padding: 10px;
    }

    #form {
        width: 100%;
    }
}

.footer {
    background-color: var(--main-bg);
    color: #fff;
    text-align: center;
    padding: 50px;
}

.footer a {
    color: black;
}

.footer a:hover {
    color: rgb(69, 66, 66);
}

.container.title {
    margin: 0 auto;
}

.nav {
    background-color: #fff;
    padding: 15px;
    justify-content: center;
}

.nav ul {
    list-style-type: none;
    display: flex;
    gap: 15px;
    margin-bottom: 0;

}

.nav ul li a {
    color: var(--details);
    font-size: 18px !important;
}

.nav ul li a:hover {
    color: var(--hover);
}

@media (max-width: 575px) {
    .nav ul {
        flex-direction: column;
    }

    .title_row {
        align-items: center;
        justify-content: center;
    }

    .img-mob {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .wrapper h1 {
        font-size: 22px;
    }

    #contact .address {
        margin: 70px 20px;
        font-size: 14px;
    }
}


#cookPopup {
    display: none;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999
}

#cookPopup p {
    margin: 0;
    text-align: left
}

.cookPopup_btn {
    padding: 7px 15px;
    cursor: pointer;
    border: 0;
    background: #46BCD9;
    border-radius: 4px;
    font-weight: 800;
    color: #fff
}

.cookPopup_btn:hover {
    background: #000;
}

#cookPopup a {
    color: #46BCD9;
}

@media(min-width:576px) {
    #cookPopup.show {
        display: flex;
        align-items: center
    }
}

@media(max-width:575px) {
    #cookPopup.show {
        display: block;
        text-align: left
    }

    .cookPopup_btn {
        margin: 10px 0 0 0
    }
}

.cookPopup_title {
    font-size: 16px;
    font-weight: 700
}

.cookPopup_desc {
    font-size: 16px
}

.show {
    display: flex !important
}

.uwcklhWbzY {
    background-color: #000000 !important;
}

.wNqWIvStFK {
    background-color: var(--html-bg) !important;
}

.BwxyLNYuMz,
.BwxyLNYuMz * {
    color: #000000 !important;
}

.BwxyLNYuMz input,
.BwxyLNYuMz textarea {
    color: #000000 !important;
}

#modal_form .modal-content {
    background-color: var(--html-bg) !important;
}

#modal_form .btn-close {
    position: absolute;
    right: 0;
    padding: 5px;
}