.hero-container {
    background-color: #fff !important;
    height: 700px;
    position: relative;
}

#myVideo {
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    object-fit: cover;
    z-index: 0;
    opacity: 0.7;
}

.content {
    z-index: 1;
    position: absolute;
    width: 800px;
    top: 50px;
    left: calc((100% - 800px) / 2);
    padding: 20px;
    color: #fff;
    opacity: 0.;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-text-1 {
    font-size: 25px;
    color: #000;
    font-weight: bolder;
}

.hero-text-edit {
    margin-bottom: 0 !important;
}

.hero-section-logo {
    margin-bottom: 3rem;
    width: 700px;
}

.tesseract-logo {
    width: 300px;
    margin-bottom: 1rem;
}

.hero-container-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

.hero-text-container {
    font-size: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #000;
    gap: 10px;
}

.hero-text {
    margin: 0;
}

.register-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    border: none;
}

.register-btn {
    background-color: #D2D918;
    color: #000;
    border-color: #D2D918;
    display: inline-block;
    height: 42px;
    padding: 0 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
}

.button-sponsors, .hero-text-btn {
    color: #000;
    text-decoration: none !important;
}

/* Popup Forms */
.sponsors-popup-form-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: -23vh;
    left: 0%;
    padding: 20%;
    z-index: 3;
}

.brochure-display-none {
    display: none;
}

.sponsors-display-none {
    display: none;
}

.nothing-container {
    background-color: #282f31;
    width: 100vw;
    height: 100vh;
    position: fixed;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 4;
}

.sponsors-popup-form {
    display: flex;
    position: relative;
    background-color: #fff;
    grid-gap: 17px;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    z-index: 6;
}

.close-icon {
    position: absolute;
    width: 50px;
    padding: 10px;
    right: -30px;
    top: -30px;
    z-index: 8;
    background-color: #fff;
    border-radius: 50px;
    border: #000 solid 2px;
}

.sponsors-head-text {
    text-align: center;
}

.form-input {
    display: flex;
    flex-direction: row;
    grid-gap: 17px;
    justify-content: flex-start;
}

.input-field {
    width: 100%;
    padding: 5px 10px;
    font-size: 17px;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 0;
}

.sponsors-form-submit-btn {
    background-color: #D2D918 !important;
    color: #000;
    width: 100px;
    font-size: 17px;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    height: auto;
}

.brochure-form-submit-btn {
    background-color: #D2D918 !important;
    color: #000;
    width: 250px;
    font-size: 17px !important;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    height: auto;
}

/* About Us */
.event-about-new {
    background-image: url('../assets/images/about-us.webp');
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
}

.container-header-1 {
    color: #D2D918 !important;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
}

.about-us-text {
    color: #fff;
    /* padding: 0 10%; */
    text-align: justify;
}

/* event-whats-in-it */
.w2-container-1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    color: #fff;
    font-size: 1rem;
    grid-gap: 5%;
    /* width: 80%; */
    margin: auto;
}

.w2-sub-container-1 {
    grid-column: 1/3;
}

.w2-heading {
    text-align: start;
    color: #D2D918;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.w2-sub-container-2 {
    grid-column: 3/6;
}

.container-keys {
    text-align: center;
    width: 100%;
    padding: 30px;
}

.learning-header {
    padding-top: 20px;
    color: #D2D918;
    text-align: center;
    font-size: 35px;
    padding: 60px 0 50px
}

.keys-container {
    display: flex;
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

.focus-sub-container {
    width: 350px;
    /* height: 300px; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    color: #fff !important;
}

.focus-img {
    height: 185px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 5px rgba(0, 0, 0, 0.05) !important; */
    border-radius: 20px;
    transition: 0.4s;
}

/* event-whats-in-it */
.event-whats-in-it {
    padding-bottom: 0;
    overflow: hidden;
}

.w2-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    color: #fff;
    font-size: 1rem;
    grid-gap: 5%;
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.w2-heading {
    text-align: start;
    color: #D2D918;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.industry-text {
    color: #fff;
}

/* Gallery */
.gallery-container{
    padding: 50px 0 70px;
    background-color: #212121;
    color: #fff;
    overflow: hidden;
}

.gallery-heading{
    color: #D2D918;
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
}

.gallery-content-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.gallery-body{
    width: 100%;
}

.gallery-img{
    width: 100%;
}

.mySwiper{
    user-select: none;
    position: relative;
}

.swiper-slide-active{
    border: 2px solid #D2D918;
}

.gallery-body{
    overflow: hidden;
    border-radius: 5px;
    cursor: default;
}

.swiper-pagination{
    bottom: -40px !important;
}

.swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.4;
}

.swiper-pagination-bullet-active{
    background-color: #D2D918;
    opacity: 1;
}

.fullimage-container{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.full-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.close-btn{
    position: absolute;
    font-size: 30px;
    top: 1%;
    right: 2%;
}


@media (max-device-width: 1500px) {
    .sponsors-popup-form-container{
        padding: 10%;
        top: 0vh;
    }
}

@media (max-device-width: 1200px) {
    .w2-container-1{
        grid-template-columns: repeat(1, 1fr);
    }
    .w2-sub-container-2,
    .w2-sub-container-1{
        grid-column: 1/2;
    }
}

@media (max-device-width: 992px) {
    .content{
        width: 80%;
        left: 10%;
    }
    .hero-section-logo{
        width: 500px;
    }
    .w2-container{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}

@media (max-device-width: 576px) {
    .content{
        width: 100%;
        left: 0%;
    }
    .hero-section-logo{
        max-width: 400px;
        width: 100%;
    }
    .tesseract-logo{
        max-width: 280px;
        width: 70%;
    }
    .hero-icons{
        width: 30px;
    }
    .hero-text{
        font-size: 20px;
        width: fit-content;
    }
    .hero-text-container{
        width: 100%;
    }
    .hero-text-link{
        width: 70%;
    }
}