body{
    text-align: left;
}

.hero-container{
    width: 100%;
}

/* .hero-img{
    width: 100%;
    height: auto;
} */

.hero-main-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.hero-content-container{
    background: rgb(235,99,20);
    background: linear-gradient(90deg, rgba(235,99,20,1) 0%, rgba(224,30,130,1) 100%);
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    min-height: 450px;
    margin: 0;
    padding: 0 4.6%;
}

.hero-sub-container{
    grid-column: 1/10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.hero-heading{
    margin-top: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 2.7rem;
}

.hero-sub-heading{
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 2rem;
}

.time-date-container{
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 15px;
}

.time-date-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
}

.location-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 40px;
}

.date-icon,
.time-icon{
    width: 45px;
    height: 45px;
}

.date-time-text{
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
}

.logo-container{
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo-sub-container{
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.uniphore-logo{
    width: 300px;
}

.logo-img{
    width: 250px;
}

.hero-img-container{
    grid-column: 10/13;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-img{
    width: auto;
    height: 450px;
}

.about-us-container{
    width: 92%;
    margin: auto;
    text-align: left;
    padding: 20px 0;
}

.about-us-heading{
    color: #EB6314;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.speacial-color{
    color: #E01E82;
}

.about-us-text{
    font-size: 20px;
    text-align: justify;
    line-height: 1.7rem;
}

.key-li{
    font-size: 20px;
}

.about-design-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.about-points-container{
    background-image: url('../assets/images/back.webp');
    background-repeat: no-repeat;
    background-position: start;
    background-size: contain;
    width: 550px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.about-points-text{
    margin-bottom: 0;
    position: absolute;
    left: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.ul-events-points{
    margin-top: 20px;
    line-height: 40px;
}

.li-events-points{
    font-size: 20px;
}

.li-events-points::marker{
    color: #000;
}

.event-highlights{
    padding: 0 0 20px;
    width: 92%;
    margin: auto;
}

.events-main-text{
    background: linear-gradient(270deg, #EB6314 0%, #E01E82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 0;
}

.events-text{
    color: #EB6314;
}

.events-text > span{
    color: #000;
}

.ajenda-container{
    padding: 0 0 20px;
    width: 92%;
    margin: auto;
}

.heading-container{
    background-image: url('../assets/images/back2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 450px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.heading-text{
    color: #fff;
    margin-bottom: 0;
    font-size: 1.5rem;
    position: absolute;
    left: 85px;
}

.ajenda-table{
    font-size: 18px;
    width: 100%;
    border-collapse: collapse;
}

.ajenda-th{
    color: #000;
    background: linear-gradient(270deg, #EB6314 0%, #E01E82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ajenda-th,
.ajenda-td,
.ajenda-table{
    text-align: left;
    padding: 12px;
    border: #E01E82 solid 1px;
    max-width: 1700px;
    font-weight: 700;
    font-size: 20px;
}

.ajenda-text-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 20px;
}

.ajenda-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ajenda-main-text{
    background: linear-gradient(90deg, #EB6314 0%, #E01E82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 0;
}

.ajenda-icon{
    width: 20px;
}

.venue-container{
    background-color: #efefef;
    padding-bottom: 50px;
}

.venue-sub-container{
    width: 90%;
    margin: auto;
}

.venue-heading{
    padding: 20px 0;
    color: #EB6314;
}

.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;
}

.speaker-container{
    margin-top: 50px;
}

.speakers-heading{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.speakers-content-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 3%;
    margin: 50px 0;
}

.speakers-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 350px;
}

.speakers-img{
    width: 200px;
}

.speakers-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.speaker-text{
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
}


.form-main-container{
    padding: 30px 0;
}

#loader{
    font-size: 20px;
}

.form-container{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 50px 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: 20px;
}

.input-field{
    width: 100%;
    padding: 5px 10px;
}

.btn-container{
    margin-top: 20px;
}

.register-btn{
    padding: 10px 20px;
    background: rgb(235,99,20);
    background: linear-gradient(190deg, rgba(235,99,20,1) 0%, rgba(224,30,130,1) 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
}

.register-btn:hover{
    opacity: 0.9;
}

@media (max-device-width: 1100px) {
    .hero-sub-container{
        grid-column: 1/7;
    }
    .hero-heading{
        font-size: 2rem;
    }    
    .hero-img-container{
        grid-column: 8/13;
    }
}

@media (max-device-width: 576px) {
    .hero-phone-heading{
        font-size: 1.8rem;
        font-weight: 500;
    }
}