.hero-container{
    width: 100%;
}

.hero-img{
    width: 100%;
    height: auto;
}

.about-us-container{
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 50px 0;
}

.about-us-heading{
    color: #7726AC;
    margin-bottom: 20px;
}

.about-us-text{
    font-size: 18px;
    line-height: 1.7rem;
}

.event-highlights{
    padding: 0 0 50px;
    width: 90%;
    margin: auto;
}

.events-text{
    color: #7726AC;
}

.events-text > span{
    color: #000;
}

.ajenda-container{
    padding: 0 0 50px;
    width: 90%;
    margin: auto;
}

.ajenda-heading{
    color: #7726AC;
    margin-bottom: 50px;
}

.ajenda-table{
    font-size: 18px;
    width: 100%;
    border-collapse: collapse;
}

.ajenda-th{
    color: #7726AC;
    font-family: 'gilroymedium';
}

.ajenda-th,
.ajenda-td,
.ajenda-table{
    text-align: left;
    padding: 12px;
}

.ajenda-tr:nth-child(odd){
    background-color: #efefef;
}

.venue-container{
    background-color: #efefef;
    padding-bottom: 50px;
}

.venue-sub-container{
    width: 90%;
    margin: auto;
}

.venue-heading{
    padding: 20px 0;
    color: #7726AC;
}

.venue-content-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.venue-map{
    width: 500px;
    height: 300px;
}

.venue-sub-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 60%;
    gap: 20px;
    margin: auto;
}

.location-icon-venue{
    width: 50px;
}

.venue-text{
    margin: auto;
    font-size: 20px;
    color: #000;
}

.form-main-container{
    padding: 30px 0;
}

#loader{
    font-size: 20px;
}

.form-container{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 20px 30px 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.input-sub-data{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 20px;
}

.input-data{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.input-data > label{
    font-size: 18px;
}

.input-field{
    width: 100%;
    padding: 5px 10px;
}

.btn-container{
    margin-top: 20px;
}

.register-btn{
    padding: 10px 20px;
    background-color: #7726AC;
    color: #fff;
    border: none;
    border-radius: 5px;
}