
/* 1. Theme default css */
@font-face {
    font-family: 'Proxima';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


 body {
	font-family: 'Proxima', sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #0d0f14fa;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Proxima', sans-serif;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 900;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.1;
}
h2 {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.1;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	padding-right: 15px;
}
p {
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	color: #88888B;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
form {
	position: relative;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

.g__btn{
    text-decoration: none;
    border: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f2572a), to(#ff8f1a));
    background-image: linear-gradient(270deg, #f2572a 0%, #ff8f1a 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.g__btn:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    color: #fff;
}

.login{
    text-decoration: none;
    border: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 18px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f2572a), to(#ff8f1a));
    background-image: linear-gradient(270deg, #f2572a 0%, #ff8f1a 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.login:hover{
    color: #fff;
}
.signup{
    text-decoration: none;
    border: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 18px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f2572a), to(#ff8f1a));
    background-image: linear-gradient(270deg, #f2572a 0%, #ff8f1a 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.signup:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    color: #fff;
}
.signup_mobile{
    text-decoration: none;
    border: none;
    padding: 14px 12px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f2572a), to(#ff8f1a));
    background-image: linear-gradient(270deg, #f2572a 0%, #ff8f1a 100%);
    border-radius: 10px;
    color: #fff;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
 }
.signup_mobile:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    color: #fff;
}


.theme-color{
	color: #FD9022;
}
.white-color{
	color: #fff;
}
.black-color{
	color: #000;
}
.fw-600{
	font-weight: 600;
}

.header__area{
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 111;
	height: auto;
}

/* banner__area */
.banner__wrapper {
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
}
.banner__top{
	padding-top: 300px;
	padding-bottom: 150px;
}

.banner__bottom{
	padding-top: 60px;
	padding-bottom: 80px;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#141319", endColorstr="#141319", GradientType=1 );
}
.banner__img-1 {
	right: 0px;
}
.banner__img-2{
	right: 0px;
	top: 50%;
}
.banner__img-3 {
	right: 0px;
	top: 77%;
}
.game__img{
	margin-left: -100px;
}

/* banner__area */



/* gift__area */
.gift__shape{
	position: absolute;
	left: 0px;
	top: 50px;
	height: 700px;
}
.gift__area {
	padding-top: 60px;
	padding-bottom: 50px;
}

/* gift__area */





/* softer-area */
.software__area{
	padding-top: 50px;
	padding-bottom: 60px;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#141319", endColorstr="#141319", GradientType=1 );
}
.laptop__img{
	position: absolute;
	right: 0px;
}
.softwer__img{
	margin-left: -100px;
    max-width: 850px;
}
.laptop__img {
	position: absolute;
	right: 0px;
	bottom: -199px;
	max-width: 625px;
	z-index: -1;
}
/* softer-area */


/* partner-area */
.partner__area{
	padding-top: 100px;
	/* background-color: #0D0F14; */
	padding-bottom: 100px;
}

.platforms-img{
	max-width: 1500px;
}

/* partner-area */



/* contact--area */
.contact__area {
	/* padding-top: 180px; */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
.contact__wrapper{
	padding: 89px 155px;
	/* background-color: #141319; */
	border-radius: 30px;
	/* margin-bottom: 105px; */
}
.single__input{
	margin-bottom: 28px;
	position: relative;
}
.single__input input{
	width: 100%;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #707070;
	padding: 0px 35px;
	font-size: 20px;
	background-color: transparent;
	color: #fff;
}
.single__input input::placeholder{
	color: #8A898C;
	font-size: 20px;
}
.single__input textarea::placeholder{
	color: #8A898C;
	font-size: 20px;
}


.footer__area{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #101010;
	/* border-top: 1px solid rgb(112, 112, 112, 0.25); */
}
.footer__social a{
	position: relative;
	color: #fff;
	font-size: 24px;
	padding-left: 32px;
}
.footer__social a::after{
	position: absolute;
	left: 16px;
	top: 0%;
	height: 100%;
	content: "";
	width: 1px;
}
.footer__social a:first-child::after{
	display: none;
}
.error {
	color: red;
	position: absolute;
	bottom: -2px;
	left: 35px;
	font-size: 15px;
}
.error, .js-result {
	display: none;
}
.js-result {
	border-color: #c3e6cb;
    font-family: Proxima;
	color: #155724;
    background-color: #d4edda;
	font-size: 20px;
	padding: 15px;
	width: auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 10px;
}
.hidden {
    display: none;
}
.spin-loader {
    width: 22px;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
}


/* contact--area */


/* hamburger-menu */

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: relative;
  top: 14px;
  /* left: 20px; */
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 14;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: min-content;
  margin: 0;
  padding: 60px 0;
  list-style: none;
  backdrop-filter: blur(14px);
   -webkit-backdrop-filter: blur(14px);
  background-color: #1010106e;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  text-align: center;
  padding: 12px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  color: #fff;
}
