.bg_black {
    background-color: black;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

/* collection area   */

.collection-bg {
    background-color: #D9D9D980;
}

.collection-text-item {
    max-width: 500px;
    margin: 0 auto;
}

.collection-mb-bg {
    background: #E5E5E599;
}

.category-mb-btn {
    color: #BE0400;
    border: 1px solid #BE0400;
    border-radius: 0;
    width: 162px;
}

.category_list {
    width: 162px;
}

.category-mb-btn:hover {
    color: #BE0400;
}

.category-dropdown-btn {
    top: -5px !important;
    margin: 0px !important;
    left: 50% !important;
    transform: translate(-50%, 41px) !important;
    padding: 0;
}

/* Center the dots */
.tudor-collection-carousels .owl-dots {
    text-align: center;
    margin-top: 20px;
}

/* Default dot */
.tudor-collection-carousels .owl-dot {
    display: inline-block;
    margin: 0 9px;
}

.tudor-collection-carousels .owl-dot span {
    width: 23px;
    height: 10px;
    background: gray;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease;
    width: 23px;
}

/* Active dot */
.tudor-collection-carousels .owl-dot.active span {
    background: #BE0400;
    width: 80px;

}

/* Hover effect */

/* ambassador area tudor */
.ambassador_mid_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    height: auto;
    z-index: 1;
    transition: transform 0.3s ease;
    width: auto;

}

/* about area   */
.about-banner img {
    min-height: 214px;
}

.about-carousels .owl-nav {
    position: absolute;
    top: 21%;
    font-size: 70px;
    color: #fff;
    width: 100%;
}

.about-carousels .owl-nav button {
    position: absolute;
}

.about-carousels .owl-nav button.owl-prev {
    left: 5%;
}

.about-carousels .owl-nav button.owl-next {
    right: 5%;
}

/*home page featured area */
@media(max-width: 767px) {
    .feature_mobile_btn {
        top: 50%;
        bottom: unset;
        left: 25%;
    }

    .topSection-inner {
        padding: 25px;
    }

    .ambassador_mid_img {
        position: unset;
        transform: unset;
        margin: 0 auto;
        max-width: 300px;
    }

    .letter-spacing-4 {
        letter-spacing: 0px;
    }
}