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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

.showcase {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 2;
}

.showcase header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 23;
  -webkit-transition: all 03s;
  transition: all 03s;
}

.showcase header .toggle {
  cursor: pointer;
  display: none;
}

.showcase header .menu {
  width: 100%;
  z-index: 100;
  -webkit-transition: all 03s;
  transition: all 03s;
}

.showcase header .menu ul {
  position: relative;
  right: 0;
  text-transform: uppercase;
  list-style: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 03s;
  transition: all 03s;
}

.showcase header .menu ul li {
  padding: 20px;
  text-shadow: 4px 0 3px black;
}

.showcase header .menu ul li a {
  position: relative;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 03s;
  transition: all 03s;
}

.showcase header .menu ul li a:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 03s ease-out;
  transition: 03s ease-out;
}

.showcase header .menu ul li a:hover:before {
  width: 100%;
}

.showcase .mum-picture {
  width: 250px;
  height: 200px;
  margin-right: 50px;
  z-index: 2000;
}

.showcase .mum-picture img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border-radius: 50%;
  border: 10px solid white;
  z-index: 1000;
  opacity: 0.8;
}

.showcase .main-text {
  position: relative;
  z-index: 10;
  -webkit-transition: all 03s;
  transition: all 03s;
}

.showcase .main-text h2 {
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 2px #333;
}

.showcase .main-text h3 {
  font-size: 1.8em;
  text-shadow: 2px 2px #333;
  margin-bottom: 20px;
}

.showcase .main-text h3 span {
  margin: 10px;
}

.showcase .main-text .cytat {
  font-size: 20px;
  font-weight: 300;
  text-shadow: 2px 0 8px black;
}

.showcase .main-text .cytat p {
  font-family: 'Dancing Script', cursive;
  text-shadow: 0px 2px 2px black;
  letter-spacing: 0.5px;
}

.showcase .shaddow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: chocolate;
  mix-blend-mode: overlay;
}

.showcase video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}

.pictures {
  width: 100%;
  min-height: 100vh;
  padding: 100px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
  background: #eeaeca;
  background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%);
}

.pictures .box {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 25px #010101;
          box-shadow: 0 5px 25px #010101;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pictures .box img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  border-radius: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 5px 25px #010101;
          box-shadow: 0 5px 25px #010101;
  cursor: pointer;
  opacity: 0.9;
}

.pictures .box h3 {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 40px;
  color: #fdfdfd;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-shadow: 0 5px 25px #010101;
}

.pictures .box img::before {
  content: '';
  z-index: 777;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(99, 90, 134, 0.5);
}

.pictures .box img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 1;
}

.pictures .box:hover {
  background: #f8f8f5;
}

footer {
  position: relative;
  width: 100%;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .fotter {
  margin-bottom: 20px;
}

footer .footer {
  position: absolute;
  top: 40px;
  width: 80%;
  height: 2px;
  border-radius: 50px;
  background-color: #a38b8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer p {
  text-transform: uppercase;
  text-align: center;
  margin-top: 100px;
  color: #a38b8b;
}

footer .footer h5 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 10px;
  font-size: 1em;
  font-weight: 300;
  color: #a38b8b;
}

@media (max-width: 930px) {
  .pictures {
    width: 100%;
    padding: 40px 5px;
  }
  .pictures .box {
    min-width: 250px;
    height: 200px;
  }
  .pictures .box img {
    width: 100%;
  }
  .showcase {
    position: relative;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .showcase header {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .showcase header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .showcase header .menu ul li {
    font-size: 1.2em;
    padding: 8px;
    text-shadow: 4px 0px 5px black;
    font-weight: 400;
  }
  .showcase .mum-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 200px;
    margin-right: 0;
  }
  .showcase .mum-picture img {
    margin-top: 200px;
  }
  .showcase .main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .showcase .main-text h2 {
    margin-top: 120px;
    font-size: 2em;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 2px 2px #333;
    margin-bottom: 0px;
    color: #f1eded;
  }
  .showcase .main-text h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9em;
  }
  .showcase .main-text h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2em;
    text-shadow: 2px 2px #333;
    margin-bottom: 0;
  }
  .showcase .main-text h3 span {
    margin: 10px;
  }
  .showcase .main-text p {
    text-align: justify;
    font-size: 1em;
  }
  .showcase .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .showcase .icons .media-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0px;
    padding: 50px;
    z-index: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .showcase .icons .media-icons a {
    color: white;
    margin-right: 0px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .showcase .icons .media-icons a i {
    padding: 30px;
  }
  .showcase .icons .media-icons a:hover {
    -webkit-transform: scale(1.7) translateY(-20px);
            transform: scale(1.7) translateY(-20px);
  }
}

@media (max-width: 400px) {
  .showcase {
    width: 100%;
    height: 100vh;
  }
  .showcase header .menu ul li {
    font-size: 1em;
    text-shadow: 4px 0px 5px black;
    font-weight: 400;
  }
  .showcase .mum-picture {
    width: 160px;
    height: 160px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .showcase .main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: -20px;
    padding: 0;
  }
  .showcase .main-text h2 {
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 1.4em;
  }
  .showcase .main-text h2 span {
    font-size: 0.9em;
  }
  .showcase .main-text h3 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .showcase .main-text h3 span {
    margin: 5px;
  }
  .showcase .main-text .cytat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .showcase .main-text .cytat p {
    font-size: 0.9em;
    color: #fff;
  }
  .showcase .media-icons a {
    font-size: 0.6em;
    margin: auto;
  }
}

@media (orientation: landscape) {
  .showcase {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .showcase header {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .showcase header .menu ul li {
    margin-left: 3%;
    font-size: 1em;
  }
  .showcase .mum-picture {
    margin-bottom: 20px;
  }
  .showcase .main-text h2 {
    font-size: 2em;
    letter-spacing: 5px;
  }
  .showcase .main-text h2 span {
    font-size: 1em;
  }
  .showcase .main-text h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .showcase .main-text h3 span {
    margin: 5px;
  }
  .showcase .main-text .cytat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .showcase .main-text .cytat p {
    font-size: 1.3em;
    color: #fff;
  }
  .showcase .icons {
    display: none;
  }
  .showcase .icons .media-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pictures .box {
    width: calc(100% / 2);
  }
}

@media (max-width: 556px) {
  footer {
    width: 100%;
    font-size: 1em;
    text-align: center;
  }
  footer .footer h5 {
    padding: 10px;
    font-size: 0.7em;
    font-weight: 300;
  }
}
/*# sourceMappingURL=main.css.map */