html {
  scroll-behavior: smooth;
  max-width: 100% !important;
  overflow-x: hidden !important;
  cursor: url('../assets/cursor/cursor-default.svg') 20 20, auto;
}

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

.content a {
  color: rgb(0, 0, 0);
}

ul {
  padding: 0;
  margin: 0;
}

a {
  cursor: url('../assets/cursor/cursor-pointer.svg') 20 20, pointer !important;
}

button {
  cursor: url('../assets/cursor/cursor-pointer.svg') 20 20, pointer !important;

}

.button {

  cursor: url('../assets/cursor/cursor-pointer.svg') 20 20, pointer !important;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
 background: linear-gradient(135deg, #dac4c8a8 0%,  #cc78878a 25%,  #b6667577 50%,  #da94c0a9 75%, #e479ff77 100%);
  color: rgb(0, 0, 0);
}

figure {
  margin-top: 2em;
}

figcaption {
  font-size: 0.8em;
}

hr {
  margin-bottom: 1.5em;
}

textarea {
  width: 100%;
  height: 200px;
}

section {
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.6em;
  z-index: 2;
  
}

section h1 {
  font-size: 5em;
  word-wrap: break-word;
  margin-left: 15%;
  margin-right: 15%;
  line-height: 5em;
}

section h2 {
  line-height: 2em;
  font-size: 2em;
}

section .content {
  margin-left: 25%;
  margin-right: 25%;
  font-size: 0.9em;
  line-height: 1.6em;
}

.project_banner {
  background: radial-gradient(circle farthest-corner at center, #f8d7dc 0%, #f2b6c5 100%);
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 5%;
  padding-bottom: 15%;
  padding-top: 15%;
  width: 100vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav .nav-item a {
  font-size: 1.25em;
}

.project_banner h1 {
  font-size: 5em;
  word-wrap: break-word;
  margin-left: 15%;
  margin-right: 15%;
  line-height: 1.5em;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  section {
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
  }
  
  section .content {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 0.8em;
  }
  
  .project_banner h1 {
    font-size: 2em;
    word-wrap: break-word;
    margin-left: 5%;
    margin-right: 5%;
    /* color: white; */
  }
  
  code {
    word-break: break-all;
  }
}

video {
  width: 100% !important;
  height: auto !important;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buttons_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button {

  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: 50%;
  border-radius: 25px;
  border-color: #fff;
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  float: inherit;
}

.button:hover {
  background-color: #000000 !important;
  color: rgb(255, 255, 255) !important;
  border-color: #000000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button.center {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-left: 33%;
  margin-right: 33%;
  width: 33%;
  border-radius: 25px;
  font-size: 2em;
}

.button.next {
  width: 100%;
}

.button.next.download {
  margin-top: 15px;
  width: 100%;
  margin-bottom: 5px;
}

.featured .button {
  margin-left: 15%;
}

@media only screen and (max-width: 800px) {
  .button.center {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1000px) {
  .button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 25px;
  }
}

.colorPalette_black {
  background-color: #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.colorPalette_white {
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.colorPalette_mainPurple {
  background-color: #390834;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.colorPalette_secondaryPurple {
  background-color: #540e4d;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.colorPalette_brown {
  background-color: rgba(141, 75, 10, 0.837);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.colorPalette_logo {
  background-color: #390834;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.colorPalette_transgrey {
  background-color: rgba(35, 72, 98, 0.3019607843);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.colorPalette_pink {
  background-color: #DF62BC;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px dotted rgb(75, 75, 75);
  display: inline-block;
}

.text_elements_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 1000px) {
  .text_elements_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text_elements {
  border: 1px #000 solid;
  padding: 0 5rem 0 5rem;
  gap: 12px;
}

.heading1 {
  font-size: 2.5rem;
  font-weight: 900;
}

.heading2 {
  font-size: 2rem;
  font-weight: 700;
}

.heading3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.body_text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.caption_text {
  background-color: rgb(246, 215, 130);
  color: #333;
  font-style: italic;
}

.checkout-section {
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-group {
  margin-bottom: 20px;
}

label {
  font-weight: bold;
  margin-bottom: 10px;
}

input[type=email],
input[type=text] {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid gray;
}

button[type=submit] {
  padding: 10px 20px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: rgba(141, 75, 10, 0.837);
  color: #fff;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product {
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
}

.product img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.product h3 {
  margin-top: 15px;
  font-size: 18px;
}

.product p {
  margin-top: 10px;
  font-size: 14px;
}

.product button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: rgb(246, 215, 130);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 20px;
  font-size: 16px;
}

.product button:hover {
  background-color: rgba(141, 75, 10, 0.837);
  color: #fff;
}

.checkout-cart {
  width: 400px;
  margin: 50px 0;
  text-align: left;
}

.checkout-cart h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.checkout-cart table {
  width: 100%;
  border-collapse: collapse;
}

.checkout-cart td,
.checkout-cart th {
  padding: 10px;
  text-align: left;
}

.checkout-cart th {
  background-color: #333;
  color: #fff;
}

.checkout-cart td {
  border-top: 1px solid #333;
}

.checkout-cart tfoot td {
  font-weight: bold;
}

.sweet-spot-footer {
  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;
}

.footer-element {
  margin-top: 2%;
}

.footer-socials {
  margin-top: 3%;
}

.footer_text {
  font-style: italic;
}

.sweet-spot-footer {
  background-color: rgb(54, 13, 62);
  color: #000000;
  padding: 3%;
  text-align: center;
}

.sweet-spot-footer p {
  font-size: 16px;
  margin: 0;
}

.button {
    background-color: #610034;
  color: rgb(255, 255, 255);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: 50%;
  border-radius: 25px;
  border-color: #fff;
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);
}

@media only screen and (max-width: 1000px) {
  .button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 25px;
  }
}

.button[type=reset] {
  padding: 10px 20px;
  background-color: #000000;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.button:hover {
  background-color: #000000;
  color: white;
}

form {
  width: 100%;
}

.super-order-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 25px;
  border-radius: 25px;
  margin-bottom: 25px;
}

.super-order-flex-item {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  padding-bottom: 25px;
}

.order-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 25px;
  border-radius: 25px;
  margin-bottom: 25px;
  border-style: solid;
  border-color: rgba(35, 72, 98, 0.3019607843);
}

.order-flex-item {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  padding-left: 25px;
  padding-right: 50px;
  color: rgb(0, 0, 0);
  padding-bottom: 25px;
}

.order-summary {
  padding-bottom: 25px;
  border-radius: 25px;
  margin-bottom: 25px;
  color: black;
}

@media only screen and (max-width: 1000px) {
  .order-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-color: transparent;
  }
  
  .order-flex-container .order-flex-item {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    margin-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .super-order-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  
  .super-order-flex-item {
    padding-left: 0;
    padding-right: 0;
  }
  
  .order-summary .button {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  .order-summary table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.menu-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-flex-container .menu-flex-item-pic {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}

.menu-flex-container .menu-flex-item-desc {
  -webkit-box-flex: 75%;
  -ms-flex: 75%;
  flex: 75%;
  margin-left: 25px;
}

.menu-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.menu-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.thumb-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.thumb-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-content {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.product-details-content > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-details-content img {
  aspect-ratio: 1/1;
  max-width: 300px;
  border-radius: 25px;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-weight: 200;
}

.footer_text {
  font-style: italic;
}

@media only screen and (max-width: 800px) {
  .product-details-content {
    -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;
    text-align: center;
  }
  
  .product-details-content {
    max-width: none;
  }
}

@media only screen and (max-width: 1000px) {
  .menu-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    text-align: center;
  }
  
  .menu-flex-container .menu-flex-item-desc {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    margin-left: 0px;
  }
  
  .menu-img {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  
  .thumb-img {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  .feedbackContainer {
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
  }
}

.style_nav {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  width: 10%;
  color: rgb(0, 0, 0);
  text-decoration: none;
  top: 5%;
  margin-top: 5%;
  z-index: 1;
}

.style-nav-item {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: auto;
}

.style-nav-item:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f010e), to(#000000));
  background-image: linear-gradient(#0f010e, #000000);
  background-size: 0 0.2125rem, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.style-nav {
  text-decoration: none;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .style_nav {
    display: none;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 30%;
}

.flex-container > div {
  width: 50%;
  text-align: left;
  height: 100%;
  font-size: 30px;
  margin: 100px;
}

.section2 {
  color: #000000;
  margin-left: 0;
  margin-right: 0;
}

.section2:hover {
  color: #ffffff;
}

.section2:hover .button {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #000000;
}

.section2:hover .button:hover {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000000;
  border-color: #000000;
}

.section2:hover .greenbox {
  float: right;
  background-color: rgb(0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 100px;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: main 1s;
  animation: main 1s;
  z-index: -1;
  -webkit-transition: main 5s ease-out;
}

@-webkit-keyframes main {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes main {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.section2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: rgba(211, 212, 211, 0);
}

.section2 .greenbox:after {
  -webkit-animation: main 1s;
  animation: main 1s;
  animation-direction: reverse;
  -webkit-transition: main 5s ease-out;
}

@-webkit-keyframes main-r {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes main-r {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.flex-container:hover .proj-img-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 900px) {
  .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .flex-container > div {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  
  .flex-container1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .flex-container1 > div {
    width: 100%;
  }
}

.tag {
  background-color: #a01278;
  border-radius: 25px;
  color: white;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  -webkit-animation: pulse 4s ease alternate;
  animation: pulse 4s ease alternate;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner_heading h1 {
  font-size: 3.5em;
  display: none;
  margin-top: -55px;
  position: relative;
}

.inverse_heading {
  color: white;
}

@media only screen and (max-width: 1000px) {
  .banner_heading h1 {
    display: block;
    color: white;
  }
}

.section2 {
  color: #000000;
  margin-left: 0;
  margin-right: 0;
}

.section2:hover {
  color: #ffffff;
}

.section2:hover .button {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #ffffff;
}

.section2:hover .button:hover {
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  border-color: #ffffff;
}

.section2:hover .greenbox {
  float: right;
  background-color: rgb(0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 100px;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: main 1s;
  animation: main 1s;
  z-index: -1;
  -webkit-transition: main 5s ease-out;
}

@keyframes main {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.section2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: rgba(211, 212, 211, 0);
  z-index: 1;
}

.section2 h1 {
  font-size: 2em;
  line-height: 1em;
  word-wrap: normal;
  margin-left: 0;
  margin-right: 0;
}

.section2 .greenbox:after {
  -webkit-animation: main 1s;
  animation: main 1s;
  animation-direction: reverse;
  -webkit-transition: main 5s ease-out;
}

@keyframes main-r {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.flex-container:hover .proj-img-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 900px) {
  .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .flex-container > div {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  
  .flex-container1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .flex-container1 > div {
    width: 100%;
  }
}

.styleguide_projectcontainer {
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.styleguide_projectcontainer h1 {
  font-size: 1em;
}

.styleguide_projectcontainer p {
  font-size: 0.5em;
}

.styleguide_slidecontainer {
  padding-left: 15%;
  padding-right: 15%;
  width: 50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  height: 50%;
  margin-top: -500px;
}

.styleguide_animation_container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.animation {
  overflow: hidden;
  width: 100%;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.bloosom-anime {
  position: absolute;
  z-index: 9;
}

img.blossom-anime {
  width: 5%;
  z-index: 9 !important;
}

.blossom-wrapper {
  margin-top: -500px;
  width: 100%;
  position: absolute;
}

footer {
  margin-top: 0;
  z-index: 12;
  background-color: #1a0f1e;
}

.further_links {
  width: 100%;
  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;
}

.button {
  width: 100%;
}

.contact {
  border-radius: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_image {
  width: 80px;
}

.further_item {
  width: 100%;
  padding-top: 5%;
  margin-right: 12%;
  margin-left: 12%;
  -webkit-filter: brightness(50%);
}

.further_item:hover {
  z-index: 2;
  -webkit-filter: brightness(100%);
  color: #ffffff;
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}

.further_item h3 {
  position: relative;
  text-align: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5%;
}

@media only screen and (max-width: 1250px) {
  .contact_image {
    width: 55%;
  }
}

@media only screen and (max-width: 1000px) {
  .further_item {
    width: 33.33%;
  }
  
  footer {
    margin-top: 350px;
    z-index: 10;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .further_item h3 {
    font-size: 0.5em;
  }
}