* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

:root {
  --p2: #ffd84d;
  --p3: #0b1c3d;
  --p4: #0b1c3db2;
  --p5: #ffd84d75;
}

html {
  scroll-behavior: smooth;
}

#slide {
  padding: 0;
  position: relative;
  margin: 0;
  height: auto;
  width: 100vw;
}

#slide * {
  pointer-events: none;
}

section {
  position: relative;
  width: 100vw;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f4f8fb;
  background: transparent;
}

section > * {
  margin: 8px 0;
}

section p {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

section > h2:not(#contact h2),
.section > h2 {
  border-bottom: 2px solid var(--p3);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--p3);
  padding: 0px 8px;
  padding-left: 0px;
  width: auto;
  margin-right: auto;
  animation: h2Border linear both;
  animation-timeline: view();
  animation-range: entry 30% cover 40%;
}

#track img {
  width: 100%;
  height: 100%;
}

footer {
  height: auto;
  width: 100vw;
  background-color: var(--p3);
  color: rgba(255, 255, 255, 0.747);
  border-top: 0.1px solid var(--p2);
  text-align: center;
  padding: 4px;
  font-size: 15px;
  font-weight: 100;
}

.bluro {
  position: relative;
  height: 45vw;
  width: 100%;
  overflow: hidden;
}

.bluro > * {
  height: 100%;
  width: 100%;
  position: absolute;
  visibility: hidden;
}

.arroww {
  background-color: var(--p3);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightt {
  right: 28px;
}

.leftt {
  left: 28px;
}

.exe {
  width: 100%;
}

.exe a {
  border: 2px solid var(--p3);
  color: var(--p3);
  border-radius: 5px;
  padding: 0px 8px;
  height: 30px;
  font-weight: 600;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.dline {
  display: flex;
  flex-direction: row;
}

.dline {
  margin-right: auto;
}

.map {
  width: 100%;
  height: 30vh;
}

#contact {
  background-color: var(--p3);
  color: white;
}

#contact h2 {
  color: white;
  font-size: 24px;
  font-weight: 900;
  width: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

@keyframes dropDown {
  0% {
    max-height: 0vh;
  }
  100% {
    max-height: 50vh;
  }
}

@keyframes subDrop {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 50vh;
  }
}

@keyframes slowBlur {
  0% {
    visibility: visible;
    transform: scale(1);
  }
  80% {
    filter: blur(0px);
    transform: scale(1);
  }
  100% {
    filter: blur(8px);
    visibility: hidden;
    transform: scale(0.9);
  }
}

@keyframes h2Border {
  0% {
    transform: translateY(36px);
  }

  100% {
    transform: translateY(0px);
  }
}

#main {
  position: relative;
  width: 70vw;
  height: 90vw;
  margin: auto;
  perspective: 2000px;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.685);
}

#main * {
  border-radius: 20px;
}

#book {
  background-image: url("./res/table.jpg");
  background-size: cover;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

#front {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 23;
  transform-origin: left;
  transform-style: preserve-3d;
  backface-visibility: visible;
  display: flex;
}

#bgo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -90;
}

#back {
  padding: 44px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#back > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  overflow: hidden;
  gap: 14px;
}

#back h2 {
  font-size: 24px;
  text-align: center;
  color: var(--p3);
  font-weight: 700;
}

#back img {
  margin: 0 auto;
}

#founder {
  height: 100px;
  width: 100px;
}

#back p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  height: auto;
}

img {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

@keyframes book {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-90deg);
  }
}

#bgpage {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  transition: top 0.5s ease-in-out;
}

.bgnone {
  background-color: transparent;
}

#coastalAreas {
  height: auto;
  width: 100vw;
}

#coastalAreas > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

#coastalAreas img {
  width: 45vw;
  height: auto;
}

#imgfocus {
  height: 100vh;
  width: 100vw;
  background-color: #0b1c3d8c;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  display: none;
}

#imgfocus > svg {
  position: absolute;
  height: 10vw;
  width: 10vw;
  top: 5%;
  right: 5%;
}

#if-container {
  width: 100vw;
  min-height: 10vh;
  height: auto;
}

#if-container > img {
  width: 100%;
  height: auto;
}
