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, #FF6A13 0%, #D40F7D 100%); */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    min-height: 450px;
    margin: 0;
    /* padding: 0 4.6%; */
    position: relative;
    overflow: hidden;
}

.hero-top-img{
    /* width: 100%; */
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -300px;
}

.hero-sub-container{
    grid-column: 1/7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    position: relative;
    margin-left: 10%;
    z-index: 3;
}

.hero-heading{
    margin-top: 40px;
    color: #000;
    font-weight: 700;
    font-size: 2.7rem;
    background: linear-gradient(270deg, #FF6A13 0%, #D40F7D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub-heading{
    margin-top: 20px;
    margin-bottom: 40px;
    color: #000;
    font-size: 2rem;
}

.time-date-container{
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    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: #000;
    gap: 20px;
}

.location-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.date-icon,
.time-icon{
    width: 40px;
    height: 40px;
}

.date-time-text{
    color: #000;
    margin-bottom: 0;
    font-size: 24px;
}

.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: 7/13;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
    /* margin-right: 4.6%; */
}

.hero-img {
    max-width: 600px;
    /* height: 41%; */
    /* margin-right: 30%; */
    width: 100%;
    margin-right: 9.6%;
}

.image-line{
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 100%;
}

.image-audio{
    position: absolute;
    right: 50%;
    width: 80px;
    bottom: 2.7%;
}

.about-us-container{
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 20px 0;
}

.about-us-heading{
    color: #FF6A13;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.speacial-color{
    color: #D40F7D;
}

.about-us-text{
    margin-top: 30px;
    font-size: 24px;
    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: 90%;
    margin: auto;
}

.events-main-text{
    /*background: linear-gradient(270deg, #FF6A13 0%, #D40F7D 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    font-weight: bold;
    margin-bottom: 0;
    font-size: 24px;
}

.events-text{
    color: #FF6A13;
}

.events-text > span{
    color: #000;
}

.ajenda-container{
    padding: 0 0 20px;
    width: 90%;
    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, #FF6A13 0%, #D40F7D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ajenda-th,
.ajenda-td,
.ajenda-table{
    text-align: left;
    padding: 12px;
    border: #D40F7D solid 1px;
    max-width: 1000px;
    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, #FF6A13 0%, #D40F7D 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: #FF6A13;
}

.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: 1400px) {
    .hero-img{
        height: 50%;
    }
    .hero-heading{
        font-size: 2rem;
    }
    .hero-sub-container{
        gap: 20px;
    }
    .date-time-text{
        font-size: 24px;
    }
    .date-icon, .time-icon{
        width: 30px;
        height: 30px;
    }
} */

@media (max-device-width: 1300px) {
    /*.hero-img{*/
    /*    height: auto;*/
    /*    width: 60%;*/
    /*}*/
    .image-line{
        width: 80%;
    }
    .hero-sub-container{
        /*grid-column: 1/13;*/
        gap: 20px;
    }
    /*.hero-img-container{*/
    /*    grid-column: 1/13;*/
    /*}*/
}

@media (max-device-width: 1100px) {
    /*.hero-sub-container{*/
    /*    grid-column: 1/13;*/
    /*}*/
    .hero-heading{
        font-size: 2.8rem;
    }    
    /*.hero-img-container{*/
    /*    grid-column: 1/13;*/
    /*}*/
}

@media (max-device-width: 576px) {
    .hero-phone-heading{
        font-size: 1.8rem;
        font-weight: 500;
    }
}