.image {
  width: auto;
  height: 50vh;
  object-fit: contain;
  margin-top: 0;
  position: static;
  top: 0;
}

.container {
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  background-image: url('../images/gold-texture-23.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block {
  width: 30vw;
  height: 33vw;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: none;
  background-image: url('../images/DK8A4478.jpg');
  background-position: 50% 54.5%;
  background-repeat: no-repeat;
  background-size: 30vw 43vw;
  background-attachment: scroll;
  background-clip: content-box;
  border: .5vw dotted rgba(255, 157, 0, .77);
  border-radius: 15vw;
  margin-left: -15vw;
  position: relative;
  left: 50vw;
}

.navbar {
  width: 100vw;
  height: 2.3vw;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: .2vw rgba(255, 251, 0, .77);
  border-style: none none dotted dotted;
  border-radius: 1.15vw;
}

.nav-menu {
  mix-blend-mode: color-burn;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  mix-blend-mode: darken;
  transition: opacity .2s;
}

.container-2 {
  width: 100vw;
  height: 2.3vw;
  max-width: 100%;
  min-height: auto;
  min-width: 0;
  object-fit: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 101px;
  display: block;
}

.text-block {
  text-align: right;
  flex-direction: row;
  order: 0;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: .7vw;
  display: block;
}

.text-span {
  color: #fff;
  text-shadow: 4px -4px 2px rgba(0, 0, 0, .4);
  margin-right: 1vw;
  font-size: 1.2vw;
  line-height: 1vw;
  position: static;
}

.menu-button {
  font-size: 64px;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section {
  height: 100vw;
  background-color: #000;
}

.icon {
  font-size: 2.5vw;
  line-height: 2vw;
  position: relative;
}

.text-block-2 {
  height: 6vw;
  color: #444;
  text-align: center;
  font-family: Allura, sans-serif;
  font-size: 7vw;
  line-height: 7vw;
  position: relative;
}

.text-block-3 {
  z-index: 1;
  text-align: center;
  letter-spacing: .7vw;
  white-space: nowrap;
  font-size: 2vw;
  line-height: 2.5vw;
  position: relative;
}

.div-block-2 {
  z-index: 100;
  height: 4.3vw;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75) 57%, #000);
  position: relative;
}

.section-2 {
  height: 50vw;
  object-fit: none;
}

.html-embed {
  z-index: 100;
  mix-blend-mode: screen;
  position: relative;
  top: -23.6vw;
}

.div-block-3 {
  z-index: 0;
  width: 100vw;
  height: 50vw;
  background-image: url('../images/gold-texture-23.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.text-block-4 {
  z-index: 1;
  color: #000;
  text-align: center;
  font-size: 2vw;
  line-height: 2vw;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    border-radius: 20px;
  }
}


