.Hero-event {
    background-image: url(../images/event/hero.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    background-position-y: center !important;
    background-size: cover !important;
    background-position-x: 35%;
    padding: 2vw 0vw !important;
    border-radius: 0px !important;
}

.force-poppins {
    font-family: "Poppins-Regular" !important;
}

.Features-ul li {
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1.5em;
    position: relative;
}

.Features-ul li:after {
    content: '';
    height: 0.5em;
    width: 0.5em;
    background: #926d39;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0.2em;
    left: 0;
}

.contactList-ul li {
    margin-bottom: 5vh;
    font-size: 1.2vw;
}

.contactList-ul li img {
    width: 1.2vw;
}

.boxShadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    border-radius: 5px !important;
}

.btnSearch-gold {
    background-color: #926D39 !important;
    color: white;
    border-color: #926D39 !important;
}

.btnSearch-gold:hover {
    border-color: #926D39 !important;
    background-color: transparent !important;
    color: #926D39 !important;
    border-width: 0.5px !important;
}

.btnSearch-gold:focus {
    box-shadow: none !important;
}

.inlineIcon-ul {
    display: block;
    margin-bottom: 40px;
}

.inlineIcon-ul li {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.inlineIcon-ul li:last-child {
    margin-bottom: 0px !important;
}

.inlineIcon-ul li img {
    width: 2rem !important;
}

.font-small {
    font-size: 0.8rem !important;
    float: right;
    color: black !important;
}

.backgroundGray {
    background-color: #F6F6F6;
}

.goodVibes-ul li {
    margin: 0;
    margin-bottom: 1em;
    position: relative;
}

.goodVibes-ul li::before {
    content: '';
    height: 0.5em;
    width: 0.5em;
    background: #926d39;
    display: block;
    position: relative;
    transform: rotate(45deg);
    margin-right: 10px;
    display: inline-block;
}