/*
Theme Name: ASAE Leaders
Author: Meduzzen
Description: A blank WordPress theme
Version: 1.0
*/

/* standartization */

/* primary */

body,
html {
  overflow-x: hidden;
}

#primary {
  position: relative;
  z-index: 2;
}

/* container */

.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1601px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 800px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* header */

header {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
  background-color: transparent !important;
}

.header-block__container {
  display: flex;
}

.header-logo {
  display: flex;
  position: relative;
}

.header-logo a {
  display: block;
  position: relative;
  z-index: 2;
}

.header-logo a img {
  width: 100%;
  height: auto;
  max-width: 146px;
}

.header-pseudo {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.header-line {
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  header {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .header-line {
    top: -10px;
  }

  .header-pseudo {
    top: -3px;
  }
}

@media screen and (max-width: 768px) {
  .header-pseudo.header-desktop {
    display: none;
  }

  header {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .header-logo img {
    max-height: 36px;
  }

  .header-pseudo {
    top: -10px;
  }

  .header-line {
    top: -1px;
  }
}

@media screen and (min-width: 769px) {
  .header-pseudo.header-mobile {
    display: none;
  }
}

/* hero */

.hero {
  display: flex;
  padding-top: 66px;
}

.hero__form {
  display: flex;
  flex-direction: column;
  max-width: 483px;
  margin: 0 auto;
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  box-sizing: border-box;
}

.hero__form-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .hero {
    padding-bottom: 70px;
  }

  .hero__form-image img {
    max-width: 218px;
    margin-bottom: 40px;
  }

  .hero__form {
    padding: 36px 55px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding-bottom: 180px;
  }

  .hero__form {
    padding: 23px;
  }

  .hero__form-image img {
    max-width: 193px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 389px) {
  .hero__form {
    padding: 15px !important;
  }
}
