button {
    border: 0;
    background: transparent;
}

button:focus {
    outline: 0 !important;
}

#Events {
    position: relative;
    height: 100%;
}

#Events .carousel-arrows {
    display: flex;
    justify-content: end;
    margin-top: -20px;
    background: linear-gradient(to left, #fff, #fff 10%, transparent 5%);
}

#Events .carousel-caption h3 {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 0.3rem;
}
#Events .carousel-caption h3:hover {
    color: #f0c8ab;
}

#Events .carousel-caption p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #f0c8ab;
    text-align: left;
}

#Events .carousel-control-next-icon,
.carousel-control-prev-icon {
    max-width: 35px;
    max-height: 35px;
    width: 9vw;
    height: 9vw;
    margin-left: 10px;
}

#Events .latest h2 {
    position: relative;
    font-size: 1.7rem;
    color: #4d4d4d;
    margin-bottom: 0;
}

#Events .latest span {
    position: relative;
    font-size: 1.8rem;
    color: #4d4d4d;
    padding: 0px 10px;
}

#Events .nav {
    justify-content: center;
    margin: auto;
}

#Events .nav li {
    position: relative;
    max-width: 370px;
    width: 30vw;
    margin-top: 50px;
}

#Events .nav li::after {
    content: "";
    display: block;
    background-color: #e7e7e7;
    border-radius: 5px;
    height: 5px;
}
#Events .nav li:has(.active)::after {
    background-color: #f0c8ab;
}

#Events .nav li:has(.active) button {
    color: #f0c8ab;
}

#Events .nav-item button {
    font-size: 1.1rem;
    margin: auto;
    border: 0;
    padding-bottom: 20px;
    background: transparent;
}

#Events .tab-content {
    width: 100%;
}

#Events .latest .item {
    display: flex;
}

#Events .latest .item-info {
    padding: 30px 55px;
}
#Events .latest .item-info h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

#Events .latest .item-info p {
    font-size: 1.1rem;
    letter-spacing: 2.25px;
    line-height: 2;
}

#Events .latest .item-info span {
    color: #4d4d4d;
    font-size: 14px;
    padding: 0;
}

#Events .latest .item-info .item-more {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 30px;
}

#Events .latest .item-info .item-more a {
    color: #f0c8ab;
    padding: 4px 38px;
    border: 2px solid #f0c8ab;
    border-radius: 50px;
}

@media screen and (max-width: 576px) {
    #Events .carousel-arrows {
        padding: 0 1rem;
    }
    #Events .latest .item-info {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    #Events .latest .item-info .item-more {
        flex-direction: column;
        align-items: baseline;
    }
    #Events .latest .item-info .item-more a {
        align-self: flex-end;
        margin-top: 30px;
    }
    #Events .latest .item {
        flex-direction: column;
    }
    #Events .latest h3 {
        margin-bottom: 1rem;
    }
    #Events .nav-item button {
        padding-bottom: 8px;
    }
    #Events .carousel-caption h3,
    #Events .latest h2,
    #Events .latest .item-info h3 {
        font-size: 1.4rem;
    }
    #Events .latest span {
        font-size: 1.5rem;
    }
    #Events .carousel-caption p,
    #Events .nav-item button,
    #Events .latest .item-info p,
    #Events .latest .item-info .item-more a {
        font-size: 1rem;
    }

    #Events .nav li {
        margin-top: 20px;
    }

    #Events .latest-sticky {
        position: sticky;
        top: 30px;
        background: #fff;
        z-index: 7;
    }
}


