﻿.events .content-container {
    background-color: white;
    border-radius: 16px;
    padding: 40px 30px;
    font-family: sf-display-light;
}
.events .header-title {
    display: flex;
    /*height: 8.2%;
    min-height: 118px;*/
    background: linear-gradient(to right, #2772fa, #020483);
}

        .events .header-title h1 {
            margin: auto 0;
            text-align: justify;
        }

    .events .header-title img {
        margin-left: 20px;
        height: 100px;
        padding: 20px 10px;
    }

.event-list {
    padding-top: 80px;
    padding-bottom: 100px;
    display: block;
    align-items: center;
    position: relative;
    /*background: linear-gradient(to right, #e6effe, #4ed3ff);*/
}
.event-slide {
    display: flex;
    position: relative;
    overflow: hidden;
}
.event-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}
.arrow-event {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}
    .arrow-event.left {
        margin: auto 0;
    }
    .arrow-event.right {
        margin: auto 0;
        text-align: right;
    }

.next-btn-unicode-event {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    color: #272e4e;
    border: 2px solid #272e4e;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 30px;
}
    .next-btn-unicode-event:hover {
        background-color: #ffffff;
        color: #0056b3;
        text-decoration: none;
    }
.event-slider-wrapper {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
.event-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.event-item {
    flex: 0 0 calc((100% - 60px) / 3);
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
    margin: 0 10px;
}

    .event-item img {
        width: 100%;
    }

    .event-item h6 {
        /*line-height: 28px;
        font-size: 20.0002px;*/
        text-align: justify;
        color: #272e4e;
        font-weight: 700;
        padding: 10px 18px 0;
    }

.btn-container {
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
}

.btn-more-info {
    width: 400px;
    text-align: center;
    padding: 15px 0;
    border-radius: 100px;
    /*font-size: 26.6667px;
    line-height: 37px;*/
    font-weight: 700;
    background-color: transparent;
    color: #272e4e;
    border: 2px solid #272e4e;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .btn-more-info .btn-arrow {
        width: 100px;
        transform: scaleX(1.5);
        font-weight: 700;
        margin-left: 10px;
        /*margin-right: 44px;*/
        /*font-size: 24px;
        top: 5px;*/
        position: relative;
    }

    .btn-more-info:hover {
        background-color: #ffffff;
        text-decoration: none;
        color: #0c41be;
        /*border-color: #ffffff;*/
    }
@media (max-width: 767px) {
    .event-list {
        gap: 0;
        padding: 40px 0 50px;
    }
    .event-slide {
        display: flex;
        position: relative;
        overflow: hidden;
    }
    .btn-more-info {
        width: 100%;
    }

        .btn-more-info .btn-arrow {
            
        }
    .btn-container {
        margin: 40px auto 0;
    }
    .arrow-event.left {
        margin: auto 10px auto 0;
    }
    .arrow-event.right {
        margin: auto 0 auto 10px;
    }
    .arrow-event .next-btn-unicode-event {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .event-slider-wrapper {
        overflow: hidden;
        width: 100%;
    }
    .event-slider {
        display: flex;
        transition: transform 0.5s ease;
        width: 100%;
    }
    .event-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
        .event-item h3 {
            font-size: 16px;
        }
    .events .header-title img {
        margin-left: 0;
        padding: 10px 5px;
    }

@media (min-width: 1025px) {
    .header-destop {
        display: inherit;
    }

    .header-mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header-destop {
        display: none;
    }

    .header-mobile {
        display: block;
    }
    .events .header-mobile h1 {
        text-align: center;
        padding-top: 20px;
    }

    .events .mg-bottom-25 {
        margin-bottom: 0 !important;
        width: 100%;
    }
    #confirmModal .form-content p{
        text-align: start;
    }

    .qa-mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .map-mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-confirm .col-2 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 0px;
    }

    .form-confirm .col-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .modal-dialog .modal-body {
        padding: 0;
    }

    .qa-mobile, .map-mobile {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #map-section {
        margin-top: 1rem;
    }

    #SubmitQAForm .btn-submit {
        margin-bottom: 1rem;
    }

        #SubmitQAForm .btn-submit:hover {
            background: #fff;
            color: #0835D6;
            border: 1px solid #0835D6;
        }

    #close-btn:hover, #sb-button:hover {
        background-color: #005BA2;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .event-item {
        flex: 0 0 calc((100% - 40px) / 2);
        max-width: calc((100% - 40px) / 2);
        margin: 0 10px;
    }
}
