body {
    font-family: "Manrope", sans-serif;
    background: #f7f5f2;
}


.menuBg {
    border: 1px solid #000;
    border-radius: 16px;
    background-color: white;
    padding: 10px;
    width: 98%;
    margin: 0 auto;
}

.test {
    width: 100%;
    border: 2px solid #000;
    border-radius: 16px;
    background-color: white;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 20px auto;
}

hr {
    margin: 0.5rem 0;
    opacity: 0.5;
    border-top: var(--bs-border-width) dashed;
}



.a1 {
    background: #f6c461a1;
    color: #212529;
    border-radius: 60px;
    font-size: 13px !important;
    font-weight: 800;
}

.a1 i {
    font-size: 8px;
    position: relative;
    top: -1px;
    left: -1px;
}

.a2 {
    border: 1px solid #000;
    border-radius: 16px;
    width: 100% !important;
    height: 75vh;
    object-fit: cover;
    filter: brightness(0.55);
}

.a3 {
    color: white;
    font-size: 10vh;
    text-align: left;
    font-weight: 900;
    width: 100%;
    left: 20px !important;
    position: relative;
    z-index: 99999;
}

.a4 {
    color: #212529;
    font-size: 13px;
    text-decoration: blink;
    padding: 10px;
}

.a4:hover {
    color: #ad8248;
    font-size: 13px;
    text-decoration: blink;
    padding: 10px;
}

.a5 {
    border-radius: 16px;
    left: 40px;
    object-fit: cover;
    position: absolute;
    z-index: 9999;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.a6 {
    background: #F5F5F5 !important;
    border: 0px solid black;
    padding: 0px;
    border-radius: 15px !important;
}

.a6:hover {

    border: 0px solid black;
    padding: 0px;
}

.a6 img {
    border-radius: 15px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.a7 {
    color: #167242;
    font-weight: 400;
    position: relative;
    right: 0px;
    padding-bottom: 5px;
    font-size: 11px;
}

.a8 {
    background: #e74d3c;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    border: var(--bs-border-width) dashed;
    color: white;
    width: fit-content;
    border-radius: 10px;
    margin: 0px;
}


.a9 {
    z-index: 1;
    background-color: wheat;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 3%;

}

.a10 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
}

.a11 {
    border: 0px dashed #f5c461;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    background: #F7F6F5;
}

.a12 {
    color: #199b94;
    font-weight: bold;
}

.a13 {
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    color: #252525;
    width: fit-content;
    margin-top: 10px;
    font-size: 14px;
    border-right: 1px solid #252525;
    border-left: 1px solid #252525;
}


.a14 {
    color: #ffffff;
    font-size: 13px;
    text-decoration: blink;
    padding: 10px;
    border: 1px solid #167242;
    background-color: #167242;
    transition: border-color .2s, background-color .2s;
    border-radius: 40px;
}

.a14:hover {
    color: #fff;
    font-size: 13px;
    text-decoration: blink;
    padding: 10px;
    border: 1px solid #212529;
    background-color: rgb(0, 0, 0);
    transition: border-color .2s, background-color .2s;
    border-radius: 40px;
}

.a15 {
    font-size: 11px;
    color: #212529;
}

.a16 {
    background-image: url(../images/line.svg);
    background-position: 50% 250%;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 900 !important;
}

.a17 {
    width: 1em;
    height: 1em;
    background-color: #e9e6dd;
    border-radius: 100%;
    margin-right: 1.5em;
    padding: 34px;
    color: #212529;
    margin: 0 auto;
    font-size: 27px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}


.a18 {
    background: #E8E6DD;
    padding: 20px;
    border-radius: 20px;
}

.a19 {
    border: 1px solid #000;
    border-radius: 16px;
    background-color: #E9E6DD;
    padding: 10px;
    height: 100%;
    width: -webkit-fill-available;
}

.a20 {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50px;
    margin-bottom: 12px;
    padding: 14px 12px;
    font-weight: 700;
    text-align: center;
}


.a21 {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 14px 12px;
    font-weight: 600;
    text-align: left;
}

.a22 {
    background-color: #f6f5ef;
    box-shadow: none;
    background-image: url(../images/line-2.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 4rem;
}

.a23 {
    inset: 0;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
    z-index: 0;
}

.a24 {
    position: absolute;
    right: 0;
    width: 400px;
}


.a25 {
    background: #f3f2f0 !important;
    border: 0px solid black;
    padding: 0px;
    border-radius: 5px !important;
}

.a25:hover {
    background: #fff !important;
    border: 0px solid black;
    padding: 0px;
}

.a25 img {
    border-radius: 15px !important;
    padding: 10px !important;
}

.a26 {
    color: #ffffff;
    text-decoration: blink;
    padding: 10px;
    background-color: #e74d3c;
    border-radius: 100px;
}

.a26:hover {
    color: #ffffff;
    text-decoration: blink;
    padding: 10px;
    background-color: #c03020;
    border-radius: 100px;
}

.a27 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.a27 h1 {
    font-size: 4vw;
}

.a28 {
    width: 180px;
}

.a29 {

    font-weight: 900 !important;
}

.a30 {
    color: #167242;
    font-weight: 400;
    font-size: 16px;
}



.a31 {
    width: 100%;
    padding: 26px 26px 26px;
    border: 0;
    border-left: 8px solid #fada9c !important;
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0/5%);
    height: 100%;
}

.a32 {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.a33 {
    font-weight: bold;
    padding: 0px;
    color: #e74d3c;
    border-radius: 0px;
    margin: 0px;
    text-align: left;
}

.a34 {
    border-bottom: 1px solid black;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid black;
    font-weight: 900;
    margin-top: 20px;
}


.a35 {
    color: #167242;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.a36 {
    background-color: black !important;
    border-radius: revert !important;
    color: white !important;
    border-bottom: 6px solid white;
}


.a37 {
    color: white;
    font-size: 16px;
    border: 1px solid #167242;
    background: #167242;
}

.a38 {
    color: #e74d3c;
    font-weight: 900;
    font-size: 24px;
}


.a39 {
    color: black !important;
    border-bottom: 1px solid black;
    padding: 0px 0px 10px 0px;
    font-weight: 900;
}

.a40 {
    color: black !important;
    text-decoration: none;
}

.a41 {
    color: black !important;
    font-weight: 900;
}

.a42 {
    border: 1px solid #e74d3c;
    border-radius: 0px;
}

.a43 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #f4f1eb;
    padding: 40px;
    border-radius: 20px;
}

.a44 {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.a45 {
    background: white;
    color: #212529;
    border-radius: 60px;
    font-size: 13px !important;
    font-weight: 800;
    border: 1px solid black;
}



.a46 {
    color: #212529;
    text-decoration: blink;
 
}

.a46:hover {
    color: #ad8248;
    text-decoration: blink;
 
}


.a47 {
    background: #F5F5F5 !important;
    border: 0px solid black;
    padding: 0px;
    border-radius: 0px !important;
}

.a47:hover {

    border: 0px solid black;
    padding: 0px;
}

.a47 img {
    border-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.a48 {    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-top: 18px;}


.zi99999 {
    z-index: 99999;
}

.accordion {
    --bs-accordion-border-width: none !important;
}

.list-group {
    --bs-list-group-border-radius: 0 !important;
}

.accordion-body {
    padding: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}

.i1 {
    font-size: 8px;
    position: relative;
    top: 1px;
    left: -4px;
}

.i2 {
    font-size: 8px;
    position: relative;
    top: -3px;
    left: -2px;
}

.mt-6 {
    margin-top: 6rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}


footer {
    font-size: 12px;
}


footer {
    font-size: 12px;
}


.b-example-divider {

    background-color: #E8E6DD;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

input[type="text"],
textarea {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0rem;
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}


@media (min-width: 768px) {
    [class*="scaling"] {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }

    [class*="scaling"]:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);

        position: relative;
        z-index: 50;
    }

    [class*="rising"] {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }

    [class*="rising"]:hover {
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        transform: translate(0, -10px);
        position: relative;
        z-index: 50;
    }
}




@media screen and (max-width: 768px) {

    .menuBg {
        border: 0px solid #000;
        border-radius: 0px;
        background-color: white;
        margin: 0 auto;
    }
    

    .a2 {
        border: 1px solid #000;
        border-radius: 16px;
        width: 100% !important;
        height: 40vh;
        object-fit: cover;
        filter: brightness(0.55);
    }

    .a27 h1 {
        font-size: 26px;
    }

    .a43 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #f4f1eb;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
    }

}