@import 'oldalak/nav/nav.css';
@import 'oldalak/footer/footer.css';
@font-face {
  font-family: Signs;
  src: url("oldalak/fonts/HTML CSS/fonts/ElegantIcons.ttf");
}
html {
  font-size: 62.5%;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
}

#header > div {
  height: 100% !important;
}

#header {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  display: flex !important;
  z-index: 2;
  height: 100vh !important;
  width: 100%;
}
#header div {
  height: 100% !important;
}
#header div h1 {
  color: black;
  font-family: Raleway;
  position: relative;
}
#header img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
  padding: 0px;
}

.prefelirat {
  position: absolute;
  top: 20%;
  color: white;
  margin-left: 60px;
  font-family: Raleway;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.felirat {
  color: white;
  position: absolute;
  top: 40%;
  margin-left: 60px;
  font-family: Raleway;
  font-size: 10rem;
  font-weight: 700;
  text-transform: uppercase;
}

#marcus {
  font-size: 10rem;
  position: absolute;
  margin-left: 60px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-family: Raleway;
  top: 20%;
}

.slick-arrow {
  width: 100px !important;
  height: 100px !important;
  padding: 10px;
  margin: 10px;
  cursor: pointer !important;
  z-index: 234234 !important;
}

.headerbutton {
  position: absolute;
  top: 80%;
  margin-left: 60px;
  padding: 10px;
  text-transform: capitalize;
  color: white;
  background-color: #113ea0;
  border: none;
  cursor: pointer;
  font-family: Raleway;
  font-size: 1.6rem;
}

.headerbutton:hover {
  background-color: white;
  color: #113ea0;
}

@media only screen and (max-width: 480px) {
  #marcus {
    font-size: 3em;
    margin-left: 15px;
    top: 30%;
    line-height: 50px;
  }

  .headerbutton {
    margin-left: 30px;
    font-size: 18px;
  }

  .slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #marcus {
    font-size: 7rem;
    margin-left: 15px;
    top: 30%;
  }

  .headerbutton {
    margin-left: 30px;
    font-size: 18px;
  }

  .slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #marcus {
    font-size: 8rem;
    margin-left: 15px;
    top: 30%;
  }

  .headerbutton {
    margin-left: 15px;
    font-size: 22px;
  }

  .slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  #marcus {
    font-size: 11rem;
    line-height: 150px;
    margin-left: 60px;
    top: 30%;
  }

  .headerbutton {
    margin-left: 60px;
    font-size: 32px;
  }

  .slick-arrow {
    display: none !important;
  }
}
.second-container {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  color: blue;
  font-family: Raleway;
  flex-direction: row;
}
.second-container .second-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  color: blue;
  word-wrap: normal;
  background-color: #f5f5f5;
  overflow: visible;
  margin-top: 50px;
}
.second-container .second-left h1, .second-container .second-left h3 {
  color: blue;
  font-family: Raleway;
  display: block;
  margin: 0px !important;
  flex-wrap: wrap;
  line-height: 26px;
  padding-left: 30px;
}
.second-container .second-left h1 {
  font-size: 30px;
  padding-bottom: 30px;
}
.second-container .second-left h3 {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 30px;
  color: gray;
  text-transform: none;
  font-weight: 500;
}
.second-container .second-left .third-button {
  font-weight: bold;
  color: white;
  font-family: Raleway;
  background-color: blue;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  margin: 20px;
}
.second-container .second-right {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.second-container .second-right img {
  object-fit: cover;
  width: 90%;
  height: 90%;
}

.third-container {
  display: flex;
  width: 100%;
  background-color: #bebee5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.third-container .third-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  overflow: hidden;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-family: Raleway;
}
.third-container .third-left h1 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-inline-start: 0px;
  color: blue;
  text-transform: uppercase;
}
.third-container .third-left h3 {
  margin-bottom: 20px;
  margin-inline-start: 0px;
  line-height: 18px;
  font-weight: 300;
  font-size: 1.4rem;
  word-wrap: normal;
  line-height: 26px;
  color: gray;
  font-weight: 500;
}
.third-container .third-left .third-button {
  font-weight: bold;
  color: white;
  font-family: Raleway;
  background-color: blue;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  margin-top: 20px;
}
.third-container .third-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.third-container .third-right div {
  margin: 0px !important;
  padding: 0px !important;
}
.third-container .third-right img {
  width: 80%;
  height: 80%;
  margin: 0px !important;
  padding: 0px !important;
}

.third-button {
  font-weight: bold;
  color: white;
  font-family: Raleway;
  background-color: blue;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  margin-top: 20px;
}

.third-container-plus {
  background-color: white;
}

.fourth-container {
  width: 100%;
  background: #bebebe;
  display: flex;
  color: blue;
  font-family: Raleway;
  flex-direction: row;
  margin-bottom: 30px;
}
.fourth-container .fourth-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  color: blue;
  word-wrap: normal;
  overflow: visible;
  margin-top: 50px;
  margin-right: 30px;
}
.fourth-container .fourth-right h1, .fourth-container .fourth-right h3 {
  color: blue;
  font-family: Raleway;
  display: block;
  margin: 0px !important;
  flex-wrap: wrap;
  line-height: 26px;
  padding-left: 30px;
  text-transform: uppercase;
}
.fourth-container .fourth-right h1 {
  font-size: 30px;
  padding-bottom: 30px;
}
.fourth-container .fourth-right h3 {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 30px;
  color: black;
  font-weight: 500;
  text-transform: none;
}
.fourth-container .fourth-right #marcusbutton {
  font-weight: bold;
  color: white;
  font-family: Raleway;
  background-color: blue;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  margin-top: 20px;
  margin-left: 30px;
}
.fourth-container .fourth-left {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.fourth-container .fourth-left img {
  object-fit: cover;
  width: 90%;
  height: 90%;
}

.fifth-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #bebee5;
  padding: 30px;
  font-family: Raleway;
}
.fifth-container h1, .fifth-container h2 {
  color: blue;
  font-family: Raleway;
  display: block;
  margin: 0px !important;
  flex-wrap: wrap;
  line-height: 26px;
  padding-left: 30px;
}
.fifth-container h1 {
  font-size: 30px;
  padding-bottom: 30px;
}
.fifth-container h2 {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 30px;
  color: black;
  font-weight: 500;
  text-transform: none;
}
.fifth-container button {
  margin: 30px;
}

@media only screen and (max-width: 320px) {
  #header {
    height: 70vh !important;
  }

  .prefelirat {
    font-size: 1.5rem;
    margin-left: 30px;
  }

  .felirat {
    font-size: 2rem;
    margin-left: 30px;
  }

  .container {
    width: 100vw;
  }

  .second-container, .third-container, .third-container-plus, .fourth-container {
    flex-direction: column;
  }

  .second-container .second-left {
    width: 90%;
  }
  .second-container .second-right {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
  }

  .third-container .third-left {
    width: 80%;
  }
  .third-container .third-right {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .third-container-plus .third-left h1 {
    font-size: 20px;
  }
  .third-container-plus .third-left h3 {
    font-size: 12px;
  }

  .fourth-container {
    flex-direction: column;
  }

  .fourth-container .fourth-right {
    order: 1;
    width: 90%;
    padding-bottom: 30px;
  }
  .fourth-container .fourth-right #marcusbutton {
    margin: auto;
  }
  .fourth-container .fourth-left {
    order: 2;
    width: 100%;
    padding-bottom: 20px;
  }
  .fourth-container .fourth-left img {
    margin: auto;
  }

  .fifth-container {
    padding: 0;
    padding-top: 10px;
  }
  .fifth-container h2 {
    width: 80%;
  }

  .third-button {
    margin: auto;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  #header {
    height: 70vh !important;
  }

  .prefelirat {
    font-size: 1.5rem;
    margin-left: 30px;
  }

  .felirat {
    font-size: 2rem;
    margin-left: 30px;
  }

  .second-container, .third-container, .third-container-plus, .fourth-container {
    flex-direction: column;
  }

  .second-container .second-left {
    width: 90%;
  }
  .second-container .second-right {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
  }

  .third-container .third-left {
    width: 80%;
    padding-bottom: 10px;
  }
  .third-container .third-right {
    width: 100%;
  }

  .third-container-plus .third-left h1 {
    font-size: 20px;
  }

  .fourth-container .fourth-right {
    width: 100%;
  }
  .fourth-container .fourth-right h3 {
    width: 87%;
  }
  .fourth-container .fourth-left {
    padding-top: 10px;
    padding-bottom: 10px;
    order: 2;
    width: 100%;
  }

  .fifth-container h1, .fifth-container h2 {
    padding: 0;
    width: 85%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 736px) {
  #header {
    height: 70vh !important;
  }

  .prefelirat {
    font-size: 2rem;
    margin-left: 30px;
  }

  .felirat {
    font-size: 3.8rem;
    margin-left: 30px;
  }

  .second-container, .third-container, .third-container-plus, .fourth-container {
    flex-direction: column;
  }

  .second-container {
    flex-direction: column;
  }

  .second-container .second-left {
    width: 90%;
  }
  .second-container .second-right {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
  }

  .third-container .third-left {
    width: 90%;
  }
  .third-container .third-right {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .third-button {
    margin: auto;
  }

  .fourth-container .fourth-right {
    width: 90%;
  }
  .fourth-container .fourth-right #marcusbutton {
    margin: auto;
  }
  .fourth-container .fourth-left {
    order: 2;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .fifth-container h1, .fifth-container h2 {
    padding: 0;
    width: 90%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 980px) {
  #header {
    height: 70vh !important;
  }

  .prefelirat {
    font-size: 3rem;
    margin-left: 30px;
  }

  .felirat {
    font-size: 6rem;
    margin-left: 30px;
  }

  .third-container .third-right {
    width: 100%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
  #header {
    height: 70vh !important;
  }

  .prefelirat {
    font-size: 4rem;
  }

  .felirat {
    font-size: 8rem;
  }
}

/*# sourceMappingURL=index2.css.map */
