﻿
.btn-secondary {
    background-color: #6c757d !important;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex: 1 0 auto;
}
 
.caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.flex-text {
    flex-grow: 1
}

.thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.owl-title {
    width: 230px;
}

.owl-title-link {
    font-size: 16px !important;
    line-height: 1.2 !important;
    
}

.bg-c-1 {
    background: linear-gradient(50deg, rgba(73,160,230,1) 0%, rgba(4,94,167,1) 100%);
}

.bg-c-2 {
    background: linear-gradient(225deg, rgba(255,210,148,1) 0%, rgba(255,180,76,1) 100%);
}

.bg-c-3 {
    background-color: #fbb048;
}

.bg-c-4 {
    background-color: rgb(125 197 255) !important;
}

.bg-c-5 {
    background-color: #085DA3 !important;
}

.round-c {
    border-radius: 0.75rem;
}

.owl-cat {
    margin-bottom: -15px;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.owl-cat-more {
    margin-top: -30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.img-prp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-size-1 {
    height: 180px;
    width: 230px;
}
.img-size-2 {
    height: 220px;
    width: 310px;
}
.img-size-3 {
    height: 320px;
    width: 530px;
}



.carousel-wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-button {
    height: 30px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: -35px;
    top: 13rem !important;
}

.owl-carousel .owl-next {
    right: -35px;
    top: 13rem !important;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}
