* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 374px) {
  * {
    font-size: 14px;
  }
}

html {
  width: 100%;
}

body {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  background: #fafafa;
  background-image: url("https://kilograde-website-strapi.s3.eu-central-1.amazonaws.com/background_svg_02_a6e312be3a.svg") !important;
  background-size: 30px !important;
  background-attachment: fixed !important;
  color: #000000;
  width: 100%;
  display: flex;
  flex-direction: column;
}

section {
  margin: 0 0 100px 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h2 {
  font-weight: 500;
  font-size: 3rem;
}

h3 {
  font-family: "plantin", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

h5 {
  font-size: 1rem;
  font-style: italic;
  font-weight: 200;
  color: #000000;
}

strong {
  font-weight: 500;
}

h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

header {
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  header {
    height: 50px;
  }
}

.collapse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 110px;
}
@media (max-width: 991px) {
  .collapse .navbar-nav {
    text-align: center;
  }
}

.container-fluid {
  flex-direction: column;
  height: 200px;
  padding: 50px 0 50px 0;
}
@media (max-width: 991px) {
  .container-fluid {
    flex-direction: row;
    padding: 0 1rem 0 1.5rem;
    height: 60px;
  }
}

.navbar {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .navbar {
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
}

.navbar-brand {
  color: #000000;
  margin: 0;
  padding: 0;
  width: 75px;
  display: block;
  background: none;
  transform: translate(10px);
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 40px;
    height: 40px;
    transform: translate(0px);
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
  outline: none;
}
.navbar-toggler:focus {
  outline: none;
  color: none;
  background-color: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.navbar-toggler .navbar-toggler-icon:focus {
  outline: none;
  color: none;
  background-color: none;
}

.navbar-light .navbar-nav .nav-link {
  margin: 0 20px;
  color: #000000;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }
}

.nav-item a:hover {
  color: #f18989 !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #f18989;
}

.hero-section {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-section {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  .hero-section {
    margin: 0 0 50px 0;
  }
}
.hero-section .fas {
  margin: 2rem 0 0 0;
  font-size: 4rem;
  color: #f18989;
}
@media (max-width: 768px) {
  .hero-section .fas {
    font-size: 3rem;
  }
}

.hero-container {
  margin: -4rem 0;
  position: relative;
  width: 750px;
  height: 750px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-container {
    width: 320px;
    height: 320px;
    max-width: 100vw;
  }
}

.hero-animation {
  position: relative;
  width: 750px;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}
.hero-animation video {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-animation img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .hero-animation {
    width: 320px;
    height: 320px;
    max-width: 100vw;
  }
}

.hero-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 750px;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}
@media (max-width: 768px) {
  .hero-logo {
    width: 320px;
    height: 320px;
    max-width: 100vw;
  }
}
.hero-logo img {
  width: 90vw;
  color: #ffffff;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.box {
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: flex;
  -webkit-justify-content: space-between;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .box {
    padding: 2rem 0.2rem;
  }
}
.box .btn {
  margin: 0 0 3rem 0;
}

video {
  max-width: 100%;
}
@media (max-width: 768px) {
  video {
    width: 320px;
    max-width: 100%;
  }
}

.gif-swap {
  padding: 0;
  max-width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .gif-swap {
    width: 320px;
    max-width: 100%;
  }
}

.animation {
  margin: 0;
  padding: 0;
}

.reel-section .iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .reel-section .iframe {
    margin: 0;
    width: 90vw;
  }
}
.reel-section .box {
  width: 600px;
  padding: 2rem 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 768px) {
  .reel-section .box {
    overflow: hidden;
    width: 90%;
    padding: 0rem 1.5rem;
  }
}
.reel-section .box .text-block p {
  text-align: left;
}
.reel-section .box .text-block strong:nth-child(3n+1) {
  color: #f18989;
}
.reel-section .box .text-block strong:nth-child(3n+2) {
  color: #abcbfb;
}
.reel-section .box .text-block strong:nth-child(3n+3) {
  color: #fbd178;
}
.reel-section .embed {
  max-width: 90vw;
  -webkit-clip-path: inset(1px 1px);
          clip-path: inset(1px 1px);
}
@media (max-width: 768px) {
  .reel-section .embed {
    width: 90vw !important;
  }
}
.reel-section .video-embed-16-9 {
  margin: 4rem 0;
  padding: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
@media (max-width: 768px) {
  .reel-section .video-embed-16-9 {
    margin: 0;
    border-radius: 0px;
    width: 90vw;
  }
}

.projects-section {
  width: 100%;
}
.projects-section .btn {
  margin: 0 0 1.5rem 0;
}
.projects-section .card-container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.projects-section .card-container li:nth-child(3n+1) strong {
  color: #f18989;
}
.projects-section .card-container li:nth-child(3n+1) a {
  color: #f18989;
}
.projects-section .card-container li:nth-child(3n+2) strong {
  color: #abcbfb;
}
.projects-section .card-container li:nth-child(3n+2) a {
  color: #abcbfb;
}
.projects-section .card-container li:nth-child(3n+3) strong {
  color: #fbd178;
}
.projects-section .card-container li:nth-child(3n+3) a {
  color: #fbd178;
}
.projects-section .card-container .card {
  width: 275px;
  margin: 0;
  height: 400px;
  overflow: visible;
}
.projects-section .card-container .card .card-body {
  width: 275px;
  margin: 0;
  padding: 1.5rem 1.5rem;
}
.projects-section .card-container .card .card-click-area {
  width: 277px;
  height: 402px;
  top: -2px;
}
@media (min-width: 768px) {
  .projects-section .card-container .card .card-click-area:hover {
    border: 4px solid;
  }
}
@media (max-width: 768px) {
  .projects-section .card-container .card .card-click-area {
    border: 4px solid;
  }
}
.projects-section .card-container .card .card-img-slider {
  height: 184px;
  width: 275px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects-section .card-container .glide {
  width: 1500px;
  max-width: 90vw;
}
@media (max-width: 1800px) {
  .projects-section .card-container .glide {
    width: 900px;
  }
}
@media (max-width: 1200px) {
  .projects-section .card-container .glide {
    width: 300px;
  }
}
.projects-section .card-container .glide .glide__slides {
  padding: 2rem 0.5rem;
}
.projects-section .card-container .glide .glide__slides:first-child {
  transform: scale(0.5);
}
.projects-section .card-container .glide .glide__slides:last-child {
  transform: scale(0.5);
}
.projects-section .card-container .glide .glide__arrow {
  box-shadow: none;
  text-shadow: none;
  color: #f18989;
  border: none;
  padding: 0;
  font-size: 4rem;
  margin: 0rem -12rem;
}
@media (max-width: 768px) {
  .projects-section .card-container .glide .glide__arrow {
    font-size: 3rem;
    margin: 0rem -7rem;
    transform: translateY(-48px);
  }
}
@media (max-width: 374px) {
  .projects-section .card-container .glide .glide__arrow {
    font-size: 2.5rem;
    margin: 0rem -4.5rem;
    transform: translateY(-41px);
  }
}
.projects-section .card-container .glide .glide__arrow i {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .projects-section .card-container .glide .glide__arrow i {
    font-size: 3rem;
  }
}
@media (max-width: 374px) {
  .projects-section .card-container .glide .glide__arrow i {
    font-size: 2.5rem;
  }
}
.projects-section .box {
  width: 600px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .projects-section .box {
    width: 90%;
  }
}

.sandbox-section {
  width: 100%;
}
.sandbox-section .box {
  width: 600px;
  max-width: 100%;
}
.sandbox-section .box span,
.sandbox-section .box h3 {
  color: #abcbfb;
}
@media (max-width: 768px) {
  .sandbox-section .box {
    width: 90%;
  }
}
.sandbox-section .box .post-container {
  width: 1300px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1400px) {
  .sandbox-section .box .post-container {
    width: 900px;
  }
}
@media (max-width: 992px) {
  .sandbox-section .box .post-container {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .sandbox-section .box .post-container {
    width: 100%;
  }
}
.sandbox-section .box .post-container .insta-post {
  margin: 12px;
  width: 400px;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 768px) {
  .sandbox-section .box .post-container .insta-post {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 360px) {
  .sandbox-section .box .post-container .insta-post {
    width: 250px;
    height: 250px;
  }
}
.sandbox-section .box .post-container .insta-post video {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sandbox-section .box .post-container .insta-post video {
    height: 300px;
  }
}
@media (max-width: 360px) {
  .sandbox-section .box .post-container .insta-post video {
    height: 250px;
  }
}

.projects-filter-section {
  width: 100%;
}
.projects-filter-section .box {
  width: 1075px;
  max-width: 90vw;
  min-height: 800px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .projects-filter-section .box {
    width: 90%;
  }
}
.projects-filter-section .filters {
  margin: 6rem 0 0 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: start;
}
@media (max-width: 768px) {
  .projects-filter-section .filters {
    margin: 2rem 0 0 0;
  }
}
.projects-filter-section .filters .form-switch {
  margin: 0.5rem 0.5rem;
  padding: 0.5rem 0 0.5rem 4.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  width: 300px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.projects-filter-section .filters .form-switch .form-check-input {
  cursor: pointer;
  border: 2px solid #f18989;
  color: #f18989;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f18989'/%3e%3c/svg%3e");
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.projects-filter-section .filters .form-switch .form-check-input:focus {
  outline: none;
  color: none;
  background-color: none;
}
.projects-filter-section .filters .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #abcbfb;
  border-color: #abcbfb;
}
.projects-filter-section .filters .form-switch .form-check-label {
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
.projects-filter-section .card-container {
  width: 1800px;
  max-width: 90vw;
  margin: 6rem 0 4rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: start;
}
.projects-filter-section .card-container div:nth-child(3n+1) .tag {
  background-color: #f18989;
}
.projects-filter-section .card-container div:nth-child(3n+1) a {
  color: #f18989;
}
.projects-filter-section .card-container div:nth-child(3n+1) a h4 {
  color: #000000;
}
.projects-filter-section .card-container div:nth-child(3n+1) a .card-body strong {
  color: #f18989;
}
.projects-filter-section .card-container div:nth-child(3n+2) .tag {
  background-color: #abcbfb;
}
.projects-filter-section .card-container div:nth-child(3n+2) a {
  color: #abcbfb;
}
.projects-filter-section .card-container div:nth-child(3n+2) a h4 {
  color: #000000;
}
.projects-filter-section .card-container div:nth-child(3n+2) a .card-body strong {
  color: #abcbfb;
}
.projects-filter-section .card-container div:nth-child(3n+3) .tag {
  background-color: #fbd178;
}
.projects-filter-section .card-container div:nth-child(3n+3) a {
  color: #fbd178;
}
.projects-filter-section .card-container div:nth-child(3n+3) a h4 {
  color: #000000;
}
.projects-filter-section .card-container div:nth-child(3n+3) a .card-body strong {
  color: #fbd178;
}
@media (max-width: 768px) {
  .projects-filter-section .card-container {
    width: 100%;
    margin: 2rem 0 2rem 0;
  }
}
.projects-filter-section .card-container .card {
  margin: 1rem 1rem;
  width: 500px;
  max-width: 100%;
  height: 350px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 425px) {
  .projects-filter-section .card-container .card {
    height: 200px;
  }
}
.projects-filter-section .card-container .card .card-img-filter {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
}
.projects-filter-section .card-container .card .card-body {
  margin: 0;
  position: absolute;
  width: 60%;
  height: 51%;
  top: 0;
  left: 0;
  transform: translate(33.333%, 202%);
  transition: 0.3s ease-out;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .projects-filter-section .card-container .card .card-body {
    width: 100%;
    transform: translate(0%, 160%);
    background: none;
    color: #ffffff;
    text-shadow: 0 0 12px black;
  }
  .projects-filter-section .card-container .card .card-body .card-title {
    color: #ffffff;
    text-align: center;
  }
  .projects-filter-section .card-container .card .card-body .card-subtitle {
    display: none;
  }
  .projects-filter-section .card-container .card .card-body .card-text {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  .projects-filter-section .card-container .card .card-body {
    transform: translate(0%, 135%);
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .projects-filter-section .card-container .card .card-body {
    transform: translate(0%, 140%);
  }
}
.projects-filter-section .card-container .card .tag {
  background: #f18989;
  position: absolute;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  top: -4rem;
  left: 9.5rem;
  margin: 2rem 0;
  width: 200px;
  transition: 0.3s ease-out;
}
@media (max-width: 768px) {
  .projects-filter-section .card-container .card .tag {
    top: -1rem;
    left: 9.5rem;
  }
}
@media (max-width: 425px) {
  .projects-filter-section .card-container .card .tag {
    top: -1rem;
    left: 4.5rem;
  }
}
@media (max-width: 375px) {
  .projects-filter-section .card-container .card .tag {
    top: -1rem;
    left: 3rem;
  }
}
@media (max-width: 320px) {
  .projects-filter-section .card-container .card .tag {
    top: -1rem;
    left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .projects-filter-section .card-container .card:hover .card-body {
    transform: translate(33.333%, 100%);
    box-shadow: 0px 6px 36px rgba(0, 0, 0, 0.15);
  }
  .projects-filter-section .card-container .card:hover .tag {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    top: 0;
  }
}

.display-headline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transform: translate(-10px);
}
.display-headline span {
  font-family: "plantin", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  color: #f18989;
}
.display-headline div {
  text-align: center;
}
.display-headline h2 {
  margin: 1rem 0 -0.1rem 0;
}
.display-headline h3 {
  margin-top: 0;
  color: #f18989;
}

.coral-text {
  color: #f18989;
}

.tide-text {
  color: #abcbfb;
}

.glow-text {
  color: #fbd178;
}

.card {
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
  margin: 0 10px;
  width: 275px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .card:hover {
    box-shadow: 0px 6px 36px rgba(0, 0, 0, 0.15);
    transform: translate(0, -0.3rem);
  }
}
.card i {
  font-size: 5rem;
}
.card p {
  color: #000000;
}
.card .tag p {
  color: #ffffff;
}
.card .projects-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.card .projects-icon i {
  color: #ffffff;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.card .image-only {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.card .card-body {
  margin: 1rem 1rem;
}
.card .card-body .card-subtitle {
  margin: 0 0 1rem 0;
}
.card .card-img-top {
  border-radius: 20px 20px 0 0;
}
.card .card-click-area {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card .card-click-area:hover {
    border: 4px solid;
  }
}
@media (max-width: 768px) {
  .card .card-click-area {
    border: 4px solid;
  }
}

.services-section span,
.services-section h3 {
  color: #fbd178;
}
.services-section .btn {
  background: #fbd178;
}
.services-section .animation {
  margin: -1rem 0;
}
.services-section .card-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .services-section .card-container {
    width: 90%;
  }
}
.services-section .card-container .card {
  margin: 0 1rem 2rem 1rem;
}
.services-section .card-container .coral .btn {
  margin: 1rem 0 0 0;
  background-color: #f18989;
}
.services-section .card-container .coral strong {
  color: #f18989;
}
.services-section .card-container .tide .btn {
  background-color: #abcbfb;
  margin: 1rem 0 0 0;
}
.services-section .card-container .tide strong {
  color: #abcbfb;
}
.services-section .card-container .glow .btn {
  background-color: #fbd178;
  margin: 1rem 0 0 0;
}
.services-section .card-container .glow strong {
  color: #fbd178;
}
.services-section .box {
  width: 600px;
}
@media (max-width: 768px) {
  .services-section .box {
    width: 90%;
  }
}
.services-section .box .full {
  margin: 2rem 0 2rem 0;
  padding: 0;
}
.services-section i {
  margin: 0 0 1.5rem 0;
  color: #f18989;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.about-section .about-box {
  width: 600px;
  max-width: 90%;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .about-section .about-box {
    width: 90%;
    padding: 2rem 1.5rem;
  }
}
.about-section .animation {
  margin: -2rem 0;
}
.about-section strong {
  color: #f18989;
}
.about-section h3,
.about-section span {
  color: #f18989;
}
.about-section h5 {
  margin: 0 0 1.5rem 0;
}
.about-section p {
  margin: 0 0 2rem 0;
}

.contact-section h3,
.contact-section span {
  color: #abcbfb;
}
.contact-section .btn {
  background-color: hsl(216, 91%, 83%);
}
.contact-section a {
  color: #000000;
  margin: 0 2rem;
}
.contact-section a:hover {
  color: #f18989;
}
.contact-section i {
  margin: 4rem 0;
}
.contact-section .contact-box {
  width: 600px;
  max-width: 90%;
}
.contact-section .contact-box .email {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section .contact-box {
    width: 90%;
  }
}
.contact-section .contact-box .socials {
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section .contact-box .socials {
    display: none;
  }
}
.contact-section .contact-box .socials i {
  font-size: 4rem;
}
.contact-section .contact-box .contact-form {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .contact-section .contact-box .contact-form {
    margin: 0 1rem;
  }
}
.contact-section .contact-box .contact-form label {
  font-size: 1.5rem;
  font-weight: 500;
}
.contact-section .contact-box .contact-form input {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-section .contact-box .contact-form input:focus {
  box-shadow: 0 0 0 2px #abcbfb;
}
.contact-section .contact-box .contact-form textarea {
  white-space: pre-line;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-section .contact-box .contact-form textarea:focus {
  box-shadow: 0 0 0 2px #abcbfb;
}
.contact-section .contact-box .contact-form button {
  margin: 2rem 0 0 0;
  padding: 0;
}
.contact-section .contact-box .contact-form .invalid-feedback {
  font-size: 1rem;
  color: #f18989;
}
.contact-section .contact-box .was-validated .form-control:invalid {
  border: 2px solid #f18989;
}

.tag {
  background: #fbd178;
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 0 1rem;
  text-align: center;
}

.services-full-section .box {
  width: 900px;
  padding: 2rem 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .services-full-section .box {
    width: 90%;
    padding: 2rem 0rem;
  }
}
.services-full-section p {
  text-align: left;
  padding: 0rem 1.5rem;
}
.services-full-section p.coral strong {
  color: #f18989;
}
.services-full-section p.tide strong {
  color: #abcbfb;
}
.services-full-section p.glow strong {
  color: #fbd178;
}
.services-full-section h5 {
  margin: 0 0 2rem 0;
}
.services-full-section h3 {
  margin: 0 0 4rem 0;
}
.services-full-section video {
  margin: -4rem 0;
}
.services-full-section img {
  margin: -4rem 0;
}
.services-full-section .img-line {
  margin: 6rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .services-full-section .img-line {
    width: 100%;
  }
}
.services-full-section .img-line img {
  width: 400px;
}
@media (max-width: 768px) {
  .services-full-section .img-line img {
    width: 100%;
  }
}
.services-full-section .img-line .left-img {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 768px) {
  .services-full-section .img-line .left-img {
    display: none;
  }
}
.services-full-section .img-line .right-img {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .services-full-section .img-line .right-img {
    display: none;
  }
}
.services-full-section .img-line .btn {
  position: absolute;
  margin: 0;
  width: 250px;
}

.tag {
  margin: 2rem 0 0 0;
  padding: 0 2rem;
}
.tag p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.projects-show-section .img-banner {
  margin: 4rem 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 1200px;
  max-width: 90vw;
  overflow: hidden;
}
.projects-show-section .img-banner img {
  max-width: 90vw;
}
@media (max-width: 768px) {
  .projects-show-section .img-banner {
    margin: 0;
    width: 90vw;
    border-radius: 20px 20px 0 0;
  }
}
.projects-show-section .tag {
  background-color: #f18989;
}
.projects-show-section .embed {
  max-width: 90vw;
  -webkit-clip-path: inset(1px 1px);
          clip-path: inset(1px 1px);
}
@media (max-width: 768px) {
  .projects-show-section .embed {
    width: 90vw !important;
  }
}
.projects-show-section .video-embed-16-9 {
  margin: 4rem 0;
  padding: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
@media (max-width: 768px) {
  .projects-show-section .video-embed-16-9 {
    margin: 0;
    border-radius: 0px;
    width: 90vw;
  }
}
.projects-show-section .video-embed-4-5 {
  margin: 4rem 0;
  padding: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 125%;
}
@media (max-width: 768px) {
  .projects-show-section .video-embed-4-5 {
    margin: 0;
    border-radius: 0px;
    width: 90vw;
  }
}
.projects-show-section .iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .projects-show-section .iframe {
    margin: 0;
    width: 90vw;
  }
}
.projects-show-section .box {
  width: 900px;
  padding: 2rem 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
}
@media (max-width: 768px) {
  .projects-show-section .box {
    overflow: hidden;
    width: 90vw;
    padding: 0rem 1.5rem;
  }
}
.projects-show-section .box .text-block p {
  text-align: left;
}
.projects-show-section .box .text-block strong:nth-child(3n+1) {
  color: #f18989;
}
.projects-show-section .box .text-block strong:nth-child(3n+2) {
  color: #abcbfb;
}
.projects-show-section .box .text-block strong:nth-child(3n+3) {
  color: #fbd178;
}
.projects-show-section p {
  text-align: left;
}
.projects-show-section .display-headline {
  transform: translate(0px);
}
@media (max-width: 768px) {
  .projects-show-section .display-headline {
    margin: 2rem 0;
  }
}
.projects-show-section .project-title-headline {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media (max-width: 768px) {
  .projects-show-section .project-title-headline {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .projects-show-section .project-title-headline h2 {
    margin: 0;
  }
}
.projects-show-section h5 {
  margin: 0 0 2rem 0;
}
.projects-show-section .text-block {
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .projects-show-section .text-block {
    margin: 2rem 0;
  }
}
.projects-show-section .block-width-1 {
  margin: 2rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .projects-show-section .block-width-1 {
    border-radius: 0px;
    width: 90vw;
  }
}
.projects-show-section .block-width-1 video {
  max-width: 100%;
}
@media (max-width: 1333px) {
  .projects-show-section .block-width-1 video {
    width: 100%;
  }
}
.projects-show-section .block-width-1 img {
  max-width: 100%;
}
@media (max-width: 1333px) {
  .projects-show-section .block-width-1 img {
    width: 100%;
  }
}
.projects-show-section .block-width-2 {
  margin: 2rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .projects-show-section .block-width-2 {
    border-radius: 0px;
    width: 90vw;
  }
}
.projects-show-section .block-width-2 video {
  max-width: 50%;
}
@media (max-width: 1333px) {
  .projects-show-section .block-width-2 video {
    width: 100%;
  }
}
.projects-show-section .block-width-2 img {
  max-width: 50%;
}
@media (max-width: 1333px) {
  .projects-show-section .block-width-2 img {
    width: 100%;
  }
}

.btn {
  font-weight: 500;
  padding: 0 2rem;
  font-size: 1.5rem;
  color: #ffffff;
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-out;
  z-index: 2;
}

.btn:hover {
  transform: translateY(0rem);
  color: #ffffff;
}

.btn-coral {
  background: #f18989;
}
.btn-coral:hover {
  box-shadow: 0 0px 32px hsl(0, 79%, 74%);
}

.btn-tide {
  background: #abcbfb;
}
.btn-tide:hover {
  box-shadow: 0 0px 32px hsl(216, 91%, 83%);
}

.btn-glow {
  background: #fbd178;
}
.btn-glow:hover {
  box-shadow: 0 0px 32px hsl(41, 94%, 73%);
}

.btn.full {
  width: 100%;
}
@media (max-width: 768px) {
  .btn.full {
    width: 95%;
  }
}

.imprint-section .box {
  width: 900px;
  padding: 2rem 6rem;
  text-align: left;
  max-width: 90vw;
  display: block;
}
@media (max-width: 768px) {
  .imprint-section .box {
    width: 90vw;
    padding: 2rem 1.5rem;
  }
}

.footer-section {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.footer-section .footer {
  padding: 4rem;
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .footer-section .footer {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .footer-section .footer {
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.footer-section .footer .footer-left {
  width: 400px;
  margin: 2rem 0;
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-section .footer .footer-left {
    width: 300px;
    max-width: 100%;
  }
}
.footer-section .footer .footer-left .footer-logo img {
  width: 75px;
}
.footer-section .footer .footer-left .footer-desc {
  margin: 0 2rem;
}
.footer-section .footer .footer-left .footer-desc p {
  margin: 0;
}
.footer-section .footer .footer-middle {
  margin: 2rem 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .footer-section .footer .footer-middle {
    justify-content: left;
    width: 300px;
    max-width: 100%;
  }
}
.footer-section .footer .footer-middle a {
  color: #000000;
}
.footer-section .footer .footer-middle a:hover {
  color: #f18989;
}
.footer-section .footer .footer-middle i {
  font-size: 3rem;
  margin: 0 1rem 0 0;
}
.footer-section .footer .footer-right {
  margin: 2rem 0;
  display: flex;
  width: 400px;
  float: right;
  max-width: 100%;
}
@media (max-width: 768px) {
  .footer-section .footer .footer-right {
    justify-content: left;
    padding: 0 0 0 0rem;
    width: 300px;
    max-width: 100%;
  }
}
.footer-section .footer .footer-right .footer-sitemap {
  float: right;
}
@media (max-width: 768px) {
  .footer-section .footer .footer-right .footer-sitemap {
    float: unset;
  }
}
.footer-section .footer .footer-right .footer-sitemap h6 {
  margin: 0 0 1rem 0;
  text-align: left;
}
.footer-section .footer .footer-right .footer-sitemap .sitemap {
  display: flex;
  flex-flow: row nowrap;
}
.footer-section .footer .footer-right .footer-sitemap .sitemap a {
  margin: 0 4rem 0 0;
  display: block;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .footer-section .footer .footer-right .footer-sitemap .sitemap a {
    margin: 0 2rem 0 0;
  }
}/*# sourceMappingURL=main.css.map */