* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 1;

  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #0a1329;
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  .lock & {
    overflow: hidden;
    touch-action: none;
  }
}

.sections__wrap {
  position: relative;
}

.sections__bg {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;

  > main {
    flex: 1 1 auto;
  }
  > * {
    min-width: 0;
  }
}

._container {
  max-width: 1170px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
}

/* HEADER */

.header {
  padding: 30px 0px;
}

.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: space-between;
  text-align: center;
}

.header__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: 1.2;
}

.header__subtitle {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
}
.menu {
  padding: 30px;
  border-radius: 20px;
}


.menu__list {
  display: flex;
  gap: 50px;
}
.menu__link {
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
  letter-spacing: 0.7px;
  position: relative;
}

.menu__link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.menu__link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media (any-hover: hover) {
  .menu__link:hover {
    color: #2499e4;
  }
}
/* 
._yellow {
  color: yellow;
} */

/* PAGE HERO SECTION */

.page__hero {
  padding: 120px 0;
  /* position: relative; */
}

.hero__bg {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.hero__bg-contur {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 992px) {
  .hero__bg-contur {
    display: none;
  }
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.hero__left {
  position: absolute;
  top: 180px;
  font-family: sans-serif;
  left: -140px;

  font-weight: 700;
  text-transform: uppercase;
  font-size: 120px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  z-index: -1;
}

.hero__right {
  position: absolute;
  top: 110px;
  font-family: sans-serif;
  left: 1000px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  z-index: -1;
}

.hero__bottom {
  position: absolute;
  top: 500px;
  font-family: sans-serif;
  left: 1180px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  -webkit-text-fill-color: transparent;
  z-index: -1;
}

.hero__body {
  display: flex;
  justify-content: space-between;
}

.hero__description {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.hero__title {
  font-size: 40px;
  line-height: 136%;
  font-weight: 700;
}

.hero__blue {
  color: #2499e4;
}

.hero__subtitle {
  font-size: 25px;
  padding: 20px 0;
  font-weight: 500;
}

.hero__button {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  padding: 25px 40px;
  color: #fff;
  background-color: #5cbafb;
  background-image: linear-gradient(-93deg, #03b8ff 0%, #03b8ff 1%, #0278ff 99%, #0278ff 100%);
  box-shadow: 0 0 45px 2px rgba(36, 153, 228, 0.4);
  border-radius: 40px;
  font-weight: 700;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

@media (any-hover: hover) {
  .hero__button:hover {
    scale: 1.1;
  }
}

.hero__image {
  transform: rotate(-11deg);
  position: relative;
  left: 0;
  top: 0;
}

.hero__image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #0079c7;
  opacity: 0.35;
  filter: blur(150px);
  transform: rotate(-6.2deg);
}

.frame__main {
  max-width: 480px;
}

.hero__frame {
  position: relative;
}

.frame__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  margin: 2% 6% 3% 3%;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 25px;
  z-index: 9999;
  transition: background 0.3s ease;
}

@media (any-hover: hover) {
  .frame__inner:hover {
    background-size: 110% 110%;
  }
}

.servers {
  margin-top: 100px;
}

.servers__title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.servers__body {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.servers__item {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  position: relative;
  background-color: #101a34;
  border-radius: 20px;
}

.servers__number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 59px;
  height: 59px;
  font-weight: 600;
  font-size: 25px;
  background-image: linear-gradient(-93deg, #03b8ff 0%, #03b8ff 1%, #0278ff 99%, #0278ff 100%);
  border-radius: 50%;
}

.servers__number::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 59px;
  height: 59px;
  background-image: linear-gradient(-93deg, #03b8ff 0%, #03b8ff 1%, #0278ff 99%, #0278ff 100%);
  filter: blur(45px);
}

.servers__text {
  margin-left: 20px;
}

.servers__bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: -10px;
  right: 0;
  transform: rotate(-11deg);
  width: 25px;
  height: 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f90;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .hero__body {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero__left,
  .hero__right,
  .hero__bottom {
    display: none;
  }
  .page__hero {
    padding: 50px 0;
  }
  .hero__image {
    margin-top: 70px;
  }
  .hero__description {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hero__title {
    text-align: center;
  }
  .servers__body {
    align-items: center;
    justify-content: center;
  }
  .servers__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 26px;
  }
  .hero__subtitle {
    font-size: 16px;
  }
  .hero__button {
    padding: 20px 30px;
    font-size: 20px;
  }
  .servers__title {
    text-align: center;
  }
  .header__title {
    font-size: 20px;
  }

  .header__subtitle {
    font-size: 8px;
  }
  .menu__link {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .frame__main {
    max-width: 100%;
  }

  .header__body {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .menu {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
  }
  .menu__list {
    gap: 0;
    align-items: center;
    justify-content: space-around;
  }
}
@media (max-width: 380px) {
  .hero__title {
    font-size: 22px;
  }
  .hero__subtitle {
    font-size: 14px;
  }
  .menu__list {
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
}

/* MAP SECTION */

.page__map {
  position: relative;
}

.map__left-text {
  position: absolute;
  top: 650px;
  font-family: sans-serif;
  left: 0px;

  font-weight: 700;
  text-transform: uppercase;
  font-size: 120px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.map__heading {
  position: relative;
}

.map__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}

.map__subtitle {
  top: -30px;
  font-family: sans-serif;
  left: 430px;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 100px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.map__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 0;
}

.map__image {
  max-width: 600px;
  border-radius: 20px;
  margin-bottom: 3vh;
}

.map__text {
  display: flex;
  line-height: 150%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 992px) {
  .map__left-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .map__subtitle {
    display: none;
  }
  .map__title {
    font-size: 26px;
  }
  .map__image {
    max-width: 100%;
  }
  .map__body {
    padding: 50px 0;
  }
}

@media (max-width: 380px) {
  .map__title {
    font-size: 22px;
  }
}

/* SOCIAL SECTION */

.page__social {
  padding: 50px 0;
  position: relative;
}

.social__heading {
  position: relative;
}

.social__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}

.social__subtitle {
  top: -30px;
  font-family: sans-serif;
  left: 430px;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 100px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.social__left-text {
  position: absolute;
  top: 520px;
  font-family: sans-serif;
  left: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.social__body {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.social__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 382px;
  width: 100%;
  background-color: #101a34;
  border-radius: 20px;
  margin-top: 30px;
  padding: 21px 30px 24px;
}

.social__text {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.social__content {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.social__btn {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .social__btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.social__image {
  position: relative;
}
.social__image img {
  width: 70px;
  height: 70px;
}

.social__image::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 81px;
  height: 81px;
  opacity: 0.5;
  background: linear-gradient(180deg, #2499e4 0%, #1c6edd 100%);
  filter: blur(45px);
}

.social__subscribers {
  font-size: 13px;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .page__social {
    padding: 35px 0;
  }
  .social__left-text {
    display: none;
  }
  .social__body {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .social__subtitle {
    display: none;
  }
  .social__title {
    font-size: 26px;
  }
  .social__body {
    padding: 50px 0;
  }
  .social__text {
    text-align: center;
  }
}

@media (max-width: 380px) {
  .social__title {
    font-size: 22px;
  }
  .social__text {
    font-size: 18px;
  }
}

/* FOOTER */

.footer {
  padding: 40px 0;
  background-color: #101a34;
}

.footer__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}

.footer__text {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .footer__body {
    font-size: 14px;
  }
  .footer__text {
    font-size: 10px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
  align-items: center;
}

.modalopen {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  text-align: center;
  border-radius: 10px;
transform: translateY(-10%); 
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tg-button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #0af;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}