body {
    font-size: 16px;
    color: #111;
    font-family: 'DM Sans', sans-serif;
}

.title-font {
    font-family: "Staatliches", sans-serif;
}


/* default css */

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background-color: #3a5302;
    transition: 400ms;
}

.scrollup:hover {
    color: #FFF;
    background-color: #233300;
}

.wrapper {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

.wrapper-2 {
    position: relative;
    padding: 70px 0px 400px 0px;
    overflow: hidden;
}

img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    text-transform: uppercase;
    transition: 400ms;
    border-radius: 0px;
}

.btn-default-1 {
    border-color: #bf0000;
    background-color: #bf0000;
    color: #FFF;
}

.btn-default-1:hover {
    border-color: #8a0000;
    background-color: #8a0000;
    color: #FFF;
}

.bg-darken {
    background-color: #111;
}

.bg-red {
    background-color: #bf0000;
}

.bg-green {
    background-color: #3a5302;
}

.bg-light-green {
    background-color: #f8ffe8;
}

@media screen and (max-width: 992px) {
    .wrapper {
        position: relative;
        padding: 50px 0px;
    }
    .wrapper-2 {
        padding: 50px 0px 200px 0px;
    }
}


/* end default css*/


/* Start Header CSS */

.header-wrapper {
    z-index: 999;
    padding: 15px 0px;
    background: transparent;
    transition: 400ms;
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(61deg, rgba(255, 255, 255, 1) 35%, rgba(58, 83, 2, 1) 35%);
}

.navbar-brand img {
    width: 130px;
}

.nav-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 15px;
    text-transform: uppercase;
    color: #FFF !important;
}

.nav-link.active {
    color: #FFF !important;
}

.nav-link:hover {
    color: #FFF !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    background-color: #bf0000 !important;
}

.dropdown-item {
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF !important;
}

.dropdown-item:hover {
    color: #bf0000 !important;
    background-color: #FFF !important;
}

.top-d-flex {
    display: flex;
    align-items: center;
    color: #FFF;
    justify-content: end;
}

@media screen and (max-width: 992px) {
    .header-wrapper {
        z-index: 999;
        padding: 15px 0px;
        background: transparent;
        transition: 400ms;
        position: relative;
        width: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(61deg, rgba(255, 255, 255, 1) 70%, rgba(58, 83, 2, 1) 70%);
    }
    .navbar-nav {
        text-align: center;
        margin-top: 30px;
    }
    .navbar-toggler {
        box-shadow: none !important;
        color: #FFF !important;
    }
    .nav-link {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin: 0px 15px;
        text-transform: uppercase;
        color: #111 !important;
    }
    .nav-link.active {
        color: #111 !important;
    }
    .nav-link:hover {
        color: #111 !important;
    }
    .top-d-flex {
        display: flex;
        align-items: center;
        color: #FFF;
        justify-content: center;
    }
}


/* End Header CSS */


/* Start Slider */

.slider-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #bf0000;
}

.slider-content {
    display: block;
    padding: 480px 0px 0px 0px;
}

.slider-item {
    display: block;
    color: #FFF;
    padding: 30px;
    text-align: center;
    background-color: rgba(5, 5, 5, 0.9);
}

.slider-item h1 {
    font-size: 40px;
    line-height: 50px;
}

.slider-item h2 {
    font-size: 40px;
    line-height: 50px;
}

.slider-item p {
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .slider-content {
        display: block;
        padding: 180px 0px 0px 0px;
    }
    .slider-item h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .slider-item h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .slider-item p {
        font-size: 15px;
    }
}


/* End Slider */


/* Start Main Content */

.default-content-1 {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.default-content-1 h2 {
    display: block;
    font-size: 40px;
}

.default-content-1 h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.default-content-1 p {
    display: block;
    font-size: 15px;
    line-height: 26px;
}

.default-content-1 .default-content-1 ul {
    display: block;
}

.default-content-1 ul li i {
    margin: 0px 5px 0px 0px;
}

.image-card {
    display: block;
    margin-bottom: 30px;
}

.image-card img {
    width: 100%;
}

.shop-card {
    display: block;
    background-color: #FFF;
    transition: 400ms;
}

.shop-card:hover {
    display: block;
    background-color: #bf0000;
}

.shop-card a {
    display: block;
    color: #111;
    text-decoration: none;
}

.shop-card a h4 {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px !important;
    text-transform: uppercase;
}

.shop-card:hover a h4 {
    color: #FFF !important;
}

.icon-card {
    display: block;
}

.icon-card svg {
    font-size: 34px;
}

@media screen and (max-width: 992px) {
    .default-content-1 h2 {
        display: block;
        font-size: 30px;
        font-weight: 600;
    }
    .default-content-1 p {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }
    .default-content-1 .p-5 {
        padding: 0 !important;
    }
}


/* End Main Content */


/* Start footer css*/

.footer-wrapper {
    position: relative;
    padding: 70px 0px;
    background-color: #3a5302;
}

.footer {
    display: block;
}

.footer img {
    display: block;
    width: 130px;
}

.footer h6 {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.footer ul {
    display: flex;
    justify-content: space-around;
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.copyrights-wrapper {
    position: relative;
    background-color: #2a3d00;
    padding: 30px 0px;
}

.copyrights {
    color: #FFF;
    text-align: end;
}

.copyrights p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.copyrights a {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .footer {
        display: block;
        margin-bottom: 30px;
    }
    .footer ul {
        display: block;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .footer ul li {
        display: block;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        list-style: none;
    }
}


/* end footer css*/