* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

:root {
  --blue: #2776dc;
  --white: #fff;
  --dark: #1a1b1d;
  --light: #fdfdfd;
  --grey: #797979;
  --green: #0e9a49;
}

a {
  color: var(--dark);
}

body {
  font-size: 1rem;
  color: var(--dark);
  background-color: var(--light);
  font-family: Roboto, sans-serif;
  position: relative;
  overflow-x: hidden;
}

.menu-icon {
  transform: scale(var(--ggs, 1));
}

.menu-icon,
.menu-icon::after,
.menu-icon::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  color: var(--white);
}

.menu-icon::after,
.menu-icon::before {
  content: "";
  position: absolute;
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.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: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
  right: -8px;
}

.go::after,
.go::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.go::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 6px;
}

.go::before {
  width: 10px;
  height: 2px;
  bottom: 8px;
  background: currentColor;
}

.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;
}

.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;
}

.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: 2px;
  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;
}

.close {
  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::after,
.close::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px;
}

.close::after {
  transform: rotate(-45deg);
}

header {
  margin: 0 auto;
  background: var(--dark);
}

.toggle,
[id^="drop"] {
  display: none;
}

nav {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 999;
}

#logo {
  display: block;
  padding: 0 6px;
  float: left;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

#logo img {
  max-width: 105px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  list-style: none;
  position: absolute;
  z-index: 99;
  display: unset;
  align-items: center;
  background: var(--dark);
  left: -2450px;
  transition: all 0.5s;
  padding: 0 0 20px;
  width: 100%;
}

nav ul li {
  margin: 0;
  display: block;
  float: left;
}

nav a {
  display: block;
  padding: 18px 13px;
  color: var(--white);
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
}

nav a.login {
  padding: 0;
}

nav a.login:hover button {
  color: var(--blue);
}

nav ul li ul li:hover {
  color: var(--purple);
}

nav a:hover,
nav label:hover {
  color: var(--blue);
}

nav ul ul {
  display: none;
  position: absolute;
  top: 52px;
  border-radius: 0.5rem;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  transition: all 0.5s;
}

nav a:hover>ul,
nav ul li:hover>ul {
  display: inherit;
  background-color: var(--dark);
}

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li a {
  padding: 10px 20px;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li>a:only-child:after {
  content: "";
}

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav {
  margin: 0;
}

.toggle {
  display: block;
  padding: 14px 20px;
  color: var(--white);
  font-size: 17px;
  text-decoration: none;
  border: none;
}

.toggle-icon {
  position: absolute;
  top: 12px;
  left: 0;
}

[id^="drop"]:checked+ul {
  display: unset;
  text-align: center;
  left: 0;
}

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
nav ul ul a {
  padding: 0 40px;
}

nav ul ul ul a {
  padding: 0 80px;
}

nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
  padding: 14px 20px;
  color: #fff;
  font-size: 17px;
}

nav ul li ul li .toggle,
nav ul ul a {
  background-color: #eee;
}

nav ul ul {
  float: none;
  position: static;
  color: #fff;
}

nav ul li:hover>ul,
nav ul ul li:hover>ul {
  display: none;
}

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li {
  position: static;
}

@media all and (max-width: 330px) {
  nav ul li {
    display: block;
    width: 94%;
  }
}

h2 {
  margin: 40px auto 10px;
  text-transform: uppercase;
  color: var(--dark);
}

p {
  line-height: 24px;
}

.title-section-home {
  text-align: center;
  margin-bottom: 20px;
}

.title-section-home p {
  color: #797979;
}

.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: 99;
  content: "";
  background: rgba(158, 139, 166, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.login-popup {
  position: fixed;
  margin: auto;
  background: var(--white);
  width: 90%;
  max-width: 395px;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  border-radius: 10px;
}

.login-popup h3 {
  font-size: 1.5rem;
  margin-top: 20px;
}

.login-popup .logo img {
  max-width: 120px;
  margin: 15px auto;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  font-family: Roboto, sans-serif;
}

.tab button:hover {
  border-bottom: 2px solid var(--purple);
}

.tab button.active {
  border-bottom: 2px solid var(--purple);
}

.tabcontent {
  padding: 6px 20px;
  border-top: none;
}

#Sign-up {
  display: block;
}

.remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forgot {
  color: #797979;
}

.login-popup input {
  display: block;
  margin: 20px auto 10px;
  border-radius: 5px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  outline: 0;
  border: 1px solid #4b4b4f;
}

.login-popup input[type="checkbox"] {
  display: none;
}

.login-popup .login-check {
  background: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}

.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: 16px;
}

.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;
}

.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: currentColor;
  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: 180px;
  height: 50px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.btn-login {
  cursor: pointer;
  background: var(--yellow);
  padding: 12px;
  font-weight: 500;
}

.btn-login svg {
  max-width: 20px;
  height: 16px;
  top: 2px;
  position: relative;
}

.color-btn {
  background: var(--blue);
  font-size: 18px;
  margin: 20px auto;
  cursor: pointer;
  display: block;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-btn i {
  color: var(--white);
  transform: rotate(180deg);
  top: -1px;
}

.blue {
  background-color: var(--main-color);
}

.yellow {
  background-color: var(--yellow);
}

.purple {
  background-color: var(--purple);
}

.green {
  background-color: var(--green);
}

.red {
  background-color: var(--red);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}

ul.sidebar-menu .logo {
  width: 100%;
  padding: 20px 25px 0;
}

ul.sidebar-menu .icon {
  width: 40px;
  margin-right: 10px;
}

.lang {
  padding: 5px 33px;
}

.lang img {
  margin-right: 10px;
}

.lang-select {
  background-color: #fff;
  font-size: 1em;
  color: #707070;
  border-radius: 5px;
  border: none;
  outline: 0;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
  padding: 5px;
}

.header-mobile {
  max-width: 990px;
  margin: 0 auto;
}

.header-mobile .logo img,
ul.sidebar-menu .logo img {
  max-width: 120px;
}

.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(0, 0, 0, 0.1);
  z-index: 999;
  background: var(--light);
}

.sidebar-menu li a span {
  margin: 0 auto;
  color: #fff;
}

.sidebar-menu .menu-play a span {
  color: var(--main-color);
}

.sidebar-menu .menu-learn a span {
  color: var(--yellow);
}

.sidebar-menu .menu-enjoy a span {
  color: var(--purple);
}

.sidebar-menu .menu-fit a span {
  color: var(--green);
}

.sidebar-menu .menu-adult a span {
  color: var(--red);
}

.sidebar-menu li a {
  background-color: var(--light);
  padding: 18px 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--dark);
  position: relative;
  font-size: 1.1em;
}

.sidebar-menu li a:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 30px;
  top: 24px;
  transition: all 0.5s ease;
}

.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 {
  color: var(--light);
  background: #232428;
}

li.have-children ul li a:hover {
  color: var(--blue);
}

li,
li.have-children {
  position: relative;
}

.sidebar-menu .have-children>ul {
  display: none;
}

.sidebar-menu .have-children:last-child>ul {
  margin-bottom: 50px;
}

.container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.content::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  margin: 10px 0;
}

.Slider .swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--light) !important;
}

.Slider .swiper-slide {
  text-align: center;
  font-size: 25px;
  background: #fff;
  margin: 0;
  height: 750px;
}

.Slider .swiper-slide h1 {
  text-transform: uppercase;
}

.Slider .swiper-slide.swiper-slide-active h1 {
  -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.Slider .swiper-slide.swiper-slide-active p {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.Slider .swiper-slide.swiper-slide-active .color-btn {
  -webkit-animation: puff-in-top 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: puff-in-top 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

.Slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 750px;
  object-fit: cover;
  filter: brightness(50%);
}

.Slider .swiper-slide.swiper-slide-active img {
  -webkit-animation: kenburns-top 25s ease-out both;
  animation: kenburns-top 35s ease-out both;
}

.swiper-slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
  color: var(--white);
  z-index: 9;
}

.swiper-pagination-bullet-active {
  background: var(--light) !important;
}

.swiper-pagination-bullet {
  background: #eee !important;
}

.hidden-mobile {
  display: none;
}

.hidden-desktop {
  display: block;
}

.app-section,
.audios,
.audios .mySelection .selection-wrap,
.games-section,
.myApps,
.myReviews,
.myTips,
.single-article-wrap,
.video-section,
.grid-gallery {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 10px;
}

.apps-grid-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.apps-grid-single {
  max-width: 320px;
  margin: 10px 5px;
}

.apps-grid-single img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.apps-grid-text {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
  padding: 20px;
  height: 135px;
  border-radius: 8px;
  margin-top: -8px;
  background: var(--white);
}

.apps-grid-text h3 {
  margin-bottom: 12px;
  font-weight: 500;
}

.apps-grid-text p {
  color: var(--grey);
}

.reviews-section {
  background: var(--white);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
  padding: 20px 20px 52px;
  margin: 30px auto;
  background-image: url(../images/background.jpg);
  position: relative;
  background-size: cover;
}

.reviews-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.myReviews {
  text-align: center;
}

.reviews-section h2,
.reviews-section p {
  color: var(--white);
  position: relative;
  z-index: 9;
}

.myReviews img,
.myTips img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.myReviews h3,
.myTips h3 {
  color: var(--white);
  font-weight: 500;
  margin: 32px auto 10px;
}

.myReviews p,
.myTips p {
  color: #d0d0d0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.myReviews .swiper-button-next,
.myReviews .swiper-button-prev,
.myTips .swiper-button-next,
.myTips .swiper-button-prev {
  top: 30% !important;
}

.myReviews .text {
  position: relative;
}

.myReviews .more {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-radius: 50%;
  width: 46px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  font-weight: 700;
  background: var(--green);
  top: -60px;
  color: var(--light);
  font-size: 25px;
}

.color-btn:hover,
.myReviews .more:hover {
  filter: brightness(1.2);
}

.myReviews.myTips h3,
.myTips h3 {
  margin: 20px auto;
}

.divide {
  height: 1px;
  background: #eaeaea;
  width: 100%;
  margin-top: 28px;
}

.myApps img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}

.header-page {
  background-image: url(../images/cover.jpg);
  height: 135px;
  padding: 70px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 30px;
}

#header-page-contact {
  height: auto;
}

.header-page h2 {
  color: var(--white);
  position: relative;
  z-index: 9;
  margin: 0;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb,
.breadcrumb li a {
  list-style: none;
  color: var(--white);
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}

.header-page:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.articles-grid-single {
  margin: 28px auto 0;
}

.articles-grid-single img {
  height: 170px;
  object-fit: cover;
  width: 90%;
  display: block;
  margin: 0 auto 20px;
}

.articles-grid-text {
  padding: 0 20px;
}

.articles-grid-text .color-btn {
  margin: 20px 0;
}

.articles-grid-text p {
  margin-top: 15px;
}

.single-article-wrap {
  align-items: flex-start;
  gap: 25px;
}

.single-article-wrap h2,
.single-article-wrap h3 {
  text-transform: uppercase;
  margin: 10px auto;
}

.single-article-wrap h3 {
  border-left: 4px solid var(--blue);
  padding: 2px 0 2px 20px;
}

.single-article-wrap article {
  flex: 2;
  padding: 0 20px;
}

.single-article-wrap .sidebar {
  flex: 1;
  margin: 20px;
}

.sidebar-single-article a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.sidebar-single-article img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin: 20px 0;
}

.sidebar-single-article p {
  margin: 0 10px;
}

.sidebar-articles .divide {
  margin-top: 0;
}

.single-article-wrap article p {
  line-height: 25px;
}

.single-article-wrap article {
  border-right: 1px solid #eaeaea;
  margin-bottom: 30px;
}

.single-article-wrap article img {
  max-width: 850px;
  height: 400px;
  object-fit: cover;
  margin: 10px auto 20px;
  width: 100%;
}

.video-grid-wrap video {
  width: 100%;
  height: 100%;
}

.video-grid-wrap .apps-grid-text {
  background: 0 0;
  box-shadow: none;
  height: auto;
}

video {
  width: 100%;
  height: 100%;
  margin: 20px 0 10px;
}

.video-section .app-description {
  margin: 10px 0;
}

.more-like-this h3,
.screenshoots h3 {
  margin-top: 30px;
}

.back {
  display: flex;
  align-items: center;
}

.video-section .myTips .swiper-button-next,
.video-section .myTips .swiper-button-prev {
  top: 42% !important;
}

.single-app {
  display: flex;
  align-items: center;
  margin: 20px auto;
  flex-wrap: wrap;
}

.single-app .color-btn,
.single-app h3 {
  margin: 20px 0 5px;
}

.single-app img {
  margin-right: 20px;
}

.contact-section .form-control {
  font-family: Roboto, sans-serif;
  background: #fbfbfb;
  outline: 0;
  display: block;
  width: 90%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  height: 30px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  margin: 15px auto;
  color: #6d6d6d;
}

.contact-form {
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}

.contact-section .title-section-home p {
  margin-bottom: 30px;
}

.contact-section textarea.form-control {
  height: auto;
}

.alert-danger {
  color: #986f68;
  background-color: #fdedea;
  border-color: #e6ceca;
}


.alert {
  color: white;
}


.header-page.login {
  height: 53vh;
  margin-bottom: -40px;
}

.login-section {
  position: relative;
}

.mySelection .selection-wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 8px;
  flex-wrap: wrap;
}

.mySelection .app-selection a {
  display: flex;
}

.mySelection .app-description h3 {
  font-size: 14px;
  color: var(--dark);
  font-weight: 400;
  line-height: 18px;
}

.more-like-this .mySelection .app-description h3 {
  margin-top: 0;
}

.audios .mySelection .app-description {
  margin: auto 20px;
  max-width: 298px;
  display: block;
}

.more-like-this .audios,
.more-like-this .audios .mySelection .selection-wrap {
  padding: 0;
}

.mySelection .app-selection img {
  max-width: 82px;
  object-fit: cover;
  margin: 10px auto;
}

.audios .btn {
  height: 40px;
  margin: 15px 0;
}

audio {
  margin: 20px 0;
}

footer {
  color: var(--light);
}

footer .logo {
  background: var(--dark);
  margin-top: 40px;
  padding: 40px;
  text-align: center;
}

footer .logo img {
  max-width: 120px;
}

footer .logo p {
  font-size: 14px;
  line-height: 20px;
  max-width: 1200px;
  margin: 20px auto 0;
}

footer .disclaimer {
  background: #232428;
  padding: 20px;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -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 auto;
}

.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%;
}

.links ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  justify-content: end;
}

.links ul li {
  display: inline;
  margin: 0 20px;
}

.links ul li a {
  color: var(--white);
  font-size: 14px;
}

.links ul li a:hover {
  color: var(--blue);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

.messenger-float {
  position: fixed;
  bottom: 100px;
  /* Adjust this if used with the WhatsApp icon */
  right: 20px;
  z-index: 1000;
}

.messenger-float img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out;
}

.messenger-float img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .whatsapp-float {
    bottom: 50px;
    right: 10px;
  }

  .messenger-float {
    position: fixed;
    bottom: 120px;
    right: 10px;
  }

  .whatsapp-float img {
    width: 50px;
    height: 50px;
  }

  .messenger-float img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 320px) {
  .myApps img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  li.have-children ul li a {
    background: var(--dark);
  }

  .hidden-mobile {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .Slider .swiper-slide img {
    height: 900px;
  }

  .Slider .swiper-slide {
    height: 900px;
  }

  .Slider .swiper-pagination-bullet {
    display: none;
  }

  .articles-grid-single {
    display: flex;
  }

  .single-article-wrap {
    display: flex;
  }

  .articles-grid-single img {
    width: 170px;
    margin: 0;
  }

  .single-article-wrap .sidebar {
    margin: 0;
  }

  .video-section h3 {
    color: var(--dark);
  }

  .mySelection .selection-wrap {
    flex-wrap: wrap;
  }

  .mySelection .app-selection {
    margin-bottom: 10px;
    max-width: 320px;
  }

  .mySelection .app-selection img {
    width: 82px;
    height: 82px;
  }

  footer .disclaimer {
    display: flex;
  }

  .links ul {
    margin: 0;
  }
}

@media (min-width: 815px) {
  #logo {
    display: block;
    padding: 0 30px;
    width: fit-content;
    margin: 0 auto;
  }
}

@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }

  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }

  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  @-webkit-keyframes puff-in-top {
    0% {
      -webkit-transform: scale(2);
      transform: scale(2);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-filter: blur(4px);
      filter: blur(4px);
      opacity: 0;
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-filter: blur(0);
      filter: blur(0);
      opacity: 1;
    }
  }

  @keyframes puff-in-top {
    0% {
      -webkit-transform: scale(2);
      transform: scale(2);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-filter: blur(4px);
      filter: blur(4px);
      opacity: 0;
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-filter: blur(0);
      filter: blur(0);
      opacity: 1;
    }
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 999;
  display: block;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 70%;
  height: max-content;
  background: #fff;
  color: #000;
  padding: 60px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  text-align: center;
}

.modal_header {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal_header svg {
  cursor: pointer;
}

.modal_content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.modal_content h3 {
  font-size: 20px;
  color: #232323;
  margin-bottom: 45px;
}

.modalBtn {
  background: #00e94f;
  padding: 21px 76px 22px 76px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 30px auto;
}

.unSubPage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
  background: var(--dark);
  color: #fff;
  border-radius: 10px;
}

.unSubPage .color-btn {
  margin: 10px auto;
}

.unSubPage .color-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.terms {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}

.form-check {
  margin: 20px auto;
}

#input-div {
  display: flex;
  justify-content: center;
}

#input-div>input {
  border: 1px solid #808080;
  border-radius: 0 5px 5px 0;
  padding-left: 20px;
}

#input-div>p {
  padding: 5px;
  font-weight: bold;
  background-color: rgb(236, 236, 236);
  border: 1px solid #808080;
  border-radius: 5px 0 0 5px;
  color: var(--dark);
}