﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');

.event-carousel-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.event-carousel-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Başlık */
.event-carousel-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

    .event-carousel-title i {
        font-size: 18px;
        margin-right: 6px;
        color: #007bff;
    }


.event-carousel-content {
    text-align: left;
    font-size: 13px;
}

    .event-carousel-content i {
        margin-right: 4px;
        color: #2f5ea7;
    }


.event-view-all {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .event-view-all i {
        margin-left: 5px;
    }

    .event-view-all:hover {
        text-decoration: underline;
    }


#eventBootstrapCarousel {
    width: 100%;
}

    #eventBootstrapCarousel .carousel-inner {
        width: 100%;
    }

    #eventBootstrapCarousel .carousel-item {
        width: 100%;
        height: auto;
    }

.btnfaaliyet {
    background: #0175C0 !important;
    color: white !important;
    font-size: 12px !important;
    border-radius: 0 !important;
}

    .btnfaaliyet:hover {
        border: 1px solid #0175C0 !important;
        color: #0175C0 !important;
		background: none !important; /* vv */
    }


