.new-section {
    padding: 80px 0px !important;
}

.upcoming-sec {
    background-color: rgba(240, 240, 240, 1);
}

.section-hero img {
    object-position: 50% 72% !important;
}

.register-form {
    background-image: url("/assets/events/resgister-bg.png");
    padding: 100px;
}

.input-field input {
    width: 80%;
    height: 40px;
}

.date-btn {
    width: 200px;
    height: 80px;
}

.speaker-img {
    position: relative;
}

.speaker-imgcont {
    position: absolute;
    background-color: #0D5B85;
    width: 100%;
    bottom: 0%;
    left: 0;
    height: 65px;
    padding: 6px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.event1{
    position: relative;
}
.event1Img img{
    position: absolute;
    bottom: 30px;
    right: 0px !important;
}

.event1-bg, .event2-bg{
    background-image: url("/assets/events/cloud-summitbg.png");
    padding: 30px 0px 10px 20px;
    border-radius: 10px;
    height: 270px;
}
.event2-bg{
    background: url("/assets/events/digital-bg.png");
}


@media (max-width:753px){
    .speakers .d-flex{
         flex-direction: column;
    }
    .speaker-imgcont {
        width: 80%;
        left: 28px;
    }
    .speaker-img .img2{
        width: 230px;
    }
    .mt-5{
        margin-top: 50px !important;
    }
    .register-form{
         padding: 20px;
         border-radius: 20px;
    }
    .input-field input {
        width: 100%;
    }
    .d-flex{
        flex-direction: column;
        justify-content: center !important;
    }
    .me-4  {
        margin-right: 0rem !important;
    }
    .date-btn {
        margin: auto !important;
        margin-top: 10px !important;
    }
    .event1Img img {
        bottom: 10px;
    }
}




