:root {
  --light-black: #242121;
  --white: #fcfcfc;
  --beige: #efebd6;
  --light-grey: #929191;
}

body {
  font-family: "constantia", "Georgia", "sans-serif";
  margin: 0;
  padding: 0;
  background-color: var(--beige);
}

html, body {
  overflow: hidden;
}

img {
  width: 100%;
}

.looping-rhombuses-spinner,
.looping-rhombuses-spinner * {
  box-sizing: border-box;
}

.looping-rhombuses-spinner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--beige);
  display: grid;
  place-content: center;
}
.looping-rhombuses-spinner div.wrapper {
  position: relative;
  width: 65px;
  height: 15px;
}

.looping-rhombuses-spinner .rhombus {
  height: 15px;
  width: 15px;
  background-color: #fa9d46;
  left: 60px;
  position: absolute;
  margin: 0 auto;
  border-radius: 2px;
  transform: translateY(0) rotate(45deg) scale(0);
  -webkit-animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
          animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
}

.looping-rhombuses-spinner .rhombus:nth-child(1) {
  -webkit-animation-delay: -1666.6666666667ms;
          animation-delay: -1666.6666666667ms;
}

.looping-rhombuses-spinner .rhombus:nth-child(2) {
  -webkit-animation-delay: -3333.3333333333ms;
          animation-delay: -3333.3333333333ms;
}

.looping-rhombuses-spinner .rhombus:nth-child(3) {
  -webkit-animation-delay: -5000ms;
          animation-delay: -5000ms;
}

@-webkit-keyframes looping-rhombuses-spinner-animation {
  0% {
    transform: translateX(0) rotate(45deg) scale(0);
  }
  50% {
    transform: translateX(-233%) rotate(45deg) scale(1);
  }
  100% {
    transform: translateX(-466%) rotate(45deg) scale(0);
  }
}

@keyframes looping-rhombuses-spinner-animation {
  0% {
    transform: translateX(0) rotate(45deg) scale(0);
  }
  50% {
    transform: translateX(-233%) rotate(45deg) scale(1);
  }
  100% {
    transform: translateX(-466%) rotate(45deg) scale(0);
  }
}
svg {
  display: block;
  position: relative;
}
svg #main01 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
svg #main02 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
svg #main03 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
svg #main04 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}
svg #main05 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}
svg #main06 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 48s;
          animation-delay: 48s;
}
svg #main07 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 56s;
          animation-delay: 56s;
}
svg #main08 {
  -webkit-animation: fadeOut 64s;
          animation: fadeOut 64s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 64s;
          animation-delay: 64s;
}

image {
  position: relative;
}

#visual {
  position: relative;
  margin-top: -200px;
}

nav ul.link_01 a {
  transition: 0.4s;
}
nav ul.link_01 a:hover {
  color: var(--light-grey);
}

.link_01 li {
  display: inline;
}
.link_01 li a {
  text-decoration: none;
  color: var(--white);
  font-style: oblique;
  font-weight: 400;
  font-size: 1.3em;
  margin: 0 0 50px 75px;
}

.link_01 {
  position: absolute;
  left: 770px;
  top: 70px;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s 1 9s ease normal forwards;
          animation: fadeIn 1.5s 1 9s ease normal forwards;
}

a.link_text :visited {
  color: var(--white);
}

a.link_text :hover {
  color: var(--light-grey);
}

.copyright {
  position: absolute;
  padding-bottom: 500px;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0.8;
  }
  12.5% {
    opacity: 1;
  }
  15.5% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0.8;
  }
  12.5% {
    opacity: 1;
  }
  15.5% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#visual {
  position: relative;
  margin-top: -200px;
}

.logo_wh {
  position: absolute;
  width: 16%;
  top: 13%;
  left: 150px;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s 1 9s ease normal forwards;
          animation: fadeIn 1.5s 1 9s ease normal forwards;
}

.logo_wh img {
  transition: all 0.5s ease;
}

.logo_wh img:hover {
  filter: invert(35%);
}

div.address_box {
  padding: absolute;
  bottom: 100px;
  right: 50px;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s 1 9s ease normal forwards;
          animation: fadeIn 1.5s 1 9s ease normal forwards;
}
div.address_box p {
  color: var(--white);
}
div.address_box p.adress {
  font-size: 28px;
  font-style: oblique;
}
div.address_box p.copyright {
  font-size: 13px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p.address {
  position: absolute;
  top: 80%;
  left: 1180px;
  font-size: 28px;
  font-style: oblique;
  color: var(--white);
}

p.copyright {
  position: absolute;
  top: 93%;
  left: 1200px;
  font-size: 13px;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  body {
    background: radial-gradient(#c5c1b2 51%, #c4dad7 100%);
  }
  #visual {
    margin-top: 217px;
    width: 160%;
    translate: -130px 0px;
  }
  .logo_wh {
    width: 32%;
    top: 4%;
    left: 45px;
  }
  .link_01 {
    left: 63%;
    top: -1%;
  }
  nav {
    top: 0;
    right: 4%;
    z-index: 100;
  }
  nav ul.link_01 {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  nav ul.link_01 li {
    font-size: 20px;
  }
  nav ul.link_01 li a {
    margin: 0;
  }
  p.address {
    top: 226px;
    left: 52px;
    font-size: 30px;
  }
  p.copyright {
    top: 618px;
    left: 140px;
    font-size: 16px;
  }
}