*, ::after, ::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: var(--font-family-s);
}
:hover{
    opacity: 1;
}
:root{
	--color-g: #000;
	--color-s: #fff;
	--font-family-s: 'Syne', sans-serif;
}
::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-track{
    background: rgb(34, 34, 34);
    border: 3px solid rgba(154, 147, 140, 0.5);
}
::-webkit-scrollbar-thumb{
    background-color: rgb(68, 68, 68);
    border-radius: 20px;
    border: 3px solid rgba(154, 147, 140, 0.5);
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgb(40, 45, 45);
    font: normal 400 130%/1.5 -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}
.preloader{
	position: relative;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: url(/assets/bg-start-home/preloader.webp) center/cover no-repeat;
	will-change: transform;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 9999;
}
.preloader.active{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
    z-index: 9999;
}
.preloader__bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translateX(calc(-100% + 0%));
	-ms-transform: translateX(calc(-100% + 0%));
	transform: translateX(calc(-100% + 0%));
	background: #000000;
	will-change: transform;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 9999;
    opacity:0.8;
}
.preloader__percent{
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--color-s);
	font-size: 80px;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
	mix-blend-mode: difference;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
header{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 3;
    font-family: sans-serif;
}
.header_content{
    display: flex;
    align-items: flex-start;
}
.header__nav{
    margin-right: 200px;
    margin-left: auto;
}
.logo{
    z-index: 5555;
}
.logo img{
    width: 250px;
    height: auto;
    float: left;
    padding: 19px;
    margin-left: 120px;
    cursor: pointer;
}
.butn::after{
    content: ""
}
.btn, .btn1, .btn2, .btn3, .btn4{
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font: 1.3vw Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #E5FFFF;
    background-color: rgb(48, 48, 48);
    background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    outline: none;
    border: none;
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}
.content, .content1, .content2, .content3, .content4{
    padding: 20px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    z-index: 1111;
}
.content, .content1, .content2, .content3, .content4 p{
    color: #7e7e7e;
    font-size: 1vw;
    margin-bottom: 6px;
    transform: translateZ(25px);
    margin-left: 10px;
}
.content, .content1, .content2, .content3, .content4 video{
    margin-top: 10px;
    height: 60%;
    width: 60%;
    margin-left: 20%;
}
.hidden, .hidden1, .hidden2, .hidden3, .hidden4{
    display: none;
}
.window{
    width: 100vw;
    max-height: 75%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 2;
    top: 150px;
    left: 0;
    background: rgb(34, 34, 34);
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}
.window h1{
    color: #a0a0a0;
    font-size: 1.2vw;
    margin-bottom: 6px;
    transform: translateZ(25px);
    margin-left: 6px;
}
.window h2{
    color: #7e7e7e;
    font-size: 1vw;
    margin-bottom: 6px;
    transform: translateZ(25px);
    margin-left: 10px;
}
.window h3{
    color: #a5a5a5;
    font-size: 1.7vw;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 30px;
    transform: translateZ(35px);
    margin-left: 6px;
}
.windows{
    box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.6);
    cursor: pointer;
    display: inline-block;
    height: 250px;
    overflow: hidden;
    perspective: 1200px;
    position: relative;
    transform-style: preserve-3d;
    transform: translatez(35px);
    transition: transform 200ms ease-out;
    width: 175px;
    text-align: center;
    box-shadow: 5px 5px 20px -7px rgba(0,0,0,0.5);
    transform: translatez(60px);
    background: rgb(50, 50, 50);
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}
.screen{
    left: 0;
    height: 100%;
    width: 100%;
}
.box__bg{
    bottom: -50px;
    left: -50px;
    position: absolute;
    right: -50px;
    top: -50px;
    transform-origin: 50% 50%;
    transform: translateZ(-50px);
}
.br__img{
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: -1%;
    box-shadow:0px 1px 0px rgb(139, 139, 139),0px -1px 0px rgb(139, 139, 139),1px 0px 0px rgb(139, 139, 139),-1px 0px 0px rgb(139, 139, 139);
}
.box__text{
    align-items: start;
    top: 0;
    display: flex;
    flex-direction: column; 
    height: 70px;
    justify-content: left;
    position: absolute;
    width: 50%;
    margin-left: 0;
}
.box__text p{
    font-size: 1.17vw;
}
.box__title{
    left: 0;
    color: #c2c2c2;
    font-size: 24px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 3px;
    text-align: left;
}
.warface::before{
    content: "(5) ";
    animation: animation 1s ease-in-out infinite alternate;
    -moz-animation: animation 1s ease-in-out infinite alternate;
    -webkit-animation: animation 1s ease-in-out infinite alternate;
    -o-animation: animation 1s ease-in-out infinite alternate;
    animation: animation .65s ease-in-out infinite alternate;
    -moz-animation: animation .65s ease-in-out infinite alternate;
    -webkit-animation: animation .65s ease-in-out infinite alternate;
    -o-animation: animation .65s ease-in-out infinite alternate;
    color: #E5FFFF;
    font-family: 'Caesar Dressing', cursive;
    text-transform: lowercase;
    vertical-align: middle;
    
}
.crossfire::before{
    content: "(0) ";
    animation: animation 1s ease-in-out infinite alternate;
    -moz-animation: animation 1s ease-in-out infinite alternate;
    -webkit-animation: animation 1s ease-in-out infinite alternate;
    -o-animation: animation 1s ease-in-out infinite alternate;
    animation: animation .65s ease-in-out infinite alternate;
    -moz-animation: animation .65s ease-in-out infinite alternate;
    -webkit-animation: animation .65s ease-in-out infinite alternate;
    -o-animation: animation .65s ease-in-out infinite alternate;
    color: #E5FFFF;
    font-family: 'Caesar Dressing', cursive;
    text-transform: lowercase;
    vertical-align: middle;
}
.pubg::before{
    content: "(1) ";
    animation: animation 1s ease-in-out infinite alternate;
    -moz-animation: animation 1s ease-in-out infinite alternate;
    -webkit-animation: animation 1s ease-in-out infinite alternate;
    -o-animation: animation 1s ease-in-out infinite alternate;
    animation: animation .65s ease-in-out infinite alternate;
    -moz-animation: animation .65s ease-in-out infinite alternate;
    -webkit-animation: animation .65s ease-in-out infinite alternate;
    -o-animation: animation .65s ease-in-out infinite alternate;
    color: #E5FFFF;
    font-family: 'Caesar Dressing', cursive;
    text-transform: lowercase;
    vertical-align: middle;
}
.custom::before{
    content: "(4) ";
    animation: animation 1s ease-in-out infinite alternate;
    -moz-animation: animation 1s ease-in-out infinite alternate;
    -webkit-animation: animation 1s ease-in-out infinite alternate;
    -o-animation: animation 1s ease-in-out infinite alternate;
    animation: animation .65s ease-in-out infinite alternate;
    -moz-animation: animation .65s ease-in-out infinite alternate;
    -webkit-animation: animation .65s ease-in-out infinite alternate;
    -o-animation: animation .65s ease-in-out infinite alternate;
    color: #E5FFFF;
    font-family: 'Caesar Dressing', cursive;
    text-transform: lowercase;
    vertical-align: middle;
}
.number{
    margin-left: 10px;
    margin-top: 75vh;
}
.number::after{
    content: " beta release powered by csoolymp.com";
}
@keyframes animate{
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
}
@keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-moz-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-webkit-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-o-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}