/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body{
  background: linear-gradient(#6d169f, #2b0640);
}
.Links__container{
    position: fixed;
    width: 100%;
    height: 8rem;
    display: flex;
    top: 0; 
     left: 0;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); /* Небольшая тень */
     z-index: 10;
}
.Links__container__Links{
    width: 25%;
    height: 100%;
    border: 2px  solid #20072e;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6d169f;
    cursor: pointer;
}
.Links__container__Links:hover{
     background-color: #501175;
}
.Links__container__Links:active{
      background-color: #592478;
}
.text1{
    font-size: 2.5rem;
     font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
    color: white;
    text-shadow: 5px 5px 5px #000, 5px 5px 10px #000;
}
.Preview__container{
    width: 100%;
    height: auto;
    margin-top: 20%;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
}
.imges{
    width: 20rem;
    height: 20rem;
    filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.6));
}

.text__preview{
    font-size: 10rem;
    text-shadow: 10px 10px 10px #000, 10px 10px 10px #000;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.AboutGame__contariner{
    width: 100%;
    height: auto;
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text__about{
    font-size: 4rem;
}
.AboutGame__contariner__SecondContainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5%;
     
}

.img__game{
    width: 20rem;
    height: 20rem;
    margin-top: 3%;
    margin-bottom: 3%;
     filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.6));
}
.AboutGame__contariner__text{
   
    max-width: 50%;
}

.text__about__small{
    font-size: 2rem;
    font-weight: 400;
    margin-left: 3%;
}
.img__game2{
    width: 40rem;
    height: 20rem;
     filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.6));
     border-radius: 20px;
      margin-top: 3%;
    margin-bottom: 3%;
}
.img__game3{
    width: 25rem;
    height: 20rem;
     filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.6));
      border-radius: 20px;
       margin-top: 3%;
    margin-bottom: 3%;
}
.img__game4{
    width: 35rem;
    height: 20rem;
    filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.6));
     border-radius: 20px;
      margin-top: 3%;
    margin-bottom: 3%;
}
.Play__container{
    margin-top: 5%;
    display: flex;
    height: auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;


}

.Play__container__text{
    font-size: 1.5rem;
    width: 50%;
    font-weight: 400;
    margin-top: 5%;
    text-align: center;
}
.Play__container__button{
    margin-top: 3%;
    width: 15rem;
    height: 5rem;
    font-size: 1.5rem;
    color: white;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
    border-radius: 20px;
    background-color:#6d169f;
    border: 2px solid #20072e;
    cursor: pointer;
}
.Play__container__button:hover{
    background-color:#831cbf;
    width: 16rem;
    height: 6rem;
}
.Play__container__button:active{
     background-color:#9727d8;
    font-size: 1.5rem;
    width: 15rem;
    height: 5rem;
}
.divider{
    width: 100%;
    height: 1rem;
    background-color: #831cbf;
    margin-top: 5%;
}
.divider1{
    margin-top: 20%;
}

.WindowsImg{
    height: 10rem;
    width: 10rem;
    margin-top: 2%;
}
.Windows__text{
    color: white;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: 1%;
}

.AboutMe__Container{
    width: 100%;
    height: auto;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.textMe{
    width: 80%;
    margin-top: 3%;
}
.dividerLast{
    height: 10rem;
}


@media screen and (max-width: 915px) {
 .imges{
    width: 10rem;
    height: 10rem;
 }
 
 .text1{
    font-size: 1.5rem;
 }
 .text__preview{
    font-size: 6rem;
 }
}

@media screen and (max-width: 725px) {
 .imges{
    width: 8rem;
    height: 8rem;
 }
 
 .text1{
    font-size: 1rem;
 }
 .text__preview{
    font-size: 3rem;
 }
 .imges__game{
    width: 15rem;
    height: 15rem;
 }
 .Preview__container{
    margin-top: 35%;
 }
}

@media screen and (max-width: 535px) {
 .imges{
    width: 8rem;
    height: 8rem;
 }
 
 .text1{
    font-size: 1rem;
 }
 .text__preview{
    font-size: 3rem;
 }
 .imges__game{
    width: 10rem;
    height: 10rem;
 }
 .Preview__container{
    margin-top: 35%;
 }
}