.new-intro-section {
    position: relative;
    height: 100svh;
    width: 100svw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.new-intro-section .background-gif {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.background-gif video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*z-index: -1;*/
}

.new-intro-section .intro-title {
    color: white;
    font-size: 10svh;
    line-height: 10svh;
    font-weight: bold;
    margin-bottom: 4svh;
    text-wrap: nowrap;
}

.new-intro-section .sub-title {
    font-size: 4svh;
    color: white;
    margin-bottom: 10svh;
}

.new-intro-section .sub-header {
    font-size: 3svh;
    line-height: 3svh;
    color: white;
    margin-bottom: 2svh;
    max-width: 90%;
    text-align: center;
}