* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

:root {
  --main-color: #ff78ff;
  --purple: #ba7bd5;
  --yellow: #f4d156;
  --green: #67c95d;
  --white: #fff;
  --grey: #4b4b4f;
  --light: #fdfdfd;
  --dark: #0c021b;
  --red: #d84848;
}

body {
  font-size: 1rem;
  color: var(--white);
  background-color: var(--dark);
  font-family: Poppins, sans-serif;
  position: relative;
  background: url(../images/bg4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/bg4.jpg") center / cover no-repeat fixed;
}
.swiper-scrollbar-drag {
  background: var(--main-color) !important;
}

a {
  color: var(--main-color);
}
a:hover {
  color: var(--purple);
}

.play {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 21px;
  height: 10px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 0 0 2px, -4px 0 0 -1px, 4px 0 0 -1px, inset 0 -4px 0 -2px;
}

.play::after,
.play::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  box-shadow: 0 0 0 2px;
  top: 3px;
}

.play::before {
  left: -4px;
  border-radius: 3px;
}

.play::after {
  border-radius: 100px;
  right: -4px;
}

.learn {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-bottom-color: transparent;
  border-radius: 100px;
}

.learn::after,
.learn::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.learn::before {
  border-top: 0;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  top: 10px;
  border-bottom: 2px solid transparent;
  box-shadow: 0 5px 0 -2px, inset 2px 0 0 0, inset -2px 0 0 0, inset 0 -4px 0 -2px;
  width: 8px;
  height: 8px;
  left: 2px;
}

.learn::after {
  width: 12px;
  height: 2px;
  border-left: 3px solid;
  border-right: 3px solid;
  border-radius: 2px;
  bottom: 0;
  left: 0;
}

.enjoy {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 20px;
}

.enjoy::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  top: 4px;
  left: 7px;
}

.ready {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 13px 4px/2px 4px;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 5px solid transparent;
  transform: scale(var(--ggs, 1));
  border-radius: 9px;
  box-shadow: inset 0 0 0 2px;
}

.ready::after,
.ready::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 10px;
  height: 5px;
  border: 2px solid;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  left: 2px;
}

.ready::after {
  top: -3px;
}

.ready::before {
  transform: scaleY(-1);
  top: 12px;
}

.go {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  top: 1px;
}

.go::after,
.go::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
  top: 7px;
  right: 6px;
}

.go::after {
  right: 11px;
}

.adult {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.adult::after,
.adult::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 6px;
  background: currentColor;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transform: rotate(45deg);
  left: 6px;
  top: 6px;
}

.adult::after {
  transform: rotate(-45deg);
  left: 4px;
}

.community {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-bottom: 0;
  box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px;
  top: -5px;
  -webkit-transform: scale(var(--ggs, 1));
  -moz-transform: scale(var(--ggs, 1));
  -ms-transform: scale(var(--ggs, 1));
  -o-transform: scale(var(--ggs, 1));
}

.community::after,
.community::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
}

.community::before {
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-left-radius: 20px;
  right: 4px;
  bottom: -6px;
  height: 6px;
}

.community::after {
  height: 2px;
  background: currentColor;
  box-shadow: 0 4px 0 0;
  left: 4px;
  top: 4px;
}

.games {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 12px;
  border: 3px solid transparent;
  border-left: 6px solid transparent;
  box-shadow: 0 0 0 2px, inset 2px 0 0;
  border-radius: 40px;
}
.games::after,
.games::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
}
.games::before {
  left: -2px;
  width: 6px;
  top: 2px;
}
.games::after {
  border-radius: 3px;
  width: 2px;
  box-shadow: 0 4px 0, -2px 2px 0, 2px 2px 0;
  top: 0;
  right: 2px;
}
.smartphone {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 12px/2px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
}

.headphone {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border: 2px solid;
  border-bottom: 0;
}
.headphone::after,
.headphone::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 6px;
  height: 8px;
  top: 8px;
}
.headphone::before {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  left: -2px;
}
.headphone::after {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 10px;
}
.book {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}
.book::after,
.book::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
  left: 2px;
}
.book::before {
  box-shadow: 0 4px 0, 0 8px 0;
  width: 12px;
  top: 2px;
}
.book::after {
  width: 6px;
  top: 14px;
}

.read,
.read::after,
.read::before {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
}
.read {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
  margin-left: -1px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 5px;
  border-radius: 50px;
}
.read::after,
.read::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: -10px;
  top: -5px;
  box-shadow: -6px 0 0 -4px currentColor;
}
.read::after {
  left: 2px;
  box-shadow: 6px 0 0 -4px currentColor;
}

.picture {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 2px;
  border-radius: 2px;
}
.picture::after,
.picture::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}
.picture::after {
  transform: rotate(45deg);
  border-radius: 3px;
  width: 16px;
  height: 16px;
  top: 9px;
  left: 6px;
}
.picture::before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  top: 2px;
  left: 2px;
}

.videos {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 10px;
  box-shadow: 0 0 0 2px;
  border-radius: 15px 15px 15px 15px / 45px 45px 45px 45px;
}
.videos::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 7px;
  top: 2px;
  border-left: 4px solid currentColor;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.linkedin {
  max-width: 23px;
}

.instagram {
  max-width: 26px;
}

.facebook {
  max-width: 22px;
}

.youtube {
  max-width: 26px;
}

.selection {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 12px;
  border: 2px solid;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.selection::after,
.selection::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.selection::before {
  box-shadow: inset 0 0 0 2px, 0 2px 0 0;
  bottom: -4px;
  width: 6px;
  height: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  left: 0;
}

.selection::after {
  width: 16px;
  height: 6px;
  border-left: 2px solid;
  border-right: 2px solid;
  left: -5px;
  top: 0;
}

.arrow-down {
  box-sizing: border-box;
  position: relative;
  top: 1px;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.arrow-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(138deg);
  left: 4px;
  top: 2px;
}

.home {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 0 bottom/4px 2px,
    linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right bottom/4px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -2px;
}

.home::after,
.home::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.home::before {
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 4px;
  transform: rotate(45deg);
  top: -5px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  left: 0;
}

.home::after {
  width: 8px;
  height: 10px;
  border: 2px solid;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  left: 3px;
  bottom: 0;
}

.main-container-login {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.login-popup {
  display: none;
  position: fixed;
  margin: auto;
  background: #fff;
  width: 95%;
  max-width: 395px;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  border-radius: 10px;
}

.login-popup h3 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: var(--dark);
}
.login-popup .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-popup .logo img {
  max-width: 120px;
  margin: 15px 8px;
}

.login-popup .btn {
  border: none;
  border-radius: 8px;
  width: 100%;
  /* max-width: 220px; */
  height: 50px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.login-popup .btn-login {
  cursor: pointer;
  background: #2fc4ee;
  background: linear-gradient(80deg, rgba(47, 196, 238, 1) 0, rgba(186, 123, 213, 1) 79%);
  padding: 12px;
}
.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  font-family: Poppins, sans-serif;
}

.tab button:hover {
  border-bottom: 2px solid var(--purple);
}

.tab button.active {
  border-bottom: 2px solid var(--purple);
}

.tabcontent {
  display: none;
  padding: 6px 20px;
  border-top: none;
}
.contact-popup .tab button {
  padding: 14px 0;
  color: #fff;
}
.contact-popup .tabcontent {
  padding: 0;
}

.tabcontent h3 {
  color: var(--white) !important;
}
.tabcontent .form {
  background: #54545439;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
}
.tabcontent .form input {
  box-shadow: none;
}

#Sign-up {
  display: block;
}
@media (min-width: 810px) {
  .contact-popup {
    margin: 10vh auto;
    max-width: 100%;
  }
  .contact-popup #Sign-up {
    display: flex;
    gap: 5rem;
  }
  .contact-popup #Sign-up div {
    flex: 3;
  }
  .contaact-popup #Sign-up .form {
    flex: 4;
    margin-top: 20px;
  }
}
.remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forgot {
  color: #797979;
}

.login-popup input {
  display: block;
  margin: 10px auto 10px;
  border-radius: 5px;
  padding: 14px 0px;
  width: 100%;
  text-align: center;
  outline: 0;
  border: 1px solid #4b4b4f;
}

.login-popup input[type="checkbox"] {
  display: none;
}

.login-popup .login-check {
  background: var(--purple);
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}

.login-popup input,
.login-popup textarea {
  display: block;
  margin: 20px auto 10px;
  border-radius: 5px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  outline: 0;
  border: 1px solid #4b4b4f;
  border: 1px solid #ececec;
  box-shadow: 0 0 10px #eaeaea;
}
.login-popup textarea {
  min-height: 122px;
  max-height: 122px;
}
.login-popup .login-check-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  text-align: left;
  margin-top: 10px;
  padding-top: 3px;
  color: #797979;
  font-size: 14px;
}

.login-popup .login-check::after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.login-popup input[type="checkbox"]:checked ~ .login-check::after {
  display: block;
}

.login-popup .btn-login {
  cursor: pointer;
  background: var(--main-color);
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  margin: 15px auto;
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  max-width: 100%;
}

.menu {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1.5));
  width: 16px;
  height: 16px;
  margin-left: 15px;
  color: var(--grey);
}

.menu::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 6px 0, 6px 6px 0, 12px 6px 0, 6px 12px 0, 12px 12px 0, 6px 0 0, 12px 0 0, 0 12px 0;
}

.close,
.close-login {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 40px;
}

.close-login:after,
.close-login:before,
.close::after,
.close::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background: var(--white);
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px;
}

.close-login:after,
.close::after {
  transform: rotate(-45deg);
}

#loginError,
#signupError {
  color: red;
  text-align: center;
  display: revert;
  border: 1px solid red;
  padding: 5px 10px;
  border-radius: 5px;
}

#loginCorrect,
#signupCorrect {
  color: green;
  text-align: center;
  display: revert;
  border: 1px solid green;
  padding: 5px 10px;
  border-radius: 5px;
}

.btn {
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 165px;
  height: 50px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.btn-second {
  cursor: pointer;
  background: var(--main-color);
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  margin: 15px auto;
  box-shadow: none;
  -webkit-border-radius: 8px;
  text-align: center;
  max-width: 280px;
  color: var(--white) !important;
}

.options {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 90%;
  margin: 20px auto;
}
.app-store {
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  gap: 0.3rem;
  max-width: 90%;
  margin: 20px;
}
.btn-login {
  cursor: pointer;
  background: 0 0;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-login img {
  max-width: 20px;
}

.color-btn {
  background: var(--main-color);
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border: 0;
  will-change: box-shadow, transform;
  box-shadow: 0 2px 4px rgb(45 35 66 / 40%), 0 7px 13px -3px rgb(45 35 66 / 30%), inset 0 -3px 0 rgb(58 65 111 / 50%);
  padding: 0 32px;
  border-radius: 6px;
  color: #fff;
  height: 48px;
  font-size: 18px;
  text-shadow: 0 1px 5px rgb(0 0 0 / 40%);
  font-weight: 700;
  transform: translateY(2px);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.color-btn::after {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
  content: "";
  height: 50%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}

.blue {
  background-color: var(--main-color);
  box-shadow: 0 5px 0 #02627d;
  text-shadow: 3px 2px 4px #02627d;
}

.yellow {
  background-color: var(--yellow);
  box-shadow: 0 5px 0 #99812f;
  text-shadow: 3px 2px 4px #99812f;
}

.purple {
  background-color: var(--purple);
  box-shadow: 0 5px 0 #6a3482;
  text-shadow: 3px 2px 4px #6a3482;
}

.green {
  background-color: var(--green);
  box-shadow: 0 5px 0 #1d7d13;
  text-shadow: 3px 2px 4px #1d7d13;
}

.red {
  background-color: var(--red);
  box-shadow: 0 5px 0 #a61616;
  text-shadow: 3px 2px 4px #a61616;
}

.title-blue {
  color: var(--main-color);
}

.title-yellow {
  color: var(--yellow);
}

.title-purple {
  color: var(--purple);
}

.title-green {
  color: var(--green);
}

.title-red {
  color: var(--red);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}

.header-links {
  display: none;
  justify-content: space-around;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .header-links {
    display: none;
  }
}

.header-links div {
  display: flex;
  justify-content: center;
  height: 35px;
  align-items: center;
}
.header-links > div {
  margin: 20px auto;
}
.header-links span {
  color: #bcbfc4;
}
.header-links p {
  color: #bcbfc4;
  font-size: 12px;
}

ul.sidebar-menu .logo {
  width: 100%;
  padding: 40px 25px 20px;
  box-sizing: border-box;
}

ul.sidebar-menu .icon {
  width: 40px;
  margin-right: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

ul.sidebar-menu .menu-play .icon {
  background: var(--main-color);
}

ul.sidebar-menu .menu-learn .icon {
  background: var(--yellow);
}

ul.sidebar-menu .menu-enjoy .icon {
  background: var(--purple);
}

ul.sidebar-menu .menu-fit .icon {
  background: var(--green);
}

.lang {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.lang-select {
  background-color: #fff;
  font-size: 1em;
  color: #707070;
  border-radius: 5px;
  border: none;
  outline: 0;
  padding: 5px;
  margin-left: 8px;
}

.header-mobile {
  max-width: 990px;
  margin: 0 auto;
}

.header-mobile .logo {
  margin: 0 auto;
}

.header-mobile .logo img,
.intro .logo img,
ul.sidebar-menu .logo img {
  max-width: 150px;
}

.intro .logo {
  display: none;
}

.intro .logo img {
  margin: 20px auto 0;
}

.header-mobile .btn-login {
  border-radius: 8px;
  width: 35px;
  height: 35px;
  margin: 10px;
}

.header-mobile .logo img {
  margin-top: 8px;
}

ul.sidebar-menu {
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  list-style-type: none;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  left: -100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  background: var(--dark);
}

.sidebar-menu li a span {
  margin: 0 auto;
  color: #fff;
}

.sidebar-menu li a {
  text-transform: uppercase;
}

.sidebar-menu .menu-learn a span {
  top: -3px;
}
.sidebar-menu .menu-learn a span.smartphone {
  top: 0px;
}
.sidebar-menu li a {
  background-color: #230d43;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--white);
  position: relative;
  font-size: 1.1em;
}

.sidebar-menu li a:after {
  content: "";
  /*display: none;*/
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 30px;
  top: 34px;
  transition: all 0.5s ease;
}
.sidebar-menu li ul li a:after {
  display: none;
}

.sidebar-menu li.active a::after {
  transform: rotate(225deg);
}

.sidebar-menu li a:hover {
  background-color: var(--light);
  padding: 18px 25px;
  display: flex;
  text-decoration: none;
  color: var(--dark);
}

li.have-children ul li a:after {
  display: none;
}

li.have-children ul {
  padding: 0;
}

li.have-children ul li a {
  padding: 0 0 10px 75px;
  text-transform: none;
}

li.have-children ul li a:hover {
  color: var(--dark);
  background-color: var(--light);
  padding: 0 0 10px 75px;
}

/* .sidebar-menu li:nth-child(even) a {
  background-color: #f7f7f7e3;
} */

li,
li.have-children {
  position: relative;
}

.sidebar-menu .have-children > ul {
  display: none;
}

.sidebar-menu .have-children:last-child > ul {
  margin-bottom: 50px;
}

.sidebar-nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  /* -------------
    Sidebar: icons
    ----------------*/
}
.sidebar-nav ul li i {
  font-size: 1.8em;
  padding-right: 0.5em;
  width: 9em;
  display: inline;
  vertical-align: middle;
}
.sidebar-nav .nav-flyout {
  position: absolute;
  background-color: #fff;
  z-index: 9;
  left: 2.5em;
  left: 0;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-nav .nav-flyout a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-nav ul > li.active .nav-flyout {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-flyout.closed {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-flyout li:first-child {
  box-shadow: none;
}
.nav-flyout li:first-child.blue a {
  background-color: var(--main-color);
  color: #fff;
  text-shadow: none;
}
.nav-flyout li:first-child.yellow a {
  background-color: var(--yellow);
  color: #fff;
  text-shadow: none;
}
.nav-flyout li:first-child.purple a {
  background-color: var(--purple);
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
.nav-flyout li:first-child.green a {
  background-color: var(--green);
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
.nav-flyout li:first-child:after {
  color: #fff;
  transform: rotate(135deg);
  content: "";
  /*display: none;*/
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  right: 30px;
  top: 34px;
  transition: all 0.5s ease;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
}

.content::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.opened .content {
  filter: blur(3px);
  transition: 1s filter ease;
}

.opened .content:after {
  opacity: 1 !important;
  transition: 1s filter ease;
}

.dropdown ul,
.dropdown-country dd,
.dropdown-country dt {
  margin: 0;
  padding: 0;
}

.dropdown-country dd ul li a span:first-child,
.dropdown-country dt a span span:first-child {
  background-image: url(https://i.imgur.com/OQiDoZe.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.dropdown-country dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
}

.dropdown-country dt a img {
  position: relative;
  z-index: 1;
}

.dropdown-country dt a span span:first-child:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown-country dt a span span {
  display: inline-block;
  padding: 0;
}

.dropdown-country dt a span span:first-child {
  padding: 0;
}

.dropdown-country dd {
  position: relative;
}

.dropdown-country a,
.dropdown-country a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: 0;
}

.dropdown-country a:hover {
  color: #5d4617;
}

.dropdown-country dt a:focus,
.dropdown-country dt a:hover {
  color: #5d4617;
}

.dropdown-country dt a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2px 4px;
  top: 8px;
}

.dropdown-country dd ul {
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
  background: #fff;
  color: #c5c0b0;
  display: none;
  left: -4px;
  padding: 5px;
  position: absolute;
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: 10px;
  z-index: 2;
  border-radius: 5px;
}

nav dd ul li {
  width: 100%;
}

li a {
  font-size: 13px;
}

li a span:nth-child(2) {
  line-height: 2em;
}

.dropdown-country dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-country dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
}

.dropdown-country dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: #00f;
}

.dropdown-country span.value {
  display: none;
}

.dropdown-country dd ul li a {
  padding: 5px;
  display: block;
  background: 0 0;
  font-size: 12px !important;
}

.dropdown-country dd ul li a:hover {
  background-color: #ddd;
}

dl.dropdown-country {
  display: inline-block;
  margin: 0;
}

dl.dropdown-country span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4);
}

dl.dropdown-country > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

dl.dropdown-country span:nth-child(3) {
  float: right;
}

dl.dropdown-country dt span:nth-child(2) {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
}

dl.dropdown dt span:nth-child(3) {
  display: none;
}

.countryFlag {
  padding: 0;
  background-image: url(https://i.imgur.com/OQiDoZe.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #bfbfc1 #b6b6b6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 2px #58525f;
}
.games-section .swiper-container {
  box-shadow: none;
}
.swiper-slide {
  margin: 10px 0;
}

.Slider .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 0;
  background: #fff;
  height: 275px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 284px;
  object-fit: cover;
}

.swiper-slide .slider-img {
  width: 100%;
  max-width: 165px;
  height: auto;
  margin: 8px 0;
}

@media (min-width: 768px) {
  .swiper-slide .slider-img {
    max-width: 250px;
    margin: 20px 0;
  }
}

.Slider .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  background: linear-gradient(80deg, rgba(26, 26, 26, 1) 0, rgba(26, 26, 26, 0) 85%);
}

.swiper-slide .caption {
  position: absolute;
  left: 5%;
  color: var(--white);
  z-index: 9;
  text-align: left;
}

.swiper-slide .caption h2 {
  font-size: 1.9em;
  text-transform: uppercase;
  line-height: 42px;
  max-width: 320px;
}

.swiper-slide .caption {
  width: 100%;
  max-width: 300px !important;
}
.swiper-slide .caption .big-text {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.swiper-slide .caption span {
  font-size: 0.8em;
}

.small-text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.swiper-slide .caption .color-btn {
  margin: 12px 0 25px;
}

.swiper-slide h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.myApps .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.myApps .swiper-wrapper {
  padding-bottom: 35px;
}

.myApps .swiper-slide img,
.myTips .myApps .swiper-slide img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
}

.single-app {
  display: flex;
  align-items: center;
  margin: 20px auto;
  flex-wrap: wrap;
}

.single-app .app-description {
  margin: 15px 0 0;
}

.single-app .app-description h1 {
  font-size: 1.2rem;
}

.single-app .color-btn {
  text-transform: none;
  font-size: 1.2em;
}

.single-app img {
  max-width: 240px;
  margin-right: 15px;
}

.single-description {
  margin: 20px 0;
}

.more-like-this,
.screenshoots {
  margin: 60px 0;
}

.more-like-this .swiper-container {
  box-shadow: none;
}

.mfp-counter,
.mfp-title {
  display: none;
}

.back {
  display: flex;
  align-items: center;
  color: var(--main-color);
  cursor: pointer;
  margin-top: 20px;
}

.swiper-slide a {
  flex-direction: column-reverse;
  display: flex;
  color: var(--dark);
}

.myContent .swiper-slide img {
  display: block;
  width: 178px;
  height: 178px;
  object-fit: cover;
}

.myApps .swiper-pagination-bullet {
  border-radius: 0;
}

.myApps .swiper-pagination-bullet-active {
  background: var(--main-color);
  border-radius: 0;
}

.myFilters {
  margin-top: 10px;
}

.filters .myFilters .swiper-wrapper {
  padding-bottom: 0;
}

.myFilters .swiper-slide {
  width: 125px !important;
}

.filters {
  display: flex;
  flex-wrap: wrap;
}

.filters input {
  display: none;
}

.filters label {
  display: block;
  text-align: center;
  transition: all 0.5s ease;
  margin: 5px;
  background: 0 0;
  border: 1px solid #9a9a9a;
  padding: 5px;
  border-radius: 8px;
  color: #9a9a9a;
  font-size: 0.75rem;
}

.filters input[type="radio"]:checked + label,
.filters.filters-play input[type="radio"]:checked + label {
  background-color: var(--main-color);
  color: var(--white);
  border-color: var(--main-color);
}

.filters.filters-stream input[type="radio"]:checked + label {
  background-color: var(--purple);
  color: var(--white);
  border-color: var(--purple);
}

.filters.filters-fit input[type="radio"]:checked + label {
  background-color: var(--green);
  color: var(--white);
  border-color: var(--green);
}

.filters.filters-learn input[type="radio"]:checked + label {
  background-color: var(--yellow);
  color: var(--white);
  border-color: var(--yellow);
}

.filters.filters-adult input[type="radio"]:checked + label {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.selector {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  border: 1px solid #9a9a9a;
  padding: 5px;
  margin: 5px;
  border-radius: 8px;
  color: #9a9a9a;
  font-size: 0.8rem;
  font-family: Poppins, sans-serif;
}

.filters-mobile {
  display: none;
}

.filters-desktop {
  display: none;
}

option {
  font-family: Poppins, sans-serif;
}

.btn-filter {
  width: 100%;
  margin: 10px 0;
}

.screenshoots .myTips .swiper-slide {
  width: 138px !important;
}

.screenshoots .swiper-container {
  box-shadow: none;
}

.myTips .swiper-wrapper {
  padding-bottom: 0;
}

.myTips .swiper-slide img {
  display: block;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
}

.mySelection {
  margin: 20px 0;
}

.mySelection .selection-wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 8px;
  flex-wrap: wrap;
}

.mySelection .app-selection img {
  position: relative;
  width: 82px;
  max-width: 82px;
  min-width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 12px;
}

.mySelection .app-selection a {
  display: flex;
}

.mySelection .app-description {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 225px;
}

.mySelection .app-description h3 {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  min-width: 150px;
}

.myBooks .swiper-slide .stars,
.myRecipes.myGames .swiper-slide-content .stars,
.mySelection .app-description .stars {
  display: flex;
  margin-top: -28px;
}

.myBooks .swiper-slide .stars {
  margin-top: 12px;
  justify-content: space-between;
}

.myBooks .swiper-slide .stars div,
.myRecipes.myGames .swiper-slide-content .stars div,
.mySelection .app-description .stars div {
  color: #ffc700;
  margin-top: 2px;
}

.myRecipes .swiper-slide-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.myRecipes .swiper-slide img.icon-app {
  margin-left: 10px;
  width: 70px;
  height: 80px;
  border-radius: 15px;
}

.myRecipes .swiper-slide-content div {
  display: flex;
  flex-direction: column-reverse;
}

.myBooks.swiper-slide.stars div,
.myRecipes.myGames .swiper-slide-content .stars,
.myRecipes.myGames .swiper-slide-content .stars div {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.myRecipes.myGames .swiper-slide-content .stars {
  justify-content: space-between;
  padding: 0 8px;
  margin-top: -8px;
}

.myBooks .swiper-slide .stars .btn-selection,
.myRecipes.myGames .swiper-slide-content .stars .btn-selection {
  border: none;
  background: var(--main-color);
  cursor: pointer;
  color: var(--white);
  border-radius: 8px;
  text-align: center;
  padding: 4px 20px;
  font-size: 1rem;
  justify-content: space-between;
  font-weight: 700;
}

.myBooks .four div span:last-child,
.myGames .four div span:last-child,
.mySelection .app-description .four span:last-child {
  color: #f4d1568f;
}

.myBooks .three div span:last-child,
.myGames .three div span:last-child,
.myGames .three span:nth-child(4),
.mySelection .app-description .three span:last-child,
.mySelection .app-description .three span:nth-child(4) {
  color: #f4d1568f;
}

.myBooks .two div span:last-child,
.myBooks .two span:nth-child(3),
.myBooks .two span:nth-child(4),
.myGames .two div span:last-child,
.myGames .two span:nth-child(3),
.myGames .two span:nth-child(4),
.mySelection .app-description .two span:last-child,
.mySelection .app-description .two span:nth-child(3),
.mySelection .app-description .two span:nth-child(4) {
  color: #f4d1568f;
}

.mySelection .app-selection {
  /* margin-bottom: 10px; */
  background: #54545439;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
  padding: 10px;
  border-radius: 20px;
  position: relative;
  width: 30%;
  transition: transform 0.3s ease;
  z-index: 1;
}

.mySelection .app-selection:hover {
  transform: scale(1.05);
  background: #240f2c;
  z-index: 2;
}

.mySelection .btn-selection {
  background: 0 0;
  border: none;
  color: var(--main-color);
  font-weight: 700;
  margin: 2px 12px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.audios .mySelection .btn-selection {
  color: var(--purple);
}

.single-audio {
  flex-wrap: wrap;
}

.single-audio .app-description {
  margin: 15px 0;
}

.mySelection .selection-container:nth-child(3) {
  display: none;
}

.mySelection .selection-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.myRecipes .swiper-slide {
  background: #54545439;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
  margin-top: 10px;
  border-radius: 15px;
}

.myRecipes .swiper-slide img {
  height: 220px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.myRecipes .swiper-slide {
  padding: 0;
  margin-bottom: 15px;
}

.myRecipes .swiper-slide:first-child {
  margin-left: 5px;
}

.myRecipes h3 {
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 8px;
  font-size: 13px;
  text-align: left;
  color: var(--white);
}

.articles-wrap,
.myApps h3,
.myRecipes h3,
.myTips h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0;
}

.myRecipes h3 {
  font-size: 12px;
  line-height: 18px;
}

.articles-wrap p,
.myRecipes p {
  color: #828282;
  display: none;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 15px;
  margin: 6px 0 15px;
}

.myRecipes.myGames p {
  display: -webkit-box;
  font-size: 12px;
  padding: 0 10px;
}

.myRecipes .swiper-pagination-bullets,
.myTips .swiper-pagination-bullets {
  display: none !important;
}

.myBooks .swiper-slide {
  box-shadow: none;
}

.myBooks .swiper-slide a {
  flex-direction: row-reverse;
  align-items: center;
}

.myBooks .swiper-slide img {
  height: 215px;
  width: 142px;
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.myBooks .swiper-slide a > div {
  margin: 0 5px;
  font-size: 14px;
}

.content {
  padding: 0 10px;
  position: relative;
}

.intro {
  text-align: left;
  margin-bottom: 20px;
}

.intro h1 {
  font-size: 1.75em;
  margin-top: 20px;
}

.intro h2 {
  font-weight: 400;
  font-size: 1.2em;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.breadcrumbs h2 {
  font-weight: 600;
  margin-top: 15px;
}

.breadcrumbs h2.title a {
  color: var(--grey);
}

.breadcrumbs h3,
.breadcrumbs h3 a {
  color: #828282;
  font-weight: 400;
  font-size: 0.9rem;
  margin-top: 10px;
}

.breadcrumbs h3 {
  line-height: 10px;
}

.breadcrumbs:last-child {
  gap: 0.4rem;
}

.breadcrumbs-play h2.title-active a,
.breadcrumbs-play h3 a:hover {
  color: var(--main-color);
}

.breadcrumbs-learn h2.title-active a,
.breadcrumbs-learn h3 a:hover {
  color: var(--yellow);
}

.breadcrumbs-enjoy h2.title-active a,
.breadcrumbs-enjoy h3 a:hover {
  color: var(--purple);
}

.breadcrumbs-fitness h2.title-active a,
.breadcrumbs-fitness h3 a:hover {
  color: var(--green);
}

.title-section {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-left: 6px;
}

.title-category {
  margin: 20px 6px 5px;
}

.title-section h2,
.title-section h3 {
  font-weight: 600;
  color: var(--white);
}

.title-section h3 {
  font-size: 1.2em;
}

.title-section i {
  margin-right: 10px;
}

section .title-section span {
  display: flex;
  position: absolute;
  right: 0;
  top: 5px;
  color: var(--dark);
}

section .title-section i.arrow-down {
  position: relative;
  right: 0;
  top: -1px;
  transform: rotate(180deg);
}

section {
  margin: 15px 0;
}

section.games-section .title-section h2,
section.games-section .title-section i {
  color: var(--main-color);
}

section.stream-section .title-section h2,
section.stream-section .title-section i {
  color: var(--purple);
}

section.ready-section .title-section h2,
section.ready-section .title-section i {
  color: var(--green);
}

section.games-section .title-category i,
section.ready-section .title-category i,
section.stream-section .title-category i {
  color: var(--dark);
}

.bottom-menu {
  box-shadow: 0 0 10px #e6e6e6;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
  background: var(--white);
}

.bottom-menu a {
  color: #868686;
  display: flex;
  align-items: center;
  width: 22px;
  height: 26px;
}

video {
  width: 100%;
  height: 100%;
  margin: 20px 0 10px;
}

.audios .mySelection .selection-wrap {
  max-width: 750px;
}

.audios .mySelection .app-description {
  margin: auto 20px;
  width: 298px;
  display: block;
}

.audios .mySelection .btn-selection {
  margin: 0;
}

.mySelection.ringtones .selection-wrap {
  margin: 0 8px;
}

article img {
  width: 100%;
  object-fit: cover;
  margin: 20px auto 10px;
  border-radius: 20px;
}

article h2,
article h3 {
  margin: 20px 0;
  font-weight: 600;
}

article h2:first-child {
  font-size: 1.6rem;
}

.section.videos,
section.articles {
  margin: 40px 0;
}

.articles-grid,
.flag-grid,
.quizz-grid,
.videos-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

#Sign-in {
  display: block !important;
}

.flag-grid {
  justify-content: space-between;
}

.articles-grid .articles-wrap,
.quizz-grid .quizz-wrap,
.videos-grid .videos-wrap {
  /* max-width: 318px; */
  max-width: 28%;
  margin: 5px;
  background: #54545439;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
  padding: 12px;
  border-radius: 8px;
}

.articles-grid img,
.quizz-grid img,
.videos-grid img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  border-radius: 8px;
}

.flag-grid img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  border-radius: 8px;
}

.articles-wrap h3,
.flag-wrap h3,
.quizz-wrap h3,
.videos-wrap h3 {
  font-weight: 500;
  color: var(--white);
  /* height: 48px; */
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  font-size: 1rem;
  margin: 8px 0;
  text-align: left;
}

.flag-wrap h3 {
  height: auto;
}

.articles-wrap p {
  display: block;
  text-align: left;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-weight: 400;
}

.flag-wrap {
  background: 0 0;
  box-shadow: none;
  margin: 0;
  padding: 12px 8px 0;
  width: 100%;
  max-width: 134px;
}

.quizz-grid .quizz-wrap,
.videos-grid .videos-wrap {
  background: 0 0;
  box-shadow: none;
  margin: 0;
  padding: 12px 8px 0;
  width: 100%;
  max-width: 100%;
}

.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}

.fit-grid-gallery .card-columns .card {
  margin-bottom: 0.75rem;
}

.grid-gallery {
  margin: 40px 0;
}

.card {
  box-shadow: none;
}

.card {
  border: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}

.quizz-questions {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  padding: 30px 20px;
  background: var(--white);
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 80%);
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 40px 0;
}

.quizz-questions h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.quizz-questions .apps-description h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.quizz-questions p {
  font-size: 1.1rem;
  margin: 5px 0;
}

.quiz_options_container {
  display: block;
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--grey);
}

.quizz-questions .option {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 5px 0;
  margin-top: 5px;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  background-color: var(--main-color);
}

.quizz-questions .option:hover {
  background: var(--green);
}
.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer {
  margin-top: 100px;
}

footer .footer-wrap {
  text-align: center;
  padding: 20px;
  margin-bottom: 52px;
}

footer .footer-wrap .logo img {
  max-width: 120px;
}

.footer-wrap .social {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  gap: 0.6rem;
}

.footer-wrap .social .icons a {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.footer-wrap .social .icons i {
  color: var(--dark);
}

.footer-wrap .social .icons {
  cursor: pointer;
}

.terms {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.terms a {
  color: var(--white);
  padding: 0 8px;
}

.terms a:hover,
li.have-children ul li a:hover {
  color: var(--main-color);
}

.terms-page p {
  line-height: 25px;
}

.terms-page h4 {
  margin: 15px 0;
}

#button-error {
  color: gray;
  width: auto;
  padding: 5px 30px;
  border-radius: 30px;
}

@media (max-width: 320px) {
  .myApps .swiper-slide {
    margin: 4px;
  }
  .mySelection .app-description .stars div {
    font-size: 13px;
  }
  .mySelection .app-description {
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  html {
    height: 100%;
  }
  body {
    font-size: 0.9rem;
    overflow-x: hidden;
    height: 100%;
  }
  .main-container {
    min-height: 100%;
    position: relative;
  }
  .menu-static {
    flex: 20%;
  }
  main {
    flex: 100%;
  }
  .content {
    min-height: 80vh;
  }
  .content::after {
    display: none;
  }
  .opened .content:after {
    opacity: 0 !important;
  }
  .Slider .swiper-slide {
    height: 365px !important;
  }
  ul.sidebar-menu {
    overflow: hidden;
  }
  .swiper-slide .caption h2 {
    max-width: 100%;
  }
  .swiper-slide img {
    height: 370px;
  }
  .intro {
    text-align: center;
  }
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .myApps h3,
  .myRecipes h3,
  .myTips h3 {
    font-size: 16px;
  }
  .myApps .swiper-slide img {
    width: 153px !important;
    height: 148px;
  }
  .filters {
    justify-content: center;
  }
  .filters .myFilters .swiper-slide {
    max-width: 115px;
  }
  .myFilters .swiper-slide {
    margin-right: 18px !important;
  }
  .filters-mobile {
    display: none;
  }
  .filters-desktop {
    display: flex;
  }
  .myTips .swiper-slide,
  .screenshoots .myTips .swiper-slide {
    width: 100%;
  }
  .myTips .swiper-slide img {
    height: 210px;
  }
  /*.myRecipes .swiper-slide{margin:12px 2px}*/
  .myRecipes .swiper-slide img {
    height: 230px;
  }
  .myBooks .swiper-slide img {
    height: 215px;
  }
  .myRecipes .swiper-slide {
    max-width: 315px;
  }
  .myRecipes h3 {
    font-size: 15px;
    height: auto;
    -webkit-line-clamp: 1;
    margin: 15px 0 0;
    line-height: 22px;
    padding: 0 15px;
  }
  .myRecipes p {
    display: -webkit-box;
  }
  .myRecipes.myGames h3 {
    margin: 15px 0;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px !important;
  }
  .swiper-slide .caption p {
    max-width: 100%;
  }
  .myTips h3 {
    width: 100%;
  }
  article {
    margin: 0 20px;
    max-width: 1200px;
  }
  article img {
    height: 450px;
  }
  .articles-grid {
    justify-content: flex-start;
  }
  .articles-grid .articles-wrap {
    margin: 0px;
  }
  .quizz-grid .quizz-wrap,
  .videos-grid .videos-wrap {
    max-width: 345px;
  }
  .single-audio {
    flex-wrap: nowrap;
  }
  .single-audio .app-description {
    margin: 15px;
  }
  .flag-grid {
    justify-content: left;
  }
  .terms {
    margin-top: 10px;
  }
}

@media (min-width: 990px) {
  ul.sidebar-menu {
    position: fixed;
  }
  .menu-static {
    flex: 15%;
  }
  .swiper-slide img {
    height: 100%;
  }

  .myApps .swiper-pagination-bullets {
    display: none !important;
  }
  .quizz-grid .quizz-wrap,
  .videos-grid .videos-wrap {
    width: 285px;
    padding: 12px 12px 0;
  }
  .bottom-menu {
    display: none;
  }
  footer .footer-wrap {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .myRecipes .swiper-slide img {
    width: 100%;
    height: 220px;
  }
  .myBooks .swiper-slide img {
    height: 218px;
    width: 142px;
  }
  .close {
    display: none;
  }
  .header-mobile {
    display: none;
  }
  .main-container {
    display: flex;
  }
  ul.sidebar-menu {
    left: 0;
  }
  .intro .logo {
    display: block;
  }
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 790px;
  }
  .mySelection .app-selection {
    width: 45%;
  }

  .articles-grid .articles-wrap,
  .quizz-grid .quizz-wrap,
  .videos-grid .videos-wrap {
    max-width: 27%;
  }
}

@media only screen and (max-width: 1080px) {
  .container {
    max-width: 100%;
  }

  .articles-grid .articles-wrap,
  .quizz-grid .quizz-wrap,
  .videos-grid .videos-wrap {
    max-width: 46%;
  }
}

@media only screen and (max-width: 767px) {
  .articles-grid .articles-wrap,
  .quizz-grid .quizz-wrap,
  .videos-grid .videos-wrap {
    max-width: 43%;
  }
}

@media only screen and (max-width: 600px) {
  .mySelection .app-selection {
    width: 100%;
  }
  .articles-grid .articles-wrap,
  .quizz-grid .quizz-wrap,
  .videos-grid .videos-wrap {
    max-width: 41%;
  }
}

@media only screen and (max-width: 480px) {
  .articles-grid .articles-wrap,
  .quizz-grid .quizz-wrap,
  .videos-grid .videos-wrap {
    max-width: 100%;
  }
}
