body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", serif;
  height: 100vh;
  width: 100vw;
  position: relative;
  background-color: #E3D8C2;
  overflow: clip;
}

.content-container {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  z-index: 1;
}

.logo {
  transform: translateY(160px);
  transition: 0.2s ease-in-out;
}
.logo svg {
  width: 280px;
  margin-right: 36px;
  fill: white;
}

.cloudsAn {
  opacity: 70%;
  position: absolute;
  left: 0px;
  top: -12vh;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

h1 {
  font-family: "Montserrat", serif;
  font-size: 60px;
  color: #76653d;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 30px;
  cursor: default;
}

p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 100px;
  font-style: italic;
  color: #86826a;
}

#animate {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
#animate svg {
  width: 1000px;
}

.foreground {
  position: absolute;
  bottom: -400px;
  left: -200px;
  width: 100%;
  z-index: 2;
}

.hide {
  display: none;
}

.op {
  opacity: 0;
}

.animlogo {
  animation: animtxt 2s ease-in-out forwards;
}

.fadein {
  animation: fadein 2s ease-in-out forwards;
}

.slide {
  animation: slidedown 2s ease-in-out forwards;
}

.cloudAnim {
  position: absolute;
  left: 0%;
  top: 0;
  transition: 0.5s ease-in-out;
  animation: movement 40s ease-in-out infinite;
}

.slideCloud {
  animation: slideUp 2s ease-in-out forwards;
}

@media only screen and (min-width: 1024px) {
  .foreground {
    left: 0px;
    bottom: -20vh;
  }
  .foreground img {
    width: 100%;
  }
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 18px;
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  .foreground {
    left: 0px;
    bottom: -300px;
  }
  .foreground img {
    width: 100%;
  }
  h1 {
    font-size: 46px;
  }
  p {
    font-size: 18px;
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1366px) {
  .foreground {
    left: 0px;
    bottom: -280px;
  }
  .foreground img {
    width: 100%;
  }
  h1 {
    font-size: 46px;
  }
  p {
    font-size: 18px;
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1600px) {
  .foreground {
    left: 0px;
    bottom: -300px;
  }
  .foreground img {
    width: 100%;
  }
  h1 {
    font-size: 65px;
  }
  p {
    font-size: 22px;
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1920px) {
  .foreground {
    left: 0px;
    bottom: -300px;
  }
  .foreground img {
    width: 100%;
  }
  h1 {
    font-size: 65px;
  }
  p {
    font-size: 22px;
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 820px) and (min-height: 1180px) {
  .logo svg {
    width: 300px;
  }
  .foreground {
    left: 0px;
    bottom: -20px;
  }
  .foreground img {
    width: 180%;
  }
  h1 {
    font-size: 45px;
  }
  p {
    font-size: 20px;
    margin-bottom: 250px;
  }
  #animate {
    height: 100vh;
    top: auto;
    bottom: -100px;
  }
  #animate svg {
    transform: none !important;
    transform: scale(2.5) !important;
  }
}
@media only screen and (min-width: 300px) and (max-width: 830px) and (min-height: 500px) and (orientation: portrait) {
  .foreground {
    width: 100%;
    overflow: hidden;
    left: 0px;
    bottom: -5px;
  }
  .foreground img {
    width: 200%;
  }
  h1 {
    font-size: 6vw;
    margin-top: 40px;
  }
  p {
    font-size: 3.5vw;
    margin-bottom: 200px;
  }
  .logo svg {
    width: 60%;
    margin-right: 5%;
  }
  #animate {
    height: 100vh;
    top: auto;
    bottom: -160px;
  }
  #animate svg {
    transform: none !important;
    transform: scale(2.5) !important;
  }
  #animate video {
    position: absolute;
    left: -60%;
    transform: none !important;
    transform: scale(0.9) !important;
  }
}
@media only screen and (min-width: 768px) and (min-height: 1024px) {
  .logo svg {
    width: 300px;
  }
  .foreground {
    left: 0px;
    bottom: -10px;
  }
  .foreground img {
    width: 130%;
  }
  h1 {
    font-size: 45px;
  }
  p {
    font-size: 22px;
    margin-bottom: 250px;
  }
  #animate {
    height: 100vh;
    top: auto;
    bottom: -100px;
  }
  #animate svg {
    transform: none !important;
    transform: scale(2) !important;
  }
}
@media only screen and (min-width: 768px) and (min-height: 1024px) and (orientation: landscape) {
  .foreground {
    left: 0px;
    bottom: -25vh;
  }
  .foreground img {
    width: 100%;
  }
}
@media only screen and (min-width: 1023px) and (min-height: 1365px) {
  .logo svg {
    width: 380px;
  }
  h1 {
    font-size: 55px;
  }
  .foreground {
    width: 100%;
    overflow: hidden;
    left: 0px;
    bottom: -10px;
  }
  .foreground img {
    width: 100%;
  }
  p {
    font-size: 28px;
    margin-bottom: 320px;
  }
  #animate {
    height: 100vh;
    top: auto;
    bottom: -100px;
  }
  #animate svg {
    transform: none !important;
    transform: scale(2.3) !important;
  }
}
@keyframes animtxt {
  0% {
    transform: translateY(160px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 100;
    transform: scale(1);
  }
}
@keyframes slidedown {
  0% {
    opacity: 0%;
    transform: translateY(-160px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0%;
    transform: translateY(-160px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0px);
  }
}
@keyframes colorchange {
  0% {
    color: #76653d;
  }
  100% {
    color: #ffa200;
  }
}
@keyframes movement {
  0% {
    left: -5%;
  }
  50% {
    left: -30%;
  }
  100% {
    left: -5%;
  }
}/*# sourceMappingURL=style.css.map */