@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');



h1 {
  font-family: 'Poppins'!important;
}

#games h1 {
  color: #33acff;
  font-size: 75pt;
  text-align: center;
}

#games h2 {
  color: #33acff;
  font-size: 30pt;
  position: relative;
  text-align: center;
  margin-left: 0px!important;
}

@media screen and (max-width: 380px) {
  #games h1 {
    font-size: 50pt;
  }  
}

#games p {
  margin-top: 30px!important;
  color: #33acff!important;
}

h2 {
  font-family: 'Poppins'!important;
    color: white;
    transition: 0.25s;
    margin-left: 75px;
    margin-top: 15px;
    position: absolute;
}



p {
  font-family: 'Poppins'!important;
  font-size: 18px;
}

a {
  font-family: 'Poppins'!important;
}

li {
  font-family: 'Poppins'!important;
}

.logoMain {
    width: 230px;
    margin-top: 12px;
    float: left;
    margin-left: 22px;
    position: fixed;
    z-index: 1000;
    transition: 0.25s;
}

.topnav {
  position: fixed;
    width: 100%;
    /*overflow: hidden;*/
    background-color: white;
    height: 100px;
z-index: 99;
  }
  
  .topnav a {
    float: left;
    color: #33acff;
    text-align: center;
    padding: 5px 25px 5px 25px;
    text-decoration: none;
    font-size: 17px;
    margin-top: 30px;
    left: 275px;
    border-radius: 25px;
    transition: 0.25s;
    position: relative;
    font-weight: 600;
  }
  
  .topnav a:hover {
    background-color: #33acff;
    color: #fff;
    border-radius: 25px;
    padding: 5px 25px 5px 25px;
    transition: 0.25s;
  }
  
  /* Create a right-aligned (split) link inside the navigation bar */
  .topnav a.split {
    float: right;
    background-color: transparent;
    color: #33acff;
    margin-top: 30px;
    transition: 0.25s;
    left: -25px!important;
    font-weight: 600;
  }

  .topnav a.split:hover {
    float: right;
    background-color: #33acff;
    color: #fff;
    padding: 5px 25px 5px 25px;
    transition: 0.25s;
  }

  .split {
    float: right;
    position: relative;
    margin-top: 0px;
    color: #33acff;
    left: -310px;
  }

.mobNav {
  text-decoration: none;
  position: fixed;
  top: 58px;
  z-index: 999;
}

  .mobNav .mobSocialNav {
    position: relative;
  }

  .mobSocialNav a {
    text-decoration: none;
    color: #33acff;
  }

  #socialLink {
    background-color: transparent;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
    border: solid 2px #33acff;
    margin-left: 35px;
    transition: 0.25s;
    font-size: 22px;
  }

#socialLink:hover {
    background-color: #33acff;
    border-radius: 5px;
    border: solid 2px #33acff;
    cursor: pointer;
    color: white;
    transition: 0.25s;
  }


  nav {
    background: #34c0eb;
    color: white;
    width: 100%;
    text-align: center;
    position: fixed;
    margin-top: 100px;
    z-index: 6;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
  
  nav ul {
    display: inline-flex;
    list-style-type: none;
    margin-top: 14px;
  }

  nav li {
    padding: 5px 25px 5px 25px;
    transition: 0.25s;
    font-weight: 400;
    border: transparent solid 2px;
    border-radius: 15px;
    font-size: 15.2px;
  }

  nav li:hover {
    cursor: pointer;
transition: 0.25s;
background-color: #34c0eb;
border-radius: 15px;
padding: 5px 25px 5px 25px;
border: #fff solid 2px;
box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  }

.active {
  cursor: pointer;
  transition: 0.25s;
  background-color: #34c0eb;
  border-radius: 15px;
  padding: 5px 25px 5px 25px;
  border: #fff solid 1px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.active:hover {
  cursor: pointer;
  transition: 0.25s;
  background-color: #34c0eb;
  border-radius: 15px;
  padding: 5px 25px 5px 25px;
  border: #fff solid 1px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}





.overflow {
  overflow-x: hidden;
}




  .accordion {
    background-color: #000;
    color: #fff!important;
    cursor: pointer;
    padding: 0px;
    width: 80%;
    border: none;
    text-align: left;
    outline: none;
    margin-top: 0px;
    margin-left: 37px;
    transition: 0.5s;
    }
    
    .go, .accordion:hover {
    transition: 0.5s;
    background-color: black; 
    }
    
    .panel {
    transition: 0.5s;
    padding: 0 18px;
    display: none;
    background-color: black;
    overflow: hidden;
    margin-top: 20px;
    }
  
    .panel a {
    transition: 0.5s;
      color: white;
      text-decoration: none!important;
    }

.panel li {
  font-size: 20px;
    padding-bottom: 10px;
}





.dropdown {
  position: relative;
  display: block;
  transition: 0.25s;
  
}

.dropdown:hover .inUse {
  background: #33acff;
  color: white;
  border-radius: 15px 15px 15px 0px;
  transition: 0.25s;
}

 .dropdown-content {
  display: none;
  position: absolute;
  background-color: #34c0eb;
  width: 342px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  top: 66px;
  left: 274px;
  transition: 0.25s;
  border: white solid 2px;
}

.dropdown-content li {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.25s;
}

.dropdown-content a {
float: none;
    color: white!important;
    text-align: left!important;
    padding: 0px 0px 0px 0px!important;
    text-decoration: none;
    font-size: 16px!important;
    margin-top: 0px!important;
    left: 0px!important;
    border-radius: 0px!important;
    transition: 0.25s;
    position: relative;
    font-weight: normal!important;
    background-color: transparent!important;
}

.dropdown-content li:hover {background-color: #208efc;  transition: 0.25s;}

.dropdown:hover .dropdown-content {
  display: block;
  transition: 0.25s;
}


#subNav a {
  color: white!important;
}
#subNav a:hover {
  text-decoration: none!important;
  color: white!important;
}



  .bg {
    background: url(../img/backgroundMainV1.jpg);
    height: 1000px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 166px;
    position: relative;

  }

.bg h1 {
  color: white;
  font-size: 250px;
  transition: 0.25s;
  margin-left: 75px;
    margin-top: 50px;
    position: absolute;
    line-height: 250px;
}

.bg h2 {
  color: white;
  font-size: 40px;
  transition: 0.25s;
  margin-left: 75px;
    margin-top: 306px;
    position: absolute;
    width: 75%;
}

.showMe_btn {
  background-color: #5ecbf5;
  border: solid 1px #fff;
  color: white;
  padding: 5px 50px 5px 50px;
  font-size: 2vw;
  cursor: pointer;
  transition: 0.25s;
  border-radius: 50px;
  margin-left: 76px;
  margin-top: 525px;
  position: absolute;
}

.showMe_btn:hover {
  background-color: #34c0eb;
  border: solid 1px #fff;
  color: white;
  cursor: pointer;
  transition: 0.25s;
  position: absolute;
  transform: scale(1.05);
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}






.custom-shape-divider-top-1674777062 {
  position: relative;
  top: -101px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1674777062 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 57px;
}

.custom-shape-divider-top-1674777062 .shape-fill {
  fill: #FFFFFF;
}




.custom-shape-divider-bottom-1674777186 {
  position: relative;
  bottom: -101px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1674777186 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 57px;
}

.custom-shape-divider-bottom-1674777186 .shape-fill {
  fill: #FFFFFF;
}









.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:102px;
  position:absolute;
  left:0px;
  float:left;
}

.editorial2 {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:-105px!important;
  position:absolute;
  left:0px;
  float:left;
}

.editorial3 {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:-105px!important;
  position:absolute;
  left:0px;
  float:left;
}

.editorial4 {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:100px;
  position:absolute;
  left:0px;
  float:left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}





.eapp-slider-slider-slider .eapp-slider-slider-outer, .eapp-slider-slider-slider .eapp-slider-slider-item {
  border-radius: 25px!important;
}

.sliderMargin {
  margin-top: 10px;
}

.gamesandBoxes0 {  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: -1fr 0fr 0fr 0fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "z z z x x x ";
    padding-right: 5px;
    padding-left: 5px;
}

.z { grid-area: z;  height: 350px; }

.x { grid-area: x;  height: 350px; }






.gamesandBoxes {  
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 0fr 0fr 0fr 0fr 0fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "a b b b c"
    "a b b b c"
    "d b b b e"
    "d b b b e";
}

.a { 
  grid-area: a;
  height: 650px;
}
.b { 
  grid-area: b;
  height: 100%;
}
.c { 
  grid-area: c;
  height: 650px;
}
.d { 
  grid-area: d;
  height: 650px;
}
.e { 
  grid-area: e;
  height: 650px;
}


div #box {
  background: transparent;
  border: solid 0px white;
  border-radius: 25px;;
}


.largeBox {
  transition: 0.25s;
}

.largeBox:hover {
  transition: 0.25s;
  transform: scale(1.025);
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}





#games {
  margin-top: 300px;
  }





.galtitle

{
font-size: 16px;
font-family: 'Poppins', serif;
margin-top: 20px;
color: #fff;
}

.galtext
{
text-align: center;
}

.galrow {
  margin: 0px 0px;
}


/* Create three equal columns that floats next to each other */

.galcolumn {
  display: inline-block;
  width: 22%;
}


/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  padding: 30px 0px 0px 0px;
}


/* Content */
.content img{
  width: 200px!important;
  height: 200px!important;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.25s;
}

.content img:hover {
transform: scale(1.125);
transition: 0.25s;
cursor: pointer;
box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}




.gameBanner1 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 5px;
  padding-left: 0px;
  margin-left: -10px;
}


.x img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 5px;

}


.z img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 5px;
}


.gameBanner2 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 5px;
}

.a img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 0px;
}

.c img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 0px;
}
.d img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 0px;
}
.e img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 25px;
  object-position: center 0%;
  padding: 0px;
  border: solid white 0px;
}





.gameBox {
  border-radius: 25px;
  height: 100%;
  border: 5px solid white;
}







#about {
  background: linear-gradient(90deg, rgba(2,101,255,1) 15%, rgba(93,234,255,1) 60%)!important;
  color: white;
  top: 166px;
    position: relative;
}

#terms {
  background: linear-gradient(90deg, rgba(2,101,255,1) 15%, rgba(93,234,255,1) 60%)!important;
  color: white;
  top: 166px;
    position: relative;
}

#genres {
  background: linear-gradient(90deg, rgba(2,101,255,1) 15%, rgba(93,234,255,1) 60%)!important;
  color: white;
  top: 166px;
    position: relative;
}



.termsHeading {
  font-size: 130px;
  padding: 0px;
  justify-content: center;
  display: flex;
}

.termsText {
  font-size: 18px;
  padding: 50px;
  justify-content: center;
  display: grid;
}



.genresHeading {
  font-size: 130px;
  padding: 0px;
  justify-content: center;
  display: flex;
}

.genresText {
  font-size: 18px;
  padding: 50px;
  justify-content: center;
  display: grid;
}



.aboutHeading {
  font-size: 130px;
  padding: 50px;
  justify-content: center;
  display: flex;
}



.aboutText {
  font-size: 18px;
  padding: 50px;
  justify-content: center;
  display: grid;
}






#subscribe {
  padding: 100px 0px 100px 0px;
  background: linear-gradient(90deg, rgba(2,101,255,1) 15%, rgba(93,234,255,1) 60%)!important;
}



.largeFooter {
  margin-top: -112px;
}



#icon {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.25s;
}
/*
#icon:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  transform: scale(1.1);
  transition: 0.5s;
  cursor: pointer;
}
*/
.iconText {
  margin-top: -80px;
  position: relative;
  padding: 5px 5px 5px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}

.filterDiv:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  transform: scale(1.1);
  transition: 0.5s;
  cursor: pointer;
}



.filterDiv a {
text-decoration: none;
color: white;
}




.hrFooter {
  width: 50%;
}

.businessFooter {
  font-size: 14px;
  color: #33acff;
  font-weight: 600;
}

.footerLogo {
  width: 400px;
  transition: 0.25s;
}

.footerAbout {
  width: 100%;
  color: #33acff!important;
  font-size: 18px;
  line-height: 30px;
}


  .footerEmail a {
		color: black;
		position: relative;
		text-decoration: none;
	  }
	  
	  .footerEmail a::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius: 4px;
		background-color: white;
		bottom: 0;
		left: 0;
		transform-origin: right;
		transform: scaleX(0);
		transition: transform .3s ease-in-out;
	  }
	  
	  .footerEmail a:hover::before {
		transform-origin: left;
		transform: scaleX(1);
	  }



	  .footerText a {
		color: black;
		position: relative;
		text-decoration: none;
	  }
	  
	  .footerText a::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius: 4px;
		background-color: white;
		bottom: 0;
		left: 0;
		transform-origin: right;
		transform: scaleX(0);
		transition: transform .3s ease-in-out;
	  }
	  
	  .footerText a:hover::before {
		transform-origin: left;
		transform: scaleX(1);
	  }



	.footer {
		height: 50px;
	  }



	  #footer-row {
		padding: 14px;
		height: 80px;
		background-color: #555;
		text-align: center;
		color: #fff;
		position: relative;
bottom: 0px!important;
	 }




	 .mainFooter {
		position: relative;
    bottom: -96px;
	 }

  .footerLinksHeading {
    color: #33acff!important;
    letter-spacing: 10px;
    font-weight: 600;
    font-size: 22px;
  } 

  

   footer a {
    color: #33acff!important;
    font-size: 18px;
    line-height: 30px;
   }





   .form-control {
    display: block;
    width: 100%;
    height: calc(3rem + 2px)!important;
    padding: 0.375rem 0.75rem;
    font-size: 2rem!important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid white!important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



label {
  font-family: 'Poppins'!important;
}



.cog-asterisk, :root:root:root:root:root .cog-asterisk {
  color: white!important;
}

.cog-label, :root:root:root:root:root .cog-label {
  color: white!important;
  font-family: 'Poppins'!important;
  font-weight: normal!important;
  font-size: 16px!important;
}

.cog-cognito--styled .cog-button__icon, html .cog-cognito--styled .cog-button__text, :root:root:root:root:root .cog-cognito--styled .cog-button__icon, :root:root:root:root:root .cog-cognito--styled .cog-button__text {
  padding: calc(var(--input__padding-v)*.25) calc(var(--input__padding-h)*.1);
  font-size: 16px!important;
  font-family: 'Poppins'!important;
}

.cog-cognito--styled textarea, html .cog-cognito--styled select, html .cog-cognito--styled input[type=text], html .cog-cognito--styled [type=tel], html .cog-cognito--styled [type=password], html .cog-cognito--styled [type=date], html .cog-cognito--styled [type=email], html .cog-cognito--styled [type=url], html .cog-cognito--styled [type=time], :root:root:root:root:root .cog-cognito--styled textarea, :root:root:root:root:root .cog-cognito--styled select, :root:root:root:root:root .cog-cognito--styled input[type=text], :root:root:root:root:root .cog-cognito--styled [type=tel], :root:root:root:root:root .cog-cognito--styled [type=password], :root:root:root:root:root .cog-cognito--styled [type=date], :root:root:root:root:root .cog-cognito--styled [type=email], :root:root:root:root:root .cog-cognito--styled [type=url], :root:root:root:root:root .cog-cognito--styled [type=time] {
  margin: 0;
  outline-width: var(--input__border-width, var(--border-width));
  padding: 0.375rem 0.75rem!important;
  font-family: 'Poppins'!important;
  font-size: 1.75rem!important;
  line-height: 35px!important;
  color: #495057!important;
}

html .cog-cognito--styled .el-input__inner, html .cog-cognito--styled .el-textarea__inner, :root:root:root:root:root .cog-cognito--styled .el-input__inner, :root:root:root:root:root .cog-cognito--styled .el-textarea__inner {
  border-width: inherit!important;
}

html .cog-header__description, :root:root:root:root:root .cog-header__description {
  margin-top: 0.5em;
  font-size: 18px!important;
}