/*
Theme Name: Revel Games
Theme URI: https://wordpress.org/themes/revelgames/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: revelgames
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "Roobert";
  src: url("./assets/fonts/Roobert-Regular.woff2") format("woff2"), url("./assets/fonts/Roobert-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roobert-Bold";
  src: url("./assets/fonts/Roobert-Bold.woff2") format("woff2"), url("./assets/fonts/Roobert-Bold.woff") format("woff");
}
.button {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 9999px;
  user-select: none;
  transition: all ease 0.3s;
  text-decoration: none;
  letter-spacing: 1px;
}
.button.button-primary {
  border: 1px solid #0F0F1A;
  color: #0F0F1A;
}
.button.button-primary:hover {
  color: #ffffff;
  background: #E30040;
  border-color: #E30040;
}
.button.button-primary.pink {
  border: 1px solid #E30040;
  color: #E30040;
}
.button.button-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 12px 24px;
  letter-spacing: 1.2px;
}
.button.button-white:hover {
  color: #ffffff;
  background: #E30040;
  border-color: #E30040;
}
@media (max-width: 991px) {
  .button {
    padding: 5px 12px;
    font-size: 13px;
  }
}

.revel-input-group label {
  color: #0F0F1A;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
}
.revel-input-group input {
  border-radius: 10px;
  height: 54px;
  padding: 5px 15px;
  border: none;
  outline: none;
  width: 100%;
}
.revel-input-group [type="submit"] {
  background: #E30040;
  color: #ffffff;
}
.revel-input-group [type="submit"]:disabled {
  opacity: .4;
}
.revel-input-group .custom-file-input {
  position: relative;
}
.revel-input-group .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.revel-input-group .custom-file-input:before {
  content: "Choose File ( PDF, PNG, DOCX, PPTX )";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F0F1A;
}
.revel-input-group button {
  height: 54px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  background: #E30040;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  outline: none;
  border: none;
  width: 100%;
  font-weight: 600;
}

@font-face {
  font-family: "Roobert";
  src: url("./assets/fonts/Roobert-Regular.woff2") format("woff2"), url("./assets/fonts/Roobert-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roobert-Bold";
  src: url("./assets/fonts/Roobert-Bold.woff2") format("woff2"), url("./assets/fonts/Roobert-Bold.woff") format("woff");
}
.button {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 9999px;
  user-select: none;
  transition: all ease 0.3s;
  text-decoration: none;
  letter-spacing: 1px;
}
.button.button-primary {
  border: 1px solid #0F0F1A;
  color: #0F0F1A;
}
.button.button-primary:hover {
  color: #ffffff;
  background: #E30040;
  border-color: #E30040;
}
.button.button-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 12px 24px;
  letter-spacing: 1.2px;
}
.button.button-white:hover {
  color: #ffffff;
  background: #E30040;
  border-color: #E30040;
}
@media (max-width: 991px) {
  .button {
    padding: 5px 12px;
    font-size: 13px;
  }
}

.revel-input-group label {
  color: #0F0F1A;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
}
.revel-input-group input {
  border-radius: 10px;
  height: 54px;
  padding: 5px 15px;
  border: none;
  outline: none;
  width: 100%;
}
.revel-input-group .custom-file-input {
  position: relative;
}
.revel-input-group .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.revel-input-group .custom-file-input:before {
  content: "Choose File ( PDF, PNG, DOCX, PPTX )";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F0F1A;
}
.revel-input-group button {
  height: 54px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  background: #E30040;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  outline: none;
  border: none;
  width: 100%;
  font-weight: 600;
}

* {
  box-sizing: border-box;
  transition: all ease 0.3s;
}

body {
  margin: 0;
  padding: 0;
  color: #0F0F1A;
  font-family: "Roobert";
}

h1 {
  font-size: 48px;
  font-family: "Roobert-Bold";
}

h2 {
  font-size: 34px;
  font-family: "Roobert-Bold";
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 16px;
}

.form-input {
  border-radius: 10px;
}

.form-label {
  font-size: 16px;
  color: #0F0F1A;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #0F0F1A;
}

#header {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-left .logo img {
  height: 50px;
}
#header .header-right-mobile > a {
  display: flex;
  width: 32px;
  height: 32px;
  background: url("./assets/img/icon-menu.svg") no-repeat center center;
  background-size: contain;
}
#header .header-right {
  display: flex;
  align-items: center;
}
#header .header-right .menus {
  margin-right: 32px;
}
#header .header-right .menus ul {
  display: flex;
  align-items: center;
}
#header .header-right .menus ul li:not(:last-child) {
  margin-right: 24px;
}
#header .header-right .menus ul li a:hover {
  color: #E30040;
}

.sidebar {
  padding: 30px 15px;
  max-width: 90%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: -340px;
  width: 340px;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
}
.sidebar.active {
  opacity: 1;
  pointer-events: all;
  left: 0;
}
.sidebar .menus .close-sidebar {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 50px;
  padding: 10px;
  width: 30px;
  line-height: 30px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .menus ul li a {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}
.sidebar .button {
  align-self: flex-start;
}

.main-slider {
  max-width: 1200px;
  margin: 0 auto 80px;
}
.main-slider .slider-item {
  position: relative;
}
.main-slider .slider-item .icon-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/img/icon-play.svg") no-repeat center center;
  width: 100px;
  height: 100px;
  transition: all ease 0.3s;
}
.main-slider .slider-item:hover .icon-play {
  animation: rotation 1s infinite linear;
}
@media (max-width: 991px) {
  .main-slider {
    margin: 0 auto 40px;
  }
  .main-slider .slider-item .icon-play {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}

@keyframes rotation {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%);
  }
}
#homepage-about {
  margin-bottom: 50px;
}
#homepage-about h2 {
  margin-bottom: 26px;
}
#homepage-about p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}
#homepage-about p strong {
  color: #E30040;
  font-family: "Roobert-Bold";
}
@media (max-width: 991px) {
  #homepage-about {
    margin-bottom: 20px;
  }
  #homepage-about p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.about-swiper {
  margin-bottom: 56px;
  position: relative;
  padding: 100px 0;
}
.about-swiper .circle {
  position: absolute;
  left: 40px;
  top: 50px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: 0;
  filter: blur(20px);
  transition: all ease 0.3s;
  opacity: 0.1;
}
.about-swiper .circle.circle-1 {
  animation: circle-swap-left 15s infinite linear;
  background: linear-gradient(180deg, #F3AF3E 0%, #EA3CD2 100%);
}
.about-swiper .circle.circle-2 {
  left: auto;
  right: 40px;
  animation: circle-swap-right 15s infinite linear;
  background: linear-gradient(180deg, #6ACCFA 0%, #0824F5 100%);
}
@media (max-width: 991px) {
  .about-swiper {
    margin-bottom: 40px;
  }
  .about-swiper .circle {
    top: 100px;
    width: 100px;
    height: 100px;
  }
}

@keyframes circle-swap-left {
  0% {
    left: 40px;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 60%;
  }
  100% {
    left: 40px;
  }
}
@keyframes circle-swap-right {
  0% {
    right: 40px;
  }
  25% {
    right: 30%;
  }
  50% {
    right: 50%;
  }
  75% {
    right: 60%;
  }
  100% {
    right: 40px;
  }
}
.game {
  background: #F5F5F6;
  padding: 140px 0;
  margin-bottom: 140px;
}
.game .soon-icon {
  margin-bottom: 40px;
}
.game h2 {
  margin-bottom: 24px;
}
.game p {
  margin-bottom: 68px;
  font-size: 20px;
  line-height: 32px;
}
.game .stores {
  display: flex;
}
.game .stores img {
  height: 58px;
  margin-right: 24px;
  object-fit: scale-down;
}
@media (max-width: 991px) {
  .game {
    padding: 40px 0;
    margin-bottom: 80px;
  }
  .game .soon-icon {
    margin-bottom: 20px;
  }
  .game .soon-icon img {
    height: 80px;
  }
  .game h2 {
    margin-bottom: 10px;
  }
  .game p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .game .stores {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .game .stores img {
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .game .soon-phone img {
    max-height: 200px;
  }
}

#news {
  margin-bottom: 140px;
}
#news h2 {
  margin-bottom: 40px;
}
#news .news-showcase .news-showcase-image {
  margin-bottom: 24px;
	height:240px;
}
#news .news-showcase .news-showcase-image img {
  object-fit: scale-down;
	display: block;
	width: 100%;
	height: 100%;
}
#news .news-showcase p {
  font-size: 18px;
}
#news .news-showcase:hover a {
  color: #E30040;
}
@media (max-width: 991px) {
  #news {
    margin-bottom: 40px;
  }
  #news .news-showcase .news-showcase-image {
    margin-bottom: 10px;
  }
  #news .news-showcase p {
    font-size: 16px;
  }
}

#career {
  background: #000000;
  padding: 84px 0;
  position: relative;
  overflow: hidden;
}
#career .row {
  margin-bottom: 36px;
  position: relative;
  z-index: 3;
}
#career .hiring-heading {
  font-size: 34px;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 60px;
  position: relative;
}
#career .circle {
  position: absolute;
  left: 20%;
  top: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: 0;
  filter: blur(50px);
  transition: all ease 0.3s;
}
#career .circle.circle-1 {
  animation: circle-left-path 30s infinite linear;
  background: linear-gradient(180deg, rgba(243, 175, 62, 0.67) 0%, rgba(234, 60, 210, 0.67) 100%);
}
#career .circle.circle-2 {
  animation: circle-right-path 30s infinite linear;
  left: auto;
  right: 20%;
  background: linear-gradient(180deg, rgba(106, 204, 250, 0.67) 0%, rgba(8, 36, 245, 0.67) 100%);
}
#career .button {
  position: relative;
}
@media (max-width: 991px) {
  #career {
    padding: 40px 0;
  }
  #career .row {
    margin-bottom: 10px;
  }
  #career .hiring-heading {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 40px;
    position: relative;
  }
  #career .circle {
    width: 100px;
    height: 100px;
  }
}

@keyframes circle-left-path {
  0% {
    transform: translateY(90%);
  }
  25% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(-90%);
  }
  75% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(90%);
  }
}
@keyframes circle-right-path {
  0% {
    transform: translateY(-90%);
  }
  25% {
    transform: translateY(30%);
  }
  50% {
    transform: translateY(90%);
  }
  75% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(-90%);
  }
}
.box {
  background: #ffffff;
  padding: 34px;
  border-radius: 10px;
  height: 100%;
}
.box div {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 36px;
}
.box div p {
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  color: rgba(15, 15, 26, 0.76);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .box {
    padding: 16px;
  }
  .box div {
    font-size: 18px;
    line-height: 24px;
  }
  .box div p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  background: #ffffff;
}
#footer .footer-copyright {
  color: rgba(15, 15, 26, 0.6);
  font-size: 16px;
  line-height: 24px;
}
#footer .footer-mail {
  text-decoration: underline;
  color: rgba(15, 15, 26, 0.6);
  font-size: 16px;
  line-height: 24px;
}
#footer .footer-linkedin {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(15, 15, 26, 0.6);
  font-size: 16px;
  line-height: 24px;
}
#footer .footer-linkedin img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  #footer {
    flex-direction: column;
    padding: 20px 0;
  }
  #footer > div,
#footer a {
    margin-bottom: 20px;
  }
}

#application {
  margin-top: 100px;
}
#application h2 {
  margin-bottom: 40px;
}
#application h6 {
  font-family: "Roobert-Bold";
  font-size: 20px;
  margin-bottom: 5px;
}
#application p {
  line-height: 24px;
}
#application div {
  line-height: 24px;
}
#application .apply-form {
  background: #F5F5F6;
  padding: 90px 0;
  margin-top: 100px;
}
#application .apply-form br {
  display: none;
}
@media (max-width: 991px) {
  #application {
    margin-top: 30px;
  }
  #application .apply-form {
    padding: 30px 0;
    margin-top: 50px;
  }
}

video {
  height: 700px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  video {
    height: 200px;
  }
}

.entry-header .entry-title {
  margin: 20px 0;
}

.entry-image {
  margin-bottom: 20px;
}

.entry-content {
  margin-bottom: 20px;
}
.footer-pages {
    display: flex;
    align-items: center;
}

.footer-pages {
    margin-bottom: 0!important;
}

.footer-pages a {
    color: rgba(15, 15, 26, 0.6);
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.footer-pages a:hover {
    text-decoration: underline;
}

.footer-pages a:not(:last-child):after {
    content: '';
    width: 1px;
    height: 16px;
    background: rgba(15, 15, 26, 0.6);
    display: inline-block;
    margin-left: 16px;
}

.use-cookies {
  width: 370px;
  padding: 24px;
  background: #0f0f1a;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 16px;
  z-index: 9999;
}
@media (max-width: 600px) {
  .use-cookies {
    max-width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.use-cookies .use-cookies-header {
  margin-bottom: 12px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.use-cookies .use-cookies-description {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.use-cookies .use-cookies-footer {
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.use-cookies .use-cookies-footer > div {
  font-size: 16px;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 600;
  width: 100%;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
}
.use-cookies .use-cookies-footer > div.accept {
  border: 1px solid #e30040;
  background: #e30040;
}

.revel-checkbox {
	 font-size: 14px;
	 line-height: 17px;
}
 .revel-checkbox .wpcf7-list-item {
	 margin: 0;
}
 .revel-checkbox .wpcf7-list-item label {
	 position: relative;
	 padding-left: 32px;
}
 .revel-checkbox .wpcf7-list-item label input {
	 width: 0;
	 height: 0;
}
 .revel-checkbox .wpcf7-list-item label input:before {
	 content: "";
	 width: 24px;
	 height: 24px;
	 border: 1px solid #d7d7d7;
	 background: #fff;
	 border-radius: 4px;
	 display: inline-block;
	 position: absolute;
	 left: 0;
	 top: 0;
}
 .revel-checkbox .wpcf7-list-item label input:checked:before {
	 background: #0f0f1a url("./assets/img/check.svg") no-repeat center center;
}
 .revel-checkbox .wpcf7-list-item-label {
	 color: #0f0f1a;
	 font-size: 14px;
	 line-height: 17px;
}
 .revel-checkbox .wpcf7-list-item-label a {
	 text-decoration: underline;
}
 
 

/*# sourceMappingURL=style.css.map */
