@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.no-border {
    border: none !important;
}

header {
    background-color: #003412;
    color: #ffd46d;
}

.logo img {
    width: 280px;
}

.main-menu ul li {
    float: left;
}

.main-menu ul li a {
    color: #ffd46d;
    transition: all ease .7s;
}

.main-menu ul li a i {
    font-size: 12px !important;
    position: relative;
    top: -2px;
    padding-left: 3px;
}

.main-menu ul li a:hover {
    color: #fff5c5;
}

.main-menu ul li ul {
    opacity: 0;
    visibility: hidden;
    transition: all ease 1.3s;
    left: -25px;
    top: 50px;
    background-color: #003412;
    padding: 25px;
    border-radius: 5px;
    width: 200px;
    z-index: 99;
}

.main-menu ul li ul li {
    border-bottom: 1px solid rgba(255, 212, 109, .2);
}


.main-menu ul li a.social-link i {
    font-size: 13px !important;
    padding: 6px;
    border: 1px solid #ffd46d;
    border-radius: 50%;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 102%;
}

.franchise-link {
    background-color: #ffd46d !important;
    color: #003412 !important;
    border-radius: 5px;
    padding: 6px 7px;
    transition: all ease 1s;
}

.franchise-link:hover {
    background-color: #005120 !important;
    color: #ffd46d !important;
}

.mobile a {
    font-size: 20px;
    color: #ffd46d;
}

.offcanvas {
    background-color: #003412;
    color: #ffd46d;
}

.dropdown-menu {
    background-color: #003412 !important;
    color: #ffd46d !important;
}

.dropdown-menu li {
    border-bottom: 1px solid rgba(255, 212, 109, .2);
}

.mobile-menu ul li {
    border-bottom: 1px solid rgba(255, 212, 109, .2);
}

.mobile-menu ul li a {
    color: #ffd46d;
    transition: all ease .7s;
}

.mobile-menu ul li a i {
    font-size: 12px !important;
    position: relative;
    top: -2px;
    padding-left: 3px;
}

.mobile-menu ul li a:hover {
    color: #fff5c5;
}

.mobile-menu li a.social-link i {
    font-size: 16px !important;
    padding: 6px;
    border: 1px solid #ffd46d;
    border-radius: 50%;
}

.btn-close {
    color: #ffd46d !important;
}

.swiper img {
    object-fit: cover;
    object-position: left;
    height: 424px;
    border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffd46d !important;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
}

.swiper-pagination-bullet-active {
    background-color: #ffd46d !important;
}

.banner-box img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

.banner-box .img-wrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .43);
    left: 0;
    top: 0;
    border-radius: 10px;
}

.banner-box-link {
    bottom: 70px;
    left: 0;
    padding: 0 20px;
}

.banner-box-link a {
    color: #ffd46d;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}

.banner-box-link a i {
    width: 50px;
    height: 50px;
    background-color: #ffd46d;
    color: #003412;
    line-height: 50px;
    border-radius: 50%;
    right: 30px;
    bottom: 5px;
}

.franchises img {
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
    height: 450px;
}

.franchise-text {
    left: 30px;
    bottom: 0;
    width: 17%;
    background-color: #003412;
    padding: 17px 0 10px 17px;
    border-radius: 10px 10px 0 0;
    color: #ffd46d;
}

.franchise-text-header {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 212, 109, .4);
}

.franchise-text-title {
    font-size: 25px;
    line-height: 22px;
}

.icons {
    background-color: #003412;
    color: #fff;
}

.icons .border-end {
    border-right: 1px solid rgba(255, 255, 255, .1) !important;
}

.categories-img {
    border-radius: 10px;
    transition: all ease 1s;
}

.categories-img:hover {
    box-shadow: 1px 1px 15px #000;
    margin-top: -20px;
}

.categories-img img {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.categories-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.categories-link a {
    background-color: #003412 !important;
    color: #ffd46d !important;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 23px;
    transition: all ease 1s;
}

.categories-link a:hover {
    background-color: #ffd46d !important;
    color: #003412 !important;
}

.categories-img-link {
    color: #ffd46d;
    font-size: 35px;
    line-height: 35px;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}

.categories-img-link i {
    width: 50px;
    height: 50px;
    background-color: #ffd46d;
    color: #003412;
    line-height: 50px;
    border-radius: 50%;
    right: 30px;
    bottom: 5px;
}

.concepts {
    background-color: #ffd46d;
    color: #003412;
}

.concepts-img {
    border-radius: 10px;
    transition: all ease 1s;
}

.concepts-img:hover {
    box-shadow: 1px 1px 15px #000;
    margin-top: -20px;
}

.concepts-img img {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.concepts-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.concepts-link a {
    background-color: #003412 !important;
    color: #ffd46d !important;
    border-radius: 10px;
    padding: 10px 30px;
    transition: all ease 1s;
    font-size: 23px;
}

.concepts-link a:hover {
    background-color: #005120 !important;
    color: #ffd46d !important;
}

.concepts-img-link {
    color: #ffd46d;
    font-size: 35px;
    line-height: 35px;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    width: 55%;
}

.news-box {
    transition: all ease 1s;
    padding: 5px;
}

.news-box:hover {
    box-shadow: 1px 1px 15px #ccc;
    border-radius: 10px;
    margin-top: -20px;
}

.news-img img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.news-wrapper a {
    font-size: 20px;
}

.news-wrapper p {
    font-size: 14px;
}

footer {
    background-color: #003412;
    color: #ffd46d;
}

.footer-header {
    font-size: 20px;
}

.footer-menu p a {
    color: #fff;
    transition: all ease .7s;
}

.footer-menu p a:hover {
    color: #ffd46d;
}

.footer-form input {
    height: 45px;
    border-radius: 10px !important;
}

.footer-form button {
    background-color: #ffd46d;
    color: #003412;
    border-radius: 10px;
    padding: 10px 30px;
    transition: all ease 1s;
    border: none;
}

.footer-form button:hover {
    background-color: #005120;
    color: #ffd46d;
}

.sub-footer a {
    font-size: 13px !important;
    color: #fff;
    transition: all ease .7s;
}

.sub-footer a:hover {
    color: #ffd46d;
}

.sub-footer .footer-social-link {
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.detail-img {
    position: sticky;
    top: 50px;
}

.detail-img img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #bbb;
}

.about-img img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #bbb;
}

.detail-txt {
    font-size: 15px;
}

.detail-wrapper p {
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 13px;
    color: #212529;
}

.border-top {
    border-top: 1px solid rgba(184, 181, 181, 0.2) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(184, 181, 181, 0.2) !important;
}

.bordered-area {
    background-color: rgba(255, 212, 109, .6);
    color: #212529 !important;
}

.bordered-area p {
    color: #212529 !important;
    font-style: italic;
}

.detail-boxes {
    background-color: #005120;
    border-radius: 10px;
    color: #fff !important;
    min-height: 330px;
    box-shadow: 1px 1px 15px #005120;
    transition: all ease 1s;
}

.detail-boxes p i {
    font-size: 45px;
    color: #fff;
}

.detail-boxes small p {
    font-weight: 100;
    color: #fff !important;
}

.detail-boxes:hover {
    margin-top: -20px;
}

.detail-social {
    font-size: 18px;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.about-header {
    color: #005120 !important;
}

.form input {
    height: 60px;
    border-radius: 10px !important;
}

.academy-img img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.btn-secondary {
    background-color: #ddd !important;
    border-color: #ddd !important;
    color: #000 !important;
}

.bread-crumb {
    font-size: 13px !important;
    color: #212529;
}

.bread-crumb a {
    color: #212529;
}

.image img {
    height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.rating i {
    font-size: 13px;
    color: orange;
}

.collapse p strong {
    font-size: 17px;
}

.collapse {
    font-size: 13px;
}

.small-i {
    font-size: 12px !important;
    position: relative;
    top: -1px;
}

.page-title {
    background-color: rgba(255, 212, 109, .7);
    color: #212529 !important;
}

.image-box-inner {
    position: sticky;
    top: 50px;
}

.image-box-inner img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #bbb;
}

.gallery-box-inner img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #bbb;
}

.product-desc {
    font-size: 14px !important;
    color: #212529 !important;
}

.product-desc p {
    font-size: 13px !important;
}

.post-entry p {
    font-size: 13px !important;
}

.others {
    background-color: #f8f8f8;
}

@media only screen and (max-width: 600px) {
    .swiper img {
        height: auto;
        object-fit: unset;
        border-radius: 10px;
    }

    .banner-box img {
        height: 145px;
    }

    .banner-box-link {
        bottom: 50px;
    }

    .banner-box-link a {
        left: 10px;
        width: auto;
        font-size: 20px;
        line-height: 20px;
    }

    .banner-box-link a i {
        width: 30px;
        height: 30px;
        font-size: 17px;
        line-height: 30px;
    }

    .franchises img {
        height: 300px;
    }

    .franchise-text {
        width: auto;
        left: 10px;
    }

    .franchise-text-header {
        font-size: 15px;
    }

    .franchise-text-title {
        font-size: 19px;
    }

    .icons .border-end {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
    }

    .categories-img img {
        height: 400px;
    }

    .categories-img-link {
        color: #ffd46d;
        font-size: 26px;
        line-height: 26px;
        bottom: 20px;
        left: 0;
        padding: 0 30px;
        z-index: 9;
    }

    .categories-img-link i {
        width: 30px;
        height: 30px;
        background-color: #ffd46d;
        color: #003412;
        line-height: 30px;
        border-radius: 50%;
        right: 20px;
        bottom: 10px;
    }

    .categories-header {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .categories-link {
        width: 100%;
        text-align: center;
    }

    .categories-img::after {
        background-color: rgba(0, 0, 0, .5);
    }


    .concepts-img img {
        height: 400px;
    }

    .concepts-img-link {
        color: #ffd46d;
        font-size: 26px;
        line-height: 26px;
        bottom: 20px;
        left: 0;
        padding: 0 30px;
        z-index: 9;
        width: 100%;
    }

    .concepts-header {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .concepts-link {
        width: 100%;
        text-align: center;
    }

    .concepts-img::after {
        background-color: rgba(0, 0, 0, .5);
    }

    .sub-footer {
        text-align: center;
    }

    .detail-img img {
        height: 270px;
    }

    .image img {
        height: 270px;
    }

    .image-box-inner img {
        height: 270px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .swiper img {
        height: 315px;
        border-radius: 10px;
    }

    .banner-box img {
        height: 145px;
    }

    .franchise-text {
        width: auto;
        left: 10px;
    }

    .icons .border-end {
        border-right: none !important;
    }
}

@media only screen and (min-width: 1025px) {}