body{
    font-size: 18px;
    position: relative;
}

.main-container{
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

.border-bottom{
    background: linear-gradient(rgb(7, 6, 36) -17.19%, rgba(7, 6, 36, 0) 111.4%), linear-gradient(86.97deg, rgba(255, 168, 0, 0.4) -0.67%, rgba(25, 187, 125, 0.4) 24.91%, rgba(0, 82, 204, 0.4) 48.82%, rgba(69, 164, 236, 0.4) 72.18%, rgba(184, 95, 255, 0.4) 88.31%), rgb(7, 6, 36);
}

.border-hero{
    background: linear-gradient(#070624 -17.19%,rgba(7,6,36,0) 111.4%),linear-gradient(86.97deg,#ffa80066 -.67%,#19bb7d66 24.91%,#0052cc66 48.82%,#45a4ec66 72.18%,#b85fff66 88.31%),#070624;
}

/* Hero */
.hero-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
    /* background: rgb(17,175,230);
    background: transparent linear-gradient(304deg, #FFBFFF 0%, #BFFFFB 100%) 0% 0% no-repeat padding-box; */
    background: linear-gradient(#070624 -17.19%,rgba(7,6,36,0) 111.4%),linear-gradient(86.97deg,rgba(255,168,0,.4) -.67%,rgba(25,187,125,.4) 24.91%,rgba(0,82,204,.4) 48.82%,rgba(69,164,236,.4) 72.18%,rgba(184,95,255,.4) 88.31%),#070624;
}

.hero-logo{
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    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: 170px;
}

.fworks-logo{
    width: 170px;
}

.hero-main-container{
    margin-top: 86px;
    padding: 50px 0;
}

.hero-content-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 50px; */
}

.hero-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-side-text{
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    width: fit-content;
    padding: 6px 12px;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 600;
}

.hero-heading{
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 0;
}

.hero-sub-heading{
    margin-top: 0.5em;
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin-bottom: 0;
}

.hero-heading-text{
    margin-top: 1em;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin-bottom: 0;
}

.date-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 2em;
}

.date-text{
    margin-bottom: 0;
}

.hero-btn{
    margin-top: 2em;
    background-color: #5d35d7;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 0.8em;
    border-radius: 5px;
    font-weight: 700;
}

.hero-content-image{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-img{
    width: 100%;
    height: auto;
}


/* 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;
}

/* Count */
.count-container{
    background: #f7f7f7;
    padding: 50px 0;
}

.count-main-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 50px;
}

.count-heading{
    font-weight: 700;
    font-size: 1.8rem;
}

.count-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.count-body{
    background: #000;
    color: #fff;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.count-number{
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
}

.count-text{
    margin-bottom: 0;
    font-size: 0.8em;
}


/* 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: 900;
}

.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 50px;
    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;
}

.speakers-content {
    max-width: 280px;
    margin: 10px auto;
    text-align: center;
    font-size: 17px;
}


/* Key */
.key-container{
    overflow: hidden;
    padding: 50px 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: 900;
}

.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: 900;
    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: #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;
    max-width: 768px;
    margin: 0 auto;
    /* 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: 2rem;
    font-weight: 800;
    text-align: start;
}

.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;
    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;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 10px;
}

.register-btn{
    background-color: #5d35d7;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 0.8em;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
}

.register-btn:hover{
    opacity: 0.9;
}

/* statistics */
.statistics-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.statistics-image{
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
}

.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: 900;
    font-size: 48px;
    border: none;
    width: 524px;
}

.statistics-sub-heading{
    font-size: 20px;
    /* margin-left: 33px; */
    color: #000;
}

.statistics-content-container{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    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: 60px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 0;
    color: #000;
}

.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-heading{
        font-size: 2.7rem;
        line-height: 3rem;
    }
    .hero-sub-heading{
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .hero-heading-text{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .statistics-content-container{
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: end;
    }
    .statistics-body{
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-device-width: 1100px){ 
    .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;
    }
    /* .hero-content-container{
        grid-column: 1/7;
    }
    .hero-image-container{
        grid-column: 7/13;
    } */
 } 

@media (max-device-width: 992px){
    /* .hero-content-container{
        grid-column: 1/7;
    }
    .hero-image-container{
        grid-column: 7/13;
    } */
    .agenda-sub-container{
        padding-top: 50px;
    }
    .hero-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .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: center;
    }
}

@media (max-device-width: 768px){
    .input-sub-data{
        flex-direction: column;
        gap: 0;
    }
    .form-heading{
        max-width: unset;
    }
    .br-hero{
        display: none;
    }
    .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){
    .register-btn{
        font-size: 16px;
    }
    .hero-heading {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }
    .hero-sub-heading {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .fworks-logo {
        /* width: 100%; */
        width: 90px;
    }
    .gs-logo{
        width: 110px;
    }
    .form-container{
        padding: 0;
    }
    .count-content{
        flex-wrap: wrap;
    }
    
    .statistics-heading{
        color: #000;
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }
    .statistics-sub-heading{
        color: #000;
        font-size: 24px;
    }
}
