.hero-container{
    padding: 110px 20px 50px;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-container::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: url('../assets/images/hero-bg.webp');
    background-repeat: no-repeat;
    background-position: end;
    background-size: cover;
    background-attachment: fixed;
    filter: blur(2px);
}

/* .hero-container::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../assets/images/hero-main-2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    object-position: center;
    transform: rotate(180deg);
    mix-blend-mode: overlay;
} */

.hero-video{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    filter: invert(100%);
    /* transform: scale(1.7); */
    mix-blend-mode: soft-light;
}

.hero-dark-filter{
    background-color: #ffffff22;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hero-sub-container{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-content-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

/* .hero-top-container{
    margin-bottom: 30px;
} */

.hero-main-text{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.hero-presenting-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-presenting-logo{
    max-width: 190px;
    width: 100%;
    margin-bottom: 20px;
}

.main-logo{
    width: 100%;
    max-width: 360px;
    margin-bottom: 30px;
}

.co-presenting-container{
    padding: 0px;
}

.co-prenting-partner{
    width: 100%;
    max-width: 105px;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #fff;
    padding: 20px;
    border-radius: 2px; */
}

.co-prenting-link{
    width: fit-content;
    margin: 0 auto;
    display: block;
}

.date-loc-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
}

.date-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.date-sub{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.date-text{
    font-size: 50px;
    margin-bottom: 0;
    height: 50px;
}

.th-text{
    font-size: 24px;
    top: 20px;
}

.date-month{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.border-line{
    width: 1px;
    height: 50px;
    background-color: #fff;
}

.location-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.location-text{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

.location-text a{
    color: #fff;
}

.hero-tagline{
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
    color: #fff;
}

.hero-btn-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.hero-btn{
    color: #004063;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    border: #fff solid 2px;
}

.hero-btn:nth-child(2){
    color: #fff;
    background-color: transparent;
    border: #fff solid 2px;
}

.hero-btn:hover{
    opacity: 0.8;
    color: #fff;
    background-color: #004063;
    border: #004063 solid 2px;
}

/* About Us */
.about-us-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #004063;
    /* background: rgb(130,187,49);
    background: linear-gradient(225deg, rgba(130,187,49,1) 0%, rgba(224,221,12,1) 100%); */
    /* background: linear-gradient(90deg, rgba(11,127,140,1) 20%, rgba(210,217,11,1) 80%); */
    color: #fff;
}

.about-us-sub-container{
    max-width: 1800px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.about-us-heading{
    margin-bottom: 30px;
    padding: 0 1px 0px;
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 32px;
    font-weight: 700;
}

/* Stats */
.statistics-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background: rgb(0,64,99);
    background: linear-gradient(85deg, rgba(0,64,99,1) 0%, rgba(36,203,163,1) 100%);
    color: #fff;
}

.statistics-heading{
    text-align: center;
    padding: 0 1px 0;
    border-bottom: 2px solid #004063;
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin: 0 auto 40px;
    font-weight: 700;
    color: #fff;
}

.statistics-sub-container{
    width: 100%;
    /* max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px; */
}

.statistics-content-container{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    /* width: fit-content;
    margin: 0 auto; */
}

.statistics-body{
    width: 100%;
    height: 100%;
    /* max-width: 300px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.2);
}

.statistics-number{
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 0;
}

.statistics-sub-heading{
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}


/* attend 1 */
.attend-1-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #EFEFEF;
    color: #fff;
}

.attend-1-sub-container{
    max-width: 1800px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.attend-1-heading{
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 1px 0px;
    border-bottom: 2px solid #004063;
    font-weight: 700;
    color: #000;
}

.attend-1-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.attend-1-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 60px;
    max-width: 300px;
    width: 100%;
    background-color: #C6D93B;
    background-color: #004063;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}

.circle-icon{
    width: 40px;
    height: 40px;
    /* background: rgb(217,203,13);
    background: linear-gradient(180deg, rgba(217,203,13,1) 0%, rgba(146,191,48,1) 100%); */
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.attend-1-icon{
    color: #004063;
    font-size: 20px;
}

.attend-1-text{
    margin-bottom: 0;
}

/* Industry Focus */
.industry-focus-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
    color: #000;
}

.industry-focus-sub-container{
    max-width: 1800px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
}

.industry-focus-heading{
    color: #000;
    width: fit-content;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 1px 0px;
    border-bottom: 2px solid #004063;
    font-weight: 700;
}

.industry-content-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: fit-content;
    margin: 0 auto;
}

.industry-body{
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin: auto;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    border-radius: 5px;
}

.industry-body:hover .industry-icon{
    transform: scale(1.2);
}

.industry-icon{
    width: 70px;
    transition: all ease 0.4s;
}

.industry-text{
    margin-bottom: 0;
    text-align: center;
}



/* Attend 2 */
.attend-2-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #40546B;
}

.attend-2-heading{
    color: #fff;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 1px 0px;
    border-bottom: 2px solid #fff;
}

.attend-2-heading-1{
    display: none;
}

.attend-2-sub-container{
    max-width: 1800px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(11, 1fr);
    gap: 20px;
}

.attend-2-content{
    grid-column: 1/8;
}

.attend-2-content-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.attend-2-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
}

.circle-icon-2{
    margin: 10px 20px;
}

.attend-2-img-container{
    grid-column: 8/12;
    width: 100%;
    top: 0px;
    position: absolute;
}

.attend-2-img{
    width: 100%;
}

@media (max-device-width: 1800px){
    .hero-sub-container{
        max-width: 1400px;
    }
}

@media (max-device-width: 1600px){
    .attend-2-content{
        grid-column: 1/7;
    }
    .attend-2-img-container{
        grid-column: 7/12;
    }
}

@media (max-device-width: 1500px){
    .industry-content-container{
        grid-template-columns: repeat(4, 1fr);
    }
    .hero-sub-container{
        max-width: 1200px;
    }
}

@media (max-device-width: 1300px){
    .hero-sub-container{
        max-width: 992px;
    }
}

@media (max-device-width: 1200px){
    .attend-2-content{
        grid-column: 1/12;
        grid-row: 2/3;
    }
    .attend-2-img-container{
        grid-column: 1/12;
        grid-row: 1/2;
        position: relative;
        width: 600px;
        margin: auto;
    }
    .attend-2-heading-1{
        display: block;
        margin: auto;
    }
    .attend-2-heading{
        display: none;
    }
    .attend-2-heading-1{
        display: block;
    }
    .industry-content-container{
        grid-template-columns: repeat(3, 1fr);
    }
    .statistics-content-container{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-device-width: 1050px){
    .hero-sub-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hero-content-container{
        align-items: center;
        justify-content: center;
    }
    .hero-tagline,
    .hero-main-text{
        text-align: center;
    }
    .statistics-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-device-width: 768px){
    .attend-2-img-container{
        width: 300px;
    }
    .main-logo{
        width: 100%;
        padding: 10px 20px;
    }
    .hero-container{
        min-height: 550px;
        padding: 120px 0 100px;
    }
    .industry-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-device-width: 576px){
    .industry-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .date-text{
        font-size: 40px;
    }
    .th-text{
        font-size: 20px;
        top: 15px;
    }
    .date-sub{
        height: 42px;
    }
    .hero-tagline{
        margin: 20px 0;
    }
    .hero-btn-container{
        margin-top: 20px;
    }
    .co-prenting-partner{
        max-width: 100px;
    }
    .statistics-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-presenting-logo{
        width: 170px;
    }
    .date-month,
    .location-text a{
        font-size: 20px;
    }
}

@media (max-device-width: 400px){
    .hero-br{
        display: none;
    }
}

@media (max-device-width: 350px){
    .attend-2-img-container{
        width: 250px;
    }
}

@media (max-device-width: 340px){
    .attend-2-img-container{
        width: 250px;
    }
    .hero-btn-container{
        flex-direction: column;
    }
}