/* banner */
#category-banner {
    height: 562px;
    background-image: url("./../image/Rectangle 2705.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* carousel */
#category-carousel {
    padding: 22px 50px;
    background-color: #00332D;
}

.bg-transparent {
    background-color: #00332D !important;
    z-index: 10 !important;
}

#category-carousel .owl-nav, #banner-carousel .owl-nav {
    position: absolute !important;
    top: 16px !important;
    right: 30px !important;
    z-index: 10 !important;
}

#category-carousel .owl-prev {
    margin-left: 10px;
}

#category-carousel .item {
    font-size: 14px;
}


/* description */

.part-title, .about-title {
    color: #1F1F1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.about-title {
    font-size: 20px;
}

.category-text {
    color: #717171 !important;
    font-size: 16px;
    line-height: 25px;
}

ol {
    list-style-type: decimal !important;
}

.marker {
    position: absolute;
    right: 0;
    top: 10px;
}

.marker-end {
    z-index: -1 !important;
}

#meaning-part .container {
    z-index: 9 !important;
}

.banner-content {
    margin-top: 250px;
}

.banner-bg {
    height: 234px;
    background-color: #8A9DCC;
}

.img-row {
    margin-top: -400px !important;
}

.type-banner {
    height: 562px;
    background-image: url("./../image/Group 2608677.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.type-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.type-card-svg {
    z-index: 9999 !important;
}

.type-card {
    height: 99px !important;
    border-radius: 24px !important;
    color: #0C0C0C !important;
    border: 2px solid #FFA866 !important;
    background-color: #FFF1E5 !important;
    margin-right: -40px;
}

.type-card:hover {
    color: var(--white) !important;
    background-color: #00A693 !important;
}

.type-card-left {
    margin-right: 0;
    margin-left: -51px;
}

.second-col {
    margin-top: 50px !important;
}

.third-col {
    margin-top: 100px !important;
}

/* footer */
.footer-category {
    padding: 21px;
    background-color: #00665A;
}

.footer-place {
    padding-top: 50px;
    padding-bottom: 15px;
    margin-top: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: #EAE5F6;
}

.footer-place .content {
    margin-top: 0;
}

.btn-footer {
    border-radius: 4px;
    background-color: #E38238 !important;
    color: #001A17 !important;
}

@media screen and (max-width: 1000px) {
    .second-col, .third-col, .first-col {
        margin-top: 45px !important;
    }

    #category-carousel .owl-nav {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .marker-end {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #category-carousel .item {
        font-size: 12px;
    }

    .owl-dots {
        display: none;
    }

    .marker, .marker-end {
        display: none;
    }

    #meaning-part .cover-img {
        height: 300px !important;
    }

    .type-banner {
        height: 300px;
        background-size: contain;
    }
}

