.hero-container{
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero-container::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/ima.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
    /* opacity: 0.6; */
}

.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: hard-light;
    opacity: 0.5;
}

.hero-sub-container{
    padding: 141px 0 50px;
    height: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.hero-content-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

.hero-first-line{
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
}

.go-better-hero-logo{
    width: 240px;
    margin: 20px 0;
}

.presenting-word{
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
}

.hero-main-logo{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-co-presenting-container{
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.co-presenting-partner-logo{
    width: 235px;
}

.date-loc-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* margin-top: 20px; */
    gap: 20px;
    color: #000;
    font-weight: 500;
    padding: 0 15px;
}

.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: 40px;
    margin-bottom: 0;
    height: 45px;
}

.th-text{
    font-size: 20px;
    top: 12px;
}

.date-month{
    font-family: 'gilroy';
    font-size: 20px;
    margin-bottom: 0;
}

.border-line{
    width: 1px;
    height: 50px;
    background-color: #000;
}

.location-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.location-text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'gilroy';
}

.hero-tagline{
    font-family: 'gilroy';
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
}

.hero-btn-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.hero-btn{
    color: #000;
    text-decoration: none;
    background-color: #86BD2F;
    padding: 14px 28px;
    border-radius: 50px;
    position: relative;
    transform-style: preserve-3d;
    font-weight: 600;
}

.hero-btn::before {
    content: "";
    position: absolute; 
    inset: -2px;
    background: conic-gradient(from 90deg at 40% -25%, #6fb635, #bdd118);
    filter: blur(2px);
    transform: translate3d(0px,0px,-1px);
    border-radius: inherit;
    pointer-events: none;
    z-index: -1;
}

.hero-btn:hover{
    opacity: 0.9;
    color: #000;
    z-index: 3;
}

/* statistics */
.statistics-container{
    padding: 0;
    overflow: hidden;
    /* background: linear-gradient(225deg, rgba(130,187,49,1) 0%, rgba(224,221,12,1) 100%); */
    background-color: #fff;
    border-top: #f2fae9 solid 1px;
}

.statistics-sub-container{
    padding: 50px 20px;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    border-bottom: #f2fae9 solid 1px;
}

.statistics-heading{
    color: #fff;
    text-align: center;
}

.statistics-content-container{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 30px auto 0;
    width: fit-content;
    gap: 20px;
}

.statistics-body{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 10px;
    max-width: 300px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.statistics-body p{
    margin-bottom: 0;
}

.statistics-image{
    /* box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .25), 0 3px 13px 0px rgba(0, 0, 0, 0); */
    width: 100px;
    height: auto;
}

.statistics-number{
    font-size: 48px;
    font-weight: 800;
    color: #000;
}

.statistics-text{
    color: #000;
    font-size: 20px;
    text-align: center;
}

/* About Us */
.about-us-container {
    padding: 50px 0;
    overflow: hidden;
    /* background: linear-gradient(225deg, rgba(130,187,49,1) 0%, rgba(224,221,12,1) 100%); */
    background-color: #fff;
    color: #000;
}

.about-us-sub-container{
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.about-us-content-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 20px;
    text-align: justify;
}

.about-us-body-text{
    grid-column: 2/5;
}

.about-us-body-image{
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.about-us-hr{
    max-width: 290px;
    width: 100%;
    margin: 20px auto 10px;
    height: 3px;
    background-color: #7cba31;
}

.about-us-image{
    width: 100%;
    max-width: 300px;
}

.about-us-image-text{
    font-size: 24px;
    text-align: center;
    max-width: 300px;
    font-weight: 700;
    color: #000;
}


/* attend 1 */
.attend-1-container{
    padding: 50px 0;
    overflow: hidden;
    color: #1a1a1a;
    background-color: #fff;
    /* border-bottom: #f2fae9 solid 1px; */
}

.attend-1-sub-container{
    max-width: 1800px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.attend-1-heading{
    text-align: start;
}

.attend-1-heading-2{
    display: none;
}

.attend-1-content-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 1/3;
}

.attend-1-content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 10px;
}

.attend-1-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: auto;
    /* max-width: 320px; */
    width: fit-content;
    background-color: #51E5A1;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all ease 0.2s;
    cursor: pointer;
}

/* .attend-1-body:hover{
    -webkit-box-shadow:0px 0px 15px 5px rgba(70,105,41,0.83);
    -moz-box-shadow: 0px 0px 15px 5px rgba(70,105,41,0.83);
    box-shadow: 0px 0px 15px 5px rgba(70,105,41,0.83);
} */

.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: #51E5A1;
    font-size: 20px;
}

.attend-1-text{
    margin-bottom: 0;
}

.attend-1-image-container{
    grid-column: 3/4;
}

.attend-1-img{
    height: 350px;
}

/* Attend 2 */
.attend-2-container{
    padding: 50px 0 70px;
    overflow: hidden;
    background-color: #fff;
    border-top: #f2fae9 solid 1px;
    border-bottom: #f2fae9 solid 1px;
}

.attend-2-heading{
    text-align: center;
}

.attend-2-sub-container{
    max-width: 1800px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.attend-2-content-container{
    width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.attend-2-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #262626;
    background-color: #fff;
    gap: 40px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    width: 100%;
    padding: 20px;
    border-radius: 0px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.attend-2-body:hover{
    transform: scale(1.03);
}

.attend-2-img-container{
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.attend-2-icon{
    height: 100px;
    width: auto;
}

/* Industry Focus */
.industry-container{
    padding: 50px 0;
    overflow: hidden;
    color: #000;
    background-color: #fff;
    border-top: #f2fae9 solid 1px;
}

.industry-sub-container{
    max-width: 1800px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
}

.industry-heading{
    text-align: center;
}

.attend-1-sub-heading{
    margin-top: 10px;
}

.industry-content-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.industry-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    gap: 20px;
    border-radius: 5px;
    padding: 20px 20px;
    cursor: pointer;
    transition: all ease 0.3s;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.industry-body:hover{
    transform: scale(1.03);
}

.industry-text{
    margin-bottom: 0;
    font-family: 'gilroy';
    text-align: center;
}

.industry-image{
    height: 600px;
}

.industry-icon{
    width: 60px;
    /* filter: invert(100%); */
}

/* Glimpse */
.glimpse-container{
    padding: 50px 0 0;
    width: 100%;
    color: #1a1a1a;
    background-color: #fff;
}

.glimpse-sub-container{
    width: 100%;
}

.glimpse-heading{
    text-align: center;
}

.glimpse-image{
    width: 100%;
}

.glimpse-main-container{
    width: 100%;
    background-image: url('../assets/icons/sketch-type.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
}

.glimpse-content-container{
    max-width: 1800px;
    width: 100%;
    height: 100%;
    margin: 0px auto 0;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.glimpse-sub-heading-container{
    width: 100%;
}

.glimpse-sub-heading{
    font-size: 60px;
    font-weight: 700;
    text-align: start;
    color: #86BD2F;
}

.glimpse-content-sub-container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.glimpse-body{
    width: 100%;
    max-width: 430px;
    height: 100%;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.glimpse-body-heading{
    font-size: 20px;
    font-weight: 700;
}

.glimpse-video{
    width: 400px;
    height: 250px;
}

.glimpse-btn-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.glimpse-btn{
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #86BD2F;
    padding: 7px 15px;
    width: 150px;
    text-align: center;
    border-radius: 4px;
}




@media screen and (max-width: 1600px){
    .attend-2-content{
        grid-column: 1/7;
    }
    .attend-2-img-container{
        grid-column: 7/12;
    }
    .attend-2-content-container{
        width: 1200px;
    }
    .statistics-body{
        width: 100%;
    }
}

@media screen and (max-width: 1400px){
    .attend-2-content-container{
        width: 1100px;
    }
    .industry-content-container{
        grid-template-columns: repeat(4, 1fr);
    }
    .statistics-content-container{
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }
    .statistics-body{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1300px){
    .glimpse-content-container{
        flex-direction: column;
    }
    .glimpse-sub-heading{
        text-align: center;
        font-size: 2rem;
    }
    .glimpse-sub-heading-text{
        text-align: center;
    }
    .glimpse-icon{
        display: none;
    }
    .glimpse-body{
        align-items: center;
    }
}

@media screen and (max-width: 1200px){
    .attend-2-content-container{
        width: 100%;
        padding: 0 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .attend-2-img-container{
        grid-column: 1/12;
        grid-row: 1/2;
        position: relative;
        margin: auto;
    }
    .statistics-content-container{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px){
    .attend-1-sub-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .attend-1-content-container{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .attend-1-image-container{
        grid-column: 1/2;
        grid-row: 1/2;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .attend-1-img{
        max-width: 400px;
        height: auto;
        width: 90%;
    }
    .attend-1-heading{
        display: none;
    }
    .attend-1-heading-2{
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    .industry-content-container{
        grid-template-columns: repeat(3, 1fr);
    }
    .statistics-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .statistics-body{
        max-width: 400px;
    }
    .about-us-content-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .glimpse-content-sub-container{
        flex-direction: column;
    }
}

@media screen and (max-width: 768px){
    .attend-2-img-container{
        width: 100%;
    }
    .hero-container{
        height: 100%;
    }
    .attend-2-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 576px){
    .industry-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .co-presenting-partner-logo{
        width: 200px;
    }
    .statistics-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .glimpse-video{
        width: 100%;
        max-width: 400px;
        height: 230px;
    }
    .glimpse-btn-container{
        flex-wrap: wrap;
    }
    .hero-sub-container{
        padding: 130px 0 50px;
    }
    .go-better-hero-logo{
        width: 220px;
    }
    .hero-main-logo{
        padding: 0 20px;
    }
}

@media screen and (max-width: 350px){
    .attend-2-img-container{
        width: 250px;
    }
    .glimpse-video{
        width: 260px;
    }
}

@media screen and (max-width: 340px){
    .attend-2-img-container{
        width: 250px;
    }
    .hero-btn-container{
        flex-direction: column;
    }
}