.hero-container{
    overflow: hidden;
    position: relative;
    /* background-color: #de0b89; */
    color: #fff;
}

.hero-sub-container{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(7, 88, 157, 0.8);
}

.hero-content-container{
    padding: 120px 0 120px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-main-logo{
    max-width: 900px;
    width: 100%;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,.1));
}

.hero-tagline{
    text-align: center;
    margin: 20px 0 20px;
    font-size: 21px;
    font-weight: 700;
    /*max-width: 600px;*/
}

.hero-btn-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.hero-btn{
    width: 170px;
    padding: 10px 18px;
    background-color: #fff;
    border: 1px solid rgba(22, 76, 167, 0.6);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    overflow: hidden;
    color: #051A2D;
    text-align: center;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hero-btn:nth-child(1){
    background-color: #C6D93B;
    color: #000;
}

.hero-btn:hover {
    opacity: 0.9;
}

/* .hero-btn > span {
    letter-spacing: 0.7px;
}

.hero-btn:hover {
    animation: rotate624 0.7s ease-in-out both;
}

.hero-btn:hover span {
    animation: storm1261 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

@keyframes rotate624 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
  
@keyframes storm1261 {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }  
    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}

.btn-shine {
    overflow: hidden;
    position: relative;
}

.btn-shine span {
    z-index: 4;
}
  
.btn-shine:after {
    background: #07589D;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn-shine:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
} */

.date-location-container{
    position: relative;
    padding: 50px 0 0;
    width: 100%;
}

.date-location-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    gap: 20px 60px;
}

.date-loc-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.date-loc-icon{
    width: 40px;
    height: auto;
}

.date-loc-text{
    margin-bottom: 0;
    font-size: 22px;
}

.location-text{
    color: #fff;
    font-size: 22px;
}

.location-text:hover{
    color: #fff;
}



/* --------------------------------------
                STATISTICS US
-----------------------------------------*/
.statistics-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background: rgb(165,12,128);
    background: radial-gradient(circle, rgba(165,12,128,1) 0%, rgba(234,55,118,1) 50%, rgba(250,165,69,1) 100%);
    color: #fff;
}

.statistics-heading{
    color: #fff;
    text-align: center;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-fill-color: unset;
}

.statistics-sub-container{
    width: 100%;
}

.statistics-content-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.statistics-body{
    width: 100%;
    height: 100%;
    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: 54px;
    font-weight: 900;
    margin-bottom: 0;
}

.statistics-sub-heading{
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}


/* --------------------------------------
                ABOUT US
-----------------------------------------*/
.about-us-container{
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
    position: relative;
    background-color: #F4F5F7;
    background-color: #fbfcf1;
}

/*.about-us-container::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: url('../assets/images/about-us.webp');*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*    filter: blur(4px);*/
/*    border: none;*/
/*    z-index: 1;*/
/*    opacity: 0.7;*/
/*}*/

/*.about-us-container::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 2;*/
/*    background-color: rgba(255,255,255,0.6);*/
/*}*/

.about-us-sub-container{
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.about-us-content-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
    align-items: flex-start;
    gap: 30px;
}

.about-us-body-text{
    grid-column: 2/6;
    color: #000;
}

.about-us-sub-text{
    font-weight: 700;
    color: #07589D;
}

.about-us-text{
    text-align: left;
}

.about-us-body-image{
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.about-us-image{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

/* --------------------------------------
                ATTEND 1
-----------------------------------------*/
.attend-1-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background-color: #F4F5F7;
    background-color: #fbfcf1;
}

.attend-1-sub-container{
    max-width: 1800px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.attend-1-sub-container{
    padding: 0 20px;
}

.attend-1-heading-2{
    display: none;
}

.attend-1-content-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0px 0px;
}

.attend-1-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: auto;
    width: fit-content;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all ease 0.3s;
    cursor: pointer;
    border: #fff solid 1px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.1);
    background-color: #fff;
}

/* .attend-1-body:hover{
    box-shadow: 0 0rem 1rem 0.4rem #454545;
    transform: translateY(-3px);
} */

.attend-1-icon{
    color: #C6D93B;
}

.attend-1-text{
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

/* --------------------------------------
                INDUSTRY FOCUS
-----------------------------------------*/
.industry-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background-color: #F4F5F7;
    background-color: #fbfcf1;
}

.industry-content-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.industry-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
    border-radius: 5px;
}

.industry-icon{
    width: 80px;
    height: auto;
    filter: invert(99%) sepia(23%) saturate(3847%) hue-rotate(7deg) brightness(89%) contrast(90%);
}

/* --------------------------------------
                ATTEND 2
-----------------------------------------*/
.attend-2-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background-color: #F4F5F7;
    background-color: #fbfcf1;
}

.attend-2-content-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.attend-2-body{
    padding: 20px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.attend-2-main-text{
    color: #051A2D;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    font-weight: 800;
}

.attend-2-text{
    margin-bottom: 0;
}


/* @media screen and (max-width: 1440px) {
} */

@media screen and (max-width: 1400px) {
    .about-us-content-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: justify;
    }
    .attend-1-content-container{
        justify-content: center;
    }
    .industry-content-container{
        grid-template-columns: repeat(4, 1fr);
    }
    .attend-2-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
    .industry-content-container{
        grid-template-columns: repeat(3, 1fr);
    }
    .statistics-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .industry-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .attend-2-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-main-logo{
        padding: 0 20px;
    }
}

@media screen and (max-width: 576px) {
    .industry-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .statistics-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .statistics-number{
        font-size: 40px !important;
    }
    .statistics-sub-heading{
        font-size: 22px;
    }
    .date-location-sub-container{
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
    }
    .hero-tagline{
        padding: 0 20px;
    }
}