/* General */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap");

/* tron variables */
:root {
  --red: #009393;
  /* --dark-blue: #0f212e; */
  --dark-blue: #081516;
  --grey: #E9FFFE;
  --light-grey: #F3F3F3;
  --medium-grey: #909090;
  --green: #F7B063;
  --white: #ffffff;
  --light-red: #07ADA8;
  --dark-blue-2: #081516;
  /* --dark-blue-3: #1b2c38; */
  --dark-blue-3: rgba(233, 255, 254, 0.1);
}

/* tron fonts */
html,
body,
p,
a,
span,
li,
input,
select,
textarea,
button,
table {
  font-family: "Maven Pro", sans-serif;
  color: var(--dark-blue);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-blue);
  font-family: "Maven Pro", sans-serif;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 35px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 22px;
}
p {
  font-size: 16px;
}
p.small {
  font-size: 14px;
}
button {
  border: none;
}
button:focus{
  outline: none;
}
::marker{
  color: var(--red);
}
/* font colors */
.color-medium-grey{
  color: var(--medium-grey);
}
.color-red {
  color: var(--red);
}
.color-dark-blue {
  color: var(--dark-blue);
}
.color-grey {
  color: var(--grey);
}
.color-green {
  color: var(--green);
}
.color-white {
  color: var(--white);
}
.color-light-red {
  color: var(--light-red);
}
.color-dark-blue-2 {
  color: var(--dark-blue-2);
}
/* font weights */
.regular-weight {
  font-weight: 400 !important;
}
.medium-weight {
  font-weight: 500 !important;
}
.bold-weight {
  font-weight: 700 !important;
}

/* tron font sizes */
.fs-30{
  font-size: 30px !important;
}
.fs-26{
  font-size: 26px !important;
}
.fs-24{
  font-size: 24px !important;
}
.fs-22{
  font-size: 22px !important;
}
.fs-18{
  font-size: 18px !important;
}
.fs-16{
  font-size: 16px !important;
}
.fs-15{
  font-size: 15px !important;
}
.fs-14{
  font-size: 14px !important;
}
.fs-13{
  font-size: 13px !important;
}
.fs-12{
  font-size: 12px !important;
}

/* tron width */
.width-fit-content{
  width: fit-content !important;
}
.width-100{
  width: 100%;
}
/* tron button */
button,
a,
input{
  transition: all 0.3s ease;
}
.tron-button {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  margin: 5px;
}

/* primary */
.tron-primary-button {
  background-color: var(--green);
  color: var(--dark-blue);
}
.tron-primary-button:hover {
  box-shadow: 5px 5px var(--light-red);
}

/* secondary */
.tron-secondary-button {
  background-color: var(--dark-blue-2);
  color: var(--white);
}
.tron-secondary-button:hover {
  color: var(--white);
  box-shadow: 5px 5px var(--green);
}

/* more info */
.tron-more-info-button {
  display: inline-flex;
  color: var(--dark-blue);
  background-color: var(--grey);
}
.tron-more-info-button:hover {
  background-color: #909090;
}

/* styling-background */
.background-white {
  background-color: var(--white);
}
.background-grey{
  background-color: var(--grey);
}
.background-light-grey {
  background-color: var(--light-grey);
}
.background-red{
  /* background-color: var(--red); */
  background-color: #F7B063;
}
.background-dark-blue{
  background-color: var(--dark-blue);
}
.background-dark-blue-2{
  background-color: var(--dark-blue-2);
}
.background-dark-blue-3{
  background-color: var(--dark-blue-3);
}
.background-dark-blue-4{
  /* background-color: rgba(233, 255, 254, 0.1); -- with opacity color*/
  background: #102829;
}
.background-transparent{
  background-color: transparent !important;
}
/* tron link */
.tron-link {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
}
.tron-link:hover {
  color: var(--green);
}
.tron-link-dark:hover{
  color: var(--red);
}
.tron-link-dark:hover .circle-arrow-icon {
  transform: translateX(7px);
}

/* tron positioning */
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flex-center{
  display: flex;
  align-items: center;
}

/* owl slider */
.owl-next {
  position: absolute;
  top: -51px;
  right: 0;
}
.owl-prev {
  position: absolute;
  right: 40px;
  top: -51px;
  transform: rotate(180deg);
}
.owl-nav button span {
  display: flex;
  background-color: var(--white);
  padding: 9px 11px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.owl-nav button:hover span {
  opacity: 0.8;
}
.sub-menu .menu-item a {
  font-size: 16px!important;
  text-transform: capitalize!important;
}
header#main-header nav ul.main-header-navbar > li > ul.sub-menu{
  min-width: 226px;
}
/* rating circle styling */
.rating-circle {
  min-width: 39px;
  text-align: center;
}

/* margins */
.mt-50{
  margin-top: 50px;
}
.mb-50{
  margin-bottom: 50px;
}

/* fade in up animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(0,60px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.fadeInUp {
  opacity: 0
}

.animate-fadeInUp {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@media all and (min-width:1025px) {
  /* default padding margin  */
  .singles-padding {
    padding-top: 106.26px;
  }
  /* default archive pages padding */
  .games-archive-container,
  .bonuses-archive-container {
    padding: 208px 0 0;
  }
}

@media screen and (max-width: 767px) { 
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
  p.small {
    font-size: 16px;
  }
}
