body{font-family: 'Roboto', sans-serif; scroll-behavior: smooth;}
html{scroll-behavior: smooth;}
h5 {
    color: #000;
    letter-spacing: .025em;
    text-transform: uppercase;
   font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.8rem;
}

/********* mint page fonts **********/

@font-face {
    font-family: 'neuzeit_groteskregular';
    src: url('../fonts/neuzeit-grotesk-webfont.woff2') format('woff2'),
         url('../fonts/neuzeit-grotesk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neuzeit_groteskbold';
    src: url('../fonts/neuzeit-grotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/neuzeit-grotesk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neuzeit_grotesklight';
    src: url('../fonts/neuzeit-grotesk-light-webfont.woff2') format('woff2'),
         url('../fonts/neuzeit-grotesk-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/***************************************/
.gold{color: #FBDA7D;}
img{max-width: 100%;}
.stats__game {position: relative;}
.stats__game--score{border-left: 1px solid #eee;}
.stats__game-link {display: block; background: 0 0; transition: background .3s;}
.stats__game h4 {padding: 3px 0; background: #f6f6f6; color: #959595!important;  text-transform: uppercase; text-align: center; transition: color .3s;
    font-family: 'Roboto', sans-serif; font-weight: 900; font-size: 10px; line-height: 1.2rem;}
 .stats__game h4 .final {color: #000; transition: color .3s;}
 .stats__game--score {padding: 2px; background: #fff;}
 .stats__game--team {position: relative; display: flex;  padding: 2px 0; align-items: center;}
 .team-35434 {background-image: url(../images/trilogy-1.svg);}
 .stats__game--team .team-name {width: 70%; padding: 0 10px; text-transform: uppercase; color: #000; font-family: 'Roboto', sans-serif;
    font-weight: 900; font-size:10px; line-height: 1.2rem;}

 .stats__game--team.lost .points, .stats__game--team.lost .team-name, .stats__game--team.lost .team-name a {color: #959595;}
 .stats__game--team.won .win-indicator {position: absolute; top: 50%; right: -2px; display: block;  margin-top: -3px; width: 6px; height: 6px;
    background-image: url(../images/indicator.png); background-repeat: no-repeat;
    background-size: cover; background-position: 0 0;}
 .stats__game--team .team-logo {width: 15%;}
 .scoreboard-logo {height: 18px; background-repeat: no-repeat; background-position: 50% 50%;}
 .stats__game--team .points {
    width: 15%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 10px;
    line-height: 1.2rem;
}
.team-35427 {
    background-image: url(../images/killer3s-1.svg);
}

.top-matches{background: #f6f6f6;
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 699;
    background: #f6f6f6;
    padding: 0 25px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}


.top-matches .slick-prev:before,.top-matches .slick-next:before{color: #000; background: rgba(255,255,255,0.8   );}
.top-matches .slick-prev {
    left: -30px;
    z-index: 999;
    top: 56px;
}
.top-matches .slick-dots{display: none !important; margin-bottom: 0px !important;}
.top-matches .slick-dotted.slick-slider{margin-bottom: 0px !important;}
.top-matches .slick-next{right:-30px; z-index: 999; top: 56px;}

.stats__game--team.won .win-indicator {
    position: absolute;
    top: 50%;
    right: -2px;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-image: url(../images/indicator.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.stats__game-link:hover{text-decoration: none;}
.stats__game-link:hover .stats__game--score{background: #f6f6f6;}

/******** header start *******/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 599;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
  
    top:0px;
    border-top: 1px solid #f6f6f6;
}

header .navbar-brand:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 65px 0;
    border-color: transparent #fff transparent transparent;
    transition: .3s;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding: 14px 0px;
    position: relative;
    margin-right: 0px;
    padding-right: 40px;
}
header .navbar-brand img {
    width: 110px;
}

header:before {
    display: block;
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background: #f6f6f6;
    transition: .3s;
}

div#navbarSupportedContent {
    padding:10px 0px; background: #fff;
}

div#navbarSupportedContent ul.navbar-nav li a {
    font-weight:400;
    padding: 0px 16px;
    color: #000;
}


div#navbarSupportedContent ul.navbar-nav li.active a, div#navbarSupportedContent ul.navbar-nav li a:hover{color:#184da7;}

.header-social {
    list-style: none;
}
.header-social li{padding-left: 20px;}
.header-social li a{color:#1951C2;}


/********* carousel banner start here ***********/
.hero--home {
    position: relative;
    overflow: hidden;
    margin-top:50px;
    margin-bottom:30px;
    padding-bottom:0px;
}

.revervse-hero .hero-slide__text {
    right: 0 !important;
    left: initial !important;
}

.revervse-hero .hero-slide__image--clipped {
    float: left;
}
.hero--home .hero-slides {
    position: relative;
    z-index: 3;
    overflow: hidden;
}



.hero--home .hero-slides .hero-slide {
    position: relative;
    display: flex!important;
    margin-bottom: 30px;
}

.hero--home .hero-slides .hero-slide__text {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 4;
    max-width: 440px;
}

.hero--home .hero-slides .hero-slide__label {
    margin-bottom: 2px;
    color: #e51937;
}

.hero--home .hero-slides .hero-slide__label a {
    transition: color .3s;     color: #e51937; font-size: 20px;
}

.hero--home .hero-slides .hero-slide__title a {
    display: block;
    color: #000;
    padding-right: 16px;
    transition: .3s;
    font-size: 52px;
    line-height: 52px;
}

.hero--home .hero-slides .hero-slide__link {
    margin-left: -13px;
    line-height: 2rem;
}

.hero--home .hero-slides .hero-slide__link a {
    display: inline-block;
    color: #000; font-size: 20px;
}

.hero--home .hero-slides .hero-slide__link a:after, .hero--home .hero-slides .hero-slide__link a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    opacity: 0;
    width: 4px;
    height: 16px;
    background: #e51937;
    transition: transform .3s,opacity .2s;
}

.hero--home .hero-slides .hero-slide__link a:after, .hero--home .hero-slides .hero-slide__link a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    opacity: 0;
    width: 4px;
    height: 16px;
    background: #e51937;
    transition: transform .3s,opacity .2s;
}

.hero--home .hero-slides .hero-slide__link a:after {
    margin-left: 10px;
    transform: translateX(-20px);
}

.hero--home .hero-slides .hero-slide__link a:before {
    margin-right: 10px;
    transform: translateX(20px);
}

.hero--home .hero-slides .hero-slide__link a:hover:after, .hero--home .hero-slides .hero-slide__link a:hover:before {
    opacity: 1;
    transform: translateX(0);
}


.hero--home .hero-slides .hero-slide__title a:hover {
    border-left: 6px solid #e51937;
    padding-left: 10px;
    padding-right: 0;
    color: #e51937;
    transition: .3s;
}

.hero--home .hero-slides .hero-slide__image--clipped img {
    display: block;
    width: 78%;
    height: auto;
}

.hero--home .hero-slides .hero-slide .container {
    position: relative;
    z-index: 9;
}

.hero-slide__image--clipped img {
webkit-clip-path: polygon(0 0,67% 0,100% 100%,33% 100%);
    clip-path: polygon(0 0,67% 0,100% 100%,33% 100%);
}

 .hero-slide__image--clipped {
    position: relative;
    float: right;
    z-index: 3;
    width: 100%;
}

.hero-slide__image--backdrop {
    display: block;
}

.hero-slide__image--backdrop {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 35%;
    height: 85%;
    overflow: hidden;
}

.hero-slide__image--backdrop .backdrop-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0,27% 0,95% 100%,0 100%);
    clip-path: polygon(0 0,27% 0,95% 100%,0 100%);
}

.hero-slide__image--backdrop img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: blur(20px);
}

.hero--home .slick-dots {
    width: 40.4%;
    left: 245px;
    bottom: 0;
    background: #000;
    z-index: 0;
    display: flex;
    -webkit-clip-path:polygon(0 0,93.4% 0,95% 100%,0 100%);
    clip-path:polygon(0 0,93.8% 0,95% 100%,0 100%);
}

.hero--home .slick-dots li {
    width: 31.333%;
    height: 100%;
    top: 0;
    margin-top: 0px;
    position: relative;
    bottom: initial !important;
}

.hero--home .slick-dots li.slick-active {
  
    background: #e51937;
  
}

/*********** featured home start here ************/
.twitter-widget {
    position: relative;
    padding: 30px;
    width:100%;
    max-width: 100%;
    background-color: #111;
    background-image: url(../images/bg--twitter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.featured--home{margin-bottom: 60px;}

.twitter-widget h6 svg {
    display: inline-block;
    padding-right: 5px;
    fill: #fff;
    width: 20px;
    filter: brightness(0) invert(1);
}

.twitter-widget h6 span {
    display: inline-block;
    font-size:18px;
    color: #fff;
}
.twitter-widget p {
    margin: 0 0 1.75em;
    word-wrap: break-word;
    color: #fff;
 
    font-weight: 900;
    font-size:24px;
    line-height:26px;
}
.twitter-widget p a {
    color: #fff;
    transition: color .3s;
}
a.border-link {
    display: block;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #e51937;
    border-bottom: 6px solid #e51937;
    transition: .3s;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
}
a.border-link:hover{color: #fff; border-color: #fff;}

.news--featured .news-item.featured-square {max-width:100%; display: block; position: relative; overflow: hidden;}
.news-item img {transition: transform .3s; max-width: 100%; width: 100%;}
.news--featured .news-item figcaption {display: block; position: absolute; bottom: 0; right: 0; background: #fff; width: 80%;  padding: 0 25px 25px;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;  transition: padding .3s; }

.news--featured .news-item:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e51937;
    height: 10px;
    max-height: 0;
    transition: max-height .3s;
}

.news-item .news-title h6 {
    color: #e51937;
    font-size: 14px;
    line-height: 20px;
}

.news-item .news-title h5 {
    margin: 0;
    text-transform: none;
    transition: .3s;
    font-family: neuzeit-grotesk,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height:20px;
}

.news-item .news-more {
    display: block;
    margin: 15px 0 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-family: neuzeit-grotesk,Arial,Helvetica,sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
}

.news--featured .news-item .news-more, .news--featured .news-item .news-title {
    transform: translate3d(0,25px,0);
}

.news--featured .news-item .news-more {
    display: block;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .2s,transform .35s;
}

.news-item:hover img {
    transform: scale(1.05);
    transition: transform .3s;
}

.news--featured .news-item:hover .news-more, .news--featured .news-item:hover .news-title {
    transform: translateZ(0);
}
.news--featured .news-item:hover figcaption {
    padding: 25px;
    transition: padding .3s;
}
.news--featured .news-item:hover .news-more {
    opacity: 1;
    transition-delay: .05s;
    transition-duration: .35s;
}

.news--featured .news-item:hover:after {
    max-height: 10px;
    transition: max-height .3s;
}

.news--featured .news-item:hover .news-title h5 {
    color: #e51937;
    text-decoration: underline;
    transition: .3s;
}


.schedule-widget {
    padding: 15px 0 0;
    border: 1px solid #ebebeb;
    border-top: 10px solid #e51937;
    overflow: hidden;
}

.schedule-widget__logo {
    display: block;
    margin: 0 auto 10px;
}

.schedule-widget__text {
    text-align: center;
}

.schedule-widget__text h6 {
    font-size: 14px;
    line-height: 16px;
}

.schedule-widget__text p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 14px;
}

.schedule-widget__text a {
    text-transform: uppercase;
    color: #000;
    transition: color .3s;
    font-weight: 900;
    font-size: 13px;
    line-height: 16px];
}
.schedule-widget__text a:hover{color: #e51937;}

.game-table .game-row {
    display: flex;
    outline: #ebebeb solid 1px;
    padding: 0 5px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.game-table .game-row .game-col.game-teams {
    width: 100%;
}

.game-table .game-row .game-col.game-title {
    width: 30%;
    border-right: 1px solid #ebebeb;
    padding: 10px 5px;
    border-right: 0;
}

.game-table .game-row .game-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.game-table .game-row .game-col.game-title h5 {
    margin: 0;
    letter-spacing: 0;
    color: #898989;
    font-size: 12px;
    line-height: 14px;
}

.game-table .game-row .game-col.game-teams>* {width: 25%;}
.game-table .game-row .game-col.game-teams .team {position: relative; height: 100%;}
.game-table .game-row .game-col.game-teams .vs {position: relative; height: 100%;}

.game-table .game-row .game-col.game-teams .team .team-logo {
    position: relative;}

    .game-table .game-row .game-col.game-teams .team .team-logo img {
    display: block;
    margin: 0 auto;
  max-width: 50px;
    max-height: 35px;
    width: auto;
    height: auto;
}

.game-table .game-row .game-col.game-teams .vs:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    margin-top: -3px;
    width: 70%;
    height: 6px;
    background: #000;
}

.game-table--widget .game-row .game-col.game-teams .vs:after {
    margin-top: -2px;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 4px;
}

/********* video start here **************/
a.btn.mint-btn {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    background: #0c2c65;
    color: #fff;
    margin-bottom: 50px;
    border-radius: 40px;
    width: 100%;
    font-size: 20px;
    max-width: 200px;
}
a.btn.mint-btn:hover{background: #194ca7;}
.home-video--content {
    position: relative;
    height: 55vw;
    overflow: hidden;
}

.home-video__text {
    padding: 0 20px;
    z-index: 499;
    text-align: center;
    transition: opacity .3s,z-index .6s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home-video{overflow: hidden;}

.home-video__text h2 {
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 3rem;
}

.video-link {
    display: inline-block;
    transition: background .3s;
    color: #fff;
}

.video-link__inner {
    display: flex;
    align-items: stretch;
}

.video-link .play {
    position: relative;
    width: 54px;
    height: 48px;
}

.video-link .play, .video-link .text {
    display: inline-block;
    border: 4px solid #fff;
}

.video-link .play:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 0 11.5px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-link .text {
    border-left: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.2rem;
}

.home-video--content__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
}

.embed-container video {
    width: 100% !important;
    object-fit: fill;
 
}

.embed-container embed, .embed-container iframe, .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-video__poster {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transition: opacity .3s,z-index .6s;
    background-attachment: fixed;
    background-image: url(../images/be-well.jpg);
}

.home-video.is-playing .home-video__poster, .home-video.is-playing .home-video__text {
    opacity: 0;
    z-index: -999;
    transition: opacity .3s,z-index .6s;
}

/********* player start here ********/

.featured--players {position: relative; margin-top: 40px; margin-bottom: 40px;}
.featured--players:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 0;
    background: #f6f6f6;
}

.featured--players .container {
    position: relative;
}


.featured--players .player-slides {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-top: 120px;
}

.featured--players .player-slides__left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.featured--players .player-slides__right {
    width: 100%;
    padding: 30px 20px;
}

.featured--players .player-slides__title {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 15px;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 2rem;
}

.featured--players  .person-bio {
    padding-left: 15px;
    padding-right: 15px;
    display: flex !important;
}

.player-slide img {max-width: 100%;}
.person-bio h3 {
    margin: 0 0 10px;
    line-height: 2.5rem;
}
.person-bio h3 a {
    color: #000;
    transition: color .3s;
}
.person-bio h3 .player-role--icon {
    vertical-align: top;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #d1d1d1;
    text-align: center;
    transition: background .3s;
}
.person-bio h3 .player-role {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.person-bio h4 {
    margin: 0;
    text-transform: none;
    font-family: neuzeit-grotesk,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.featured--players .container:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    z-index: 0;
    background: #f6f6f6;
}

.person-bio p a span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6rem;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 700;
}

.person-bio p a {
    display: inline-block;
    color: #000;
}

.featured--players .player-slides__nav h5 {
    color: #000;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: neuzeit-grotesk,Arial,Helvetica,sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 2.8rem;
}
.featured--players .player-slides__nav h5 a{color: #000;}

.featured--players .player-slides__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 10px solid #000;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 0 8px;
}

.featured--players button.slick-next.slick-arrow, .featured--players button.slick-prev.slick-arrow{
    color: #000 !important;
     position: absolute;
    bottom: 100px !important;
    top: inherit;
    right: 0;
}

.featured--players button.slick-prev.slick-arrow {
    right: 40px;
    left: inherit;
}
.featured--players button.slick-next.slick-arrow:before, .featured--players button.slick-prev.slick-arrow:before{color: #000 !important;}

.merch--featured {
    position: relative;
    padding: 0 0 30px;
   
}


.hero--home{ background: url(../images/discover.png) no-repeat left top;}
.revervse-hero{background-position: right top;}


.merch--featured .slick-next, .hero-slides .slick-next{right: 15px !important; z-index: 9;}
.merch--featured .slick-prev, .hero-slides .slick-prev{left: 15px !important; z-index: 9;}
.merch--featured .slick-prev:before, .merch--featured .slick-next:before,.hero-slides .slick-next:before,.hero-slides .slick-prev:before{color: #000;}
.merch--featured .merch-slides .slick-slide .merch-slide, .merch--featured .merch-slides .slick-slide>div {
    height: 100%;
}
.slick-dotted.slick-slider{margin-bottom: 0px;}
.merch--featured{padding-bottom: 0px;}
.hero-slide__image--clipped img {
    webkit-clip-path: polygon(0 0,80% 0,100% 100%,20% 100%);
    clip-path: polygon(0 0,80% 0,100% 100%,20% 100%);
}
div#navbarSupportedContent ul.navbar-nav li a {font-weight: 400; padding: 10px 16px;}
.merch--featured .merch-slides .slick-slide a {
    display: block;
    position: relative;
    }

.title {
    font-size:32px;
    color:#184da7 !important;
    font-weight: 700;
}
.merch--featured .merch-slides .slick-slide .merch-slide img {
    border: 4px solid #eee;
    border-radius: 10px;
}


.merch--featured .merch-slides .slick-slide span {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: .3s;
    opacity: 0;
    font-weight: 900;
    font-size:18px;
    line-height:20px;
    z-index: 99;
}

.merch--featured .merch-slides .slick-slide a:after {
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 15%;
    display: block;
    content: "";
    opacity: 1;
    border: 10px solid #fff;
    transition: border-color .3s;
}
.ownership-banner{width: 100%; max-width: 100%;}
.ownership-banner img{width: 100%; max-width: 100%;}
.merch--featured .merch-slides .slick-slide img {
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: all 0.5s ease;
    transform: scale(0.96);
}

.merch--featured .merch-slides .slick-slide img:hover {
    transform: scale(1); box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    border-color: #0c2c65;
}

.merch--featured .slick-arrow {
    background: rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.merch--featured .merch-slides .slick-slide a:after {
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 15%;
    display: block;
    content: "";
    opacity: 1;
    border: 10px solid #fff;
    transition: border-color .3s;
}

.merch--featured .merch-slides .slick-current span {
    opacity: 1;
    transition: opacity .3s;
}

.merch--featured .merch-slides .slick-slide.slick-current a:after {
    border-color: #ebebeb;
    transition: border-color .3s;
}


.merch--featured .slick-list{
    min-height:400px;
}


.ps-wrapper {
    height: 330px;
    position: relative;
    padding-right:30px;
}

/************ footer start here **********/
footer.footer {
    text-align: center;
    background: #0c2c65;
    padding: 30px 0px 10px 0px;
}
footer.footer .footer-logo{margin-bottom: 30px; display: block;}
.footer__bottom {
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}
.footer__top ul#menu-sub-navigation-1 {
    list-style: none;
}
.footer__top.d-flex.justify-content-center .form {border-bottom: 2px solid #fff;}
.footer__top.d-flex.justify-content-center .form input{border:none; outline: none; background: none; box-shadow: none; color: #fff; font-weight: 700;}
.footer__top.d-flex.justify-content-center .form input::placeholder{color: #fff;}
.footer__top.d-flex.justify-content-center .form button{border:none; outline: none; box-shadow: none; background: none;}
.footer__top.d-flex.justify-content-center .form button i{color: #fff;}
.footer__top ul#menu-sub-navigation-1 li{padding: 0px 10px;}
.footer__top ul#menu-sub-navigation-1 a {color: #fff; font-weight: 400; }

.footer__bottom p {
    margin: 0;
    color: #ccc;
    font-weight: 4000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

/********** mint page section start **************/

.mint-header{background: none; text-align: center;z-index: 9; width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+38,020202+39,000000+40,020202+40,000000+41,000000+44,020202+45,000000+46,020202+46,000000+48,020202+50,000000+51,000000+54,020202+55,000000+56,020202+57,000000+58,000000+60,030303+62,000000+62,000000+64,030303+64,000000+65,000000+68,030303+68,000000+69,030303+70,000000+70,000000+75,040404+75,040404+76,000000+77,040404+77,000000+78,000000+83,060606+84,070707+85,000000+85,000000+89,090909+89,000000+90,000000+91,0d0d0d+92,0f0f0f+93,000000+94,000000+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.62) 38%, rgba(2,2,2,0.61) 39%, rgba(2,2,2,0.6) 40%, rgba(0,0,0,0.59) 41%, rgba(0,0,0,0.56) 44%, rgba(2,2,2,0.55) 45%, rgba(2,2,2,0.54) 46%, rgba(0,0,0,0.52) 48%, rgba(2,2,2,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.46) 54%, rgba(2,2,2,0.45) 55%, rgba(0,0,0,0.44) 56%, rgba(2,2,2,0.43) 57%, rgba(0,0,0,0.42) 58%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.38) 62%, rgba(3,3,3,0.36) 64%, rgba(0,0,0,0.35) 65%, rgba(3,3,3,0.32) 68%, rgba(0,0,0,0.31) 69%, rgba(0,0,0,0.3) 70%, rgba(4,4,4,0.25) 75%, rgba(4,4,4,0.24) 76%, rgba(4,4,4,0.23) 77%, rgba(0,0,0,0.22) 78%, rgba(0,0,0,0.17) 83%, rgba(6,6,6,0.16) 84%, rgba(0,0,0,0.15) 85%, rgba(9,9,9,0.11) 89%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.09) 91%, rgba(13,13,13,0.08) 92%, rgba(15,15,15,0.07) 93%, rgba(0,0,0,0.06) 94%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.62) 38%,rgba(2,2,2,0.61) 39%,rgba(2,2,2,0.6) 40%,rgba(0,0,0,0.59) 41%,rgba(0,0,0,0.56) 44%,rgba(2,2,2,0.55) 45%,rgba(2,2,2,0.54) 46%,rgba(0,0,0,0.52) 48%,rgba(2,2,2,0.5) 50%,rgba(0,0,0,0.49) 51%,rgba(0,0,0,0.46) 54%,rgba(2,2,2,0.45) 55%,rgba(0,0,0,0.44) 56%,rgba(2,2,2,0.43) 57%,rgba(0,0,0,0.42) 58%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0.38) 62%,rgba(3,3,3,0.36) 64%,rgba(0,0,0,0.35) 65%,rgba(3,3,3,0.32) 68%,rgba(0,0,0,0.31) 69%,rgba(0,0,0,0.3) 70%,rgba(4,4,4,0.25) 75%,rgba(4,4,4,0.24) 76%,rgba(4,4,4,0.23) 77%,rgba(0,0,0,0.22) 78%,rgba(0,0,0,0.17) 83%,rgba(6,6,6,0.16) 84%,rgba(0,0,0,0.15) 85%,rgba(9,9,9,0.11) 89%,rgba(0,0,0,0.1) 90%,rgba(0,0,0,0.09) 91%,rgba(13,13,13,0.08) 92%,rgba(15,15,15,0.07) 93%,rgba(0,0,0,0.06) 94%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.62) 38%,rgba(2,2,2,0.61) 39%,rgba(2,2,2,0.6) 40%,rgba(0,0,0,0.59) 41%,rgba(0,0,0,0.56) 44%,rgba(2,2,2,0.55) 45%,rgba(2,2,2,0.54) 46%,rgba(0,0,0,0.52) 48%,rgba(2,2,2,0.5) 50%,rgba(0,0,0,0.49) 51%,rgba(0,0,0,0.46) 54%,rgba(2,2,2,0.45) 55%,rgba(0,0,0,0.44) 56%,rgba(2,2,2,0.43) 57%,rgba(0,0,0,0.42) 58%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0.38) 62%,rgba(3,3,3,0.36) 64%,rgba(0,0,0,0.35) 65%,rgba(3,3,3,0.32) 68%,rgba(0,0,0,0.31) 69%,rgba(0,0,0,0.3) 70%,rgba(4,4,4,0.25) 75%,rgba(4,4,4,0.24) 76%,rgba(4,4,4,0.23) 77%,rgba(0,0,0,0.22) 78%,rgba(0,0,0,0.17) 83%,rgba(6,6,6,0.16) 84%,rgba(0,0,0,0.15) 85%,rgba(9,9,9,0.11) 89%,rgba(0,0,0,0.1) 90%,rgba(0,0,0,0.09) 91%,rgba(13,13,13,0.08) 92%,rgba(15,15,15,0.07) 93%,rgba(0,0,0,0.06) 94%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    padding-top: 10px;padding-bottom: 10px;
}
section.mint-page-main{position: relative; position: relative;min-height:100vh; overflow: hidden; display: flex;}
body.mint-page-main{background: url(../images/inner-banner-bg.jpg) no-repeat bottom center; background-size: cover;position: relative; position: relative;min-height:100vh;}
.mint-header nav{justify-content: center;}
.mint-roadmap-box span.map-icon {
    width: 48px;
    background: #344e6e;
    text-align: center;
    height: 24px;
    display: block;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 0px;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}

.mint-roadmap-box .col-lg-4 {
    position: relative;
}
.mint-roadmap-box .col-lg-4::before {
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    content: '';
    top: 12px;
    z-index: 0;
    left: 45px;
}
.mint-roadmap-box .col-lg-4:last-child::before{left: 0;}
.mint-header nav .navbar-brand{padding-right: 0px;}


/***** toggle css ******/

#change-theme-btn {
    font: inherit;
    padding: 0.1em 0.25em;
    border: 0;
    border-radius: 35px;
    outline: 0;
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease-out;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    font-size: 12px;
    width: 48px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 99;
    margin-left: 10px;
    margin-right: 10px;
    /* box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 30%); */
    background: #002A5C;
    transition: all 0.5s ease;
    border: 2px solid #D1AC52;}

#change-theme-btn::before, #change-theme-btn::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 17px;
    height: 17px;
    transition: all 0.15s ease-out;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-top: 4px;
    font-size: 16px;
    border-radius: 50%;
    background: #E51937;
    transition: all 0.5s ease;
}
#change-theme-btn::after {
  /*background-color: #fff;*/
  left: -100%;
  transition: all 0.5s ease;
   content: '';
}
#change-theme-btn:hover {
  text-decoration: underline;
}
.light-theme #change-theme-btn {
  color: #222;
}
.light-theme #change-theme-btn::before {
  right: -100%;
  transition: all 0.5s ease;
  left: inherit;
}
.light-theme #change-theme-btn::after {
    left: inherit;
    right: 1px;
    transition: all 0.5s ease;
}

/******** toggle css ends *********/

.mint-box {
    background: rgba(1,1,21,0.75);
    width: 100%;
    position: relative;
     font-family: 'neuzeit_groteskbold' !important;
     color: #fff !important;
}




.mint-box::before{position: absolute; background:url(../images/edge-shape-left.png) no-repeat left top; position: absolute; content: ''; width: 82px; height: 100%;}
.mint-box::before {
    background: url(../images/edge-shape-left.png) no-repeat left top;
    position: absolute;
    content: '';
    width: 82px;
    height: 100%;
    left: -82px;
    top: 0;
    
}
.mint-box::after {
    background: url(../images/edge-shape-right.png) no-repeat left top;
    position: absolute;
    content: '';
    width: 82px;
    height: 100%;
    right: -82px;
    top: 0;
    
}

.mint-toggler {
    width: 233px;
    margin: 0 auto;
    padding: 7px 0px;
    justify-content: center;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.mint-toggler span.gold{color:#C2912A;}
.mint-toggler span {
    font-size: 24px;
    color: #E61938;
    text-transform: uppercase;
}

.mint-toggler::before {
    background: url(../images/edge-shape-white-left.png) no-repeat left top;
    position: absolute;
    content: '';
    width: 21px;
    height: 100%;
    left: -20px;
    top: 0;
}
.mint-toggler::after {
    background: url(../images/edge-shape-white-right.png) no-repeat left top;
    position: absolute;
    content: '';
    width: 21px;
    height: 100%;
    right: -20px;
    top: 0;
} 

.connect-wallet {
    width: 100%;
    padding: 30px 0px;
}

.mint-right-box {
    background: rgb(0,42,92);
    background: -moz-linear-gradient(top, rgba(0,42,92,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a5c', endColorstr='#000000',GradientType=0 );
    min-height: 543px;
    max-width: 503px;
    margin: 0 auto;
    border: 4px solid #fff;
    padding: 30px 20px;
    border-radius: 0% 0% 50% 50%;
}
.red-btn {
    background: #E51937;
    display: inline-block;
    border: none;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #fff;
    width: 100%;
    max-width: 320px;
    height: 44px;
    font-size: 24px;
    padding: 5px 0px;
    text-transform: uppercase;
}
.red-btn:hover{background: #fff; color:#E51937; text-decoration: none;}

.white-btn {
    background: #fff;
    display: inline-block;
    border: none;
    transition: all 0.5s ease;
    cursor: pointer;
    color:#E51937;
    width: 100%;
    max-width: 320px;
    height: 44px;
    font-size: 24px;
    padding: 5px 0px;
    text-transform: uppercase;
}
.white-btn:hover{background: #E51937; color:#fff; text-decoration: none;}
.mint-right-box h2 {
    font-size: 32px;
}
.uppercase{text-transform: uppercase;}
.red-text{color:#E51937;}
.left-mint h3 {font-size: 24px; text-transform: uppercase; margin: 15px 0px;}
.left-mint h4 {
    font-size: 24px;
    color: #FFB23E;
    margin-bottom: 30px;
}
.left-mint h4 span{font-size:16px; color: #fff; display: block;}

/********* inner page start here ************/

.inner-banner{background: url(../images/inner-banner-bg.jpg) no-repeat bottom center; background-size: cover; margin-top: 67px; padding: 100px 0px; position: relative; position: relative;height: 50vw; overflow: hidden; display: flex; align-items: center;}
.banner-inner-text h3 {font-size: 36px !important; color: #e71936;}

.inner-banner .home-video--content__wrap::after{position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ''; background: rgba(0,0,0,0.7);}
.ml-form-embedContainer {padding: 30px; background: rgba(255,255,255,0.9); border-radius: 10px;}
.inner-banner form label{font-weight:500; font-size: 16px; color: #333;}
.inner-banner form input{height: 40px; background: #fff; border: 1px solid #ddd; font-size: 16px;}
.inner-banner form button{ 
    display: block;
    padding: 10px 30px;
    background: #0c2c65;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    width: 100%;
    font-size: 20px;
    max-width: 270px;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.inner-banner form button:hover{background: #184da7 !important; cursor: pointer;}
.inner-banner form .form-group .form-check {display: inline-block; align-items: center; margin-right: 10px;}

.inner-banner form .form-group .form-check label, .inner-banner form .form-group .form-check input {display: inline-block;  vertical-align: middle;height: auto;}

section.ice-cube-message {
    text-align: center;
    padding: 60px 0px 80px 0px;
}

section.ice-cube-message .main-btn{display: block;
    padding: 10px 30px;
    background: #0c2c65;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 20px;
    max-width: 200px;}

 #myModal .modal-dialog {width: 100%; max-width: 1000px;}
  #myModal .modal-dialog video{width: 100%;}

  .big-3-image img {
    max-width:600px; float: right;
}

section.about-ownership {
    position: relative;
}

section.about-ownership .hero-slide__image {
    z-index: -1;
    top: 0;
}

.over-item {
/*    background:#184da7 !important;
    -webkit-box-shadow: 0 31px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 31px 35px rgb(0 0 0 / 10%);
    padding: 15px;
    margin-top: 30px;
    padding: 60px 0px;
    webkit-clip-path: polygon(0 0,80% 0,100% 100%,20% 100%);
    clip-path: polygon(0 0,80% 0,100% 100%,20% 100%);
        margin-bottom: 40px;**/
}

.ownership-benefits{margin-top: 60px; width: 100%;}
/**
.unique-style3::before {
    position: absolute;
    content: '';
    top: -76px;
    left: 12px;
    height: 10px;
    border-radius: 50%;
    width: 10px;
    background: #fdba30;
    z-index: 1;
}
/**
.unique-style3::after {
    position: absolute;
    content: '';
    top: -70px;
    left: 15px;
    height: 230px;
    width: 2px;
    border: 2px solid #3c1b56;
    border-color: #3c1b56;
    z-index: 0;
}**/

.over-item h3 {
    font-size: 24px;
    color: white;
    font-family: pb;
    padding: 20px 0;
    position: relative;
}

.over-item ul{padding-left: 0px;}
.over-item ul li {
    font-size: 15px;
    color: #444;
    list-style: none;
    position: relative;
    margin-bottom: 20px;    padding-left: 25px;
  

}
.over-item ul{margin-bottom: 0px; padding-bottom: 0px;}

.over-item ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fdba30;
    position: absolute;
    border-radius: 50%;
    left: 0;
    margin-right: 6px;
    top: 5px;
}

.about-ownership h4.sub-heading {color: #000; margin-bottom: 20px;}
section.about-ownership .ps-wrapper {
    height: 600px;
}

/******* faq start here ********/
section.faq-sec{overflow: hidden; padding-top: 40px;}
section.faq-sec h2.main-heading{font-size:100px; color: #00289B;}
div#faq .card {border: none; border-bottom: 1px solid #ddd; margin-bottom: 30px;    padding-bottom: 30PX;}
div#faq .card .card-body{font-size: 20px;}
div#faq .card-header {background: none; border: none;}
div#faq .card-header a.btn {font-size: 27px; font-weight: 300; color: #00289B; outline: none; box-shadow: none; padding-left: 0px;}

.content-page a{color: #0c2c65; text-decoration: underline;}
.content-page{padding-top:120px; padding-bottom: 60px; width: 100%;}
.content-page h5{font-size:1.2rem;
    line-height: 1.8rem;}


    
    section.contact-page {
    width: 100%;
    position: relative;
    padding: 0px;
}

section.contact-page .contact-form input {
    padding: 5px 0px;
    border: 0;
    border-bottom: 5px solid #000;
    border-radius: 0;
    transition: .3s;
    font-family: neuzeit-grotesk,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.5rem;
    margin-bottom: 15px;
}

section.contact-page .contact-form h3{font-size:4rem; line-height:5rem;}
section.contact-page .contact-form button {
    padding: 12px 45px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: background .3s;
    cursor: pointer;
margin-top: 15px;
    font-weight: 700;
    font-size:1.2rem;
    line-height: 2rem;
}
section.contact-page .contact-form textarea {
    overflow: auto;
    min-width: 250px;
    max-width: 100%;
    min-height: 160px;
    padding: 12px 8px;
    background: #f5f5f5;
    border: 0;
    border-bottom: 5px solid #000;
    border-radius: 0;
    resize: none;
    transition: .3s;
    font-family: neuzeit-grotesk,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.5rem;
    margin-top: 15px;
}
section.contact-page .contact-form {
    padding: 120px 100px 60px 100px;
}
/************* marquee start **************/


.marquee-wrapper{
  
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
  display: flex;
    align-items: center;
}

.marquee-inner span .marquee-item:last-child {
    margin-right: 0px !important;
}
.marquee-inner span .marquee-item:first-child {
    margin-left: 0px !important;
}
.marquee-li.bg {
    position: relative;
    background: rgba(255,255,255,0.1);
    width: 100%;
    overflow: hidden;}
.marquee-wrapper .marquee-block {
    --total-marquee-items: 5;
    height: 98px;
    width: calc(340px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.mint-roadmap-box {
    padding: 15px;
    background: rgb(0,42,92);
    background: -moz-linear-gradient(top, rgba(0,42,92,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.mint-roadmap-box h3{font-family: 'neuzeit_groteskbold'; font-size: 20px; text-transform: uppercase;}
.mint-roadmap-box p{ font-family: 'neuzeit_groteskregular'; font-size:15px;}

.marquee-item img {
    max-width: 160px;
}

.ps__thumb-y {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #1951C2 !important;
    right: -5px !important;
    width: 15px !important;
    border-radius: 50% !important;
    height: 15px !important;
    z-index: 9999;
}

.ps-wrapper.ps--active-y .ps__rail-y {
    width: 3px;
    margin-right: 3px;
    opacity: 1;
    right: 5px !important;
    position: absolute;
   
    background: #eee;
}

div#featured {
    width: 100%;
    overflow: hidden;

}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeLeft 15s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 15s linear infinite;
}
.marquee-item{
 
  height: auto;
  display: inline-block;
  margin: 0 40px;
  float: left;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}


.sub-heading {
    font-size: 20px;
    font-weight: 400;
    color: #999;
}

.hero--home .hero-slides .hero-slide__title {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 400;
}
.ps-wrapper p {line-height: 26px; color: #666; font-size: 16px;}

.ml-form-embedContainer .custom-checkbox{display: inline-block; margin-right: 20px;}
.custom-control-label::before{background-color: #fff;}
.ml-form-fieldRow{margin-bottom: 15px;}

/******** thankyou banner start here ***********/

.inner-banner-bg{min-height: 100vh; background: url(../images/inner-banner-bg.jpg) no-repeat center top; background-size: cover;}
.thankyou-box {
    background: rgb(1,1,21,0.6);
    text-align: center;
    padding: 60px;
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,.5);
}
.thankyou-box p {
    color: #fff;
}
.thankyou-box h4 {
    font-size: 40px;
    color: #E51937;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-mint .mint-img {
    border: 4px solid transparent;
    max-width: 250px;
    border-radius: 20px;
    background: linear-gradient(to top, #CBA23A, #E6D37F, #FAF5C7, #FBDA7D, #CB9F43), linear-gradient(to bottom, #CBA23A, #E6D37F, #FAF5C7, #FBDA7D, #CB9F43);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

p.countdown span{position: relative;}
/*p#countdown span:after {
    position: absolute;
    right: -4px;
    content: ':';
    top: -3px;}
*/
#myModal .modal-content {
    background: rgb(0,42,92);
    background: -moz-linear-gradient(top, rgba(0,42,92,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    color: #fff;
    border: 4px solid #fff;
    text-align: center;
}

#myModal .modal-header h5{text-align: center; color: #fff; display: block; width: 100%;}
/************ mint number ***********/
.mint-items {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
}
.input-number {
    max-width: 224px;
    width: 100%;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 4px solid #fff;
  height: 44px;
  user-select: none;
  background: rgba(255,255,255,0.2);
  font-size: 24px; color: #fff;
}
.input-number-decrement, .input-number-increment {
    display: inline-block;
    width: 48px;
    line-height: 37px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height: 44px;
    font-size: 28px;
    border-radius: 0px !important;
}
.color-white{color: #fff;}
.underline{text-decoration: underline; text-transform: uppercase;}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}
.mint-right-box .color-white:hover{color: #E51937;}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}


/********** fire start here ********/
.fire-wallet, .mint-grids{display: none;}

.light-theme .connect-wallet{display: none;}
.light-theme .fire-wallet, .light-theme .mint-grids{display:block;}
.fire-wallet .mint-right-box {max-width: 100%; background: none; border: none; min-height: inherit; margin-bottom: 30px}
.fire-wallet .mint-right-box h2 br{display: none;}
.fire-wallet .mint-right-box p{font-family: 'neuzeit_groteskregular';}
.mint-single-grid {
    padding: 30px;
    background: rgb(0,42,92);
    background: -moz-linear-gradient(top, rgba(0,42,92,1) 0%, rgba(0,0,0,1) 00%);
    background: -webkit-linear-gradient(top, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    text-align: center;
    position: relative;
    border-radius: 0px 0px 50px 50px;
    border: 4px solid #FBDA7D;
    margin-bottom: 60px;
}

.mint-single-grid img {
    margin-top: -80px;
    max-height: 120px;
}
.mint-single-grid h4{font-family: 'neuzeit_groteskbold'; color: #fff; margin: 10px 0px; text-transform: uppercase;}
.disable {background: rgba(255,255,255,0.4); color: #000; font-weight: 700;  cursor: not-allowed;}
.disable:hover{background: rgba(255,255,255,0.4); color: #000; font-weight: 700;  cursor: not-allowed;}
}
.no-psuedo::before,.no-psuedo::after{display: none; content:'';}
.text-left{text-align: left;}


.terms-of-sale-sec .mint-roadmap-box h3 {margin-bottom: 20px; font-size: 28px;}
.terms-of-sale-sec .mint-roadmap-box h6 {margin-bottom: 20px;}
.terms-of-sale-sec .mint-roadmap-box p {font-size: 18px; color: #fff;}

.terms-of-sale-sec .mint-roadmap-box {

    height: 730px;
    padding: 30px;

}

/******* media query start  ****************/

@media screen and (min-width: 1600px) {

.merch--featured .merch-slides .slick-slide a:after {left: 50px; right: 50px;}
}
    @media screen and (min-width: 1500px) {
.container{max-width: 1440px;}

}

@media only screen and (min-width: 30em){

.hero--home .hero-slides .hero-slide__image--backdrop {width: 50%;}

.hero--home .hero-slides .hero-slide__image--backdrop .backdrop-wrap {
    -webkit-clip-path: polygon(0 0,27% 0,67% 100%,0 100%);
    clip-path: polygon(0 0,27% 0,67% 100%,0 100%);
}


}
    @media only screen and (min-width: 48em){
.hero--home .hero-slides .hero-slide__image--clipped img.hero-mobile-img, .hero--home .hero-slides .hero-slide__image--clipped:after {
    display: none;
    webkit-clip-path: polygon(0 0,67% 0,100% 100%,33% 100%);
    clip-path: polygon(0 0,67% 0,100% 100%,33% 100%);
}

.featured--players .player-slides__nav {
    margin-top: 60px;
    margin-right: 0;
}
.person-bio h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.featured--players  .person-bio {
    padding-right: 0;
}
.featured--players .player-slides__title {
    margin-bottom: 30px;
    padding-right: 0;
}
.featured--players .player-slides__right {
    width: 45%;
    padding-left: 0;
}
.featured--players .player-slides__left {
    width: 55%;
    margin-top: 0;
    padding-right: 30px;
}

.hero--home .hero-slides .hero-slide__image--clipped {
    width: 50%;
    margin-right: -10%;
}
.revervse-hero .hero-slides .hero-slide__image--clipped {
    width: 50%;
    margin-left: -10%;
    margin-right: inherit;
}
.hero--home .hero-slides .hero-slide__image--backdrop {
    left: auto;
    right: 0;
    bottom: 22%;
    z-index: 1;
}

.revervse-hero .hero-slides .hero-slide__image--backdrop {
    right: auto !important;
    left: 0 !important;
    bottom: 22%;
    z-index: 1;
}

.revervse-hero .hero-slides .hero-slide__image--backdrop .backdrop-wrap{transform: rotate(180deg);}

.hero--home .hero-slides .hero-slide__image--backdrop .backdrop-wrap {
    background: #ebebeb;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,35% 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,35% 100%);
}

.hero--home .hero-slides .hero-slide__image--backdrop img {
    opacity: .2;
}

.news--featured .news-item figcaption {
    width: 60%;
}

.featured--players .player-slides {
    flex-wrap: nowrap;
    margin-top: 0;
}


.merch--featured .merch-slides .slick-slide a:after {
    border-width: 15px;
}

}

@media only screen and (min-width: 64em){

.featured--players .player-slides__right {
    width: 35%;
}
.featured--players .player-slides__left {
    width: 65%;
}

}

@media only screen and (min-width: 78.125em){



.merch--featured .merch-slides .slick-slide a:after {
    left: 0;
    right: 0;
    border-width:15px;
}
.merch--featured .merch-slides .slick-slide img {
    opacity: 1;
}
.cssclippathpolygon .hero--home .hero-slides .hero-slide__text {
    top: 100px; left: 0; bottom: auto;
}
.featured--players .container:before {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,33% 100%);
    clip-path: polygon(0 0,100% 0,100% );}
.featured--players .player-slides__left {
    margin-top: -20px;
    margin-bottom: -50px;
    padding-left: 0;
    padding-right: 0;
}

.featured--players .player-slides__right {
    padding-top: 65px;
    padding-right: 0;
    padding-bottom: 55px;
}


.hero--home .hero-slides .hero-slide__image--clipped {
    width: 78%;
}

.featured--players .player-slides {
    align-items: flex-start;
}
.featured--players {
    margin-top: 50px;
    margin-bottom: 100px;
}

}



    @media only screen and (max-width: 1400px){
.featured--home .container{max-width: 100%;}
.big-3-image img{max-width: 100%;} 


}


    @media only screen and (max-width: 1199px){
.hero--home .slick-dots{display: none !important;}
.hero--home .hero-slides .hero-slide__image--clipped img{width: 100%;}
header:before{max-width: 180px; right: inherit;}
.header-social{padding-left: 0px;}
header .container, .hero-slide .container{max-width: 100%;}
.hero--home .hero-slides .hero-slide__title a {font-size: 32px; line-height: 32px;}
section.featured--home .col-xl-3.col-lg-3.col-md-6.col-sm-12 {margin-bottom: 30px;}
.footer__top {flex-wrap: wrap;}
footer .container{max-width: 100%;}
.featured--players .container{max-width: 100%;}
.navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus{border: none; outline: none;}
.inner-banner{height: auto;} 
.big-3-image img{max-width: 100%;}   
}

@media only screen and (max-width: 991px){
.inner-banner{height: auto;}
.banner-inner-text h3 {font-size: 22px !important;}
.ps-wrapper{height: auto;}

.mint-right-box{height: auto; min-height: inherit;}
.mint-box{border: 1px solid #fff; border-radius: 16px; padding-left: 5px; padding-right: 5px;}
.mint-box::before, .mint-box::after{display: none;}
.connect-wallet .row{flex-direction: column-reverse;}

.left-mint {margin-top: 30px;}
.mint-single-grid{    margin-top: 60px;}
.mint-single-grid h4{min-height: 60px;}
.fire-wallet .mint-right-box{background: rgb(0,42,92);
    background: -moz-linear-gradient(top, rgba(0,42,92,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,42,92,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a5c', endColorstr='#000000',GradientType=0 );
    min-height: 543px;
    max-width: 503px;
    margin: 0 auto;
    border: 4px solid #fff;
    padding: 30px 20px;
    border-radius: 0% 0% 50% 50%;}
}

@media only screen and (max-width: 767px){
    .marquee-li .title{margin-bottom: 20px !important;}
    .hero--home .hero-slides .hero-slide{margin-bottom: 0px !important;}
    .hero--home{margin-bottom: 20px; margin-top: 20px;}
.featured--players .person-bio{flex-wrap: wrap;}
.title {font-size: 22px;}
.sub-heading {font-size: 14px;}
.hero-mobile-img{display: none !important;}
.mobile-reverse {
    flex-direction: column-reverse !important;
    display: flex;
}
.hero--home .hero-slides .hero-slide__text {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
}
.terms-of-sale-sec .mint-roadmap-box{height: auto;}
.thankyou-box{padding: 15px;}
.ps-wrapper{padding-right:0px;}
.hero--home .hero-slides .hero-slide__text{left: 0;}
.revervse-hero .hero-slide__image--clipped{margin-bottom:30px;}
footer .container{max-width: 100%;}
.hero--home .hero-slides .hero-slide__text{top: inherit; bottom: 0px;}
ul#menu-sub-navigation-1 {flex-wrap: wrap; justify-content: flex-start; padding-left: 0px;}
.footer__top.d-flex.justify-content-center .form{width: 100%; margin-bottom: 15px; display: flex;}
.footer__top.d-flex.justify-content-center .form input{width: 100%;}

.footer__top ul#menu-sub-navigation-1 a { margin-bottom: 5px; display: block;}
.person-bio h4 {font-size: 1rem;line-height: 1.2rem;}
.person-bio h3 {margin: 0 0 0px; line-height: 1.5rem; font-size: 1.2rem;}
.featured--players .player-slides__title {margin-bottom: 5px; font-size: 1.2rem; line-height: 1.4rem;}
.person-bio p a span{margin-top: 0px;}
.featured--players .person-bio, .featured--players .player-slides__left, .featured--players .player-slides__right{padding-right: 0px;padding-left: 0px;}
.featured--players .player-slides__nav{margin-right: 0px; margin-left: 0px;}
.featured--players button.slick-next.slick-arrow, .featured--players button.slick-prev.slick-arrow{bottom: 50px;}
div#navbarSupportedContent {
    padding: 21px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 66px;
    height: calc(100vh - 66px);
        z-index: 99;
}

.hero--home .hero-slides .hero-slide__text{position: relative; width: 100%;}


.home-video--content{margin-top: 67px;}
.ps-wrapper, section.about-ownership .ps-wrapper{height: auto;}


.big-3-image img{width: 100%; margin-bottom: 15px;}
#myModal .modal-dialog {width: 100%;max-width: calc(100% - 15px);}
.over-item{clip-path: inherit; padding: 10px;}
.over-item ul li{justify-content: flex-start; text-align: left; display:block;}
.over-item ul li:before{display: inline-block;}
div#faq .card-header a.btn {
    font-size:16px;
    white-space: inherit;
    text-align: left;
}
div#faq .card .card-body{padding-top:0px; padding-bottom: 0px;}
div#faq .card .card-body{font-size: 14px;}
div#faq .card {border: none; border-bottom: 1px solid #ddd; margin-bottom: 10px; padding-bottom: 10PX;}
.about-ownership .row {flex-direction: column-reverse;}
section.ice-cube-message {padding: 30px 0px 30px 0px;}
.inner-banner{padding: 30px 0px;}
section.contact-page .contact-form {
    padding: 30px 5px 30px 15px;
}

.mint-roadmap-box .col-lg-4 {position: relative; display: flex;}
.mint-roadmap-box .col-lg-4::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
    top: 12px;
    z-index: 0;
    left: 35px !important;
}
.map-box {width: 100%; margin-left: 15px;}

}

@media only screen and (max-width: 575px){
.hero--home .hero-slides .hero-slide__title a {font-size: 20px; line-height: 22px;}
.hero--home .hero-slides .hero-slide__link a, .hero--home .hero-slides .hero-slide__label a {font-size: 14px; line-height: 16px !important;}
.h1-like{margin-bottom: 0px;}
.featured--home{margin-bottom: 30px;}
.light-theme .mint-box{border-bottom: 0px; border-radius: 16px 16px 0px 0px;}
.light-theme .mint-grids .col-lg-4 {
    margin: 0px 15px;
    /* padding: 0px; */
    max-width: calc(100% - 30px);
    width: 100%;
    background: rgba(1,1,21,0.75);
    border: 1px solid #fff;
}
.light-theme .mint-grids .col-lg-4{border-top: none; border-bottom: none;}
.light-theme .mint-grids .col-lg-4:last-child{padding-bottom: 30px; border-bottom: 1px solid #fff; border-radius: 0px 0px 16px 16px;}

}

@media only screen and (max-width: 480px){
ul#menu-sub-navigation-1 li{width: 100%; display: block; text-align: left;}
}

@media only screen and (max-width: 420px){
    .mint-right-box h2{font-size: 24px;}
    .mint-right-box p{font-size: 14px;}

    .red-btn{font-size: 16px; height: 36px;}
    .mint-right-box{border-radius: 0px;}

}

.mint-roadmap {
    width: 100%;
    position: relative;
}

#countdown .animated {
    width: auto;
    max-width: inherit;
    flex: inherit;
    display: inline-block;
    padding: 0px 4px;
}

p.countdown {
    margin-bottom: 0px;
}

.green-bg {
    background: #00a160 !important;
}

.disconnectedItemsHidden{display:none;}