.bg-gradient-12 {
    background-image: linear-gradient(
        to right,
        #ffdfcb,
        #fdf7ee,
        #dde4e9,
        #fdf7ee,
        #ffdfcb
    ) !important;
    /* background-image: url("front/assets/images/about/22.webp") !important;  */
}
.rbt-header .mainmenu-nav .mainmenu > li > a.active {
    color: var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
}
.breadcrumb-inner .title {
    font-size: 30px !important;
}
.breadcrumb-inner .title2 {
    color: #ee4402;
    font-size: 22px !important;
    text-decoration: underline;
}
.rbt-card.variation-03 .rbt-card-body {
    display: block !important;
}
.rbt-profile-content ul {
    direction: ltr;
    list-style: none;
}
@media only screen and (min-width: 1200px) {
    .rbt-header-top.rbt-header-top-1.variation-height-60 {
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 50px;
    }
}
.rbt-header .mainmenu-nav .mainmenu > li > a {
    font-size: 15px !important;
    font-weight: bold;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0px 13px;
    }
}

/*.bg-gradient-11 {
    background: linear-gradient(141.76deg, #dbdbdb 0.59%, #eed7ff 39.43%, #daa3ff 100%) !important;
}*/



/* start home page css */
    /*.rbt-banner-6 {
        background-image: url("{{ url('back/images/home_page_slider/' . $home_page_sliders->image) }}");
        background-size: cover;
        background-position: center;
        height: 750px !important;
    }*/

    .hero-img{
        position:absolute;
        inset:0;
        width:100%;
        height:100%;
        object-fit:cover;
        z-index:-1;
    }

    
    .theme-gradient{
        color: linear-gradient(90deg, #ffae58, #6d94ce) !important;
    }
    .bg_image--8 {
        background-image: url(front/assets/images/home/2.webp);
    }

    @media screen and (max-width:768px) {
        .header-caption .theme-gradient{
            font-size: 25px;
            font-weight: bold;
        }
    }
    @if ($home_page_sliders->id == 1)
        .title{
            font-size: 50px !important;
        }
    @endif

/* end home page css */