body {
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.oswald {
    font-family: "Oswald", sans-serif;
}

.yellow-accent {
    color: #67d861;
}

#main {
    display: none;
}

#loader {
    height: 100vh;
}

.landing-title {
    font-family: "Oswald", sans-serif;
    font-size: 8em;
    color: #67d861;
    overflow-x: hidden;
    /* background-color: white; */
}

div.carousel {
    height: 500px !important;
}

.landing-title img {
    /* height: 100%; */
    /*width: 768px; */
    position: relative;
    left: 1%;
    /* transform: translateX(-40%);      */
}

.landing-sub {
    font-family: "Oswald", sans-serif;
    /*font-size: 30px;*/
    line-height: 10px;
    color: #212112;
    margin-top: -10px;
    margin-bottom: 20px;
}

.countdown-title {
    color: #212121;
    font-family: "Raleway", sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    letter-spacing: 0.3em;
    margin: 0;
}

.countdown-amount {
    color: #212121;
    font-family: "Oswald", sans-serif;
    font-size: 4em;
    text-transform: uppercase;
    width: 100%;
}

.anim {
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../assets/dino_frame_1.png");
    background-size: contain;
    animation: animate 0.2s infinite;
    margin-bottom: 20px;
}

@keyframes animate {
    from {
        background-image: url("../assets/dino_frame_1.png");
    }
    to {
        background-image: url("../assets/dino_frame_2.png");
    }
}

.section {
    min-height: 50vh;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.nav-wrapper {
    height: 72px;
}

#schedule-section {
    min-height: 50vh;
}

#prizes-section {
    min-height: 50vh;
}

.prizes-sub-heading {
    margin-top: 20px;
}

.terms-and-conditions a {
    color: #212121;
}

/*overriding Materialize*/

.brand-logo {
    margin-left: 16px;
}

.autocomplete-content {
    position: absolute;
    right: 0;
}

nav ul a:hover {
    background-color: rgba(250, 250, 250, 0.1);
}

ul li a {
    font-family: 'Josefin Sans', sans-serif;
}

.side-nav-header {
    padding: 30px;
}

.li-item {
    list-style-type: circle;
    color: white;
}

/*Utility Classes*/

.light-heading {
    color: #67d861;
    font-family: 'Josefin Sans', sans-serif;
}

.light-para {
    color: #fafafa;
    font-family: 'Josefin Sans', sans-serif;
}

.dark-heading {
    color: #212121;
    font-family: 'Josefin Sans', sans-serif;
}

.time-font {
    color: #67d861;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.domain_icon {
    max-width: 150px;
    max-height: 150px;
    opacity: 1 !important;
}

input[type=text]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]) {
    border-bottom: 1px solid #67d861;
    box-shadow: 0 1px 0 0 #67d861;
}

input[type=text].valid, input[type=tel].valid {
    border-bottom: 1px solid #67d861;
    box-shadow: 0 1px 0 0 #67d861;
}

input[type=text]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label {
    color: #67d861;
}

.input-field .prefix.active {
    color: #67d861;
}

ul li a.active {
    color: #67d861;
    background-color: rgba(250, 250, 250, 0.1);
}

.side-nav li>a.active {
    background-color: rgba(0, 0, 0, 0.05);
}

#domains-section .col {
    padding-bottom: 20px;
}

/* .col p {
    text-align: justify;
} */

.content-font-size {
    font-size: 1.2em;
}

/*FAQ Accordions*/

#faq-section .collapsible {
    font-family: 'Josefin Sans', sans-serif;
    border: 0px;
    box-shadow: none;
    font-size: 1.3rem;
}

#faq-section .collapsible-header {
    border: 0px;
    box-shadow: none;
    transition: color .3s;
    font-weight: bold;
    background: transparent;
}

#faq-section .collapsible-header:hover {
    border: 0px;
    box-shadow: none;
    color: #67d861;
}

#faq-section .collapsible-body {
    font-size: 1.1rem;
    border: 0px;
}

.cross-box {
    padding-right: 5px;
}

.cross-box>span {
    display: inline-block;
    width: 15px;
    height: 2px;
    background: black;
}

.horizontal-span {
    top: -15px !important;
    left: 15.25px;
}

.rotating-span {
    position: relative;
    left: 15.25px;
    transform: rotate(90deg);
    transition: .25s ease-in-out;
}

.open {
    transform: rotate(0deg);
}

/*FAQ Accordions -- end*/

/*Trpohy animation*/

.trophy-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 350px;
}

.trophy {
    height: 100%;
    width: 100%;
    background-image: url("../assets/trophy.png");
}

.trophy-badge {
    position: absolute;
    top: 10%;
    left: 0px;
    /*transform: translateY(-50%);*/
    transition: all 800ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 120px;
    height: 172.5px;
    background-image: url("../assets/badge.png");
    background-size: contain;
}

.badge-visible {
    transform: translateY(-50%) scale(1);
}

/*Trophy animation -- End*/

.sponsors-container {
    margin-top: 10vh;
}

.sponsors-logo-div {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #67d861;
    padding: 10px;
    /* background-color: #fafafa; */
    background-color: #fff;
    overflow: hidden;
}

.sponsors-img {
    width: 90%;
    margin-left: 5%;
    max-width: 300px;
}

.side-gfx {
    position: relative;
}

.side-gfx {
    /*content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    background-position: 95vw 0px;
    background-image: url("../assets/side_gfx.png");
    background-repeat: no-repeat;
    background-size: contain;
    /*filter: grayscale(100%);*/
    background-blend-mode: luminosity;
    transition: background-position 600ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.side-gfx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 90vw 0px;
    background-image: url("../assets/side_gfx.png");
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(100%);
    /*background-blend-mode: luminosity;*/
    transition: background-position 600ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.side-gfx-left {
    transform: scaleX(-1);
}

.side-gfx-visible::before {
    background-position: 85vw 0px;
}

.big {
    font-size: 16px;
    text-decoration: none;
}

.small {
    font-size: 12px;
}

.margin {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 1100px) and (min-width: 1000px) {
    .brand-logo {
        visibility: hidden;
    }
}

@media only screen and (max-width: 1000px) {
    .brand-logo {
        margin-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    .landing-title img {
        width: 120%;
    }
    .landing-sub {
        font-size: 2em;
    }
}
