body {
    color: #211b05;
}
/*///////////////////////////////////////
/////////////////////////////////////////
////////    HEADER _ BANNER   ///////////
/////////////////////////////////////////
///////////////////////////////////////*/
.category-chosen-display-none {
    display: none;
}
.category-chosen-display-inline-flex {
    display: inline-flex;
}
.category-chosen {
    /*display: inline-flex;*/
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #E2B213;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 8px;
}
.category-chosen h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #211b05;
    font-size: 1.25rem;
    padding-right: 15px;
    padding-left: 15px;
}
.category-chosen p {
    font-family: Montserrat;
    color: #E2B213;
    font-size: 1.25rem;
    padding-right: 15px;
}
.category-chosen button {
    align-self: center;
    -webkit-align-self: center;
    border: none;
    background-color: transparent;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    cursor: pointer;
}
.category-chosen button img{
    width: 22px;
    height: auto;
}

.banner-wrapper {
    background-image: url("/assets/uploads/2021-10/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    width: 100%;
}
.banner-text {
    padding-top: 100px;
    padding-left: 100px;
    font-family: Montserrat;
    color: #211b05;
}
.banner-text h1 {
    font-size: 7rem;
    font-weight: 600;
}
.banner-text h2 {
    font-size: 2.25rem;
    font-weight: 600;
    padding-left: 7px;
}
form#global-search label {
    display: block;
    color: red;
    font-family: "Open Sans", sans-serif;
}
.search-area-wrapper {
    background-color: white;
    border: 2px solid #e2b213;
    border-radius: 30px;
    width: 800px;
    /*height: 320px;*/
    margin-left: 100px;
    margin-top: -135px;
}
.search-area {
    padding: 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    white-space: nowrap;
    align-content: space-between;
    -webkit-align-content: space-between;
    /*height: 220px;*/
}
.search-area-text-block {
    width: 100%;
    display: inline-block;
    white-space: normal;
    padding-bottom: 60px;
}
.search-area-text-block p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
}
.search-area-input-upper-text p {
    color: #e2b213;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    padding-bottom: 10px;
    white-space: normal;
}
.search-area-input-block {
    width: 100%;
}
.search-area-input-field-block {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
}
.search-area-input-field {
    width: 100%;
}
.search-area-input-field input {
    height: 60px;
    border: 1px solid #FDC50D;
    border-radius: 15px;
    width: 100%;
    background: url("/assets/uploads/2021-10/search-pin.png");
    background-repeat: no-repeat;
    background-size: 56px;
    background-position: right;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    padding-left: 25px;
    padding-right: 50px;
}
.search-area-input-field input:focus {
    outline: none !important;
    color: #211b05;
    box-shadow: 0 0 5px #e2b213;
}
.search-area-input-button button {
    border: none;
    background-color: #FDC50D;
    height: 60px;
    padding: 0 30px 0 30px;
    border-radius: 15px;
    margin-left: 25px;
    font-family: Montserrat;
    font-size: 1.25rem;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
    z-index: 1;
    position: relative;
}
.search-area-input-button button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #211b05;
    transition: all .2s ease;
    border-radius: 15px;
}
.search-area-input-button button:hover {
    color: white;
}
.search-area-input-button button:hover:after {
    left: 0;
    width: 100%;
}
form {
    width: 100%;
}
@media only screen and (max-width: 1420px) {
    .search-area-wrapper {
        width: 700px;
    }
}
@media only screen and (max-width: 1320px) {

}
@media only screen and (max-width: 1090px) {
    .banner-text h1 {
        font-size: 5rem;
    }
    .banner-text h2 {
        font-size: 2rem;
    }
    .search-area-text-block p {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 940px) {
    .search-area-wrapper {
        width: 76%;
    }
}
@media only screen and (max-width: 810px) {
    .search-area-outer-wrapper {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
    }
    .search-area-wrapper {
        width: 90%;
        max-width: 90%;
        margin-left: 0;
    }
    .banner-text h1 {
        font-size: 4.25rem;
    }
    .banner-text h2 {
        font-size: 1.75rem;
    }
    .banner-text {
        padding-left: 35px;
    }
    .search-area-text-block {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 675px) {
    .banner-wrapper {
        height: 410px;
    }
    .banner-text {
        padding-top: 60px;
    }
    .banner-text h1 {
        font-size: 2.5rem;
    }
    .banner-text h2 {
        font-size: 1.125rem;
    }
    .search-area-text-block p {
        font-size: 1.125rem;
        padding-bottom: 20px;
    }
    .banner-text h2 {
        padding-left: 3px;
    }
    .search-area-input-upper-text p {
        font-size: 0.875rem;
    }
    .search-area {
        padding: 25px;
        align-content: inherit;
    }
    .search-area-input-field-block {
        display: block;
        width: 100%;
    }
    .search-area-input-field {
        width: auto;
        padding-bottom: 25px;
    }
    .search-area-input-button {
        margin-top: 0;
    }
    .search-area-input-button button {
        margin-left: 0;
    }
    .search-area-wrapper {
        /*height: 280px;*/
        margin-top: -230px;
    }
    .search-area-input-button button {
        height: 50px;
        padding: 0 30px 0 30px;
        font-size: 1.125rem;
    }
    .search-area-input-field input {
        height: 50px;
        background-size: 50px;
        font-size: 1.125rem;
        padding-left: 25px;
        padding-right: 50px;
    }
    form#global-search label {
        display: block;
        color: red;
        font-size: 0.75rem;
    }
    .search-area-text-block {
        padding-bottom: 20px;
    }
    .category-chosen {
        padding: 5px;
    }
    .category-chosen h5 {
        font-size: 0.8rem;
        padding-right: 10px;
        padding-left: 10px;
    }
    .category-chosen p {
        font-size: 0.785rem;
        padding-right: 10px;
    }
    .category-chosen button img{
        width: 18px;
    }
}
@media only screen and (max-width: 500px) {
    .search-area-input-field {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 365px) {
    .search-area-input-upper-text p {
        font-size: 0.675rem;
    }
    .search-area-text-block {
        padding-bottom: 15px;
    }
}
/*///////////////////////////////////////
/////////////////////////////////////////
//////    HOMEPAGE - CATEGORIES   ///////
/////////////////////////////////////////
///////////////////////////////////////*/

.homepage-categories-wrapper {
    padding: 0 100px 0 100px;
    margin-top: -100px;
}
.categories-cards-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
.homepage-categories-header h3 {
    font-family: Montserrat;
    font-size: 4rem;
    font-weight: 600;
}
.homepage-categories-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.cat-header-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.homepage-categories-header p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #e2b213;
}
.categories-header-line {
    height: 8px;
    width: 50%;
    background-color: #211b05;
    margin-top: 10px;
    border-radius: 10px;
}
.categories-header-line-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}
.categories-card-body-wrapper {
    width: calc(100% / 3);
}
.categories-card-body {
    border-radius: 30px;
    margin-right: 25px;
    margin-left: 25px;
    cursor: pointer;
    margin-top: 50px;
    transition: .3s;
}
.categories-card {
    background-color: #FDC50D;
    border-radius: 30px;
    margin: 0 10px 0 10px;
    transition: .3s;
    position: relative;
    z-index: 1;
}
.categories-card:hover {
    background-color: #211b05;
    margin: 0;
    color: white;
}
.card-img-wrapper {
    width: auto;
    height: 310px;
    background-color: white;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}
.card-img-wrapper img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.card-text-wrapper h4 {
    font-size: 1.375rem;
    font-weight: 500;
    padding: 25px 40px 25px 40px;
}
@media only screen and (max-width: 1320px) {
    .homepage-categories-wrapper {
        margin-top: 0px;
        padding-top: 30px;
    }
    .categories-card-body-wrapper {
        width: calc(100% / 2);
    }
}
@media only screen and (max-width: 1090px) {
    .homepage-categories-header h3 {
        font-size: 3rem;
    }
    .homepage-categories-header p {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 810px) {
    .categories-card-body-wrapper {
        width: calc(100% / 1);
    }
    .homepage-categories-wrapper {
        padding: 60px 25px 0 25px;
    }
}
@media only screen and (max-width: 675px) {
    .homepage-categories-header h3 {
        font-size: 2rem;
    }
    .homepage-categories-header p {
        font-size: 1rem;
    }
    .homepage-categories-header .categories-header-line {
        height: 6px;
        width: 90px;
        margin-top: 15px;
    }
    .card-img-wrapper {
        height: 200px;
    }
    .categories-card-body {
        margin-top: 25px;
    }
}
/*///////////////////////////////////////
/////////////////////////////////////////
//////    HOMEPAGE - ABOUT - US   ///////
/////////////////////////////////////////
///////////////////////////////////////*/


.about-us-wrapper {
    width: calc(100% / 3);
}
.about-us-app-img-wrapper {
    width: calc(100% / 3);
}
.about-us-mobile-app-wrapper {
    width: calc(100% / 3);
    align-self: flex-end;
    position: relative;
    top: 90px;
}
.about-us-app-img-wrapper{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.about-us-app-img-wrapper img{
    width: 70%;
    height: auto;
}
.homepage-about-us-wrapper {
    background-image: url("/assets/uploads/2021-10/curve_line.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 100px;
    width: 100%;
    padding-bottom: 200px;
    padding-top: 100px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 1920px) {
    .homepage-about-us-wrapper {
        background-size: contain;
        padding-top: 0;
    }
}
.homepage-about-us-header {
    padding-right: 100px;
    display: inline-block;
}
.homepage-about-us-header h3 {
    font-family: Montserrat;
    font-size: 4rem;
    font-weight: 600;
    color: #211b05;
}
.about-us-text-wrapper p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #211b05;
    padding-top: 60px;
    padding-right: 100px;
}
.about-us-header-line-wrapper .about-us-header-line {
    height: 10px;
    width: 50%;
    background-color: #FDC50D;
    margin-top: 10px;
    border-radius: 10px;
}
.homepage-about-us-mobile-app-header {
    text-align: right;
    padding-left: 100px;
    display: inline-block;
}
.homepage-about-us-mobile-app-header h3 {
    font-family: Montserrat;
    font-size: 4rem;
    font-weight: 600;
    color: #211b05;
    display: inline-block;
}
.homepage-about-us-mobile-app-header p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #e2b213;
    display: inline-block;
}
.about-us-mobile-app-text-wrapper p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #211b05;
    padding-left: 100px;
    padding-top: 60px;
    text-align: right;
}
.about-us-mobile-app-header-line-wrapper {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.about-us-mobile-app-header-line-wrapper .about-us-mobile-app-header-line {
    height: 10px;
    width: 50%;
    background-color: #211b05;
    margin-top: 10px;
    border-radius: 10px;
}
.about-us-app-links-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}
.about-us-app-link-img-wrapper {
    padding-top: 100px;
}
.about-us-app-link-img-wrapper img {
    height: 65px;
    width: auto;
    margin-left: 30px;
}
.about-us-app-links-wrapper-minimum-size {
    display: none;
}
@media only screen and (max-width: 1320px) {
    .homepage-about-us-wrapper {
        padding-bottom: 100px;
        margin-bottom: 0;
    }
    .about-us-wrapper {
        width: calc(100% / 1);
        padding-bottom: 100px;
    }
    .about-us-app-img-wrapper {
        width: calc(100% / 2);
    }
    .about-us-mobile-app-wrapper {
        width: calc(100% / 2);
        top: 0;
    }
}
@media only screen and (max-width: 1090px) {
    .about-us-text-wrapper p {
        padding-right: 250px;
    }
    .about-us-mobile-app-text-wrapper p {
        padding-top: 45px;
        padding-left: 60px;
    }
    .about-us-text-wrapper p {
        padding-right: 250px;
    }
    .homepage-about-us-mobile-app-header h3 {
        font-size: 3rem;
    }
    .homepage-about-us-mobile-app-header p {
        font-size: 1.2rem;
    }
    .about-us-mobile-app-text-wrapper p {
        font-size: 1.0rem;
        line-height: 1.6rem;
    }
    .homepage-about-us-header h3 {
        font-size: 3rem;
    }
    .about-us-text-wrapper p {
        font-size: 1.0rem;
        line-height: 1.6rem;
    }
    .about-us-text-wrapper p {
        padding-top: 45px;
    }
    .about-us-app-link-img-wrapper img {
        height: 55px;
        margin-left: 25px;
    }
    .about-us-app-img-wrapper{
        justify-content: left;
        justify-content: -webkit-left;
    }
}
@media only screen and (max-width: 940px) {
    .about-us-app-links-wrapper {
        display: none;
    }
    .about-us-app-links-wrapper-minimum-size {
        display: flex;
        padding-left: 100px;
    }
    .about-us-app-link-img-wrapper {
        padding-top: 60px;
    }
    .about-us-app-link-img-wrapper img {
        height: 55px;
        margin: 0;
        padding-right: 30px;
    }
    #about-us {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 810px) {
    .about-us-text-wrapper p {
        padding-right: 0;
    }
    .homepage-about-us-wrapper {
        padding-right: 25px;
        padding-left: 25px;
        margin-top: 60px;
        min-height: 0;
    }
    .about-us-mobile-app-text-wrapper p {
        padding-left: 0px;
    }
    .about-us-wrapper {
        padding-bottom: 60px;
    }
    .about-us-app-links-wrapper-minimum-size {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 675px) {
    .about-us-app-img-wrapper{
        width: calc(100% / 1);
        justify-content: center;
        -webkit-justify-content: center;
    }
    .about-us-app-img-wrapper img{
        width: 50%;
    }
    .about-us-mobile-app-wrapper {
        width: calc(100% / 1);
        padding-top: 60px;
    }
    .about-us-app-link-img-wrapper img {
        height: 40px;
    }
    .homepage-about-us-mobile-app-header h3 {
        font-size: 2rem;
    }
    .homepage-about-us-mobile-app-header p {
        font-size: 1rem;
    }
    .homepage-about-us-header h3 {
        font-size: 2rem;
    }
    .about-us-header-line-wrapper .about-us-header-line {
        height: 6px;
        width: 90px;
        margin-top: 15px;
    }
    .about-us-mobile-app-header-line-wrapper .about-us-mobile-app-header-line {
        height: 6px;
        width: 90px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 365px) {
    .about-us-app-link-img-wrapper img {
        height: 30px;
    }
    .homepage-about-us-mobile-app-header {
        padding-left: 40px;
    }
    .homepage-about-us-header {
        padding-right: 40px;
    }
}
