.owl-prev,
.owl-next {
    position: absolute;
    top: 20%;
    transform: translateY(-10%);
    width: 40px;
    height: 30px;
    background: #fff !important;
    color: #e79800 !important;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    cursor: pointer;
}
@media screen and(max-width: 676px) {
    .owl-prev,
.owl-next {
    background: transparent !important;
    color: transparent !important;
}
}

.owl-prev {
    border: 1px solid #e79800; 
    left: 200px;
    padding-top: 250px;
}

.owl-next {
    right: 150px;
    margin-bottom: 250px;
}

.owl-carousel .owl-item {
    margin-right: 10px;
    /* Adjust the gap between items */
}

.owl-carousel .owl-item:nth-child(2n) {
    margin-right: 0;
    /* Remove margin for every second item */
}

@media screen and (max-width: 767px) {
    .cardtop{
        margin-top: -162px;
    }
    .event-img {
        height: 209px;
        width: 273px !important;
        margin-left: 15px;
    }
}

.name-tag{
    display: block;
    font-size: .8125rem;
    font-style: italic
}

.para{ 
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

.testomoni-title{
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    color: #2f2f2f;
    font-size: 1.25rem;
}


.time-tag{
    color: #5d5d5d !important;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.timestrong{
    font-weight: 700;
    line-height: inherit;
}
.event-btn{
    color: #2f2f2f !important;
    box-shadow: none;
    text-decoration: none;
    box-sizing: border-box;
    background-color: transparent !important;
    border: 1px solid #2f2f2f !important;
    color: #2f2f2f !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
}
.event-btn:hover{
    color: #fff !important;
    background-color: #2f2f2f !important;
}

.thumb-img{
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    height: auto;
    margin-left: 1px;
    overflow-clip-margin: content-box;
    overflow: clip;
    aspect-ratio: auto 175 / 292;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
}

.carouselspacing{
    padding-left: 15%;
    padding-right: 14%;
}

@media screen and (max-width: 676px) {
    .carouselspacing{
        padding-left: 9%;
        padding-right: 8%;
    }
    .card-body{
        padding: 8px;
    }
    .row{
        padding-left: calc(var(--bs-gutter-x) * .0) !important;
    }
    .cardsize{
        max-width: 100%; 
        height:auto;
        margin-bottom: -193px !important;
        margin-right: 25px;
        margin-left: -20px;
    }
    .cardsize1{
        margin-bottom: -18px;
    }
}

.carouselspacing1{
    padding-left: 7%;
    padding-right: 7%;
}

.cardsize{
    max-width: 100%; 
    height:auto;
}
.cardsize1{
    max-width: 100%; 
    height:auto;
    margin-bottom: 5px !important;
}

.event-img{
    height:250px;
    width: 180px;
}

.testomoni-img{
    height:auto;
}

/* Active dot color */
.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #174873 !important;
}

/* Inactive dot color */
.owl-carousel .owl-dots .owl-dot span {
    background-color: #e79800 !important;
}

