html{
    scroll-behavior: smooth;
}

.hero-section-container {
    width: 100%;
    height: 800px;
    background-color: #000;
    position: relative;
}

/* .hero-section-container:before {content: '';position: absolute;width: 100%;height: 100%;left: 0;right: 0;bottom: 0;top: 0;background-color: rgba(0,0,0,0.5);z-index: 1;} */

.extra-layer,
.video-hero-section {
    width: 100%;
    height: 700px;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.extra-layer{
    width: 100%;
    filter: brightness(30%);
    
}

.hero-section-sub-container {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 2;
    color: #fff;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section-content{
    width: 1300px;
    position: absolute;
    left: calc((100% - 1300px) / 2);
    top: calc((100% - 300px) / 2);
    text-align: center;
}

.hero-special-text {
    font-weight: bolder;
    color: #C6D93B;
}

.hero-special-text > h1 {
    font-size: 130px;
}

.hero-text-head {
    color: #fff;
    font-size: 80px;
    font-family: 'gilroylight';
    margin-bottom: 40px;
}

.hero-btn-container{
    width: 100%;
    /* display: flex;
    flex-direction: row;
    align-items: flex-start; */
}

.btn-hero-section {
    background-color: #0798ff;
    border: none;
    border-radius: 4px;
    /* font-size: 16px; */
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: start;
}

.btn-hero-section:hover {
    background-color: #0677C7;
    z-index: 3;
}

.hero-head-1{
    font-size: 45px !important;
    font-weight: 600;
}
.hero-head-2{
    font-size: 35px !important;
    font-weight: 500;
}
.hero-head-3{
    font-size: 25px !important;
    font-weight: 500;
}

.hero-text-1,
.hero-text-2{
    font-size: 18px;
    font-weight: 400;
}

.hero-text-btn{
    color: #FFF;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 20px 10px 20px 0;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'gilroylight';
}

.hero-text-btn:hover{
    background-color: #0798ff;
    color: #fff;
    border: none;
}

.about-us-container {
    padding: 70px 0px;
    text-align: start;
    background: #111;
    color: #fff;
    font-size: 17px;
}

.about-us-sub-container {
    /* margin: 0 10%; */
    margin: auto;
    width: 80%;
    text-align: justify;
}

.about-us-text {
    /* font-size: 45px !important; */
    margin-bottom: 40px;
    font-family: 'gilroyextrabold';
    color: #0798ff;
    color: #fff;
    text-align: center;
}

.about-us-sub-container > p{
    font-family: 'gilroylight' !important;
    font-size: 20px;
}

.experties-container {
    background-color: #282f31;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.experties-header {
    font-family: 'gilroyextrabold';
    font-size: 45px;
    margin-bottom: 30px;
}

.experties-sub-container {
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
    /* padding: 10%; */
}

.experties-content-container {
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*height: 100%;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*grid-gap: 40px;*/
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
    grid-gap: 40px;
    flex-wrap: wrap;
}

.experties-img{
    border-radius: 4px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    aspect-ratio: 2/1;
}

.experties-body {
    max-width: 400px;
    padding: 20px;
    border-radius: 4px;
    background-color: #0798ff;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.experties-sub-body{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.card-body>img {
    margin-bottom: 20px;
}

.experties-head-text {
    margin-top: 10px;
}

/* Conference */
.upcoming-events{
    background-color: #222222;
    overflow: hidden;
    color: #fff;
    padding: 80px 0;
}

.upcoming-heading-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

.upcoming-events-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* margin: auto; */
    /* max-width: 1320px; */
    /* width: 100%; */
    /* width: fit-content; */
}

.conference-img-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conference-img{
    width: 400px;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    aspect-ratio: 2/1;
}

/* testimonials */
.testimonials-container{
    padding: 50px 0;
    background-color: #0798ff;
    color: #fff;
    overflow: hidden;
}

.testimonials-heading{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.testimonials-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonials-sub-body{
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.testimonials-text-container{
    width: 600px;
    grid-column: 1/8;
    position: relative;
    /* border: #aaa solid 4px; */
    border-radius: 5px;
    background-color: #2D3A5A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: fit-content;
    margin: auto 0;
    transform: scale(1.1);
}

.testimonials-bottom-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.testimonials-icon{
    width: 40px;
    margin-right: auto;
    margin-bottom: 10px;
}

.testimonials-icon-rev{
    width: 40px;
    transform: rotate(180deg);
    margin-left: auto;
    margin-top: 10px;
}

.testimonials-image-container{
    height: 300px;
    grid-column: 8/13;
}

.testimonials-img{
    height: 300px;
    background-image: url('../images/testimonials/bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.testimonials-text{
    text-align: start;
}

.testimonials-name{
    width: fit-content;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
    font-family: 'gilroybold';
}

/* .testimonials-name::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #fff;
    top: calc(50% - 1px);
    left: -15px;
} */

.swiper-pagination{
    position: relative;
    margin: 20px 0 0;
}

.swiper-pagination span{
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.5s;
}

span.swiper-pagination-bullet-active{
    width: 22px;
    height: 8px;
    border-radius: 20px;
}

/* Media */
.media-container{
    padding: 50px 0;
    background-color: #282f31;
    overflow: hidden;
}

.media-heading{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'gilroybold';
}

.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: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Sponsors */
.sponsors-container {
    padding: 30px 0 30px 0;
    background-color: #FFF;
    color: #111;
}

.sponsors-heading {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
    color: #222;
}

.sponsors-content {
    max-width: 1550px;
    width: fit-content;
    background: #FFFFFF;
    height: auto;
    margin: auto;
}

.sponsors-line {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 80px 50px;
    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;
}

.sap-logo {
    width: 110px;
}

.salesforce-logo{
    width: auto;
    height: 100px;
}

.gofluent-logo{
    width: 200px;
}

.spectra-logo{
    width: 180px;
}

.jio-logo{
    width: 200px;
}

.skillsoft-logo{
    width: 150px;
}

.uniphore-logo{
    width: 165px;
}

.betterplace-logo{
    width: 220px;
}

.knolskape-logo{
    width: 220px;
}

.v-logis-logo{
    width: 160px;
}

.unext-logo{
    width: 150px;
    height: auto;
}

.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;
}

.ms-logo{
    width: 145px;
}

.ust-smartops-logo{
    width: 205px;
}

.stratbeans-logo{
    width: 90px;
}

.courseplay-logo{
    width: 180px;
}

.zhypility-logo{
    width: 120px;
}

.awarathon-logo{
    width: 170px;
}

.intercell-logo{
    width: 140px;
}

.hireed-logo{
    width: 100px;
}

.fleetx-logo{
    width: 150px;
}

.trejhara-logo{
    width: 140px;
}

.phonon-logo{
    width: 170px;
}

.idc-logo{
    width: 140px;
}

.skillmine-logo{
    width: 160px;
}

.germin8-logo{
    width: 115px;
}

.clear-logo{
    width: 100px;
}

.systools-logo{
    width: 130px;
}

.acronis-logo{
    width: 130px;
}

.edas-logo{
    width: 135px;
}

.insightindia-logo{
    width: 155px;
}

.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;
}

.edforce-logo {
    width: 170px;
}

.microsoft-logo {
    width: 170px;
}

.ci-logo {
    width: 120px;
}

@media (max-device-width: 1600px) {
    .sponsors-line{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-device-width: 1400px) {
    .conference-img-container{
        width: 345px;
    }
    .hero-section-content{
        width: 1100px;
        left: calc((100% - 1100px) / 2);
    }
    .hero-special-text > h1{
        font-size: 90px;
    }
    .hero-text-head{
        font-size: 38px !important;
    }
    .sponsors-line{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-device-width: 1200px) {
    .conference-container{
        flex-direction: column;
    }
    .conference-img-container{
        width: 95%;
        margin: auto;
        max-width: 400px;
    }
    .hero-section-content{
        width: 800px;
        left: calc((100% - 800px) / 2);
        top: calc((100% - 400px) / 2);
    }
    .hero-special-text > h1{
        font-size: 90px;
    }
    .hero-text-head{
        font-size: 45px !important;
    }
    .sponsors-line{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-device-width: 992px) {
    .hero-section-sub-container {
        left: 0%;
    }
    .experties-content-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-head-1{
        font-size: 35px;
    }
    .hero-head-2{
        font-size: 30px;
    }
    .hero-section-content{
        width: 80%;
        left: 10%;
    }
    .upcoming-events-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .media-sub-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .youtube-container{
        width: 100%;
        grid-column: 1/2;
        flex-direction: column;
    }
    .youtube-container > iframe{
        width: 100%;
        height: 200px;
    }
    .sponsors-line{
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonials-text-container{
        width: 60%;
    }
}

@media (max-device-width: 768px) {
    .hero-section-content {
        left: 5%;
        width: 90%;
        top: 15%;
    }    
    .experties-content-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-us-sub-container{
        width: 90%;
    }
    .media-sub-container{
        flex-direction: column;
    }
    .youtube-container{
        width: 100%;
    }
    .youtube-container > iframe{
        width: 100%;
        height: auto;
    }
}

@media (max-device-width: 576px) {
    .hero-head-1{
        font-size: 25px !important;
    }
    .hero-head-2{
        font-size: 22px !important;
    }
    .hero-head-3{
        font-size: 18px !important;
    }
    .hero-text-head{
        font-size: 35px;
    }
    .hero-special-text > h1{
        font-size: 50px;
    }
    .hero-section-content{
        width: 90%;
        left: 5%;
        top: 20%;
    }
    .hero-special-text > h1{
        font-size: 50px;
    }
    .hero-text-head{
        font-size: 45px !important;
    }
    .conference-sub-img-container > a{
        width: 100%;
        display: block;
    }
    .upcoming-events-container{
        grid-template-columns: repeat(1, 1fr);
        padding: 0 10px;
    }
    .fb-container,
    .twitter-container{
        width: 350px;
    }
    .sponsors-line{
        grid-template-columns: repeat(1, 1fr);
    }
    /*.about-us-sub-container {
        text-align: left;
    }*/
}

@media (max-device-width: 374px){
    .fb-container,
    .twitter-container{
        width: 300px;
    }
}