html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

.main, .main-wraper {
  width: 100%;
  height: 100vh; }

.main-wraper {
  position: relative; }
  .main-wraper .intro-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    margin: 0;
    position: relative;
    z-index: -1; }
  .main-wraper .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .main-wraper .overlay .home-article {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      height: 100vh;
      text-align: center;
      position: relative;
      z-index: 10000;
      top: -10px; }
      .main-wraper .overlay .home-article > * {
        margin: 5px 0; }
      .main-wraper .overlay .home-article img {
        border-radius: 15%;
        opacity: 0.6; }
      .main-wraper .overlay .home-article h1 {
        font-size: 80px;
        font-family: "Jim Nightshade", cursive;
        line-height: 15px; }
      .main-wraper .overlay .home-article h2 {
        font-size: 40px; }
      .main-wraper .overlay .home-article h1, .main-wraper .overlay .home-article h2 {
        font-weight: 300;
        opacity: 0.95;
        font-family: "Jim Nightshade", cursive; }
      .main-wraper .overlay .home-article h1, .main-wraper .overlay .home-article h2, .main-wraper .overlay .home-article p {
        text-shadow: 10px 10px 10px 10px black; }
      .main-wraper .overlay .home-article .contact {
        margin-top: -30px; }
        .main-wraper .overlay .home-article .contact .location {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          justify-content: center;
          opacity: 0.95; }
          .main-wraper .overlay .home-article .contact .location i {
            font-size: 35px;
            margin-bottom: 25px;
            opacity: 0.95; }
        .main-wraper .overlay .home-article .contact .social {
          margin-top: 40px; }
          .main-wraper .overlay .home-article .contact .social a {
            margin: 8px;
            width: 40px;
            height: 40px;
            display: inline-block;
            position: relative;
            border-radius: 20px; }
          .main-wraper .overlay .home-article .contact .social a i {
            font-size: 35px;
            opacity: 0.95;
            position: absolute;
            top: 62%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(255, 255, 255, 0.863);
            background-color: whitesmoke;
            opacity: 0.8;
            padding: 2.5px;
            border-radius: 5px; }
          .main-wraper .overlay .home-article .contact .social .fb i {
            color: #1303f8; }
          .main-wraper .overlay .home-article .contact .social .insta i {
            color: #ca2567; }

.article-content {
  background-color: rgba(0, 0, 0, 0.057);
  padding: 80px 160px;
  border-radius: 20px; }

@media (max-width: 1024px), (max-height: 760px) {
  .main, .main-wraper {
    height: auto;
    min-height: 100vh;
    min-height: 100svh; }

  .main-wraper .intro-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0; }
  .main-wraper .overlay {
    position: relative; }
    .main-wraper .overlay .home-article {
      top: -50px;
      height: auto;
      min-height: 100vh;
      min-height: 100svh;
      padding: 40px 24px;
      gap: 20px; }
      .main-wraper .overlay .home-article > * {
        margin: 0;
        max-width: 100%; }
      .main-wraper .overlay .home-article img {
        width: 180px;
        height: auto; }
      .main-wraper .overlay .home-article h1 {
        margin: 0 0 12px;
        font-size: 64px;
        line-height: 1.1; }
      .main-wraper .overlay .home-article h2 {
        max-width: 720px;
        margin: 0;
        font-size: 32px;
        line-height: 1.3; }
      .main-wraper .overlay .home-article .contact {
        margin-top: 0; }
        .main-wraper .overlay .home-article .contact .location {
          max-width: 560px;
          margin: 0;
          line-height: 1.5; }
          .main-wraper .overlay .home-article .contact .location i {
            margin-bottom: 12px; }
        .main-wraper .overlay .home-article .contact .social {
          display: flex;
          justify-content: center;
          gap: 16px;
          margin-top: 24px; }
          .main-wraper .overlay .home-article .contact .social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            min-height: 44px;
            margin: 0; }

  .article-content {
    background-color: rgba(0, 0, 0, 0.106);
    padding: 20px 40px;
    border-radius: 20px; } }
@media (max-width: 600px) {
  .main-wraper .overlay .home-article {
    padding: 28px 20px; }
    .main-wraper .overlay .home-article img {
      width: 140px; }
    .main-wraper .overlay .home-article h1 {
      font-size: 48px; }
    .main-wraper .overlay .home-article h2 {
      font-size: 26px; }
    .main-wraper .overlay .home-article .contact .location {
      font-size: 14px; }

  .article-content {
    background-color: rgba(0, 0, 0, 0.106);
    padding: 40px;
    border-radius: 20px; } }
@media (max-height: 500px) and (orientation: landscape) {
  .main-wraper .overlay .home-article {
    padding: 24px;
    gap: 16px; }
    .main-wraper .overlay .home-article img {
      width: 100px; }
    .main-wraper .overlay .home-article h1 {
      font-size: 40px; }
    .main-wraper .overlay .home-article h2 {
      font-size: 24px; }

  .article-content {
    background-color: rgba(0, 0, 0, 0.106);
    padding: 40px;
    border-radius: 20px; } }

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