* {
  margin: 0;
  font-family: "Montserrat";
}

::-webkit-scrollbar {
  width: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes flip {
  0%, 80% {
    transform: rotateY(360deg);
  }
}
html, body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #d75079;
}

.center {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

a {
  text-decoration: none;
}

.logo-img {
  width: 130px;
  align-items: center;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  transition: all 1s;
}
.logo-img:hover {
  transform: scale(1.05);
}
.logo-img .logo-img path {
  transition: all 1s;
}

A:link {
  color: #ffffff;
  TEXT-DECORATION: none;
}

A:visited {
  color: #ffffff;
  TEXT-DECORATION: none;
}

A:active {
  color: #ffffff;
  TEXT-DECORATION: none;
}

A:hover {
  COLOR: #ffffff;
  TEXT-DECORATION: none;
  transition: all 0.5s;
}

.header {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #000000;
  align-content: center;
}
.header_text {
  font-weight: 300;
  font-size: 12px;
}

.top {
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: normal;
  color: #ffffff;
  align-content: center;
}
.top_text {
  font-weight: 300;
  font-size: 12px;
}

.main {
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: normal;
  color: #ffffff;
  align-content: center;
}

.video {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: normal;
}

.footer {
  padding-top: 15px;
  font-weight: 400;
  font-size: 13px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  color: #ffffff;
}
.footer_img {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
}

#digitaldesign {
  position: fixed;
  text-align: right;
  left: 20px;
  bottom: 5px;
  padding: 0px;
  font-weight: 400;
  font-size: 9px;
  color: #000000;
}

@media (max-width: 1024px) {
  .top_text {
    display: none;
  }
  .top_content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
  }
  .top_link {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .center {
    padding-left: calc(50% - 393px);
    padding-right: calc(50% - 393px);
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (max-width: 833px) {
  .top_text {
    display: none;
  }
  .top_content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
  }
  .top_link {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .center {
    padding-left: 24px;
    padding-right: 24px;
  }
  .main {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu_mobile {
    display: flex;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
    gap: 32px;
  }
  .logo-img {
    width: 70px;
    align-items: left;
    align-content: flex-start;
  }
  .header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .top_text {
    display: none;
  }
  .top_content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
  }
  .top_link {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .main {
    font-size: 12px;
    font-weight: 200;
  }
  .main_img {
    width: 350px;
    font-size: 10px;
    line-height: 10px;
    align-items: left;
    align-content: flex-start;
  }
  .main_text {
    font-weight: 150;
    font-size: 12px;
  }
  .nav {
    font-weight: 400;
    font-size: 12px;
  }
  .footer {
    padding-bottom: 32px;
    font-size: 8px;
  }
  .footer_content {
    justify-content: center;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
    gap: 34px;
  }
  .footer_info {
    gap: 100px;
  }
  .footer_form {
    margin-left: 0px;
  }
  #digitaldesign {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */