html,
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.description.reviews p {
  font-family: "Ubuntu", sans-serif;
}

p {
  color: black;
  text-align: justify;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
}

ul {
  color: black;
}

ol {
  color: black;
}

h2 {
  color: black;
}

h3 {
  color: black;
}
/*MODAL*/

/* Imagen superior del modal */

#goPremium .popup-image {
  width: 100%;
  height: 180px;
  background-image: url('../img/modal.jpg'); 
  background-size: cover;
  background-position: center;
}

/* Título */
.modal-title h1{
  font-size: 1.5rem;
  color: black;
}

/* Texto */
.text-modal p {
  font-size: 1rem;
  color: grey;
  line-height: 1.5;
}



/*NAV BAR HEADER*/
.navbar {
  --bs-navbar-padding-y: 0 !important;
}

.navbar .container-fluid {
  background: linear-gradient(80deg, rgba(47, 196, 238, 1) 0, #ba7bd5 79%) !important;
  padding: 10px 40px !important;
}

.navbar-collapse {
  flex-grow: 0 !important;
}

.navbar img {
  width: 50%;
}

.navbar a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 10px;
}

/* BUTTON */
.button,
.btn {
  width: 250px;
  font-weight: 600;
  display: block;
  color: #fff;
  border: none;
  background: #793ec2;
  font-size: 1.2rem;
  transition: all 0.4s;
  border-radius: 10px;
}

/*BANNER HOME*/
.banner {
  background-image: url('../img/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.header-text {
  max-width: 600px;
  width: 100%;
  text-align: center;
  color: white;
}

.header-text h1 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: left;
}

.header-text h2 {
  font-size: 1rem;
  margin-bottom: 20px;
  color: white;
  text-align: left;

}

@media (min-width: 768px) {
  .banner {
    min-height: 60vh;
    justify-content: flex-start;
    text-align: left;
  }

  .header-text {
    text-align: left;
  }

  .header-text h1 {
    font-size: 3.5rem;
  }

  .header-text h2 {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}

/* HOME */
main {
  min-height: 78vh;
}

.home {
  padding: 20px 0;
}

.home h2 {
  font-weight: 600;
}

.home h3 {
  font-size: 20px;
}

.breadcrumbs span a {
  font-size: 15px;
}

.online-games {
  position: relative;
}

.section-games .card-img-top {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.section-games .card {
  box-shadow: none;
}

.section-games .card:after {
  content: "";
  display: block;
  background: rgba(28, 34, 70, 0.5);
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  border-radius: 10px;
}

.section-games .card-body {
  position: absolute;
  bottom: 0;
  background: transparent;
  color: #fff;
  z-index: 999;
}

.section-games .card .card-body .card-text {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.section-games .card .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.section-reviews {
  padding: 40px 0;
}

.display-flex {
  display: flex;
}

.full-content {
  background-color: #cfcfcf;
}

.section-2 {
  margin-top: 50px;
}

.card-footer {
  background-color: transparent;
  margin: auto;
  padding-bottom: 10px;
  border-top: none !important;
}

.header-section.home {
  padding-left: 12px;
  margin-left: 15px;
  margin-bottom: 35px;
  text-align: center;
}

.ringtones .header-section {
  margin-left: 30px;
}

.header-section h2 {
  font-size: 1.6rem;
}

.first-title {
  margin-top: 40px;
  justify-content: center;
}

.header-section .small-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #2fc4ee;
  margin: 0 auto 15px;
}

.section-reviews .single-game {
  text-align: center;
  border-radius: 15px;
  margin-bottom: 55px;
  position: relative;
  transition: padding 0.3s;
}

.section-reviews .single-game .person-info {
  background-color: #ba7bd5;
  padding: 1rem;
  border-radius: 0px 0px 25px 25px;
}

.section-reviews .single-game .person-info .description {
  color: black;
}

.section-reviews {
  padding: 20px 0px;
}

.person-info {
  background: #fff;
}

.person-image {
  margin-bottom: 0;
  padding: 0;
}

.section-reviews .single-game .person-image img {
  border-radius: 25px 25px 0px 0px;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section-reviews .single-game .person-image .icon,
.games-container .image .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(to right top,
      #2e2e2e,
      #282729,
      #212125,
      #1a1b20,
      #13151c,
      #1a1d23,
      #21242b,
      #292c33,
      #202020,
      #3d3d3d,
      #434343,
      #1e1e1e);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}

.section-reviews .single-game:hover .person-image .icon {
  background: none;
  background-color: #fff;
  color: #ea1f24;
}

.reviews-section {
  padding-top: 30px;
}

.section-reviews .single-game .person-info .full-name,
.games-container .full-name {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

.section-reviews .single-game .person-info .full-name.games {
  margin-bottom: 15px;
}

.section-reviews .single-game .person-info .speciality {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.section-reviews .single-game .person-info .description {
  color: white !important;
  margin-bottom: 32px;
}

.single-game:hover {
  padding: 10px 10px;
}

/* .section-reviews .single-game:hover .full-name,
.section-reviews .single-game:hover .speciality {
	color: #fff;c
} */

/* RINGTONES */
.ringtones .full-name,
.ringtones-page .description .full-name {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.ringtones-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 122px;
  box-shadow: 5px 0px 15px 5px #80808054;
  padding: 20px;
  border-radius: 15px;
}

.ringtones-container .image {
  flex: 30%;
}

.ringtones-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}

.ringtones-container .description {
  flex: 60%;
  text-align: left;
  margin-left: 15px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ringtones-container .description.reviews {
  display: block;
}

.ringtones-container strong {
  flex: 100%;
  font-size: 18px;
  color: #000;
}

.section-reviews.tips .ringtones-container strong {
  color: #009aff;
}

.ringtones-container p {
  color: grey;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* .ringtones .image img,
.ringtones-page .image img {
  width: 128px;
  height: 128px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 5%;
} */

/* .grid-game .image img,
.ringtones .image img,
.ringtones-page .image img {
  margin: 8px auto;
} */
.ringtones-container.reviews {
  min-height: 169px;
}

.description.reviews {
  padding: 15px;
  margin-left: 0;
  border-radius: 10px 0 0 10px;
  flex-direction: column;
  justify-content: space-between;
}

.description.reviews p {
  color: #343434;
  margin-bottom: 0;
}

.description.reviews p.text {
  color: #6c6c6c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 10px auto;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.description.reviews .btn.premium {
  color: #fff;
}

/* SIDEBAR */
.sidebar .articles {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .articles li a {
  display: flex;
  color: #212529;
}

.sidebar .articles img {
  max-width: 72px;
  height: 72px;
  -o-object-fit: cover;
  object-fit: cover;
}



.sidebar .articles p {
  max-width: 200px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#article img {
  margin: 0 0 20px;
}

#article {
  color: #000000;
}

/* CATEGORY*/
.games-container {
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
  text-align: center;
}

/* .single-game.premium{
    filter: whitescale(2);
} */
.games-container .image {
  position: relative;
  margin: 0 auto;
  max-height: 185px;
}

.games-container .image img {
  max-width: 185px;
  height: 185px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 100%;
}

.games-container.videos .image img {
  max-width: 300px;
  border-radius: 5%;
}

.games-container.videos .description {
  width: 100%;
}

.games-container .description {
  color: #0d0d0d;
}

.games-container .description {
  margin-top: 38px;
}

.section-videos a {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

span.icon {
  background-color: #2fc4ee;
  width: 65px;
  height: 65px;
  font-size: 28px;
  color: white;
  border-radius: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -32px;
  z-index: 999;
  transition: all 0.4s;
}

span.icon:hover {
  background: linear-gradient(80deg, rgba(47, 196, 238, 1) 0, rgba(186, 123, 213, 1) 79%);
}

.single-game.premium .person-info span.icon,
.btn.premium {
  background-color: #2fc4ee;
}

.single-game.premium .person-info span.icon:hover,
.btn.premium:hover {
  background-color: #777;
}

.btn:hover {
  transform: scale(1.01);
}

@media (min-width: 768px) {
  .games-container {
    flex-wrap: nowrap;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
  }

  .games-container .image .icon {
    bottom: 8px;
  }

  .games-container .description {
    margin-top: 0px;
  }

  .games-container .description {
    margin-left: 20px;
  }
}

/* LOGIN */

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/
/* .login {
  background-color: #0d0d0d;
} */
.login section {
  max-width: 380px;
  /*text-align: center;*/
  margin: 0 auto;
}

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  background-color: #f2f2f2;
}

.wrap-contact100 {
  width: 550px;
  background: transparent;
  padding: 50px 0px 160px 0px;
}

/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  /*font-size: 30px;*/
  color: white;
  line-height: 1.2;
  /*text-transform: uppercase;
  text-align: center;
  padding-bottom: 49px;*/
}

#contact {
  color: white;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}

/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 35px 0 35px;
  outline: none;
  border: none;
}

textarea.input100 {
  min-height: 169px;
  padding: 19px 35px 0 35px;
  border: none;
}

textarea.input100:focus-visible {
  outline: 0;
}


.contact100-form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  background-color: transparent;
  border-radius: 31px;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.contact100-form-btn::before {
  border: none;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #009aff;
  pointer-events: none;
  transition: all 0.4s;
}

.contact100-form-btn:hover:before {
  background: linear-gradient(80deg, rgba(47, 196, 238, 1) 0, rgba(186, 123, 213, 1) 79%);
  width: calc(100% + 20px);
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(80deg, rgba(47, 196, 238, 1) 0, rgba(186, 123, 213, 1) 79%);
}

/* FOOTER */
footer {
  background: linear-gradient(80deg, rgba(47, 196, 238, 1) 0, #ba7bd5 79%);
  color: #fff;
}

footer p {
  font-size: 13px;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-transform: underline;
}

.copyright {
  background: linear-gradient(80deg, rgba(47, 196, 238, 1) 0, #ba7bd5 79%);
  color: #fff;
}

.copyright a {
  color: #fff;
}

footer .icon-gamearena {
  font-size: 40px;
}

footer h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

footer h5 .icon-Logo-Gamezboy {
  font-size: 1.2rem;
}

b,
strong {
  font-weight: bold !important;
}

a h3.full-name {
  color: white;
}

.modal .modal-header,
.modal .modal-footer {
  margin: 0 auto;
  border: none;
}

.modal .modal-body {
  text-align: center;
}

.modal .modal-body span.icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  background: #ea1f24;
  color: #fff;
  border-radius: 50%;
  font-size: 52px;
  margin-bottom: 20px;
  position: relative;
  bottom: auto;
}

.modal .modal-content {
  border: none;
  border-radius: 15px;
  padding: 20px;

}

.modal-backdrop {
  opacity: 0.9 !important;
}

.md-content h3 {
  font-size: 2rem;
}

.md-content p {
  line-height: 35px;
}

.modal .close {
  color: grey;
  font-size: 40px;
  background: transparent;
  border: none;
}

.faqs {
  display: grid;
  gap: 2rem;
}

.faq__question {
  font-family: "Ubuntu", sans-serif;
  border-radius: 3px;
  outline: 0;
  color: #fff;
  display: flex;
  align-items: center;
  background: #33b5e5;
  padding: 1rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}

.faq__question::before {
  display: inline-block;
  content: "×";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5px;
  font-weight: 900;
  transform: rotatez(-135deg);
  transition: all 0.4s ease-in-out;
}

.faq__answer {
  padding: 1rem;
  background: rgb(0 0 0 / 50%);
  border-radius: 5px;
  color: #fff;
}

.faq[open] {
  outline: 0;
}

.faq[open] .faq__question::before {
  transform: rotate(0);
}

.faq[open] .faq__answer {
  -webkit-animation: slide-down 0.5s ease-in-out;
  animation: slide-down 0.5s ease-in-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes animStar {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-2000px);
  }
}

.xwing {
  position: absolute;
  left: 7%;
  width: 650px;
  animation: fly-in 2s ease-out;
}

@media all and (max-width: 1300px) {
  .xwing {
    width: 500px;
  }
}

@media all and (max-width: 800px) {
  .xwing {
    width: 450px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    animation: fly-in-mobile 2s ease-out;
  }


}

@keyframes fly-in {
  0% {
    left: -900px;
    top: -23%;
  }

  100% {
    left: 7%;
    top: 90px;
  }
}

@keyframes fly-in-mobile {
  0% {
    left: -900px;
  }

  100% {
    left: 50%;
  }
}