@import url(../style/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: gs_font;
  src: url(../data/font/CallunaSansRegular.otf); }

.hero {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  z-index: 1;
  background-color: #ffffff; }
  .hero__image {
    width: 300px; }
  .hero__description {
    margin: auto 0;
    padding: 100px;
    max-width: 800px; }

.left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  padding-top: 100px;
  padding-right: 50px;
  top: 0;
  background-color: #ffffff;
  font-size: 1em; }

.bottom {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: -webkit-sticky;
  top: 0;
  background-color: #ffffff;
  font-size: 1em; }

.about {
  color: #1b02d4;
  font-family: gs_font;
  margin-bottom: 80px; }
  .about__title {
    font-weight: 900;
    font-size: 1.5em;
    margin: 0 auto; }
  .about__text {
    font-weight: 400;
    font-size: 1em;
    text-align: justify;
    text-justify: inter-word; }

.competition__title {
  font-weight: 900;
  font-size: 1.5em;
  margin: 0 auto; }

.competition__list {
  font-size: 1em;
  list-style: none;
  padding: 0; }

.item-title {
  margin: 30px 0 0 0;
  font-size: 1em; }

.item-desc {
  padding-left: 0;
  margin: 0; }

.item-link {
  color: #1b02d4;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.item-link:hover {
  margin: 0 -20px 0 50px; }

@media (max-width: 800px) and (orientation: portrait) {
  .left {
    display: none; }
  .hero {
    flex-direction: column;
    align-items: center; }
    .hero__description {
      padding: 10px; }
  .bottom {
    display: flex;
    justify-content: center;
    align-items: center; } }

@media (max-width: 310px) and (orientation: portrait) {
  .hero__image {
    width: 100%; } }

.menu-bar {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 100px;
  margin-top: 100px;
  margin: 0 auto;
  z-index: 2; }
  .menu-bar__logo {
    height: 100px;
    margin-left: 50px; }
  .menu-bar__media {
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }

.header {
  background-color: rgba(27, 2, 212, 0.85);
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white; }

.head__logo--v {
  width: 500px;
  height: 60vh; }

.head__logo--h {
  width: 100px;
  display: none; }

.go-to {
  text-decoration: none;
  color: #ffffff;
  font-family: gs_font;
  opacity: 0.5;
  font-weight: bolder;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.3s ease-in; }
  .go-to__button {
    font-size: 50px;
    animation: levitate 2s ease-in-out infinite alternate; }

.go-to:hover {
  opacity: 1; }

.background {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden; }
  .background__video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1; }

@keyframes levitate {
  70% {
    transform: translate(0, 0px); }
  90% {
    transform: translate(0, -10px); }
  100% {
    transform: translate(0, 0px); } }

@media (max-width: 800px) and (orientation: portrait) {
  .menu-bar {
    display: none; } }

.contact {
  padding-top: 50px; }
  .contact__mail {
    position: relative;
    color: #1b02d4;
    opacity: 1;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    /* font-weight: bold; */
    transition: color 0.3s;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .contact__mail:hover {
    opacity: 0.8; }
  .contact__media {
    margin-top: 40px; }

.socials {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center; }
  .socials__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px; }
    .socials__item--mail {
      font-size: 1em;
      margin-right: 10px; }
  .socials__link {
    color: #a99bff;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s; }

.socials__link:hover {
  opacity: 0.8; }

.footer {
  background-color: #ffffff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }

.copyright__text {
  margin: 0;
  color: #1b02d4;
  font-size: 0.8em;
  font-family: gs_font; }

@font-face {
  font-family: gs_font;
  src: url(../data/font/CallunaSansRegular.otf); }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  color: #1b02d4;
  font-family: 'Roboto', sans-serif;
  font-family: gs_font;
  font-size: 18px; }

.main {
  background-color: rgba(27, 2, 212, 0.85);
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white; }

.list {
  list-style-type: none;
  color: white; }

.list__item a {
  color: white; }

/* INFORMATION */
.information__text {
  text-transform: uppercase;
  font-size: 21px;
  margin: 50px auto; }

.competition {
  font-size: 1em;
  font-weight: 400; }

@media (max-width: 800px) and (orientation: portrait) {
  .head {
    margin: 0 auto;
    max-width: 80%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  .head__logo--v {
    display: none; }
  .head__logo--h {
    display: block;
    width: 60%; }
  .main {
    height: 100%;
    justify-content: flex-start; }
  .information__text {
    width: 200px;
    text-align: center; }
  .content {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  body {
    background-image: url("../data/img/lukasz-gaska-wiz-2-tyl.jpg");
    background-position: center center;
    min-height: 40vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y; } }

@media (max-height: 414px) and (orientation: landscape) {
  .head {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  .content {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .main {
    height: 100%;
    justify-content: flex-start; }
  .head__logo--v {
    width: 50%; }
  .video {
    display: none; }
  body {
    background-image: url("../data/img/lukasz-gaska-wiz-2-tyl.jpg");
    background-position: center center;
    min-height: 40vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y; } }
