@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.center {
  padding-left: calc(50% - 720px);
  padding-right: calc(50% - 720px);
}

.span {
  color: #FFFFFF;
  transition: all 0.5s ease;
}

.span:hover {
  color: #ffa000; /* Меняем цвет текста */
  -webkit-text-shadow: 2px 2px 2px #000;
  -moz-text-shadow: 2px 2px 2px #000;
  text-shadow: 2px 2px 2px #000;
}

.section {
  height: 1024px;
  background-image: url(img/cкайпро\ 2077.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.section__wrapper {
  padding-top: 217px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section__title {
  font-size: 64px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 78px;
  display: flex;
  max-width: 786px;
  padding-left: 120px;
}
.section__page {
  color: darkgray;
  max-width: 481px;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  display: inline;
  margin-left: 120px;
}
.section__button {
  background: #9C0332;
  border-radius: 30px;
  width: 234.06px;
  height: 48.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin-left: 120px;
}
.section__button-link {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.section__button-link:hover {
  letter-spacing: 2px;
  color: yellow;
}
.section__button__button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.section__button__button:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}

.pictures {
  background-image: url(img/скайпро\ 2078.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  /**/
}
.pictures__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 128px;
  max-width: 1440px;
}
.pictures__text {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 32px;
}
.pictures__red {
  height: 300px;
  width: 350px;
  border-radius: 16px;
  background-image: url(img/Rectangle\ 6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.pictures__red:hover {
  transform: rotateY(180deg);
}
.pictures__yellow {
  height: 300px;
  width: 350px;
  border-radius: 16px;
  background-image: url(img/Rectangle\ 7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.pictures__yellow:hover {
  transform: rotateY(180deg);
}
.pictures__green {
  height: 300px;
  width: 350px;
  border-radius: 16px;
  background-image: url(img/Rectangle\ 8.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.pictures__green:hover {
  transform: rotateY(180deg);
}

.season {
  background-image: url(img/words.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  min-height: 800px;
}
.season__title {
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  font-style: normal;
  line-height: 59px;
  display: flex;
  align-items: center;
}
.season__page {
  font-style: normal;
  font-family: "Montserrat";
  margin-top: 32px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  width: 584px;
}
.season__block {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.season__info-img {
  width: 485px;
  height: 333px;
}
.season__button {
  background: #9C0332;
  border-radius: 30px;
  width: 234.06px;
  height: 48.6px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding-left: 0%;
}
.season__button:hover {
  letter-spacing: 2px;
  color: yellow;
}
.season__button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.season__button:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}

.word {
  background-image: url(img/words.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  min-height: 600px;
}
.word__title {
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  font-style: normal;
  line-height: 59px;
  display: flex;
  align-items: center;
}
.word__page {
  font-style: normal;
  font-family: "Montserrat";
  margin-top: 32px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  width: 584px;
}
.word__mobile {
  display: none;
}
.word__info-img {
  width: 481px;
  height: 321px;
}
.word__block {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.word__button {
  background: #9C0332;
  border-radius: 30px;
  width: 234.06px;
  height: 48.6px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding-left: 0%;
}
.word__button:hover {
  letter-spacing: 2px;
  color: yellow;
}
.word__button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.word__button:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}

@media (max-width: 767px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section__wrapper {
    display: flex;
    align-items: center;
    height: 735px;
  }
  .section__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    padding-top: 238px;
    padding-left: 0%;
  }
  .section__page {
    font-size: 14px;
    line-height: 22px;
    padding-left: 0%;
    text-align: center;
    margin-left: 0%;
  }
  .section__button {
    margin-left: 0%;
  }
  .pictures__wrapper {
    display: flex;
    flex-direction: column;
  }
  .pictures {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-top: 128px;
  }
  .pictures__red {
    width: 300px;
    height: 300px;
  }
  .pictures__yellow {
    width: 300px;
    height: 300px;
  }
  .pictures__green {
    width: 300px;
    height: 300px;
  }
  .season__title {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }
  .season__page {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 343px;
  }
  .season__button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
  }
  .season__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .season__info-img {
    width: 344px;
    height: 236px;
  }
  .word__info {
    display: none;
  }
  .word__mobile {
    display: block;
  }
  .word__info-img {
    width: 344px;
    height: 231px;
  }
  .word__title {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }
  .word__page {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 343px;
  }
  .word__button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
  }
  .word__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */