/* Your custom CSS here */


.bg-body{
    background-color: #f6f8f7 !important;
}

#mainNavbar {
    background-color: rgba(16, 42, 38, 0.7) !important;
    height: 65px;
    border-bottom: 0px !important;
}


/* btn */
#mainNavbar .btn-highlight{
    background: rgb(255, 107, 0);
    border:0px;
    color:white;

}
.btn{
    border-radius:30px;
    padding: 8px 16px;
    line-height: 20px;
    font-size: 14px;
}
.btn-small{
    border-radius:30px;
    padding: 4px 12px;
    line-height: 20px;
    font-size: 14px;
}
.btn-grey{
    background: #ffffffe6;
    border:0px;
    color:#0f172b;
}

.btn-green{
    background: #389271;
    border:0px;
    color: white;
}

.hero-wrap{
    margin-top: -65px;
    background-image: linear-gradient(rgba(16, 42, 38, 0.65), rgba(16, 42, 38, 0.5)), url(https://images.pexels.com/photos/2933243/pexels-photo-2933243.jpeg?auto=compress&cs=tinysrgb&w=1920&dpr=1);
    background-size: cover;
    background-position: center;
}

.hero-wrap {
    height: 680px;
    min-height: 450px;
}

.nav-item svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.nav-link{
    padding: 8px 16px;
    margin-right: 12px;
}

/* Search */
.row.search-row {
    color: #62748e;
}

.row.search-row svg {
    width: 16px;
    height: 16px;
}

#homepage .search-row .search-col:first-child > div, #homepage .search-row .search-col:nth-child(2) > div, #homepage .search-row .search-col:nth-child(3) > div {
    border-radius: 16px !important;
    border-width: 0px !important;
    height: 52px;
    margin: 10px;
    background: white !important;
}

#homepage .search-row .search-col:nth-child(2) {
    display: none;
}

#homepage .search-row .search-col:nth-child(3) button.btn-primary{
    height: 52px;
    margin: 10px;
    border-radius: 16px !important;
    background: rgb(255, 107, 0);
    border-width: 0px !important;
}

.inline-row{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.usp-banner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    border-radius: 16px !important;
    background: white;
    z-index: 999999 !important;
    position: relative;
    height: 52px;
    margin: -120px auto;
    padding: 0;

}
.usp-banner li{
    height: 24px;
}
.usp-banner li .usp{
    color: oklch(27.9% 0.041 260.031);
    line-height: 24px;
    font-size: 14px;
    margin-right: 16px;
}

.usp-banner svg{
    color: #389271;
    width: 20px;
    height: 20px;
}



/* Categories */

#homepage .card-header {
    background: unset;
}
#homepage .card {
    border: 0px !important;
}
#homepage .card .card-body .category-link h6{
    color:#0f172b;
}
#homepage .card .card-body .category-link > div{
    box-shadow: 0 22px 50px -18px rgba(16, 42, 38, 0.20);
    border-radius: 16px !important;
    border-width: 0px !important;
    background-color: white;
}
#homepage .card, #homepage .card-header {
    background: unset !important; 
}
.big-icon-category-list svg { 
    color: #389271; 
}
.big-icon-category-list i {
    color: #389271; 
}







/* Respnsive */
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        flex-direction: row-reverse;
    }
}
