:root {
  --black: #111;
  --white-smoke: #3c4cff;
  --main-brand-colour: #6057c3;
}

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Cabin;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant;
  font-size: 51px;
  font-weight: 700;
  line-height: .9;
}

p {
  color: #f3f3f3cc;
  max-width: 350px;
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  background-color: #4e93f1;
  background-image: url('../images/pattern-sky.webp');
  background-position: 0 0;
  background-size: 80px;
}

.doif-logo {
  z-index: 2;
  cursor: pointer;
  width: 300px;
  margin-top: 40px;
  margin-left: 40px;
  position: relative;
}

.splash {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.splash-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-radius: 9999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
  position: relative;
}

.nav-link-wrapper {
  z-index: 1;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.menu-title {
  color: #fff;
  text-align: left;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.menu {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.links-wrapper.first {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.panorama-container {
  position: absolute;
  inset: 0%;
}

.panorama {
  aspect-ratio: 1513 / 575;
  max-width: none;
}

.panorama-wrapper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.opening-overlay {
  z-index: 10;
  background-image: url('../images/pattern-sky.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 80px;
  display: block;
  position: absolute;
  inset: 0%;
}

.logo-2-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.circle {
  z-index: 1;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 21.65%;
  aspect-ratio: 1;
}

.circle-inner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 21% 15% 15%;
}

.splash-body {
  color: #025fbc;
  text-align: center;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: .8vw;
  font-style: normal;
  font-weight: 400;
  line-height: .9vw;
}

.divider {
  background-color: #025fbc;
  width: 100px;
  height: 1px;
}

.cta {
  color: #025fbc;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.icon-arrow {
  width: 14px;
  height: 14px;
  display: block;
}

.drop-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.drop-link.last {
  border-bottom: 1px solid #fff;
}

.title {
  pointer-events: none;
  color: #f9d2c8;
  text-align: left;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.description {
  pointer-events: none;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.mobile {
  display: none;
}

.test {
  background-color: var(--white-smoke);
}

.logo-outlines {
  width: 80%;
}

.accordion-item {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.accordion-toggle {
  border-bottom: 1px solid #fff;
  align-items: center;
  height: 40px;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: #ddd0;
  background-image: url('../images/pattern-sky.webp');
  background-position: 0 0;
  background-size: 80px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-13 {
  width: 100%;
}

.form-block {
  height: 421px;
}

.form {
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 436px;
  padding: 20px;
  display: flex;
}

.text-field {
  color: #025fbc;
  border: 0 solid #000;
  height: 40px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.message {
  height: 160px;
}

.submit-button-2 {
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
}

.error-message {
  color: #fff;
  background-color: #ffdede00;
  margin-top: 0;
  padding: 6px 20px 6px 0;
  font-family: Inter, sans-serif;
  position: absolute;
  inset: auto auto 39px 20px;
}

.div-block-14 {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.icon-arrow-dropdown {
  width: 14px;
  height: 14px;
  display: block;
  transform: rotate(90deg);
}

.menu-title-form {
  color: #fff;
  text-align: left;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.success-message {
  background-image: url('../images/pattern-sky.webp');
  background-position: 0 0;
  background-size: 80px;
  height: 436px;
  padding: 0;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.logo-d {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-i {
  height: 100%;
  position: absolute;
  inset: 0% 23.5% auto auto;
}

.logo-f {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-full {
  opacity: 0;
}

.logo-o {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 21.65%;
}

.mobile-divider {
  background-color: #025fbc;
  width: 100px;
  height: 1px;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.reset {
  text-decoration: underline;
}

.panorama-details {
  aspect-ratio: 1513 / 575;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .doif-logo {
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-link-wrapper {
    padding-right: 20px;
  }

  .menu-title {
    font-size: 20px;
  }

  .menu {
    flex-flow: column;
    margin-bottom: 200px;
    position: relative;
    top: 100px;
    right: 0;
  }

  .links-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .links-wrapper.first {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .opening-overlay {
    display: none;
  }

  .splash-body {
    color: #fff;
  }

  .divider {
    background-color: #fff;
  }

  .cta {
    color: #fff;
  }

  .icon-arrow {
    width: 20px;
    height: auto;
  }

  .icon-arrow.shop {
    width: 20px;
  }

  .drop-link {
    justify-content: space-between;
  }

  .title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .description {
    font-size: 16px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    background-image: url('../images/DOIF_mobile_landing.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .accordion-toggle {
    padding-right: 20px;
  }

  .div-block-13 {
    flex: 1;
  }

  .icon-arrow-dropdown {
    width: 20px;
    height: auto;
    transform: rotate(90deg);
  }

  .mobile-nav-wrapper {
    z-index: 30;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 40px 40px 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-hamburger {
    width: 55px;
    height: 43px;
    position: static;
  }

  .mobile-logo {
    width: 400px;
    position: absolute;
  }

  .mobile-menu-buttons-wrapper {
    position: relative;
  }

  .mobile-close {
    height: 44px;
    position: absolute;
    top: 40px;
    right: 40px;
  }

  .mobile-menu-wrapper {
    z-index: 100;
    background-image: url('../images/pattern-sky.webp');
    background-position: 0 0;
    background-size: 80px;
    height: 100%;
    padding: 40px;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .mobile-pano-full {
    z-index: 10;
    background-image: url('../images/DOIF_mobile_pano.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: absolute;
    inset: 0%;
  }

  .mobile-splash {
    z-index: 20;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    display: flex;
    position: relative;
  }

  .text-block {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-family: Inter, sans-serif;
  }

  .image-2 {
    width: 300px;
    margin-bottom: 20px;
  }

  .mobile-divider {
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
  }

  .mobile-logo-full {
    width: 400px;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    max-width: 165px;
    font-size: 30px;
  }

  .icon-arrow.shop, .icon-arrow-dropdown {
    width: 20px;
  }

  .mobile-nav-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 30px 0;
  }

  .mobile-hamburger {
    width: 55px;
    height: 43px;
  }

  .mobile-logo {
    width: 320px;
  }

  .mobile-close {
    height: 44px;
    top: 30px;
    right: 30px;
  }

  .mobile-menu-wrapper {
    padding: 30px 30px 0;
    display: none;
  }

  .mobile-splash {
    width: 360px;
  }

  .image-2 {
    width: 260px;
  }

  .mobile-logo-full {
    width: 320px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .doif-logo {
    width: 60%;
    margin-top: 20px;
    margin-left: 20px;
  }

  .menu-title {
    font-size: 14px;
  }

  .icon-arrow.shop {
    width: 20px;
  }

  .title {
    margin-bottom: 0;
    font-size: 20px;
  }

  .description {
    font-size: 14px;
  }

  .icon-arrow-dropdown {
    width: 20px;
  }

  .mobile-nav-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20px 0;
  }

  .mobile-hamburger {
    width: 32px;
    height: 28px;
  }

  .mobile-logo {
    width: 220px;
  }

  .mobile-menu-buttons-wrapper {
    margin-top: -20px;
    margin-right: -20px;
    padding: 20px;
  }

  .mobile-close {
    margin-top: 20px;
    top: 20px;
    right: 20px;
  }

  .mobile-menu-wrapper {
    padding: 20px 20px 0;
    display: none;
  }

  .mobile-splash {
    width: 300px;
    margin-bottom: 40px;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .image-2 {
    width: 220px;
  }

  .mobile-divider {
    margin-bottom: 15px;
  }

  .mobile-logo-full {
    width: 220px;
  }

  .hitbox {
    justify-content: flex-end;
    align-items: flex-start;
    width: 56px;
    height: 56px;
    display: flex;
  }
}


