.hero-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 85vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    background-image: linear-gradient(45deg, #009EC5aa 0%, #2e7eedaa 20%, #02225Baa 50%);
    z-index: 2;
}

.video-hero-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content-container{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hero-main-text{
    font-size: 88px;
    text-transform: uppercase;
    font-weight: 800;
    color: #C6D93B;
    font-family: 'Barlow', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    letter-spacing: 1px;
    transform: scaleY(1.2);
}

.hero-and-text{
    font-weight: 400;
    font-size: 80px;
    color: #fff;
}

.bottom-patch{
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    z-index: 4;
}


/* Shape */
.shapes-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.shapes-container .shape {
    position: absolute;
}

.shapes-container .shape::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transform: rotate(-35deg);
    position: absolute;
    border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
    top: 2%;
    left: 11%;
    width: 400px;
    height: 70px;
}

.shapes-container .shape:nth-child(2) {
    top: 14%;
    left: 18%;
    width: 200px;
    height: 15px;
}

.shapes-container .shape:nth-child(3) {
    top: 80%;
    left: 4%;
    width: 300px;
    height: 60px;
}

.shapes-container .shape:nth-child(4) {
    top: 85%;
    left: 15%;
    width: 100px;
    height: 10px;
}

.shapes-container .shape:nth-child(5) {
    top: 5%;
    left: 50%;
    width: 300px;
    height: 25px;
}

.shapes-container .shape:nth-child(6) {
    top: 4%;
    left: 52%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(7) {
    top: 80%;
    left: 70%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(8) {
    top: 55%;
    left: 95%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(9) {
    top: 50%;
    left: 90%;
    width: 300px;
    height: 50px;
}

/* .shapes-container .shape:nth-child(10) {
    top: 30%;
    left: 60%;
    width: 500px;
    height: 55px;
} */

.shapes-container .shape:nth-child(11) {
    top: 60%;
    left: 60%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(12) {
    top: 35%;
    left: 75%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(13) {
    top: 90%;
    left: 40%;
    width: 300px;
    height: 45px;
}

.shapes-container .shape:nth-child(14) {
    top: 54%;
    left: 75%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(15) {
    top: 50%;
    left: 90%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(16) {
    top: 50%;
    left: 81%;
    width: 100px;
    height: 5px;
}

/* Statics */
.statics-container{
    position: relative;
    background-color: #000;
    color: #fff;
}

.statics-sub-container{
    position: absolute;
    top: -50px;
    z-index: 5;
    width: 100%;
    max-width: 1120px;
    padding: 0 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.statics-content-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 70px;
    background-color: #333;
    border-radius: 5px;
}

.statics-body{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
}

.statics-text{
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}

.statics-number-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.statics-number-container p {
    font-size: 36px;
    color: #C6D93B;
    font-weight: 600;
}


/* About us */
.about-us-container {
    padding: 100px 0px 70px;
    text-align: start;
    background: #000;
    color: #fff;
    font-size: 17px;
}

.about-us-sub-container {
    /* margin: 0 10%; */
    margin: auto;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    text-align: justify;
}

.about-us-text {
    margin-bottom: 10px;
    color: #0798ff;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.about-text{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0.5rem;
}

/* Expertise */
.expertise-container{
    padding: 80px 0;
    background: #333;
    color: #fff;
}

.expertise-heading{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #C6D93B;
}

.expertise-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    aspect-ratio: 2/1;
}

.expertise-image-container::after{
    content: '';
    position: absolute;
    background: rgb(112,184,52);
    background: linear-gradient(90deg, rgba(112,184,52,1) 0%, rgba(174,204,31,1) 100%);
    width: 100px;
    height: 100px;
    top: -10px;
    left: -10px;
    z-index: -2;
    border-radius: 10px 5px;
}

.expertise-image-container::before{
    content: '';
    position: absolute;
    background: rgb(174,204,31);
    background: linear-gradient(90deg, rgba(174,204,31,1) 0%, rgba(228,223,13,1) 100%);
    width: 100px;
    height: 100px;
    bottom: -10px;
    right: -10px;
    z-index: -2;
    border-radius: 10px 5px;
}

.expertise-image-container{
    position: relative;
    width: 100%;
}

.expertise-img{
    aspect-ratio: 2/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.expertise-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    position: absolute;
    z-index: 2;
    gap: 10px;
    bottom: 0;
    left: 0;
}

.expertise-content::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00000099;
}

.expertise-sub-heading{
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
}

.expertise-sub-heading:hover{
    color: #0798ff;
}

.expertise-text{
    text-align: center;
    font: 18px;
    font-weight: 200;
}


/* Sponsors */
.sponsors-container {
    padding: 50px 0;
    background-color: #FFF;
    color: #111;
}

.sponsors-heading {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 20px;
    color: #222;
    font-size: 36px;
    font-weight: 800;
}

.heading{

}

.sponsors-content {
    background: #FFFFFF;
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.sponsors-content-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 20px;
    gap: 40px;
    height: auto;
    margin: 30px 0;
}

.sponsors-body{
    /* height: 40px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*.sponsors-logo {*/
/*    width: 200px;*/
/*    height: auto;*/
/*    margin: 30px;*/
/*    perspective: 100%;*/
/*}*/

.tesseract-logo{
    width: 200px;
}

.adobe-logo{
    width: 180px;
}

.aws-logo {
    width: 130px;
}

.messagebird-logo {
    width: 210px;
}

.avaya-logo {
    width: 155px;
}

.sap-logo {
    width: 110px;
}

.salesforce-logo{
    width: auto;
    height: 100px;
}

.gofluent-logo{
    width: 200px;
}

.spectra-logo{
    width: 180px;
}

.procol-logo {
    width: 180px;
}

.tata-logo {
    width: 200px;
}

.jio-logo{
    width: 200px;
}

.ebixcash-logo {
    width: 127px;
}

.skillsoft-logo{
    width: 150px;
}

.uniphore-logo{
    width: 165px;
}

.avalara-logo {
    width: 150px;
}

.betterplace-logo{
    width: 220px;
}

.csod-logo {
    width: 210px;
}

.gupshup-logo {
    width: 190px;
}

.denodo-logo {
    width: 160px;
}

.parahit-logo {
    width: 150px;
}

.barracuda-logo {
    width: 200px;
}

.goto-logo {
    width: 110px;
}

.xoxo-logo {
    width: 200px;
}

.knolskape-logo{
    width: 220px;
}

.v-logis-logo{
    width: 160px;
}

.ctd-logo {
    width: 145px;
}

.unext-logo{
    width: 150px;
    height: auto;
}

.konnect-logo {
    width: 215px;
}

.zendesk-logo{
    width: auto;
    height: 70px;
}

.icertis-logo{
    width: 170px;
}

.kissflow-logo{
    width: 190px;
}

.ukg-logo{
    width: 140px;
}

.wonderbotz-logo{
    width: 130px;
}

.techjockey-logo{
    width: auto;
    height: 38px;
}

.techved-logo{
    width: 200px;
    height: auto;
}

.cerebratelogone-logo {
    width: 220px;
}

.gep-logo {
    width: 185px;
}

.expenzing-logo {
    width: 175px;
}

.happay-logo {
    width: 155px;
}

.shakedeal-logo {
    width: 200px;
}

.ms-logo{
    width: 145px;
}

.axis-logo {
    width: 190px;
}

.haptik-logo {
    width: 154px;
}

.flow-logo {
    width: 135px;
}

.vsi-logo {
    width: 160px;
}

.bsharp-logo {
    width: 130px;
}

.practus-logo {
    width: 175px;
}

.ust-smartops-logo{
    width: 205px;
}

.stratbeans-logo{
    width: 90px;
}

.courseplay-logo{
    width: 180px;
}

.mavevista-logo {
    width: 200px;
}

.happ-coach-logo {
    width: 130px;
}

.rbs-logo {
    width: 200px;
}

.people-logic-logo{
    width: 185px;
}

.zhypility-logo{
    width: 120px;
}

.awarathon-logo{
    width: 170px;
}

.intercell-logo{
    width: 140px;
}

.irisgst-logo {
    width: 150px;
}

.hireed-logo{
    width: 100px;
}

.fleetx-logo{
    width: 150px;
}

.pb-logo {
    width: 160px;
}

.ant-mascot-logo {
    width: 85px;
}

.kaleyra-logo {
    width: 160px;
}

.trejhara-logo{
    width: 140px;
}

.phonon-logo{
    width: 170px;
}

.idc-logo{
    width: 140px;
}

.skillmine-logo{
    width: 160px;
}

.germin8-logo{
    width: 115px;
}

.germin8-new-logo{
    width: 130px;
}

.clear-logo{
    width: 100px;
}

.systools-logo{
    width: 130px;
}

.acronis-logo{
    width: 130px;
}

.edas-logo{
    width: 135px;
}

.insightindia-logo{
    width: 155px;
}

.nexdigm-logo {
    width: 215px;
}

.auto-desk-logo{
    width: 190px;
}

.coffeemug-logo {
    width: 170px;
}

.xed-logo{
    width: 220px;
}

.engagemint-logo{
    width: 180px;
}

.signy-logo {
    width: 180px;
}

.ed-logo {
    width: 200px;
}

.keka-logo {
    width: 125px;
}

.hodu-logo {
    width: 160px;
}

.assertion-logo {
    width: 160px;
}

.up-logo {
    width: 155px;
}

.tekstac-logo {
    width: 145px;
}

.yubi-logo {
    width: 140px;
}

.firmway-logo {
    width: 200px;
}

.edforce-logo {
    width: 170px;
}

.microsoft-logo {
    width: 170px;
}

.nakad-logo {
    width: 150px;
}

.jamku-logo {
    width: 90px;
}

/* Media */
.media-container{
    padding: 50px 0;
    background-color: #121212;
    overflow: hidden;
}

.media-heading{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
}

.media-sub-container{
    width: fit-content;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.fb-container{
    max-width: 400px;
    min-height: 600px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    /* overflow: hidden; */
}

.twitter-container{
    width: 400px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
}

.youtube-container{
    grid-column: 1/3;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.youtube-iframe{
    border: 0;
    max-width: 400px;
    width: 100%;
    height: 200px;
}

/* Highlight */
.highlight-container{
    background: #131f2f;
    color: #fff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.highlight-heading{
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

.highlight-sub-container{
    position: relative;
}

.highlight-content{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 115%;
    margin-top: 50px;
}

.highlight-body{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.highlight-img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.highlight-animation-01{
    animation: move1 10s infinite linear alternate;
}

.highlight-animation-02{
    animation: move2 10s infinite linear alternate;
    transform: translate(-10%);
}

.highlight-animation-03{
    animation: move1 10s infinite linear alternate;
}



@keyframes move1{
    100% {
        transform: translate(-10%);
    }
}

@keyframes move2{
    100% {
        transform: translate(0%);
    }
}


@media screen and (max-width: 1700px){
    .sponsors-content-container{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 1440px){
    .sponsors-content-container{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 992px){
    .sponsors-content-container{
        grid-template-columns: repeat(3, 1fr);
    }
}