@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

html{
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

*:before,
*:after{
    box-sizing: inherit;
}


html {
    font-size: 13px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    --commuters-yellow: #e1b201;
    --commuters-blue: #110133;
    scrollbar-color: #e1b201ff rgba(79, 79, 79, .21);
    text-rendering: optimizeLegibility;
}


#noscript-js{
    position: sticky;
    text-align: center;
    width: 100%;
    padding: 1em 0;
    background-color: gray;
    top: 0;
    left: 0;
    z-index: 99999;
}

#noscript-js p{
    color: var(--commuters-yellow);
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0.5em 0;
}

#noscript-js p:not(:first-of-type){
    color: white;
}

#noscript-js a, #noscript-js a:any-link{
    background-color: white;
    padding: 0.5em;
    color: darkred;
    text-decoration: none;
    border-radius: 5px;
    margin: 0.5em;
    display: inline-block;
}



::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    background: rgba(79, 79, 79, .21);
}

::-webkit-scrollbar-thumb {
    background-color: var(--commuters-yellow);
    border: transparent;
}


body {
    background-color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 1.5;
    margin: 0;
}

* {
    box-sizing: border-box;
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: var(--commuters-blue);
    color: var(--commuters-yellow);;
    text-shadow: none;
}

a, a:any-link {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--commuters-blue);
    text-decoration: none;
}

a:hover {
    color: var(--commuters-blue);
    text-decoration: none;
}

a:focus {
    color: var(--commuters-blue);
    outline: 0;
    text-decoration: none;
}

a:active {
    color: var(--commuters-blue);
    outline: 0;
    text-decoration: none;
}

.btn:active:focus, .btn:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--commuters-blue);
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

p {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}


section {
    padding-top: 110px;
    padding-bottom: 110px;
    overflow: hidden;
}


@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

.bg-section {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}


.bg-overlay-dark:before {
    background-color: rgba(27, 26, 26, .75);
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contentBlock{
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.contentBlock .msgInsert{
    display: block;
    font-family: 'Times New Roman', serif;
    color: wheat;
    text-shadow: 1px -17px 60px white;
}

.btn {
    font-family: Raleway, sans-serif;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    padding: 0;
    line-height: 49px;
    width: 170px;
    height: 51px;
    letter-spacing: 0.26px;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn--primary {
    background-color: orange;
    color: wheat;
    border: 0 solid transparent;
    border-radius: 2px;
    text-shadow: 1.5px 1px 1px rgba(0, 0, 128,0.6);
}

.btn.btn--primary:active, .btn.btn--primary:focus, .btn.btn--primary:hover {
    background-color: rgba(34, 34, 34, 0.2);
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 3px #fff, 0 0 21px #fff, 0 0 42px orange, 0 0 92px #fff;
}

.btn.btn--primary.btn--inverse:active, .btn.btn--primary.btn--inverse:focus, .btn.btn--primary.btn--inverse:hover {
    background-color: rgba(245, 222, 179, 0.2);
    color: var(--commuters-blue);
    text-shadow: 0 0 3px var(--commuters-blue), 0 0 21px var(--commuters-blue), 0 0 42px white, 0 0 92px var(--commuters-blue);
}

#hero.landing-hero{
    background-image: url(../Images/hero-bg.jpg);
}

.landing-hero {
    height: 100vh;
    padding-top: 200px;
}

.landing-hero h6 {
    color: #f9f9f9;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.landing-hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 25px;
    color: orange;
    text-shadow:
            0 0 7px orange,
            0 0 21px orange,
            0 0 42px red,
            0 0 92px orange;
    font-family: 'Dancing Script', cursive;
}

.landing-hero p {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 20px;
    margin: auto auto 50px;
    min-width: 300px;
    max-width: 45%;
}

.bg-animate {
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 30s linear infinite;
}

.audioInfoBlock{
    position: absolute;
    z-index: 2;
    text-transform: lowercase;
    font-style: italic;
    font-variant: small-caps;
    margin: auto 10px;
    background-image: radial-gradient(circle, #0000004f, #0034aa14 96%);
    background-color: #9e804936;
    mix-blend-mode: luminosity;
    padding: 0 10px;
    border-radius: 0 0 7px 7px;
}

.audioInfoBlock p{
    margin: 0;
    display: inline;
}

.checkbox-muteAudio {
    display: inline-block;
    width: 38px;
    height: 15px;
    background: #55555580;
    margin: 12px 0;
    position: relative;
    border-radius: 15px;
    top: 3px;
}

.checkbox-muteAudio input[type=checkbox]{
    visibility: hidden;
}

.checkbox-muteAudio label {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: -3px;
    background: #ccc;

}
.checkbox-muteAudio label::before {
    content: "";
}
.checkbox-muteAudio input[type=checkbox]:checked + label {
    left: 20px;
    background: firebrick;
    color: white;
}

.checkbox-muteAudio input[type=checkbox]:checked + label::before {
    content: "OFF";
    font-size: 7px;
    margin: 3px;
    font-weight: 800;
}