body{
    font-size: 1.15rem;
}

/* Hero */
.hero-container{
    width: 100%;
    overflow: hidden;
    /* background: rgb(17,175,230);
    background: linear-gradient(45deg, #00FFFF 0%, #2B38C2 20%, #90278E 100%); */
}

/* .hero-sub-container{
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
} */

.hero-logo{
    width: 100%;
    padding: 20px 0;
}

.hero-logo-container{
    /* max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.hero-logo-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo-border{
    width: 1px;
    height: 40px;
    margin-top: 0px;
    background-color: #000;
}

.gs-logo{
    width: 200px;
}

.simpliance-logo{
    width: 200px;
}

.aparajitha-logo{
    width: 175px;
}

.hero-content-container{
    /* min-height: 500px; */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    background-color: #422049;
    width: 100%;
}

.hero-main-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hero-img-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.hero-img-container::after{
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: calc(60% + 40px);
    aspect-ratio: 1/1;
    height: auto;
    border: solid 1px #fec02c;
    border-radius: 0%;
}

.hero-img-container::before{
    content: '';
    position: absolute;
    bottom: 60px;
    right: 0px;
    width: 150px;
    aspect-ratio: 1/1;
    height: auto;
    background-color: #fec02c;
    border-radius: 0%;
}

.hero-img{
    width: 60%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0%;
}

.hero-content{
    padding: 50px 0;
    width: 100%;
}

.hero-heading{
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    margin: 0px 0 50px;
}

.date-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 50px 0;
    gap: 14px;
    border: #fec02c solid 1px;
    max-width: 600px;
    padding: 10px 20px;
    flex-wrap: wrap;
    border-radius: 5px;
}

.date-sub-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 100px;
}

.date-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.date-icon{
    width: 35px;
    height: 35px;
}

.date-text{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.hero-side-text-container{
    padding-bottom: 30px;
}

.hero-side-text{
    width: fit-content;
    padding: 8px 0px;
    font-size: 24px;
    /* background-color: #fff; */
    color: #fff;
    font-weight: 500;
}

/* About */
.about-container{
    padding: 50px 0;
    overflow: hidden;
}

/* .about-sub-container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
} */

/* Speaker */
.speaker-container{
    padding: 50px 0;
    overflow: hidden;
}

/* .speakers-sub-container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
} */

.speakers-heading{
    font-size: 2rem;
    text-align: center;
    max-width: 992px;
    margin: 0 auto 44px;
    font-weight: 900;
    /* text-transform: uppercase; */
    text-decoration: underline;
    text-decoration-color: #fec02c;
}

.speakers-text{
    text-align: center;
    font-size: 1.15rem;
    margin-top: 20px;
}

.speakers-content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*width: fit-content;*/
    max-width: 1400px;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    padding: 0;
}

.speakers-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 320px;
    width: 100%;
}

.speakers-img-container{
    border: 1px solid #934499;
    border-radius: 20px;
    padding: 4px;
}

.speakers-img {
    width: 210px;
    height: auto;
    border-radius: 20px;
    background: #934499;
}

.speakers-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8px;
}

.speakers-content > p {
    margin-bottom: 0;
    text-align: center;
}

/* Agenda */
.agenda-container{
    padding: 50px 0;
    overflow: hidden;
    /* background-color: #fff; */
    /* background-color: #fcaf18; */
    color: #000;
}

/* .agenda-sub-container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
} */

.agenda-heading{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: start;
    margin-bottom: 20px;
}

.agenda-table{
    /* font-size: 18px; */
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
}

/*border: #00000013 solid 1px;*/
.agenda-th{
    color: #000;
    font-weight: 700;
}

.agenda-tr{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    height: 100%;
    border-bottom: #1a15152a solid 1px;    
    padding: 20px 0;
}

.agenda-tr:last-child{
    border-bottom: none;
}

.agenda-td{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
    width: 100%;
}

.agenda-th,
.agenda-td,
.agenda-table{
    text-align: left;
    padding: 12px;
    border: none;
    /* max-width: 1000px; */
    margin: 0 auto;
    /* font-size: 18px; */
    height: 100%;
}

.agenda-td:nth-child(1),
.agenda-th:nth-child(1){
    /*color: #5D38DF;*/
    max-width: 220px;
}

.agenda-text-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}

.agenda-main-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
}


/* Key */
.key-container{
    padding: 50px 0;
}

.key-ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-li{
    padding: 30px;
    width: 100%;
    height: 100%;
    background-color: #F4F4F5;
    text-align: start;
    border-radius: 5px;
    font-weight: 500;
}

/* form */
.form-main-container{
    width: 100%;
    padding: 50px 0 0;
}
/* 
.form-main-sub-container{
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    padding: 0 20px;
} */

.form-heading-container{
    overflow: hidden;
    /* background: linear-gradient(90deg, rgba(22,157,213,1) 0%, rgba(5,104,166,0) 60%); */
}

.form-heading{
    max-width: 94%;
    margin: 0 0;
    padding: 10px 20px;
    position: relative;
}

.loader-image{
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.input-sub-data{
    width: 100%;
    max-width: 1000px;
    padding: 0 0px;
    margin: 40px 0 0;
    gap: 40px;
    display: flex;
    flex-direction: row;
}

.input-data{
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0px;
}

.input-data-condition{
    width: 100%;
    max-width: 1000px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0px;
}

.input-sub-data > .input-data{
    /* padding: 20px 0 0; */
}

.btn-container{
    max-width: 1000px;
    padding: 0px 0px 20px;
    width: 100%;
    margin: 0 ;
    margin-bottom: 40px;
}

label{
    width: fit-content;
}

.input-checkbox{
    margin: 7px 10px 0 0;
}

.label-condition{
    line-height: 24px;
}

label.error{
    color: red;
}

.input-field{
    width: 100%;
    padding: 5px 10px;
}

.register-btn{
    background-color: #fec02c;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    text-align: start;
}

.key-heading{
    text-align: center;
}

/* statistics */
.statistics-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.statistics-image{
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
}

.statistics-sub-container{
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.statistics-heading-container{
    margin: 0;
}

.statistics-heading{
    font-weight: 900;
    font-size: 60px;
    border: none;
    width: 524px;
}

.statistics-sub-heading{
    font-size: 30px;
    /* margin-left: 33px; */
    color: #fec02c;
}

.statistics-content-container{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: end;
    gap: 100px;
    margin: 0 0 0 auto;
}

.statistics-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    max-width: 300px;
    gap: 15px;
}

.statistics-number{
    font-size: 80px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 0;
    color: #fec02c;
}

.statistics-text{
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 19px;
}

/* @media (max-device-width: 1100px){
    .hero-content-container{
        grid-column: 1/7;
    }
    .hero-image-container{
        grid-column: 7/13;
    }
} */
@media (max-device-width: 1800px){
    .hero-img{
        width: 460px;
    }
    .hero-img-container::after{
        width: 500px;
    }
    .hero-img-container::before{
        top: 350px;
        bottom: unset;
    }
    .hero-heading{
        font-size: 40px;
    }
}

@media (max-device-width: 1200px){
    .hero-heading{
        font-size: 38px;
    }
}

@media (max-device-width: 1100px){
    /* .hero-content-container{
        grid-column: 1/7;
    }
    .hero-image-container{
        grid-column: 7/13;
    } */
    .btn-container{
        margin-bottom: 0;
    }
    .statistics-content-container{
        flex-direction: column;
        gap: 30px;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .statistics-body{
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-device-width: 992px){
    .speakers-heading{
        text-align: center;
    }
    .form-main-container{
        padding-bottom: 50px;
    }
    .hero-main-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-heading{
        text-align: center;
    }
    .register-btn{
        text-align: center;
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
    .date-container{
        margin: 40px auto;
        align-items: center;
        justify-content: center;
    }
    .hero-img-container{
        display: none;
    }
    .date-sub-container{
        align-items: center;
        justify-content: center;
    }
    .key-ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .statistics-sub-container{
        flex-direction: column;
        justify-content: flex-start;
    }
    .statistics-heading,
    .statistics-sub-heading{
        text-align: center;
        width: 100%;
    }
    .statistics-content-container {
        flex-direction: row;
        margin: 40px auto 0;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px 70px;
    }
    .statistics-body{
        width: fit-content;
        justify-content: center;
        align-items: flex-end;
    }
}

@media (max-device-width: 768px){
    .input-sub-data{
        flex-direction: column;
        gap: 0;
    }
    .form-container{
        padding: 0 10px;
    }
    .form-heading::after,
    .key-points-heading::after,
    .speakers-heading::after,
    .agenda-heading::after{
        left: 0;
        width: 100%;
        max-width: unset;
    }
    .form-heading{
        max-width: unset;
    }
    .br-hero{
        display: none;
    }
    .hero-content-container{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .hero-side-text-container{
        padding-bottom: 0;
        padding-top: 30px;
    }
    .hero-heading{
        margin-top: 0;
        font-size: 40px;
        margin-bottom: 40px;
        text-align: center;
    }
    /* .hero-logo-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
     */
    .hero-logo-sub-container{
        width: 100%;
        justify-content: center;
    }
    .aparajitha-logo{
        width: 110px;
    }
    .logo-border{
        height: 30px;
        margin-top: 3px;
    }
    .simpliance-logo{
        width: 130px;
    }
    .gs-logo{
        width: 140px;
    }
    .key-ul{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-device-width: 576px){
    .hero-heading{
        margin-top: 0;
        font-size: 32px;
    }
    .date-text,
    .register-btn{
        font-size: 16px;
    }
    .aparajitha-logo{
        width: 30%;
    }
    .simpliance-logo{
        width: 40%;
    }
    .gs-logo{
        width: 30%;
    }
    .statistics-heading{
        color: #fec02c;
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }
    .statistics-sub-heading{
        color: #000;
        font-size: 24px;
    }
}

.form-container{
    width: 100%;
    padding: 0px;
    text-align: center;
    /* background: #fff; */
    /* box-shadow: 0 0 15px #000; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.main-form-input{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0px 0 0;
    text-align: center;
    /* background: #fff; */
    /* box-shadow: 0 0 15px #000; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.input-sub-data{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.input-data{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1); */
    padding: 0 10px;
    gap: 5px;
    background-color: transparent;
}

.input-data > label{
    /* font-size: 20px; */
    /* width: 300px; */
    text-align: left;
}

.input-field{
    width: 100%;
    /* margin-top: 10px; */
    padding: 10px 15px;
    color: #fff;
    background-color: #fff;
    border-radius: 5px;
    border: #ccc solid 1px;
}

.input-field:focus{
    outline: none;
}

.btn-container{
    padding: 20px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* .register-btn{
    padding: 10px 20px;
    background-color: #0183FF;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 5px;
}

.register-btn:hover{
    cursor: pointer;
    opacity: 0.9;
} */

label.error{
    color: red;
}

.rotate-z-180{
    transform: rotateY(180deg);
}

/* @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: 1500px) {
}

@media (max-device-width: 992px) {
    .hero-sub-content-container{
        grid-template-columns: repeat(1,1fr);
    }
    .hero-img-container{
        display: none;
    }
    .hero-sub-container{
        align-items: center;
    }
    .hero-content-container{
        background-image: url('../assets/images/hero-main.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .hero-content-container::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        
        z-index: 1;
    }
    .input-sub-data{
        flex-direction: column;
    }
    /* .agenda-td,
    .input-data > label{
        font-size: 1rem;
    } */
}

@media (max-device-width: 768px) {
    .agenda-tr{
        flex-direction: column;
    }
    .agenda-td:nth-child(1),
    .agenda-th:nth-child(1){
        margin: 0;
    }
}

@media (max-device-width: 576px) {
    .hero-phone-heading{
        font-size: 1.8rem;
        font-weight: 500;
    }
}