@font-face {
font-family: 'call';
src:
    url('call.ttf');
}


@font-face {
font-family: 'call-n';
src:
    url('call-n.ttf');
}


@font-face {
font-family: 'hm';
src:
    url('HitmarkerCondensed-Bold.ttf');
}



html {
    scroll-behavior: smooth;
  }

body{
	  background-image: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.get-into {
	font-family: "hm";
	font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
   	color: #fff;
   	font-size: 39px;
    text-shadow: 2px 2px 1px #000;
}

.free-cp-text {
	color: #999!important;
	text-transform: uppercase;
   	font-family: "hm"!important;
   	font-size: 26px;
}

/*.header {
	padding-bottom: 70px;
	height: 100vh;
    background-image: url('../img/bg.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}*/


.header {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Adjust height as needed */
  background-color: #000000ab;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure the video is behind all other content */
  overflow: hidden;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  pointer-events: none; /* Make the video non-interactive */
}


a:hover {
	color: #000!important;
    text-decoration: none;
     transition: all .3s ease-in-out;
}

.menu {
	width: 100%;
	text-align: center;
	color: #fff;position: relative;
    z-index: 1;
    background-color: #111111;
    padding: 10px;
   
    
}

.menu:before {
	/*content: "";
    
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
z-index: -1;*/
}


.menu ul {
	background-color: transparent;
	padding: 1px 10px 10px;
    overflow: auto;

}


.menu ul li {
	display: inline-block;
	list-style-type: none;
}

.menu li img {
	height: 270px;
}


.left {
	float: left;
	margin-top: -1px;
    margin-left: -10px;
	
}

.right {
	float:  right;
	margin-top: 18px;
}


.menu ul li svg {
	color: #fff;
}

.top-img {
	margin: 0 auto;
	margin-top: 30px;
	height: 114px;
}

.text h3 {
	text-transform: uppercase;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #D2C8AE;
   font-size: 31px;
    font-family: 'Roboto Slab', serif;
    
}

.text p {
	font-weight: 600;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #878582;
    text-transform: uppercase;
    font-size: 15px;margin-top: 20px;
    margin-bottom: 60px;
   font-family: 'Roboto Slab', serif;
}

.head-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
     margin-bottom: 40px;
         min-width: max-content;
}

.button-get {
    font-family: call;
    color: #000;
    font-size: 17px;
    /* background-color: #ffeb57; */
    position: relative;
    margin-top: 40px;
    top: 42px;
    padding: 20px 40px 20px 40px;
    animation: pulse 2s infinite;
    /* background-image: url(../img/free.png); */
    background-size: 27%;
    border-radius: 7px;
    background-position: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
}


.button-get:before {
    background: url(https://www.marvelrivals.com/pc/gw/20241128194803/img/home-btn-bg_eecddf68.png) no-repeat 50% / 100%;
    content: "";
    height: .8rem;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-49.5%, -44%);
    -moz-transform: translate(-49.5%, -44%);
    -ms-transform: translate(-49.5%, -44%);
    transform: translate(-49.5%, -44%);
    width: 106%;
    height: 100%;
    z-index: -1;
}

.button-get span {
    
    
/*    padding: 36px;*/
    
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.free-cp {
    padding: 7px 17px 7px 17px;
    color: #000;
    
    font-family: call;
    border-radius: 7px;
    position: relative;

}


.free-cp:before {
background: url(https://www.marvelrivals.com/pc/gw/20241128194803/img/home-btn-bg_eecddf68.png) no-repeat 50% / 100%;
    content: "";
    height: .8rem;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-49.5%, -44%);
    -moz-transform: translate(-49.5%, -44%);
    -ms-transform: translate(-49.5%, -44%);
    transform: translate(-49.5%, -44%);
    width: 106%;
    height: 100%;
    z-index: -1;
}

.logos ul  {
	padding-left: 0px;
	margin-top: 145px;
	margin-bottom: 70px;
}

.logos {
	margin-top: 40px;
}

.logos ul li {
	display: inline-block;
	
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}

.bottom-header h4 {
		filter: brightness(5.6);
    text-shadow: 0px 0px 10px rgb(224 165 115 / 66%), 0px 0px 10px #c85541, 0px 4px 15px #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
}

.bottom-header p {
		filter: brightness(5.6);
    text-shadow: 0px 0px 10px rgb(224 165 115 / 66%), 0px 0px 10px #c85541, 0px 4px 15px #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}


.section2 {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	border-top: 1px #7c6f6f solid;
	background-image: linear-gradient(0deg, rgba(111, 25, 6, 0.82), rgba(111, 25, 6, 0.82)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.084) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 24.58%, rgba(0, 0, 0, 0) 49.58%, rgba(0, 0, 0, 0) 76.15%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../img/section2.webp');
    background-blend-mode: color, normal, normal, normal, normal;
}


.store-buttons {
	padding: 0px;
	margin-top: 46px;
}

.store-buttons li {
	display: inline-block;
	list-style-type: none;
}


.store-buttons li a {

}

.store-buttons li a img {
	height: 50px;
}


.section2 h3 {

	text-transform: uppercase;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #D2C8AE;
   font-size: 31px;
    font-family: 'Roboto Slab', serif;
   
}


.section2 p {
font-weight: 600;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #878582;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 60px;
    font-family: 'Roboto Slab', serif;
}


#CP {
	 color: #D2C8AE;
}

#CP2 {
	 color: #D2C8AE;
}




.button-go {
	font-family: call;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	background-image: url('../img/button-bg-go.webp');
	background-size: cover;
	padding: 24px 26px 24px 26px;
	position: relative;
}


.button-go:before {
    content: "";
    height: 91px;
    width: 100%;
    top: -8px;
    left: -17px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../img/button-left.webp);
}


.button-go:after {
    content: "";
    height: 94px;
    width: 41px;
    top: -9px;
    /* right: 0px; */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../img/button-right.webp);
}


.generator {
    background-color: #020914d4;
    border-top: 20px #ffeb57 solid;
}

/*.generator {

	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
      background-image: url('../img/bg2.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	

}*/


.gen-cont {
	max-width: 700px;
	margin: 0 auto;
}

.generator h3 {
	text-transform: uppercase;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #fff;
   font-size: 31px;
    font-family: 'call';
}

.generator p {
	font-weight: 600;
    text-shadow: 2px 2px 1px #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: 'call', serif;
}


.pack {
	padding-left: 0px;

}




.pack li {
	list-style-type: none;
	display: inline-block;
	margin-top: 29px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	border: solid 2px #ffeb57;
    position: relative;
    background:#ffeb57;;
    border-radius: 5px;
}



.pack li a img {
	display: block;
	height: 155px;
}


.pack li a span {
	
	font-family: hm;
	font-weight: 300;
	margin-top: 15px;
	font-size: 22px;
	color: #000;
    


}

.footer {
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}


.footer img {
	height: 30px;
}


.step2 input {
	font-family: hm!important;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	border: none;
	padding: 9px 5px 9px 5px;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
    border: solid 2px #ffeb57;
    background-color: #74f3bc;
}



.platform-ul {
	padding: 0px;
    padding-left: 0px;


}

.platform-ul li {
	list-style-type: none;
	display: inline-block;	
	display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.platform-ul li a {
	width: 100%;
background-color: #74f3bc;
    border: solid 2px #fff;
    color: #000;
    
    font-size: 17px;
    font-family: 'hm';
}

.platform-ul li a img {
    filter: invert(1);
}


.platform-ul li a.selected img {
    filter: invert(1);
}

.selected {
	background-color: #ffeb57 !important;
    
    border-color: #000 !important;
    color: #000 !important;
}



.platform-ul li a:hover {
	color: #fff;
   background-color: #ffeb57 !important;
   
    border-color: #000;
    border-width: 3px;
     transition: all .3s ease-in-out;
     
}


.platform-ul li a.selected img {

	
}

.platform-ul li a:hover img {

	
}

.platform-ul li a img {
	height: 44px;
	padding: 7px;
	
}

input::placeholder,
textarea::placeholder {
  font-family: hm!important;
}

.input-wrap{
	        
	    margin: 0 auto;
	    position: relative;
}







.connect-btn {
    font-family: call;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    background-color: #74f3bc;
    
    border: 4px #ffeb57 solid;
    width: 100%;
    padding: 12px 40px 12px 40px;
    position: relative;
    display: inline-block;
    margin-top: 20px;

}

.connect-btn:hover {
    color: #000;
}

.step3 {
    max-width: 500px;
     margin:0 auto;
     position: relative;
}

.step3 img {
    margin:0 auto;

}


.progress-bar {
    
    border-radius: 1px;
    position: absolute;
    z-index: 10;
    height: 61px;
    background-color: #fff;
}

.progress {
    font-family: call;
	
	font-size: 25px;
	font-weight: 600;
	background-color: transparent;

	border: solid 4px #fff;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
    margin: 0 auto;
    height: 50px;
	margin-bottom: 50px;
}




.step4 {
	text-transform: uppercase;
    
    color: #fff;
    font-size: 27px;
    font-family: 'call', serif;
    margin-top: 50px;
}



.verify {
    font-family: call;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    background-size: cover;
    padding: 12px 40px 12px 40px;
    position: relative;
    background-color: #ffeb57; 
    border: 4px #ffeb57 solid;
}


.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #FFF;
    border-bottom-color: #ffeb57;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 



@media screen and (max-width: 480px) {
  body {
    
  }

  .top-img {
    height: 70px;
  }


  .store-buttons li {
  	display: block;
  	margin-bottom: 7px;
  }

  .logos ul {
  	margin-top: 70px;
  }
}



/*  ACTIVITY  */
.activity{
  background-image: url(../images/nba/desktop.244ba650.jpg);
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
    -webkit-mask-size: calc(100% + 2px) calc(100% + 2px),contain;
    mask-size: calc(100% + 2px) calc(100% + 2px),contain;
    -webkit-mask-image: linear-gradient(to bottom,#fff,#fff),url(../images/nba/divider-down-black2.94bfc0d6.png);
    mask-image: linear-gradient(to bottom,#fff,#fff),url(../images/nba/divider-down-black2.94bfc0d6.png);
    -webkit-mask-position: top,top;
    mask-position: top,top;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: repeat-x,repeat-x;
    mask-repeat: repeat-x,repeat-x;
    margin-top: calc(-3 * 2.3rem);
}


.modal-content{
  border-radius: 0;
  background-color: rgba(0,0,0,.8);
}
.title-cards{
  color: #fff;
  font-size: 24px;
}
.box{
  cursor: pointer;
}
.box img{
  height: 200px;
}
.box img.active{
  border: 2px solid green;
  transition: border .5s linear 0s;
}
.token img{
  height: 200px;
  cursor: pointer;
}
.token img.active{
  border: 2px solid green;
  transition: border .5s linear 0s;
}
.token-value img,
.box-value img{
  height: 150px;
}
.blo{
  background-image: url(https://static.playoverwatch.com/img/icons/loading-cf09129ccf.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 150px;
}
.description-progress{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
/* RECENT ACTIVITY */



iframe, video {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 0;
}


.info-content-wrapp{
    background-color:#22282f;
    border-radius: 8px;
    box-shadow: 0 8px 15px #ffeb57;
    padding: 8px;
    color: #fff;
    margin-bottom: 10px;
    border: solid 1px #ffeb57;
}
.steps-wrapp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #242a42;
    background-image: url(../images/nba/NBA23-WEBSITE-PRE_ORDER-HOMPAGE-MODULE1-BOOKER_EMBEDDED_STD_KEYART-DESKTOP-1920x1080.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
}
.step-wrapp{
    opacity: .5
}
.step-wrapp.active{
    opacity: 1
}
.step-wrapp .icon{
    width: 65px;
    height: 65px;
    padding: 14px;
    border: 2px solid hsla(0,0%,100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0,0%,100%,.3);
    font-size: 24px;
    color: #fff;
    font-weight: 900;
}
.step-wrapp span{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}
.steps-wrapp:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
}
.coins, .tokens{
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .1s ease-in-out;
    transform: scale(1);
    overflow: hidden;
}
.coins:hover, .tokens:hover{
    border-color: #000;
    transform: scale(1.05);
}
.coins > div{
    background-color: #000;
    padding: 5px 0;
    color: #fff;
    font-weight: 900;
    font-size: 18px; 
    width: 100%;
}

.btn-orange{
    background-color: rgb(58 21 226);
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
}
.btn-red:hover {
    background-color: #000;
    color: #e30002 !important;
}
.info-content .username,
.info-content .info-coins{
    font-weight: 700;
    font-size: 18px;
}

#video .description{
    color: hsla(0,0%,100%,.9);
    text-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    font-size: 18px;
}


@media screen and (max-width: 544px) {

        .pack li a img {
    display: block;
    height: 137px;
}

        .free-cp {
            display: none;
        }

        .button-get {
            font-size: 14px;
            padding: 20px 19px 20px 19px;
            background-size: 31%;
        }



 }