* {
    outline: 0 !important;
    box-shadow: none !important;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

/******* Header *******/
header {
    background: #730f16;
}

    header a img {
        width: 300px;
    }

    header .nav-link {
        color: #fff !important;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 18px !important;
    }

.navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
}

    .navbar-light .navbar-toggler span {
        font-size: 19px;
        color: #fff;
    }

/******* Events *******/
.event-bg {
    background: rgb(207, 164, 91);
    background: linear-gradient(0deg, rgba(207, 164, 91, 1) 0%, rgba(242, 228, 209, 1) 50%, rgba(207, 164, 91, 1) 100%);
}

.event-white {
    padding: 0 50px;
    background: #fff;
}

.event-bg h3 {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #d9b87c;
    margin: auto;
    display: table;
    color: #730e19;
    font-size: 34px;
    margin-bottom: 40px;
    padding-top: 50px;
}

.event-ui {
    border: 3px solid #d8b678;
    height: 100%;
}

.date-time {
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

.event-ui img {
    height: 384px;
    object-fit: cover;
    width: 100%;
}

.event-ui h4 {
    color: #731013;
    font-size: 20px;
    font-weight: 600;
    margin: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    min-height: 44px;
}

.event-ui p {
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    min-height: 45px;
}

.btn-set {
    margin: auto;
    display: block;
    background: #730e19;
    color: #f8e096;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    width: 130px;
}

    .btn-set:hover {
        background: #fff;
        border: 1px solid #730d1c;
        color: #730d1c;
    }

/******* Footer *******/
footer {
    background: #730d1c;
    padding: 30px 0;
}

.foot-url h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.foot-url p {
    color: #fff;
    margin: 0;
}

    .foot-url p i {
        margin-right: 12px;
    }

.foot-url img {
    filter: brightness(0) invert(1);
    width: 300px;
    max-width: 100%;
}

/******* Event Details *******/
.event-left h4 {
    font-weight: 700;
    color: #730e19;
    border-bottom: 3px solid #cda050;
}

.event-action button {
    margin: auto 0;
    height: 100%;
    font-size: 20px;
    padding: 9px 15px;
    border-radius: 8px;
}

.date-event > p {
    font-size: 14px;
    font-weight: 500 !important;
    margin: 0 !important;
    color: #b9253b !important;
}

.date-event {
    border: 3px solid #cda050;
    border-radius: 10px;
    padding: 5px 8px;
}

.event-right p {
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}

.sponsor-logo img {
    max-width: 20%;
}

.title-logo {
    font-weight: 700;
    color: #730c1e;
    margin-bottom: 20px;
}

/****************** Responsive Design ********************/
@media only screen and (max-width: 1399px) {
    .event-ui img {
        height: 324px;
    }
}

@media only screen and (max-width: 1199px) {
    .event-ui img {
        height: 264px;
    }

    .date-event {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100% !important;
    }

    header .navbar-nav {
        margin-top: 20px;
    }

    .event-ui img {
        height: 316px;
    }

    .event-bg h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .foot-url {
        text-align: center;
        margin-bottom: 25px;
    }

        .foot-url:last-child {
            margin-bottom: 0;
        }

    .event-ui img {
        height: auto;
    }

    .sponsor-logo img {
        max-width: 110px;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .event-white {
        padding: 0 20px;
    }

    .event-bg h3 {
        font-size: 22px;
    }

    .event-ui h4 {
        font-size: 18px;
    }

    #i0q4bt img {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 480px) {
    header a img {
        width: 200px;
    }
}
