@font-face {
  font-family: Peyda;
  font-weight: 300;
  src: url("../fonts/eot/peydaWeb-light.eot");
  src: url("../fonts/eot/peydaWeb-light.eot?#iefix") format("embedded-opentype"),
  url("../fonts/woff2/peydaWeb-light.woff2") format("woff2"),
  url("../fonts/woff/peydaWeb-light.woff") format("woff");
}
@font-face {
  font-family: Peyda;
  font-weight: 400;
  src: url("../fonts/eot/PeydaWeb-Medium.eot");
  src: url("../fonts/eot/PeydaWeb-Medium.eot") format("embedded-opentype"),
  url("../fonts/woff2/PeydaWeb-Medium.woff2") format("woff2"),
  url("../fonts/woff/PeydaWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: Peyda;
  font-weight: bold;
  src: url("../fonts/eot/PeydaWeb-Bold.eot");
  src: url("../fonts/eot/PeydaWeb-Bold.eot") format("embedded-opentype"),
  url("../fonts/woff2/PeydaWeb-Bold.woff2") format("woff2"),
  url("../fonts/woff/PeydaWeb-Bold.woff") format("woff");
}
@keyframes animate {
  0% {
    transform: translateX(40%);
  }

  100% {
    transform: translateX(-40%);
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Peyda";
}

ol,
ul {
  list-style: none;
  font-family: "Peyda";
}

button {
  font-family: "Peyda";
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #ff3246;
  --secondary-color: #e9213d;
  --text-color: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #0e1015;
  color: var(--text-color);
}

a {
  text-decoration: none;
  color: var(--text-color);
}

h1 {
  font-weight: 900 !important;
}

h2 {
  font-weight: 800 !important;
}

h3 {
  font-weight: 700 !important;
}

h4 {
  font-weight: 600 !important;
}

h5 {
  font-weight: 500 !important;
}

p {
  font-weight: 400 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  align-items: center;
}

.container {
  z-index: 2;
}

.btn:after,
.btn-2:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  background-size: cover;
}
.btn:after {
  background-image: url("../images/svgs/windows.svg");
}
.btn-2:after {
  background-image: url("../images/svgs/mobile.svg");
}

.btn:hover,
.nav__link:hover,
.free-test__link:hover {
  background-color: transparent;
  border-radius: 0;
}

.btn-2 {
  font-size: 1.4rem;
  background-color: transparent;
  border: 0.1rem solid var(--primary-color);
  padding: 1rem !important;
  border-radius: 0.5rem;
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
}

.btn-2:before {
  background-image: url("../images/svgs/mobile.svg");
  width: 3rem;
  height: 3rem;
  margin-right: 0.7rem;
}

.btn-2:hover {
  background-color: var(--primary-color);
  border-radius: 0;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.header.scrolled {
  background-color: rgba(
          15,
          15,
          15,
          0.7
  ); /* Adjust the opacity (0.7) and color as needed */
}

.nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__logo {
  -webkit-box-shadow: 0 0 1rem rgba(255, 55, 70, 0.4);
  box-shadow: 0 0 1rem rgba(255, 55, 70, 0.4);
  border-radius: 100%;
}

.nav__logo-img {
  width: 6rem;
  height: 6rem;
}

.nav-items {
  font-size: 2rem;
  height: 8rem;
  gap: 5rem;
}

.nav-items__item,
.menu__item {
  font-size: rem;
  font-weight: bold;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0;
  text-transform: uppercase;
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
  cursor: pointer;
}

.nav-items__item {
  font-size: 1.8rem;
}

.nav-items__item--active:after,
.menu__item--active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 0.4rem;
  margin: 0 auto;
  background-color: #ff4655;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.nav-items__item:hover,
.menu__item:hover {
  color: var(--secondary-color);
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -20rem;
  padding: 4.5rem;
  background-color: rgba(15, 15, 15, 90%);
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
}

.menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 3rem;
}

.menu__item {
  padding: 0;
}

.menu__item--active:after {
  width: 1rem;
  height: 1rem;
  bottom: auto;
  right: -3rem;
  left: auto;
  border-radius: 100%;
}

.nav__toggle-icon {
  text-align: justify !important;
  display: none;
  width: 5rem;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.nav__toggle-icon--open .nav__toggle-line {
  background-color: transparent;
}

.nav__toggle-line {
  position: relative;
}

.nav__toggle-line,
.nav__toggle-line:before,
.nav__toggle-line:after {
  content: "";
  width: 4.5rem;
  height: 0.4rem;
  background-color: var(--primary-color);
  border-radius: 2rem;
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
  cursor: pointer;
}

.nav__toggle-line:before {
  position: absolute;
  top: 1.2rem;
}

.nav__toggle-icon--open .nav__toggle-line::before {
  -webkit-transform: translateY(-1.2rem) rotate(45deg);
  -ms-transform: translateY(-1.2rem) rotate(45deg);
  transform: translateY(-1.2rem) rotate(45deg);
}

.nav__toggle-line:after {
  position: absolute;
  bottom: 1.2rem;
}

.nav__toggle-icon--open .nav__toggle-line::after {
  -webkit-transform: translateY(1.2rem) rotate(-45deg);
  -ms-transform: translateY(1.2rem) rotate(-45deg);
  transform: translateY(1.2rem) rotate(-45deg);
}

.main {
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.nav__link,
.btn,
.free-test__link {
  font-size: 1.4rem;
  background-color: var(--primary-color);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--primary-color);
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
}

.home {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background-image: url("../images/home-bg.png");
  background-size: cover;
  margin-top: 8rem;
}

.home-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 5rem;
  margin-bottom: 5rem;
}

.home__title {
  font-size: 4.5rem;
  max-width: 100%;
  text-align: center;
}

.home__span {
  font-size: xxx-large;
}
.footer__title {
  font-size: 4.5rem;
  max-width: 100%;
  text-align: left;
}

.home__span,
.footer__title {
  color: var(--secondary-color);
}

.home__icon {
  width: 2.3rem;
  height: 2.3rem;
}

.home__link {
  margin-top: 2rem;
  padding: 1.8rem;
}

.home__img-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.home__img {
  width: 100%;
  height: 35rem;
}

.aboutus,
.free-test {
  margin-top: 15rem;
}

.aboutus__items {
  padding: 0 5rem;
}

.aboutus__title,
.pricing__title,
.free-test__title {
  color: var(--primary-color);
  font-size: 3rem;
  margin-bottom: 4rem;
}

.aboutus__description {
  font-size: 1.8rem;
  line-height: 2;
}

.aboutus__span {
  font-size: 1.9rem;
  color: var(--secondary-color);
}

.free-test__right {
  padding-right: 5rem;
}

.free-test__title {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
}

.free-test__title span {
  font-size: 2.7rem;
  color: #fff;
}

.free-test__description {
  line-height: 2.3;
  margin-bottom: 3rem;
}

.pricing,
.footer {
  margin-top: 15rem;
  padding: 5rem 0;
  background-color: #07090e;
}

.free-test__left {
  height: 52rem;
}

.free-test__list-wrapper {
  clip-path: circle(25rem at center);
  height: 100%;
  background: linear-gradient(
          120deg,
          rgba(0, 0, 0, 0.1) 10%,
          rgba(180, 20, 20, 1) 100%,
          rgba(255, 0, 0, 0.5) 0%
  );
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  /*border: .1rem solid var(--secondary-color);*/
}

.game-list {
  margin: 1.5rem;
  gap: 2rem;
}

.game-list:nth-child(odd) {
  animation: animate 15s linear infinite alternate-reverse;
}

.game-list:nth-child(even) {
  animation: animate 15s linear infinite alternate;
}

.game-list__item {
  width: 19.5rem;
  justify-content: center;
  /*background-color: rgba(15, 20, 25, 1);*/
  background-color: #07090e;
  border-radius: 1rem;
  gap: 1.5rem;
}

.game-list__item-img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}

.game-list__content-wrapper {
  direction: ltr;
  padding: 1.6rem 0;
}

.game-list__item-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.game-list__item-ping {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--primary-color);
  color: #32ffeb;
}

.pricing__head {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 8rem;
}

.pricing__title {
  font-size: 5rem;
  margin-bottom: 2rem;
}

.pricing__caption {
  font-size: 2.5rem;
}

.package {
  height: 37rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 1rem rgb(140, 0, 0);
  box-shadow: 0 0 1rem rgb(140, 0, 0);
  border-radius: 1.5rem;
}

.package__head {
  width: 100%;
  position: relative;
  padding: 2rem 3rem;
}

.package__head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: 0;
  background-color: rgb(140, 0, 0);
}

.package__type {
  font-size: 2.6rem;
  color: rgba(255, 255, 255, 0.8);
}

.package__body {
  width: 100%;
  padding: 0 5rem;
}

.package__options {
}

.package__price {
  font-size: 2.5rem;
  position: relative;
  text-shadow: 0 0 1rem rgb(255 155 155);
  color: rgba(255, 255, 255, 0.8);
  margin: 1.5rem 0;
}

.package__price:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.package__renewal-alert {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.package__bottom {
  width: 100%;
  position: relative;
  padding: 3rem;
}

.package__bottom:before {
  top: 0;
}

.package__link {
  width: 100%;
  font-size: 1.5rem;
  line-height: 5rem;
  background-color: var(--secondary-color);
  border-radius: 0.5rem;
  border: 0.1rem solid var(--primary-color);
  text-align: center;
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
}

.package__link:hover {
  background-color: transparent;
}

.download {
  text-align: center;
  padding: 8rem 0;
}

.download__title {
  font-size: 3.5rem;
  max-width: 50rem;
  margin: 0 auto;
  color: #a6a6a8;
}

.download__link-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 2rem;
}

.download__link {
  padding: 1.5rem 7rem;
}

.footer {
  margin-top: 10rem;
  padding-bottom: 0;
}

.footer__wrapper {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem 0 2rem 0;
}

.footer__wrapper:before {
  content: "";
  position: absolute;
  top: 2rem;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.follow__title {
  font-size: 3.5rem;
  margin-bottom: 2.7rem;
  margin-top: 2rem;
}

.footer-apps {
  margin-top: 3rem;
}

.footer-apps__link-wrapper {
  gap: 2rem;
}

.footer-apps__link {
}

.footer-apps__icon,
.socials__icon {
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
}

.footer-apps__icon:hover,
.socials__icon:hover {
  fill: var(--secondary-color);
}

.follow {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__copyright,
.footer__options {
}

.footer__options {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%;
}

.footer__link,
.page__lang {
  -webkit-transition: 120ms ease-in;
  -o-transition: 120ms ease-in;
  transition: 120ms ease-in;
}

.page-lang {
  gap: 2rem;
}

.page__lang:hover,
.footer__link:hover {
  color: var(--secondary-color);
}

.socials {
}

.socials__item {
}

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__icon {
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-1 {
  width: 8.333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-2 {
  width: 16.666666%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-4 {
  width: 33.333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-5 {
  width: 41.666666%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-6 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-7 {
  width: 58.333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-8 {
  width: 66.666666%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-9 {
  width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-10 {
  width: 83.333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-11 {
  width: 91.666666%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-12 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dns-title {
  font-size: 20px;
}
.dns-title span {
  color: var(--primary-color);
}
.dns-txt {
  opacity: 0.5;
  font-size: 13px;
}
.copeyd-txt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
}
.copeyd-txt span {
  color: var(--primary-color);
}
.copeyd-txt p {
  cursor: pointer;
}
#message {
  height: 20px;
  width: 100%;
  opacity: 0.5;
  font-size: 12px;
  transition: opacity ease 0.3s;
  margin-top: 3px;
}
.free-test {
  position: relative;
}
.logo-free {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -29px;
  left: 33%;
  background-color: #07090e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-free img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }

  .col-sm-1 {
    width: 8.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-2 {
    width: 16.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-4 {
    width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-5 {
    width: 41.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-7 {
    width: 58.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-8 {
    width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-10 {
    width: 83.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-11 {
    width: 91.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }

  .col-md-1 {
    width: 8.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-2 {
    width: 16.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-4 {
    width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-5 {
    width: 41.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-7 {
    width: 58.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-8 {
    width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-10 {
    width: 83.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-11 {
    width: 91.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }

  .col-lg-1 {
    width: 8.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-2 {
    width: 16.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-4 {
    width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-5 {
    width: 41.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-7 {
    width: 58.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-8 {
    width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-10 {
    width: 83.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-11 {
    width: 91.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }

  .col-xl-1 {
    width: 8.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-2 {
    width: 16.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-4 {
    width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-5 {
    width: 41.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-7 {
    width: 58.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-8 {
    width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-10 {
    width: 83.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-11 {
    width: 91.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1250px;
  }

  .col-xxl-1 {
    width: 8.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-2 {
    width: 16.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-4 {
    width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-5 {
    width: 41.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-7 {
    width: 58.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-8 {
    width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-10 {
    width: 83.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-11 {
    width: 91.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xxl-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-items {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 4rem;
    gap: 5rem;
  }

  .nav__link {
    white-space: nowrap;
  }
  .footer__options {
    width: auto;
    gap: 5rem;
  }
}

@media only screen and (max-width: 992px) {
  .nav-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: 5rem;
    gap: 3rem;
  }

  .home {
    background-position: center;
  }

  .home-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .home__span {
    text-shadow: 0.6rem 0.3rem rgba(0, 0, 0, 1);
    font-weight: 700;
  }

  .free-test__left {
    margin-top: 13rem;
  }

  .footer-apps__link-wrapper {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  *,
  *:before,
  *:after {
    cursor: default;
  }

  .nav {
    margin: 2rem 0;
  }

  .nav__logo-img {
    width: 7rem;
    height: 7rem;
  }

  /*.nav__link {*/
  /*  display: none;*/
  /*}*/
  @media screen and (max-width: 768px) {
    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .nav__toggle-icon {
      order: 2;
      margin-left: 10px;
    }

    .nav__link.sign-btn {
      order: 1;
      margin-right: 30%;
    }

    .mobile-menu {
      order: 3;
    }

    .nav__toggle-icon {
      display: flex;
      align-items: center;
    }
  }
  @media screen and (max-width: 768px) {
    .nav__link.sign-btn {
      font-size: 14px;
      padding: 8px 12px;
      width: auto;
      height: 40px;
      line-height: normal;
    }
  }

  .nav-items {
    display: none;
  }

  .nav__toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-menu--open {
    right: 0;
  }

  .main {
    margin-top: 11rem;
  }

  .aboutus__items {
    padding: 0;
  }

  .free-test__right {
    padding-right: 0;
  }

  .footer__options {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  .home {
    background-image: url("../images/bg-5.jpg");
  }

  .home-left {
    margin-bottom: 12rem;
  }

  .home__title {
    font-size: 3.5rem;
  }

  .free-test__title {
    font-size: 2rem;
  }

  .free-test__title span {
    font-size: 2.2rem;
  }

  .free-test__left {
    height: 42rem;
    margin-top: 13rem;
  }

  .free-test__list-wrapper {
    clip-path: circle(21rem at center);
  }

  .game-list {
    margin: 1rem;
  }

  .game-list__item {
    width: 15rem;
  }

  .game-list__item-title {
    font-size: 1.2rem;
  }

  .game-list__item-ping {
    font-size: 1.2rem;
  }

  .game-list__item-img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .package__link {
    width: 100%;
  }

  .download__title {
    font-size: 2.5rem;
    max-width: 35rem;
  }

  .download__link {
    padding: 2rem 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 450px) {
  .home__title {
    font-size: 2.8rem;
  }
  .footer__title,
  .container {
    text-align: center;
  }

  .footer__wrapper {
    justify-content: center;
  }
  .copeyd-txt {
    width: 100%;
    justify-content: center;
  }
  .home__span {
    margin: 1rem 0;
    font-size: 4.5rem;
  }

  .home__link {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aboutus__title {
    font-size: 2.5rem;
  }

  .aboutus__description {
    font-size: 1.6rem;
  }

  .pricing__title {
    font-size: 4rem;
  }

  .pricing__caption {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 300px) {
  .home__link:before {
    display: none;
  }
}
