body{
    font-size: 18px;
    position: relative;
}

.main-container{
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

/* Hero */
.hero-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    /* background: rgb(17,175,230);
    background: transparent linear-gradient(304deg, #FFBFFF 0%, #BFFFFB 100%) 0% 0% no-repeat padding-box; */
}

.hero-main-container{
    width: 100%;
    /* background-color: #cb1522; */
    color: #fff;
    padding-top: 102px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 550px;
}

.hero-main-container::after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../assets/image/hero-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #0ceadc;
    background: linear-gradient(131deg, #ffffffef 10%, #cb1522 50%, #4dd4ffef 94%); */
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-sub-container{
    /* max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%; */
    position: relative;
    z-index: 2;
}

.hero-logo{
    width: 100%;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 8px 23px 8px rgba(0,0,0,0.1);
    z-index: 555;
}

.hero-logo-container{
    /* max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero-logo-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
}

.gs-logo{
    width: 180px;
}

.dbs-logo{
    width: 145px;
}

.hero-content-container{
    /* min-height: 500px; */
    /* display: flex;
    flex-direction: column; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-content{
    padding: 50px 0;
    width: 100%;
    max-width: 992px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-content-image{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.hero-img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 100% 35%;
    max-height: 500px;
    mix-blend-mode: overlay;
}

.hero-image-content{
    position: absolute;
    top: 99px;
    right: 0;
    z-index: 2;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    width: 50%;
    height: calc(100% - 99px);
}

.hero-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 35%;
}

.hero-heading{
    font-size: 64px;
    font-weight: 700;
    margin: 0px 0 20px;
    text-align: start;
}

.hero-register-btn-container{
    margin-top: 20px;
}

.hero-register-btn{
    background-color: #fff;
    color: #cb1522;
    text-decoration: none;
    font-weight: 700;
    border: #cb1522 solid 1px;
    padding: 10px 30px;
    border-radius: 40px;
}

.hero-register-btn:hover{
    background-color: #cb1522;
    color: #fff;
    border: #fff solid 1px;
}

.date-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
    padding-bottom: 30px;
    margin-top: 20px;
    gap: 20px;
}

.date-inner-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.date-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.date-icon{
    width: 35px;
    height: 35px;
}

.location-icon{
    filter: invert(1);
}

.date-text{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.hero-side-text-container{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-side-text{
    width: fit-content;
    padding: 8px 0px 0;
    font-size: 24px;
    /* background-color: #000; */
    /* color: #000; */
    font-weight: 500;
    text-align: left;
}

/* Main Body */
.bg-image{
    position: fixed;
    z-index: -1;
    width: 100%;
    max-width: 1467px;
    left: 0;
    height: 100%;
    max-height: 2416px;
    top: 0;
    /* padding-top: 200px; */
    /* padding-bottom: 250px; */
    background-size: 75% 100%;
    /* background-image: url(../assets/image/WebinarPostHeroBG.svg); */
    background-repeat: no-repeat;
    background-position: 0% 50%;
    /* transform: rotate(180deg); */
}

.back-white{
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1467px;
    right: -20%;
    height: 100%;
    max-height: 2416px;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
}

/* About */
.about-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

/* .about-sub-container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
} */

.about-heading{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
}

.about-content-container p{
    line-height: 34px;
    text-align: justify;
}


/* Speaker */
.speaker-container {
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
}

.speakers-sub-container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}

.speakers-heading{
    font-size: 24px;
    text-align: start;
    font-weight: 700;
}

.speakers-text{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.speakers-content-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 35px 0px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.speakers-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 280px;
    width: 100%;
}

.speakers-img{
    width: 200px;
    height: auto;
    /*background-image: url(../assets/image/speakers-bg.webp);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    border: 1px solid #d71922;
}

.color-red{
    color: #d71922;
    font-weight: 800;
}

.speakers-content {
    max-width: 280px;
    margin: 10px auto;
    text-align: center;
    font-size: 17px;
}


/* Key */
.key-container{
    overflow: hidden;
    padding: 50px 0 0;
}

/* .key-sub-container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
} */

.key-heading{
    font-size: 24px;
    text-align: start;
    margin-bottom: 25px;
    font-weight: 700;
    color: #cb1522;
}

.key-content-container{
    width: 100%;
    padding: 20px;
    /* padding-left: 10px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    background-color: #e4f7f9;
}

.key-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.key-icon{
    width: 25px;
    height: auto;
}

.key-ul{
    margin-bottom: 0;
}


/* Agenda */
.agenda-container{
    padding: 50px 0 0;
    overflow: hidden;
    /* background-color: #fff; */
}

/* .agenda-sub-container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
} */

.agenda-heading{
    font-size: 24px;
    font-weight: 700;
    text-align: start;
    margin-bottom: 20px;
    color: #cb1522;
}

.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: #00000013 solid 1px;    
    padding: 20px 0;
}

.agenda-tr:last-child{
    border-bottom: none;
}

.agenda-td{
    font-weight: 500;
    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;
    background-color: #fff;
    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;
    font-size: 18px;
}

.agenda-main-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
}


/* form */
.form-main-container{
    width: 100%;
    padding: 50px 0;
    /* background-color: #fff; */
}

/* .form-main-sub-container{
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    padding: 0px 30px;
} */

.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%; */
    font-size: 24px;
    font-weight: 700;
    text-align: start;
    margin-bottom: 20px;
    color: #cb1522;
}

.form-container{
    padding: 0px;
    width: 100%;
    background-color: #fff;
}

.loader-image{
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.input-sub-data{
    width: 100%;
    /* max-width: 1000px; */
    padding: 0 0px;
    padding-top: 15px;
    gap: 40px;
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
}

.input-data{
    width: 100%;
    /* max-width: 1000px; */
    padding: 0 20px;
    /* margin: 0 auto; */
    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 0px;
    width: 100%;
    /* margin: 0 auto; */
    /* margin-bottom: 20px; */
}

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: transparent linear-gradient(89deg, #F3E600 0%, #FF00FF 31%, #008FFF 66%, #00FFEF 100%) 0% 0% no-repeat padding-box; */
    background-color: #cb1522;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    border: #fff solid 1px;
    padding: 10px 20px;
    font-size: 17px;
}

.register-btn:hover{
    background-color: #fff;
    color: #cb1522;
    border: #cb1522 solid 1px;
}

/* statistics */
.statistics-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative;
}

.statistics-image{
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.statistics-sub-container{
    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: 700;
    font-size: 60px;
    border: none;
    width: 524px;
}

.statistics-sub-heading{
    font-size: 20px;
    /* margin-left: 33px; */
    color: #cb1522;
}

.statistics-content-container{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 100px 50px;
    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: 700;
    line-height: 56px;
    margin-bottom: 0;
    color: #cb1522;
}

.statistics-text{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 19px;
}



/* @media (max-device-width: 1400px){
} */

@media (max-device-width: 1200px){
    .hero-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-content{
        grid-column: 1/2;
    }
}

@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){
    /* .hero-content-container{
        grid-column: 1/7;
    }
    .hero-image-container{
        grid-column: 7/13;
    } */
    .hero-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-logo-sub-container{
        gap: 40px;
    }
    .gs-logo{
        width: 130px;
    }
    .dbs-logo {
        width: 130px;
    }
    .agenda-sub-container{
        padding-top: 50px;
    }
    .hero-side-text,
    .hero-heading{
        width: 100%;
        text-align: center;
    }
    .date-inner-container{
        justify-content: center;
    }
    .date-container{
        align-items: center;
        justify-content: center;
        margin: 20px auto 0;
        padding-bottom: 0;
    }
    .agenda-sub-container{
        padding-top: 50px;
    }
    .hero-image-content,
    .hero-content-image{
        display: none;
    }
    .hero-register-btn-container{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }
    .statistics-sub-container{
        flex-direction: column;
        justify-content: flex-start;
    }
    .statistics-heading,
    .statistics-sub-heading{
        text-align: center;
        width: 100%;
        font-size: 32px;
    }
    .statistics-number{
        font-size: 48px;
        line-height: 42px;
    }
    .statistics-sub-heading{
        font-size: 20px;
    }
    .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-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: px; */
        margin-bottom: 40px;
    }
    .hero-br{
        display: none;
    }
    .hero-logo-sub-container{
        grid-column: 1/3;
        align-items: center;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }
    .hero-logo-sub-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .dbs-logo{
        /* width: 100%; */
        width: 105px; 
    }
    .gs-logo{
        /* width: 100%; */
        width: 130px;
        margin-left: auto;
    }
    .hero-side-text{
        margin-bottom: 0;
        font-size: 18px;
        padding-bottom: 15px;
    }
    /* .date-container{
        margin-top: 40px;
    } */
    .hero-main-container{
        min-height: unset;
    }
    .agenda-top-row{
        display: none;
    }
    .agenda-tr{
        flex-direction: column;
    }
    .agenda-td:nth-child(1),
    .agenda-th:nth-child(1){
        margin: 0;
    }
    .about-sub-heading{
        text-align: left;
    }
}

@media (max-device-width: 576px){
    .hero-heading{
        margin-top: 0;
        font-size: 52px;
    }
    .date-text,
    .register-btn{
        font-size: 16px;
        text-align: left;
    }
    .dbs-logo {
        /* width: 100%; */
        width: 105px;
    }
    .gs-logo{
        width: 110px;
    }
    .form-container{
        padding: 0;
    }
    .date-container{
        margin-top: 0;
    }
    .statistics-heading{
        color: #cb1522;
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }
    .statistics-sub-heading{
        color: #000;
        font-size: 24px;
    }
}
