.hero-container{
    /* padding: 200px 0 100px; */
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    /* background-image: url('../assets/images/hero-image.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 108% 100%; */
}

.hero-video{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    object-fit: cover;
    filter: blur(2px);
    transform: scale(1.1);
}

/* .filter::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-image: url('../assets/images/hd.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
} */

.filter{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
    /* background: rgb(14,75,113);
    background: linear-gradient(90deg, rgba(14,75,113,1) 20%, rgba(54,60,72,1) 100%); */
    background-color: #fff;
    opacity: 0.1;
}

.hero-sub-container{
    min-height: 100vh;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    background-color: #ffffffdc;
    clip-path: polygon(40% 0, 60% 50%, 40% 100%, 0 100%, 0 0);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.09);
}

.hero-content-container{
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: 0 auto 0 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* overflow: hidden; */
    padding: 80px 0 0;
    position: relative;
    z-index: 3;
}

.hero-first-line{
    width: 100%;
    font-size: 24px;
    padding-bottom: 20px;
    text-align: start;
}

.presenting-word{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.nav-main-logo{
    height: 240px;
    margin: 0 auto 0 0;
}

.hero-co-presenting-container{
    margin: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.co-presenting-partner-logo{
    width: 215px;
}

/* Date New */
.date-loaction-container {
    padding: 60px 0px 0px;
    width: 100%;
}

.date-loaction-sub-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.date-loc-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.date-loc-icon {
    width: 35px;
    height: auto;
}

.date-loc-text {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}

.location-text{
    color: #000;
    text-decoration: none;
}

.hero-tagline{
    width: 100%;
    font-family: 'gilroy';
    text-align: start;
    font-size: 25px;
    margin: 35px 0;
    font-weight: 800;
    background: linear-gradient(90deg, #446924 0%, #E6E00C 100%);
    background: linear-gradient(90deg, rgba(130,187,49,1) 0%, rgba(224,221,12,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-btn-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.hero-btn{
    background-color: #64AB34;
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
    border: #64AB34 solid 1px;
}

.hero-btn:last-child{
    background-color: #Fff;
    border: #64AB34 solid 1px;
    color: #000;
}

.hero-btn:hover{
    background-color: #43B9EA;
    border: #43B9EA solid 1px;
    color: #fff;
    opacity: 0.8;
}

/* About Us */
.about-us-container{
    padding: 50px 0;
    overflow: hidden;
    /* background: #547327; */
    /* background: linear-gradient(90deg, rgba(11,127,140,1) 20%, rgba(210,217,11,1) 80%); */
    /* /* background: rgb(130,187,49); */
    /* background: linear-gradient(225deg, rgba(130,187,49,1) 0%, rgba(224,221,12,1) 100%); */ 
    color: #000;
    background-color: #fff;
}

.about-us-sub-container{
    width: 100%;
    padding: 0 20px;
}

.about-us-heading{
    margin-bottom: 30px;
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 32px;
}

.about-us-content-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.about-us-image-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.about-us-image{
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: 100%;
}

.about-us-text{
    text-align: justify;
}

/* attend 1 */
.attend-1-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
}

.attend-1-sub-container{
    padding: 0 20px;
}

.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;
    width: fit-content;
    border-radius: var(--border-radius-large);
    padding: 10px 20px;
    transition: all ease 0.3s;
    cursor: pointer;
    background: var(--white-color);
    box-shadow: 0 0rem 1rem rgba(0,0,0,.1);
    border-color: transparent;
}

.attend-1-body:hover{
    background: var(--white-color);
    box-shadow: 0 0rem 3rem rgba(0,0,0,.175);
    border-color: transparent;
    transform: translateY(-3px);
}

.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: row;
    align-items: center;
    justify-content: center;
    letter-spacing: -6px;
}

.attend-1-icon{
    color: #43B9EA;
    font-size: 20px;
}

.attend-1-text{
    margin-bottom: 0;
    color: #000;
}

.attend-1-image-container{
    grid-column: 3/4;
}

.attend-1-img{
    height: 350px;
}

/* Attend 2 */
.attend-2-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
}

.attend-2-sub-container{
    padding: 0 20px;
}

.attend-2-content-container{
    margin: auto;
    display: grid;
    margin-top: calc(1.5rem + 10px);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.attend-2-body{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    transition: all ease 0.3s;
    /* background-color: rgba(26, 55, 77, 0.05); */
    background: var(--white-color);
    box-shadow: 0 0rem 1rem rgba(0,0,0,.1);
    border-color: transparent;
}

.attend-2-body:hover{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border-color: transparent;
    transform: translateY(-3px);
}

.attend-2-img-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.attend-2-text-heading{
    margin-bottom: 0;
    text-align: start;
    color: #0E4B71;
    font-weight: 800;
}

.attend-2-icon{
    width: 100px;
}

/* Industry Focus */
.industry-container{
    padding: 0px 0 50px;
    overflow: hidden;
    background-color: #fff;
}

.industry-sub-container{
    padding: 0 20px;
}

.attend-1-sub-heading{
    margin: 10px 0 0 10px;
}

.industry-content-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: calc(1.5rem + 10px);
}

.industry-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 20px;
    transition: all ease 0.3s;
    padding: 10px 20px;
    background: var(--white-color);
    box-shadow: 0 0rem 1rem rgba(0,0,0,.1);
    border-color: transparent;
}

.industry-body:hover{
    background: var(--white-color);
    box-shadow: 0 0rem 3rem rgba(0,0,0,.175);
    border-color: transparent;
    transform: translateY(-3px);
}

.industry-text{
    margin-bottom: 0;
    font-family: 'gilroy';
    text-align: center;
    /* color: #3886C3; */
}

.industry-image{
    height: 600px;
}

.industry-icon{
    width: 60px;
}


/* @media screen and (max-width: 1700px){
    .nav-main-logo{
        height: 200px;
    }
} */

@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;
    }
    /* .nav-main-logo{
        height: 180px;
    } */
}

@media screen and (max-width: 1400px){
    .attend-2-content-container{
        width: 1100px;
    }
    .industry-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .nav-main-logo{
        height: 170px;
    }
    .date-loaction-container{
        padding-top: 30px;
    }
}

@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;
    }
    /* .nav-main-logo{
        height: 150px;
    } */
    .about-us-content-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 1120px){
    /* .date-loaction-sub-container{
        gap: 0;
        flex-direction: column;
    } */
    .hero-content-container{
        margin-left: 50px;
    }
}

@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);
    }
    .hero-sub-container{
        clip-path: polygon(40% 0, 80% 50%, 40% 100%, 0 100%, 0 0);
    }
}

@media screen and (max-width: 768px){
    .attend-2-img-container{
        width: 100%;
    }
    .nav-main-logo{
        height: auto;
        width: 100%;
        max-width: 500px;
        padding: 10px 0;
        margin: 0 auto 30px;
    }
    /*.hero-container{*/
    /*    height: 700px;*/
    /*}*/
    .attend-2-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-sub-container{
        clip-path: unset;
        display: flex;
        flex-direction: column;
        background-color: transparent;
    }
    .filter{
        opacity: 0.7;
    }
    .hero-content-container{
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }
    .date-loaction-sub-container{
        justify-content: center;
    }
    .hero-tagline{
        max-width: 500px;
        margin: 25px auto;
        width: 100%;
        text-align: center;
    }
    .hero-btn-container{
        justify-content: center;
    }
    .about-us-content-container{
        gap: 25px;
    }
    .about-us-image{
        width: 100%;
    }
}

@media screen and (max-width: 576px){
    .industry-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .ukg-hero-logo{
        width: 200px;
    }
    .co-presenting-partner-logo{
        width: 185px;
    }
    .presenting-word,
    .hero-first-line{
        font-size: 22px;
    }
    .hero-tagline{
        font-size: 18px;
        margin: 20px 10px;
        text-align: center;
    }
    /*.location-text {*/
    /*    font-size: 18px;*/
    /*}*/
    .date-loaction-container{
        width: 100%;
        padding-top: 10px;
    }
    .nav-main-logo{
        margin-bottom: 20px;
    }
    .date-loaction-sub-container{
        width: 100%;
        gap: 10px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .date-loc-text{
        font-size: 16px;
        font-weight: 500;
    }
    .hero-btn-container{
        width: 100%;
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .hero-content-container{
        align-items: center;
        gap: 10px;
    }
}

@media screen and (max-width: 350px){
    .attend-2-img-container{
        width: 250px;
    }
}

@media screen and (max-width: 340px){
    .attend-2-img-container{
        width: 250px;
    }
    .hero-btn-container{
        flex-direction: column;
    }
}