@font-face {
    font-family: 'VTF Redzone Classic-Oblique';
    src: url('../fonts/VTFRedzone-ClassicOblique/VTFRedzone-ClassicOblique.woff2') format('woff2'),
        url('../fonts/VTFRedzone-ClassicOblique/VTFRedzone-ClassicOblique.woff') format('woff'),
        url('../fonts/VTFRedzone-ClassicOblique/VTFRedzone-ClassicOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    size-adjust: 100%;
}

@font-face {
    font-family: 'VTF Redzone Classic';
    src: url('../fonts/VTFRedzone-Classic/VTFRedzone-Classic.woff2') format('woff2'),
        url('../fonts/VTFRedzone-Classic/VTFRedzone-Classic.woff') format('woff'),
        url('../fonts/VTFRedzone-Classic/VTFRedzone-Classic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #141921;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    min-height: 1300px;
    z-index: 1;
}

.flex-stretch {
    flex: 1 1 auto;
    /*will grow and shrink together at the same rate but will start at the original size*/
}


.sidenav {
    height: 100vh;
    width: 5%;
    min-width: 100px;
    z-index: 8;
    top: 103px;
    left: 0px;
    color: white;
    display: flex;
    flex-direction: row;
    background-color: #141921;
    opacity: 0.8;
    position: fixed;
    padding-left: 3rem;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.sidenav:hover {
    width: 12%;
    min-width: 300px;
    /* transition: all 0.5s ease; */
}

.side-link {
    /* display: none; */
    /* opacity: 0; */
    position: fixed;
    align-items: center;
    /* transition: display 0.2s ease; */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: white;
}


.sidenav:hover .side-link {
    /* display: inline;
    transition-delay: 1s; */
    /* opacity: 1; */
    /* transition: width 0.2s ease; */
    visibility: visible;
    opacity: 1;
}

.sidenav:hover .sidenav-nav li {
    border-bottom: 1px solid white;
}

.side-link:hover {
    color: #F15A22;
}

.sidenav-nav {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style-type: none;
    position: relative;
    top: 30%;
    padding-left: 0;
    overflow: hidden;
    transition: width 0.2s linear;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.sidenav-nav li {
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    width: 100%;
}

.side-nav-span {
    color: white;
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 20px;
    position: relative;
    width: 70px;
    /* height: 30px; */
    text-align: center;
    padding-right: 3rem;
    padding-bottom: 2rem;
}

.nav-link-side {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: table;
    height: 100%;
    text-decoration: none;
    text-align: center;
    margin-top: 3.8rem;
}

.anchor {
    display: block;
    height: 130px;
    /*same height as header*/
    margin-top: -130px;
    /*same height as header*/
    visibility: hidden;
}

#intro-section {
    background-image: url(../imgs/Heropage1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1300px;
    width: 100%;
    z-index: 2;
    background-color: #141921;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    top: 103px;
    left: 0px;
}

#intro-section-bottom {
    height: 160px;
    width: 100%;
    z-index: 4;
    position: absolute;
    left: 0px;
    bottom: 0px;
    /* background-image: url(../imgs/ReachTheBottom.png); */
    background-position: right;
    /* background-color: red; */
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}



.intro-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}


.whiteBox {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 75%;
    background-color: white;
    position: relative;
    /* top: 50%; */
    z-index: 4;
}

.whiteBox2 {
    display: flex;
    flex-direction: row;
    height: 20vh;
    width: 80%;
    position: relative;
    top: 50%;
    z-index: 4;
}

/* .whitebox-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    height: 20%;
    width: 74%;
    position: absolute;
    top: 20%;
    left: 0px;
    z-index: 100;
} */

.whitebox-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* align-self: center; */
    height: 20%;
    width: 20%;
    position: relative;
    padding-left: 16%;
    top: -70px;
    z-index: 5;
}

.section1 .whitebox-button {
    padding-left: 13%;
}

.section8 .whitebox-button {
    padding-left: 12%;
}

.btn-circular img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
    margin-left: 2px;
}

.reach-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    width: 100%;
    padding-bottom: 17vh;
    position: absolute;
    z-index: 6;
    top: 0px;
}

/* .reach {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 100%; */
/* width: 100%; */
/* position: relative; */
/* top: 50%; */
/* color: white;
    font-family: 'VTF Redzone Classic';
    font-size: 150%;
    z-index: 5;
} */


.btn-circular {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px #262D66 solid;
    align-self: center;
    margin-top: 3%;
    background-color: white;
}

.btn-circular img {
    pointer-events: none;
}

@keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    90%,
    100% {
        transform: translateY(0);
    }

    15%,
    49% {
        transform: translateY(-20px);
    }

    65%,
    80% {
        transform: translateY(-15px)
    }

    95% {
        transform: translateY(-5px);
    }
}

.btn-circular:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
    color: white;
    background-color: #9bc6ba;
    border: 1px #9bc6ba solid;
    cursor: pointer;
}

.btn-circular-orange {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px #F15A22 solid;
    color: #F15A22;
    align-self: center;
    margin-left: 2%;
    background-color: white;
    padding-top: 0.70rem;
}

.btn-orange-span:hover .btn-circular-orange {
    transform: scale(1.2);
    transition: all 0.3s ease;
    color: white;
    background-color: #9bc6ba;
    border: 1px #9bc6ba solid;
}

.btn-orange-span:hover a {
    color: #9bc6ba;
}



.imagecontainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 160px;
    width: 25%;
    position: relative;
    /* top: 50%; */
    z-index: 4;
}

.reach {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    width: 25%;
    position: absolute;
    bottom: 20%;
    color: white;
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 150%;
    z-index: 5;
}

/* .imagecontainer-reach {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 20vh;
    width: 20%;
    background-color: pink;
    position: relative;
    bottom: 0%;
} */

.image {
    min-height: 160px;
    width: 100%;
    background-image: url(../imgs/ReachTheBottom.png);
    background-repeat: no-repeat;
    background-size: contain;
}


#hero-text {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 600%;
    width: 100%;
    text-align: center;
    line-height: 90%;
    color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 25, 33, 1)),
            to(rgba(80, 80, 80, 0)), color-stop(0.4, #141921))
}

.support {
    display: none;
}

.navbar-custom {
    background-color: #141921;
    z-index: 350;
    position: fixed;
    width: 100%;
    /* top: 0;
    left: 0; */
}

.nav-item:hover {
    color: white;
    text-decoration: underline;
}

.btn-warning:hover {
    background-color: #9bc6ba;
    border-color: #9bc6ba;
}

.main {
    background-color: white;
    position: absolute;
    left: 0px;
    /* top: 1500px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /* height: 9900px; */
    height: 9100px;
    z-index: 4;
    top: 1300px;
}

.content {
    height: 100%;
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}


h1 {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 4rem;
    width: 100%;
    text-align: left;
    line-height: 90%;
    color: #262D66;
}

.numbers {
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 4rem;
    width: 100%;
    text-align: left;
    line-height: 4rem;
    color: #F15A22;
    padding-bottom: 2rem;
    border-bottom: 2px #F15A22 solid;
    margin-bottom: 4rem;
}

.col p {
    font-family: 'Open Sans', sans-serif;
    /* font-size: 250%; */
}

.text-right {
    padding-right: 10%;
    line-height: 2rem;
}

.text-left {
    padding-left: 10%;
    line-height: 2rem;
}

.section2,
.section4,
.section5,
.section7 {
    height: 380px;
}

.section6 {
    height: 20%;
    margin-top: 5%;
}

.section8 {
    height: 20%;
    margin-top: 5%;
}

.quote {
    background-color: #262D66;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    height: 100%;
}

.quote p {
    padding-right: 10%;
    padding-left: 10%;
}

.img2 {
    background-image: url(../imgs/uwh_Isometric.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    position: relative;
    overflow: hidden;
}

.quote-white {
    background-color: white;
    color: #262D66;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.quote-white p {
    /* padding-top: 40%; */
    position: relative;
    top: 45%;
    padding-right: 10%;
    padding-left: 10%;
    opacity: 0.5;
}


.img1-backdrop {
    background-image: url(../imgs/frame1_Backdrop-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80%;
    width: 50%;
    z-index: 1;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.img1 {
    background-image: url(../imgs/frame1_Front-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80%;
    width: 50%;
    z-index: 3;
    position: absolute;
    left: 0px;
    bottom: 0;
}

/* 
.img1:hover {
    height: 110%;
    transition: all 2s ease-in;
} */

.img3-backdrop {
    background-image: url(../imgs/frame2_Backgrop-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 50%;
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 0px;
}

.img3 {
    background-image: url(../imgs/frame2_Front-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 50%;
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 0px;
}

.img4 {
    background-image: url(../imgs/img4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img5 {
    background-image: url(../imgs/img5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.img6 {
    background-image: url(../imgs/img6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.img7 {
    background-image: url(../imgs/img7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.img8 {
    background-image: url(../imgs/img8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.img9 {
    background-image: url(../imgs/uwh_Isometric.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.img10-backdrop {
    background-image: url(../imgs/frame3_Backgrop-03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    height: 80%;
    width: 40%;
    z-index: 1;
    position: absolute;
    left: 10%;
    top: 10%;
}

.img10 {
    background-image: url(../imgs/frame3_Front-03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    height: 80%;
    width: 40%;
    z-index: 3;
    position: absolute;
    left: 10%;
    top: 10%;
}

.img11 {
    background-image: url(../imgs/img11.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    align-items: center;
    width: 60%;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.title-sections {
    margin-bottom: 5%;
    /* margin-top: 5rem; */
}

.section9 .title-sections {
    margin-top: 3rem;
}

.section1 {
    width: 100%;
    height: 15%;
    position: relative;
    top: 0px;
    left: 0px;
}

.section3 {
    width: 100%;
    height: 15%;
    position: relative;
    top: 0px;
    left: 0px;
}

.section6 {
    width: 100%;
    height: 15%;
    position: relative;
    top: 0px;
    left: 0px;
}

.section8 {
    width: 100%;
    height: 15%;
    position: relative;
    top: 0px;
    left: 0px;
}

.playing-equipment {
    /* height: 8%; */
    height: 12%;
}

.section9 {
    width: 100%;
    height: 15%;
    position: relative;
    top: 0px;
    left: 0px;
    /* scroll-snap-align: start; */
}

.section10 {
    width: 100vw;
    /* height: 48%; */
    height: 350px;
    position: absolute;
    bottom: 390px;
    left: 0px;
    right: 0px;
    --bs-gutter-x: 0rem !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    /* padding-top: 10%; */
}

.section10-col {
    background-image: url(../imgs/chlorine.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 100%;
    bottom: 0px;
    width: 100%;
    position: relative;
    right: 0px;
}

.text-box {
    margin-top: 30%;
}

.text-box2 {
    padding-top: 50%;
}

.text-box2b {
    padding-top: 20%;
}

.text-box3 {
    padding-top: 40%;
}


.light-gray {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 300%;
    color: black;
    opacity: 0.2;
}

.row h2 {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 250%;
    color: #262D66;
}

.row h3 {
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 150%;
    color: #262D66;
}

.row h3 span {
    font-family: 'VTF Redzone Classic', sans-serif;
    color: #F15A22;
}

.click-here {
    height: 10%;
    padding-left: 50%;
}

.join {
    height: 10%;
    margin-top: 2%;
    /* padding-left: 54%; */
}

.table1 {
    /* height: 15%; */
    height: 17%;
}

.section8 .table1:first-of-type {
    padding-top: 5%;
}

.table-column,
.table-column-row1 {
    height: 100%;
    border: none;
}

.table-column-row1 .blue-box {
    height: 50%;
    width: 10%;
    padding: 0px;
    background-color: #262D66;
    color: white;
    text-align: center;
}

.blue-box img {
    height: 100%;
    top: 0px;
    position: relative;
    /* padding-bottom: 10%; */
}

.icon {
    height: 100%;
    width: 90%;
}

.icon img {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}

.icon .equip-naming {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 150%;
    color: #262D66;
    text-align: center;
}

.btn-unique {
    border-radius: 50%;
    margin-left: 2%;
}

.row-footer {
    min-height: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    position: absolute;
    --bs-gutter-x: 0rem !important;
}

.footer {
    height: 400px;
    background-color: #262e66;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.footer-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
}

.footer-ul li {
    list-style-type: none;
}

.footer-ul li a,
.footer p {
    color: white;
}

.footer span {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 250%;
    color: white;
}

.footer p {
    padding-top: 2%;
    padding-bottom: 5%;
    border-top: 2px white solid;
    opacity: 0.3;
    padding-left: 15px;
}

.list {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: center;
    margin-right: 0;
    padding-right: 0;
    line-height: 2rem;
    position: relative;
    right: 0;
}

.address span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
}

.address p {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: none;
    color: white;
    opacity: 0.5;
    font-size: 0.8rem;
}

.address p a {
    color: white;
}

.logo-footer {
    padding-bottom: 25px;
    padding-left: 15px;
}

.footer-ul-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.media {
    position: relative;
    z-index: 13;
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.media li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 20px;
    padding: 10px 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
    height: 3rem;
    width: 3rem;
    z-index: 100;
    background: transparent;
    margin-right: 1rem;
    top: 50%;
}

.media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
    z-index: 200;
    position: relative;
}

.media img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.media li:hover {
    transform: scale(1.2);
    cursor: pointer;
}

/* 
[data-animate=fade-up] {
    transition: .5s cubic-bezier(.57, .2, .21, .89);
    transform: translateY(40px);
    opacity: 0;
}

[data-animate=fade-up].animate {
    opacity: 1;
    transform: translate(0);
} */

.orange-line-container {
    display: flex;
    flex: row;
    justify-content: center;
    align-items: center;
    height: 30%;
}

.orange-line {
    display: flex;
    flex: row;
    justify-content: center;
    align-self: center;
    width: 70px;
    height: 3px;
    background-color: #F15A22;
}

.logo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-self: self-center;
}

.logo-container img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    /* height: 50%; */
    align-self: self-center;
}

/*TRANSITIONS*/

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
    /* filter: blur(2px); */
}

.reveal.active {
    position: relative;
    transform: translateY(0px);
    opacity: 1;
    /* filter: blur(0); */
}


.scroll-top {
    transition: all 2s ease;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.4, 0, 1);
}


.footer-link:hover {
    color: white;
    text-decoration: underline;
}

.scroll-down {
    position: absolute;
    right: 20px;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #262D66;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    z-index: 150;
}

.scroll-down-left {
    position: absolute;
    left: 20px;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #262D66;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    z-index: 200;
}

.scroll-down span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-color: #fff;
    opacity: 0.9;
    padding: 1rem;
    border-radius: 30px;
    /* border: 2px #9bc6ba solid; */
}

.scroll-down-left span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-color: #fff;
    opacity: 0.9;
    padding: 1rem;
    border-radius: 30px;
}

.scroll-down-left {
    display: none;
}


@keyframes bounce-1 {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}

.tablet-show-only,
#tablet-contact {
    display: none;
}

.contact-icons {
    height: 30px;
    width: 30px;
}

.click-here a {
    color: #F15A22;
}

.join a {
    color: #F15A22;
}

.scroll-down-left a,
.scroll-down a {
    text-decoration: none;
    color: #262D66;
}