@font-face {
    font-family: 'SSTPro-CondensedBd';
    src: url("../fonts/SSTPro-CondensedBd.eot");
    src: url("../fonts/SSTPro-CondensedBd.eot?#iefix") format("embedded-opentype"), url("../fonts/SSTPro-CondensedBd.woff2") format("woff2"), url("../fonts/SSTPro-CondensedBd.woff") format("woff");
}

@font-face {
    font-family: 'DIN-Condensend';
    src: url("../fonts/DIN-Condensend.eot");
    src: url("../fonts/DIN-Condensend.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Condensend.woff2") format("woff2"), url("../fonts/DIN-Condensend.woff") format("woff");
}

@font-face {
    font-family: 'SSTProHeavy';
    src: url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.woff2') format('woff2'),
        url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.woff') format('woff'),
        url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.ttf') format('truetype'),
        url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SSTMedium';
    src: url("https://alphauniverseglobal.media.zestyio.com/sstpro-medium.woff2") format("woff2"), 
    url("https://alphauniverseglobal.media.zestyio.com/sstpro-medium.woff") format("woff"), 
    url("https://alphauniverseglobal.media.zestyio.com/sstpro-medium.ttf") format("truetype"), 
    url("https://alphauniverseglobal.media.zestyio.com/sstpro-medium.svg#SSTProMedium") format("svg");
}

button,
h4.submission-title,
h2.main-title,
h2.howto,
.participate-step-button a,
h2.term-title,
h2.prizies-up-to {
    font-family: "DIN-Condensend", Helvetica, Arial, sans-serif !important;
}
.gradient-color {
    background: linear-gradient(to right, #fe3389 25%, #e64f1f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body,
html {
    background: #FFF !important;
    color: unset !important;
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

h2,
p,
span {
    font-family: "SSTMedium", Helvetica, Arial, sans-serif;
}

h3,
h4,
h5,
strong {
    font-family: "SSTProHeavy", Helvetica, Arial, sans-serif;
}

.pl-15 {
    padding-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.term-page {
    background: url(../images/term-img/term-bg.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
}

.term-infor-top {
    padding: 0 25px;
}

.term-info-detail {
    margin-top: 30px;
}

.term-info-detail ol {
    padding-left: 16px;
}

.term-info-detail span {
    font-weight: bold;
    font-size: 20px;
}

.term-info-detail ol {
    margin-top: 10px
}

#HeaderFullBleed {
    position: absolute;
    width: 100%;
}

.page-max-width-term {
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.page-max-width {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#banner-section .banner-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.box-creator {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.box-creator p {
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
}

.gap-for-text {
    border: none;
    height: 10px;
}

.box-creator p strong {
    font-weight: bold;
}

.box-creator img {
    width: 100%;
    object-fit: cover;
}

.tab-container {
    overflow: hidden;
}

.tab-container button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #6a6a6a;
}

h2.howto,
h2.meetjudges {
    font-family: "DIN-Condensend", Helvetica, Arial, sans-serif !important;
}

.tab-container button:hover {
    background-color: #e5e5e5;
    font-weight: bold;
    color: #000;
}

.tab-container button {
    background-color: #eeeeee;
    font-size: 1.5rem;
    font-weight: bold;
    color: #626262;
}

.tab-container #video-tab:hover,
.tab-container #video-tab.active {
    background: #366ada;
    color: #FFF;
}

.tab-container #defaultOpen:hover,
.tab-container #defaultOpen.active {
    background: #ff6d00;
    color: #FFF;
}

.show-tab-content {
    display: none;
    padding: 6px 12px;
    border-top: none;
    text-align: center;
}

.box-participate-btn {
    display: flex;
    justify-content: center;
}

.box-participate-btn {
    background: #FFF;
}

.box-participate-btn button {
    max-width: 315px;
    width: 100%;
    margin: 0 15px;
    background: #eeeeee;
}

/* .participate-step,
.participate-prizes-wrapper
 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 2em;
} */
/* .participate-judges-wrapper{
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 2fr));
    margin-bottom: 2em;
} */

.box-participate-step {
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
}

.box-participate-step span {
    color: #FFF;
    display: inline-block;
    border-radius: 100%;
    background: #000;
}


.over-lay-banner {
    top: 0;
    position: absolute;
    width: 100%;
    background: #00000087;
    z-index: 1;
}

.play-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}

.play-btn img {
    max-width: 120px;
    width: 100%;
}

.landing--arrow-down {
    z-index: 999999;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, -50%);
}

.blink-on {
    animation: blink 2s infinite;
}

.active-btn {
    text-align: center;
    margin: 40px 0;
}

#active-photo-bottom.active-link {
    background: #ff6d00;
    color: #FFF;
}

#active-video-bottom.active-link {
    background: #366ada;
    color: #FFF;
}

.show-tab-content {
    position: relative;
    background: #FFF;
}

/* .photo-tab{
    border-left:10px solid #e10fd0;
    border-right:10px solid #f56407;
}
.video-tab{
    border-left:10px solid #3065cd;
    border-right:10px solid #f56407;
} */
.participate-step-button a {
    color: #FFF;
    background: #000;
}

.participate-step-date h4 {
    color: #f56407;
    font-weight: bold;
}

.participate-step-prizes {
    background-size: cover;
    background-position: center;
}

.participate-step-prizes h2,
.participate-step-prizes span,
.participate-step-prizes p {
    color: #FFF;
}

.participate-step-prizes h4 {
    color: #FFF;
    font-weight: bold;
    max-width: 135px;
    margin: 0 auto;
    width: 100%;
}

.box-participate-step-two p {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.honourable-text h4 {
    max-width: 235px;
}

.box-participate-step t {
    text-decoration: none;
    padding: 0;
}

.photo-box-participate t {
    color: #e10fd0;
}

.video-box-participate t {
    color: #3065cd;
}

#mentions-section {
    background: url(../images/bottom-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mentions-section {
    color: #FFF;
    text-align: center;
}

.box-mentions-section span a {
    font-weight: bold;
}

.box-mentions-section span a {
    text-decoration: underline;
}

.icon-back-top {
    right: 50%;
    transform: translate(50%, 0);
    position: absolute;
}

#term-content img {
    margin: 0 auto;
    display: block;
}

/* img.img-participate-title,
img.img-honourable-title{
    max-width:500px
} */

/** hover CSS **/
/* div.img-free {
    position: relative;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
} */
div.img-free {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0%, 0%);
}

div.img-free span {
    color: #FFF;
}

div.img-free::before,
div.img-free::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

div.img-free span::before,
div.img-free span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

div.img-free:hover::before,
div.img-free:hover::after {
    width: 100%;
    z-index: 10;
}

div.img-free:hover span::before,
div.img-free:hover span::after {
    height: 100%;
    z-index: 10;
}

div.img-free:hover span div.judges-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.judges-overlay span {
    max-width: 250px;
    width: 100%;
}

/*----- button 1 -----*/
.hover-img-border::before,
.hover-img-border::after {
    transition-delay: 0.2s;
}

.hover-img-border span::before,
.hover-img-border span::after {
    transition-delay: 0s;
}

.hover-img-border::before {
    right: 0;
    top: 0;
}

.hover-img-border::after {
    left: 0;
    bottom: 0;
}

.hover-img-border span::before {
    left: 0;
    top: 0;
}

.hover-img-border span::after {
    right: 0;
    bottom: 0;
}

.hover-img-border:hover::before,
.hover-img-border:hover::after {
    transition-delay: 0s;
}

.hover-img-border:hover span::before,
.hover-img-border:hover span::after {
    transition-delay: 0.2s;
}

.judges-overlay {
    text-align: left;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.akison-img {
    background: url(../images/judges-1-hv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aristelle-img {
    background: url(../images/judges-2-hv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.jaegen-img {
    background: url(../images/video-judges-1-hv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shawne-img {
    background: url(../images/video-judges-2-hv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#myModal {
    cursor: pointer;
}

.hide-this {
    display: none;
}

.show-this {
    display: block;
}

.hiding {
    display: none;
}

.img-blank {
    z-index: -99999999999999999999;
}

.judges-bg {
    position: relative;
    max-width: 450px;
    max-height: 450px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.akison {
    background: url(../images/judges-1.jpg);
}

.aristelle {
    background: url(../images/judges-2.jpg);
}

.jaegen {
    background: url(../images/video-judges-1.jpg);
}

.shawne {
    background: url(../images/video-judges-2.jpg);
}

#term-content {
    padding: 150px 20px;
    position: relative;
}

img.term-title {
    width: 100%;
    max-width: 358px;
    margin-bottom: 50px !important;
}

.triangle-up img {
    width: 60px;
}

/* Modal Content */
.modal-content {
    background-color: transparent !important;
    border: none !important;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.2s;
    animation-name: animatetop;
    animation-duration: 0.2s;
}

.modal-container {
    max-width: 1200px !important;
    height: 100vh;
    display: grid;
    place-items: center;
    overflow: unset;
}

.modal {
    overflow: hidden !important;
}

.modal-header {
    border-bottom: none !important
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.modal-header button img {
    width: 22px !important;
    height: auto !important;
}

/* .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    text-decoration: none;
    cursor: pointer;
  } */

.modal-body {
    padding: unset !important
}

.close {
    opacity: 1 !important;
}

#run-video {
    position: relative;
}

.close-btn {
    width: 22px;
    height: 22px;
    position: absolute;
}


.close-btn img {
    width: 22px !important;
    height: 22px !important;
}

.sticky-tab {
    position: fixed;
    top: 66px;
    width: 100%;
    z-index: 9999999999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}