body{
    text-align: left;
    color: #000;
}

/* @font-face {font-family: "NEWFeatureDisplayBold";src: url('https://s3.amazonaws.com/s3.clients.splashthat.com/img/events/id/458/458655845/fonts/FeatureDisplay-Bold.eot') format('eot'), url('https://s3.amazonaws.com/s3.clients.splashthat.com/img/events/id/458/458655845/fonts/FeatureDisplay-Bold.svg') format('svg'), url('https://s3.amazonaws.com/s3.clients.splashthat.com/img/events/id/458/458655845/fonts/FeatureDisplay-Bold.ttf') format('truetype'), url('https://s3.amazonaws.com/s3.clients.splashthat.com/img/events/id/458/458655845/fonts/FeatureDisplay-Bold.woff') format('woff');}

.NEWFeatureDisplayBold{
    font-family: 'NEWFeatureDisplayBold';
} */

.hero-main-container{
    width: 100%;
    background: #010425;
}

.logo-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.zendesk-logo{
    width: auto;
    height: 28px;
}

.gs-logo{
    width: 200px;
}

.hero-sub-content-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0;
    gap: 50px;
}

.hero-sub-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
}

.hero-text{
    font-family: 'grotesque';
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
}

.date-time-text{
    letter-spacing: 0.2rem;
}

.hero-img-container{
    display: flex;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
}

.hero-img-container::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -50px;
    background: linear-gradient(90deg, #010425 0%, #00000000 100%);
    z-index: 2;
}

.hero-img{
    width: 100%;
    /* max-width: 500px; */
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    top: 0;
    right: 0;
}

.hero-btn{
    margin-top: 20px;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 30px;
    font-size: 1rem;
    line-height: 1;
    color: rgb(254, 250, 242);
    background-color: rgb(100, 64, 224);
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.about-us-container{
    width: 100%;
    padding: 50px 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.904) radial-gradient(rgba(19, 5, 5, 0.1) 10%, transparent 1%);
    background-size: 11px 11px;
}

.bg-about::after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(29, 31, 32, 0.904) radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 1%);
    background-size: 11px 11px;
    opacity: 0.5;
}

.about-us-heading{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 44px;
}

.about-us-text{
    margin-top: 30px;
    font-size: 20px;
    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{
    width: 100%;
    max-width: 1800px;
    padding: 0 20px;
    margin: 0 auto;
}

.events-highlight-text{
    color: #dff992;
}

.events-main-text{
    /*background: linear-gradient(270deg, #FF6A13 0%, #dff992 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
}

.events-text{
    font-size: 20px;
}

.events-text > span{
    color: #000;
}

/* 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: #ffffff22 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;
    font-size: 18px;
}

.agenda-main-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
    font-weight: 300;
}


.speaker-container{
    margin-top: 50px;
}

.speakers-heading{
    font-weight: 700;
    font-size: 2.5rem;
    margin: 20px 0;
}

.speakers-content-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 5%;
    margin: 50px 0;
}

.speakers-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 450px;
    gap: 15px;
}

.speakers-img{
    width: 200px;
    background: linear-gradient(135deg, #b294ec 0%, #e9c0ea 100%);
}

.speakers-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*margin-top: 20px;*/
}

.speaker-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.speakers-company {
    font-weight: 600;
}

.form-main-container{
    padding: 100px 0 50px;
    background-color: #000;
    color: #fff;
    /* background-color: #eee; */
}

#loader{
    font-size: 20px;
}

.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: row;
    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: #000;
    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: flex-start;
    justify-content: flex-start;
}

.register-btn{
    padding: 10px 20px;
    background-color: #FF451A;
    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);
}
/* statistics */
.statistics-container{
    padding: 50px 0;
    overflow: hidden;
    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: 48px;
    border: none;
    width: 524px;
}

.statistics-sub-heading{
    font-size: 20px;
    /* margin-left: 33px; */
    color: #77BA56;
}

.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: 700;
    line-height: 36px;
    margin-bottom: 0;
    color: #77BA56;
}

.statistics-text{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 19px;
}


/* @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: 1200px) {
    .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;
    }
}

@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;
        background: #00000050;
        z-index: 1;
    }
    .input-sub-data{
        flex-direction: column;
    }
    .agenda-td,
    .input-data > label{
        font-size: 1rem;
    }
    .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) {
    .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;
    }
    .statistics-heading{
        color: #77BA56;
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }
    .statistics-sub-heading{
        color: #77BA56;
        font-size: 24px;
    }
}
