mw3cp.com Open in urlscan Pro
172.67.201.184  Public Scan

URL: https://mw3cp.com/assets/css/main.css?v=9506
Submission: On December 23 via api from US — Scanned from PL

Form analysis 0 forms found in the DOM

Text Content

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');


body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Arial, sans-serif;
  	font-size: 14px;
	background-color: #000;
}
.title{
	font-family: BigNoodleToo, Arial, Helvetica, sans-serif;
}

/* Home Section */
.home{
	background-size: cover;
	position: relative;
	background-image: url(../images/mw3-s2-hero-desktop.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	min-height: 100vh;
    display: flex;
    align-items: center;
}

h2.heading-title{
	font-family: "Oswald", sans-serif;
    font-style: normal;
    text-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.home.mod{
  filter: blur(8px);
}
#home .visible-desktop,
.visible-mobile {
  top: 5px;
  left: 0;
  width: 100%;
  position: relative;
}
.visible-mobile{
  display: none;
}
.top-bar{
  z-index: 4;
  position: fixed;
  width: 100%;
}
.wrap-menu {
    background: #000;
	height: 50px;
	padding: 0 10px;
}
.wrap-menu a{
	color: #969696;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 15px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wrap-menu a:hover{
	color: #fff;
}
.wrap-menu .logo-icon img{
	height: 40px;
}

.link.logo-icon{
	background-color: #786C74;
	padding: 10px;
}
.link.logo-icon a:hover:after{
	display: none;
}
.general{
	/*position: absolute;*/
    top: 0;
    height: 100%;
    display: flex;
	z-index: 2;
}
.logo img{
  max-width: 480px;
}
.top-bar-mobile{
  color: #fff;
  z-index: 99;
  position: fixed;
  font-size: 26px;
  width: 100%;
  display: none;
  justify-content: left;
  align-items: center;
  background: #000;
  padding-top: 0;
  height: 50px;
}
.top-bar-mobile .wrap-menu .link a{
  color: #fff;
}
.top-bar-mobile .wrap-menu .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}

/* generator*/
.generator .content input {
    background-image: url(../images/global-nav-bg.png);
    background-color: #000;
    border: none;
    margin: 0 !important;
    width: 100%;
    color: #fff;
    height: 60px;
    padding-left: 80px;
    border-radius: 5px;
	outline: 0;
	font-size: 16px;
    font-style: normal;
    font-weight: 700;
	background-size: 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0px 0px 18px #646464;
}
.generator .content .wrap-input{
	position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.generator .content .wrap-input svg{
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
	width: 60px;
}
/*
.generator .platform{
	cursor: pointer;
    box-shadow: inset 0px 0px 15px #fff;
    background-color: #000;
    height: 80px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.generator .platform img{
	max-width: 70%;
	max-height: 35px;
}
*/
.wrap-button-generate .button-generate,
.button-verify,
.generate-semi-final{
  background-color: #00a5e2;
  border: none;
  height: 35px;
  width: 200px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
}
/*
.platform{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	width: 100%;
	cursor: pointer;
}
.platform.platform-battlenet{
	background-image: url(../images/platforms/battlenet.png);
}
.platform.platform-playstation{
	background-image: url(../images/platforms/playstation.png);
}
.platform.platform-xbox{
	background-image: url(../images/platforms/xbox.jpg);
}
.platform.platform-steam{
	background-image: url(../images/platforms/steam.jpg);
}
*/


/* video section */
.video{
	padding: 80px 0;
}
.video .title{
  font-size: 77px;
  color: #4B535D;
}


/* video section */
#video{
  background-image: url(../images/2600_Season.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}



/*  ACTIVITY  */
.activity{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}


.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 */






.info-content-wrapp{
	background-image: linear-gradient(6deg, #f4f4f4 0%, #c2c5bb 30% 70%, #f4f4f4 100%); 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    border-radius: 0;
    box-shadow: 0 8px 15px rgb(0 0 0 / 30%);
    padding: 20px 15px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 0px 0px #000000;
    background-image: url(../images/Rectangle_336.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
/*
.steps-wrapp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../images/MWII-NEXT-COD-WZ2.0-010.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
}*/
.step-wrapp .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: "Oswald", sans-serif;
    width: 40px;
    height: 40px;
    font-weight: 900;
	position: relative;
}
.step-wrapp .icon:before{
	content: '';
    width: 50px;
    height: 50px;
	position: absolute;
	left: -5px;
	top: -5px;
	border: 1px solid #f4f4f4;
}
.step-wrapp.active .icon{
    background-color: #d80000;
}
.step-wrapp.active .icon:before{
	border: 1px solid #d80000;
}
.step-wrapp span{
	font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #000;
}
.platform,
.coins{
	cursor: pointer;
    transition: all .3s ease-in-out;
	transform: scale(1);
	border: 1px solid transparent;
}
.platform.active,
.platform:hover,
.coins.active,
.coins:hover{
	color: #fff;
    background-color: #000;
    transform: scale(1.05);
    border-color: #FFF;
    border-width: 3px;
}
.btn-grey-light,
.btn-grey,
.btn-orange{
    /*font-family: "Hitmarker Text Bold";*/
    font-weight: 700;
    font-style: normal;
    background: #FFF;
    cursor: pointer;
    color: #000;
    letter-spacing: .8px;
    text-transform: uppercase;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    font-size: 1rem;
    width: 100%;
    margin-inline: auto;
    padding: 16px 60px;
    min-width: unset;
    line-height: 1;
}
/*
.btn-grey:hover,
.btn-orange:hover {
    color: #ffffff;
    box-shadow: inset 0px 0px 30px #bb9934;
}
.btn-grey{
	background-image: linear-gradient(6deg, #8a7a4a 0%, #705f2e 30% 70%, #8a7a4a 100%);
	border-color: #8a7a4a;
}
.btn-grey:hover{
    border-color: #d0b56f;
	background-image: linear-gradient(6deg, #8a7a4a 0%, #75673c 30% 70%, #8a7a4a 100%);
}
.btn-grey-light{
	background-image: linear-gradient(6deg, #f4f4f4 0%, #c2c5bb 30% 70%, #f4f4f4 100%);
	border-color: #8a7a4a;
    border: 1px solid #f4f4f4;
    color: #171a1a;
    text-shadow: 0px 0px 0px #000000;
}
.btn-grey-light:hover{
	background-image: linear-gradient(6deg, #f4f4f4 0%, #f4f4f4 30% 70%, #f4f4f4 100%);
    color: #000000;
    border: 1px solid #ffffff;
    box-shadow: inset 0px 0px 30px #ffffff;
}
*/
.platform > img{
    filter: invert(1);
    margin-bottom: 5px;
}
.platform:hover img,
.platform.active > img{
    filter: invert(0);
}
.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;
}

#activity{
    background-color: #FB0000;
}

/* MEDIA QUERIES */
.wrap-mobile-box.open{
	left: 0;
}
footer {
    background: #111111;
    color: #adabab;
	font-size: 11px;
	position: absolute;
    width: 100%;
    bottom: 0;
	z-index: 2;
}
.footer-menu a{
	text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #adabab;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 0 15px;
}

ul.line-break-footer {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 40px;
}
.line-break-footer .break {
    background-color: rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.line-break-footer .break2first {
    flex: 0 0 2px;
    margin-right: 4px;
    height: 2px;
    background-color: #ffffff;
}
.line-break-footer .break423 {
    flex: 423 0 0;
    margin-right: 4px;
    height: 1px;
}
.line-break-footer .break93 {
    flex: 93 0 0;
    margin-right: 4px;
    height: 2px;
}
.line-break-footer .break423 {
    flex: 423 0 0;
    margin-right: 4px;
    height: 1px;
}
.line-break-footer .break2last {
    flex: 0 0 2px;
    height: 2px;
    background-color: #ffffff;
}
.label-text{
	font-size: 18px;
    color: #d80000;
    margin-bottom: 15px;
    background-color: #000;
    display: inline-block;
    padding: 0 5px;
    font-weight: 900;
}
/*
.points-wrapp{
	background-size: cover;
    background-position: top center;
    height: 130px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.points-wrapp .logo{
	max-width: 200px;
	filter: drop-shadow(0px 15px 10px black);
}
.points-wrapp .points-ammount-wrapp{
	font-size: 21px;
    color: #7bc42d;
    font-weight: 900;
    text-transform: uppercase;
}
.points-wrapp .points-ammount-wrapp span{
    color: #fff;
}*/

.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: conic-gradient(#0000 10%,#d80000);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner-zp9dbg 1s infinite linear;
}

@keyframes spinner-zp9dbg {
   to {
      transform: rotate(1turn);
   }
}


.single-act .info-content .username, .single-act .info-content .info-coins{
	color: #fff;
}
.single-act .info-platform{
	filter: invert(0);
}

.paged {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #000;
    height: 100%;
    align-items: center;
}
@media (max-width: 992px){
	.step-wrapp span{
		font-size: 8px;
	}
	.step-wrapp{
		margin: 0 1px;
		display: none !important;
	}
	footer{
		position: relative;
	}
	body{
		background-image: url(../images/Cortez-BGMobile-landing.jpg);
		    padding-top: 50px;
	}
	#video{
		background-image: url(../images/960_Season.jpg);
	}
  .home{
	background-position: top;
    background-attachment: inherit;
  }
  .logo img{
    width: 200px;
  }
  .top-bar{
    display: none;
  }
  .top-bar-mobile{
    display: flex;
    top: 0;
  }
  .wrap-mobile-box{
    position: fixed;
    width: 70%;
    top: 0;
    left: -100%;
    z-index: 999;
    background-color: #000;
    background-attachment: fixed;
    transition: all .3s ease-in-out;
    padding: 0;
    height: 100%;
  }
  .wrap-menu .link:first-child{
	  display: none;
  }
  .wrap-mobile-box .wrap-menu{
    width: 100%;
	background: transparent;
	height: 100%;
  }
  .mob{
    position: relative;
  }
  .logo-mob img{
    height: 25px;
  }
  .mob-icon{
    cursor: pointer;
  }
  .mob .icon i{
    color: #fff;
  }
  .top-bar-mobile .wrap-menu .link{
    position: relative;
    padding: 5px;
  }
  .top-bar-mobile .wrap-menu .link:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #3E4450;
    bottom: 0;
  }
  .video {
    padding: 40px 0;
  }
  .video .title {
    font-size: 40px;
    color: #4B535D;
  }
  .activity {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*
	.points-wrapp .logo {
		max-width: 100px;
	}
	.points-wrapp {
		height: 100px;
		padding: 15px;
	}
	.points-wrapp .points-ammount-wrapp {
		font-size: 14px;
	}*/
	.step-wrapp .icon {
    padding: 9px 14px;
	}
	.generator .content input{
		font-size: 14px;
	}
	h2.heading-title{
		font-size: 32px;
	}
	.label-text {
		font-size: 16px;
	}
	.footer-menu a{
		font-size: 10px;
		margin: 0 10px;
	}
}