@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap");
@-webkit-keyframes rotate-text {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate-text {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Josefin Sans', sans-serif;
  text-rendering: optimizeLegibility; }

html, body, main {
  width: 100%;
  height: 500vh;
  margin: 0px;
  overflow-y: hidden; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0px; }

a {
  color: white;
  text-decoration: none; }

div.loading-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: black;
  color: white;
  z-index: 1000; }
  div.loading-screen i.loading-icon {
    font-size: 100px;
    -webkit-animation-name: rotate-text;
    animation-name: rotate-text;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }
  div.loading-screen h1.loading-text {
    margin-left: 11px;
    margin-top: 27.5px;
    font-size: 18px;
    letter-spacing: 8px; }

h1.side-header-headline {
  position: fixed;
  top: 0px;
  left: 50%;
  padding: 25px 25px 25px 25px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  color: black;
  mix-blend-mode: screen;
  z-index: 15; }
  @media only screen and (max-width: 1200px) {
    h1.side-header-headline {
      font-size: 30.75px; } }
  @media only screen and (max-width: 500px) {
    h1.side-header-headline {
      width: calc(100% - 46px);
      padding: 12px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: unset;
      right: 0px;
      text-align: center;
      font-size: 24px; } }

button.footer-menu-btn {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 25px 25px 25px 25px;
  font-size: 32px;
  background-color: black;
  color: white;
  border: unset;
  mix-blend-mode: multiply;
  z-index: 15;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  cursor: pointer; }
  button.footer-menu-btn:hover {
    background-color: white;
    color: black;
    mix-blend-mode: screen; }
  @media only screen and (max-width: 500px) {
    button.footer-menu-btn {
      padding: 12px;
      font-size: 22px; } }

i.header-icon {
  position: fixed;
  top: 0px;
  padding: 25px 25px 25px 25px;
  font-size: 32px;
  background-color: black;
  color: white;
  mix-blend-mode: multiply;
  z-index: 15;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s; }
  i.header-icon.sm-one {
    right: 90px; }
  i.header-icon.sm-two {
    right: 0px; }
  i.header-icon.sm-three {
    right: 180px; }
  @media only screen and (max-width: 500px) {
    i.header-icon {
      display: none; } }
  @media only screen and (max-width: 1200px) {
    i.header-icon {
      display: none; } }
  i.header-icon:hover {
    background-color: white;
    color: black;
    mix-blend-mode: screen; }

div.footer-menu {
  position: fixed;
  bottom: -95px;
  left: 0px;
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  color: black;
  z-index: 15;
  mix-blend-mode: screen; }
  div.footer-menu button.menu-btn {
    width: 150px;
    height: 50px;
    margin-left: 25px;
    background-color: white;
    color: black;
    border: unset;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    cursor: pointer; }
    div.footer-menu button.menu-btn:first-of-type {
      margin-left: 0px; }
    @media only screen and (max-width: 500px) {
      div.footer-menu button.menu-btn {
        width: 20%;
        margin-left: 0px;
        font-size: 13px; } }
    div.footer-menu button.menu-btn:hover {
      border-bottom-color: black; }
    div.footer-menu button.menu-btn.active {
      border-bottom-color: black; }

div.showcase {
  position: relative;
  width: 100%;
  height: 100vh; }
  div.showcase.first {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    div.showcase.first div.overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.15);
      z-index: 0; }
    div.showcase.first div.headline-row {
      width: 80%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      div.showcase.first div.headline-row i.logo {
        font-size: 105px;
        padding: 45px 25px 45px 25px;
        background-color: white;
        color: black;
        mix-blend-mode: screen; }
        @media only screen and (min-width: 1275px) and (max-width: 1514px) {
          div.showcase.first div.headline-row i.logo {
            padding-top: 95px;
            padding-bottom: 95px; } }
        @media only screen and (min-width: 1201px) and (max-width: 1273px) {
          div.showcase.first div.headline-row i.logo {
            padding-top: 88px;
            padding-bottom: 88px; } }
        @media only screen and (max-width: 1200px) {
          div.showcase.first div.headline-row i.logo {
            padding: 17px;
            font-size: 39px; } }
        @media only screen and (min-width: 501px) and (max-width: 568px) {
          div.showcase.first div.headline-row i.logo {
            padding-top: 35px;
            padding-bottom: 34px; } }
        @media only screen and (max-width: 500px) {
          div.showcase.first div.headline-row i.logo {
            padding: 14px;
            font-size: 40px; } }
        @media only screen and (max-width: 409px) {
          div.showcase.first div.headline-row i.logo {
            padding-top: 25px;
            padding-bottom: 24px; } }
      div.showcase.first div.headline-row h1.showcase-headline {
        font-size: 100px;
        padding: 55px 25px 40px 25px;
        background-color: #8dd6ea;
        color: black;
        mix-blend-mode: lighten;
        /* Firefox displays the header a bit larger, this is a hack
                    to make it display like Chrome */ }
        @supports (-moz-appearance: meterbar) {
          div.showcase.first div.headline-row h1.showcase-headline {
            font-size: 100px;
            padding-bottom: 10px;
            padding-top: 35px; } }
        @media only screen and (min-width: 1201px) and (max-width: 1273px) {
          div.showcase.first div.headline-row h1.showcase-headline {
            font-size: 93px; } }
        @media only screen and (max-width: 1200px) {
          div.showcase.first div.headline-row h1.showcase-headline {
            padding: 20px 20px 18px 20px;
            font-size: 34px; } }
        @media only screen and (max-width: 500px) {
          div.showcase.first div.headline-row h1.showcase-headline {
            padding: 23px 20px 24px 20px;
            font-size: 21.8px; } }
      div.showcase.first div.headline-row h2.showcase-subheader {
        font-size: 40px;
        padding: 32.5px 25px 25px 25px;
        background-color: black;
        color: white;
        letter-spacing: 21.1px;
        mix-blend-mode: multiply; }
        @media only screen and (max-width: 500px) {
          div.showcase.first div.headline-row h2.showcase-subheader {
            font-size: 20px;
            letter-spacing: 0px; } }
        @media only screen and (max-width: 1200px) {
          div.showcase.first div.headline-row h2.showcase-subheader {
            padding: 15px;
            font-size: 20px;
            text-align: center;
            letter-spacing: 4.35px; } }
    div.showcase.first button.arrow-down-btn {
      position: absolute;
      bottom: 75px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 72px;
      height: 72px;
      background-color: black;
      color: white;
      border: unset;
      mix-blend-mode: multiply;
      font-size: 32px;
      cursor: pointer;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s; }
      div.showcase.first button.arrow-down-btn:hover {
        background-color: white;
        color: black;
        mix-blend-mode: screen; }
  div.showcase.second {
    overflow: hidden; }
    div.showcase.second iframe.background-video {
      position: absolute;
      top: -75%;
      left: -25%;
      width: 150vw;
      height: 150vh;
      z-index: 0; }
      @media only screen and (max-height: 900px) {
        div.showcase.second iframe.background-video {
          top: -40%; } }
      @media only screen and (max-width: 500px) {
        div.showcase.second iframe.background-video {
          top: -30%; } }
    div.showcase.second div.showcase-overlay {
      position: relative;
      width: 100%;
      height: 100%;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      color: white;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.5)), to(black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 65%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 65%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 65%, black 100%); }
      @media only screen and (max-height: 500px) {
        div.showcase.second div.showcase-overlay {
          padding: 20px; } }
      div.showcase.second div.showcase-overlay button.mobile-watch-video-btn {
        display: none;
        position: absolute;
        width: 250px;
        height: 55px;
        top: 65px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: black;
        color: white;
        border: unset;
        mix-blend-mode: multiply; }
        div.showcase.second div.showcase-overlay button.mobile-watch-video-btn i {
          margin-right: 10px; }
        @media only screen and (max-width: 950px) {
          div.showcase.second div.showcase-overlay button.mobile-watch-video-btn {
            display: block; } }
      div.showcase.second div.showcase-overlay h1.s-header {
        font-size: 72px;
        margin-right: 30px;
        line-height: 72px; }
        @media only screen and (max-width: 950px) {
          div.showcase.second div.showcase-overlay h1.s-header {
            font-size: 48px;
            line-height: 48px; } }
        @media only screen and (max-width: 500px) {
          div.showcase.second div.showcase-overlay h1.s-header {
            font-size: 40px;
            line-height: 40px; } }
      div.showcase.second div.showcase-overlay div.line {
        margin-left: 5px;
        width: 75px;
        height: 0px;
        border-bottom: 6px solid white; }
        @media only screen and (max-width: 500px) {
          div.showcase.second div.showcase-overlay div.line {
            margin-left: 2px; } }
      div.showcase.second div.showcase-overlay p.s-paragraph {
        font-size: 32px;
        line-height: 36px; }
        @media only screen and (max-width: 950px) {
          div.showcase.second div.showcase-overlay p.s-paragraph {
            font-size: 22px;
            line-height: 26px; } }
        @media only screen and (max-width: 500px) {
          div.showcase.second div.showcase-overlay p.s-paragraph {
            font-size: 14px;
            line-height: 16px; } }
  div.showcase.third {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #65ccb8;
    z-index: 1; }
    div.showcase.third div.portfolio-row {
      width: 100%;
      height: 33.333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      div.showcase.third div.portfolio-row div.portfolio-item {
        width: 33.333%;
        height: 100%; }
        div.showcase.third div.portfolio-row div.portfolio-item iframe.portfolio-video {
          width: 100%;
          height: 100%; }
  div.showcase.fourth {
    background-color: #65ccb8;
    z-index: 2;
    overflow: hidden; }
    div.showcase.fourth div.circle {
      position: absolute;
      bottom: 75px;
      left: 125px;
      width: 275px;
      height: 275px;
      -webkit-clip-path: circle(50% at 50% 50%);
      clip-path: circle(50% at 50% 50%);
      background-color: #191919;
      z-index: 0; }
      @media only screen and (max-width: 500px) {
        div.showcase.fourth div.circle {
          display: none; } }
      div.showcase.fourth div.circle.two {
        top: 85px;
        left: 35%; }
    div.showcase.fourth div.triangle {
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 750px;
      height: 750px;
      -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      background-color: #191919;
      z-index: 0; }
      @media only screen and (max-width: 500px) {
        div.showcase.fourth div.triangle {
          left: -90vw; } }
    div.showcase.fourth div.overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: rgba(25, 25, 25, 0.5); }
      @media only screen and (max-width: 1200px) {
        div.showcase.fourth div.overlay {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      div.showcase.fourth div.overlay h1.fo-headline {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        padding: 40px 45px 25px 45px;
        margin-left: -120px;
        background-color: white;
        color: black;
        font-size: 100px;
        mix-blend-mode: screen;
        margin-right: -7.7%; }
        @media only screen and (max-width: 1200px) {
          div.showcase.fourth div.overlay h1.fo-headline {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: 100%;
            text-align: center;
            font-size: 62px;
            margin: unset;
            margin-bottom: -4px; } }
        @media only screen and (max-width: 500px) {
          div.showcase.fourth div.overlay h1.fo-headline {
            font-size: 40px; } }
      div.showcase.fourth div.overlay div.rates-container {
        width: 72.5%;
        height: 405px;
        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: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 20;
        flex-shrink: 20;
        -ms-flex-preferred-size: 10;
        flex-basis: 10; }
        @media only screen and (max-width: 1200px) {
          div.showcase.fourth div.overlay div.rates-container {
            width: 100%;
            height: 500px; } }
        div.showcase.fourth div.overlay div.rates-container div.rates-row {
          width: 100%;
          height: 33.333%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-negative: 20;
          flex-shrink: 20;
          -ms-flex-preferred-size: 10;
          flex-basis: 10; }
          div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item {
            width: 33.333%;
            height: 100%;
            padding: 25px;
            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: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-negative: 20;
            flex-shrink: 20;
            -ms-flex-preferred-size: 10;
            flex-basis: 10;
            background-color: white;
            color: black;
            text-align: center;
            mix-blend-mode: screen; }
            div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-negative: 20;
              flex-shrink: 20;
              -ms-flex-preferred-size: 10;
              flex-basis: 10; }
              @media only screen and (max-width: 1200px) {
                div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header {
                  margin-bottom: 10px; } }
              div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header i {
                font-size: 36px;
                margin-right: 15px;
                margin-bottom: 5px; }
                @media only screen and (max-width: 1200px) {
                  div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header i {
                    font-size: 26px; } }
                @media only screen and (max-width: 500px) {
                  div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header i {
                    font-size: 20px;
                    margin-right: 7.5px; } }
              div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header h1 {
                font-size: 28px; }
                @media only screen and (max-width: 1200px) {
                  div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header h1 {
                    font-size: 20px; } }
                @media only screen and (max-width: 500px) {
                  div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item div.item-header h1 {
                    font-size: 14px;
                    letter-spacing: -1px; } }
            div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item h2 {
              font-size: 20px; }
              @media only screen and (max-width: 1200px) {
                div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item h2 {
                  font-size: 14px; } }
              @media only screen and (max-width: 500px) {
                div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item h2 {
                  font-size: 14px; } }
            @media only screen and (max-width: 500px) {
              div.showcase.fourth div.overlay div.rates-container div.rates-row div.rates-item h1 {
                font-size: 26px; } }
  div.showcase.fifth {
    background-color: #191919;
    overflow: hidden; }
    div.showcase.fifth div.hexagon {
      position: absolute;
      top: 1%;
      left: 50%;
      width: 950px;
      height: 950px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #65ccb8;
      -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      z-index: 0; }
      @media only screen and (max-width: 500px) {
        div.showcase.fifth div.hexagon {
          top: 25%;
          width: 350px;
          height: 350px; } }
    div.showcase.fifth div.overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      div.showcase.fifth div.overlay h1.headline {
        padding: 40px 40px 20px 40px;
        background-color: white;
        color: black;
        font-size: 96px;
        mix-blend-mode: screen; }
        @media only screen and (max-width: 1200px) {
          div.showcase.fifth div.overlay h1.headline {
            font-size: 45px; } }
        @media only screen and (max-width: 500px) {
          div.showcase.fifth div.overlay h1.headline {
            font-size: 36px;
            padding-top: 30px; } }
      div.showcase.fifth div.overlay button.contact-btn {
        width: 732px;
        height: 96px;
        margin-top: 25px;
        background-color: black;
        color: white;
        border: unset;
        font-size: 40px;
        font-family: 'Josefin Sans', sans-serif;
        mix-blend-mode: multiply;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        cursor: pointer; }
        @media only screen and (max-width: 500px) {
          div.showcase.fifth div.overlay button.contact-btn {
            width: 300px; } }
        @media only screen and (max-width: 1200px) {
          div.showcase.fifth div.overlay button.contact-btn {
            width: 327px;
            font-size: 18px;
            mix-blend-mode: normal; } }
        div.showcase.fifth div.overlay button.contact-btn:hover {
          background-color: white;
          color: black;
          mix-blend-mode: normal; }
          div.showcase.fifth div.overlay button.contact-btn:hover a {
            color: black; }
      div.showcase.fifth div.overlay button.social-media-btn {
        width: 363px;
        height: 76px;
        margin-top: 25px;
        margin-right: 15px;
        background-color: black;
        color: white;
        border: unset;
        font-size: 20px;
        font-family: 'Josefin Sans', sans-serif;
        mix-blend-mode: multiply;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        cursor: pointer; }
        div.showcase.fifth div.overlay button.social-media-btn:last-of-type {
          margin-right: 0px; }
        @media only screen and (max-width: 1200px) {
          div.showcase.fifth div.overlay button.social-media-btn {
            margin-top: 5px;
            width: 162px;
            color: white;
            mix-blend-mode: normal; } }
        div.showcase.fifth div.overlay button.social-media-btn:hover {
          background-color: white;
          color: black;
          mix-blend-mode: normal; }
          div.showcase.fifth div.overlay button.social-media-btn:hover a {
            color: black; }
