body:not(.visitedBefore) {
  overflow: hidden;
}
/* make chain animation */
body:not(.visitedBefore) .fadeout {
  opacity: 0 !important;
}
body:not(.visitedBefore) .fadein {
  opacity: 1 !important;
}
body:not(.visitedBefore) .movelogo {
  transform: translate(-540%, -180%) scale(0);
}
@media (max-width: 900px) {
  body:not(.visitedBefore) .movelogo {
    transform: translate(-20vh, -50vh) scale(0);
  }
}
body:not(.visitedBefore) .slideitup {
  height: 0 !important;
}
body:not(.visitedBefore) .movebannerimage {
  top: -20px;
}
@media (max-width: 600px) {
  body:not(.visitedBefore) .movebannerimage {
    top: 10px;
  }
}
body:not(.visitedBefore) .removesplashscreen {
  opacity: 0 !important;
  height: 0 !important;
}
body:not(.visitedBefore) .revealhomecontent {
  opacity: 1 !important;
}
/* end of animation */
body:not(.visitedBefore) #splash-screen {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
}
body:not(.visitedBefore) #splash-screen .splash-nav {
  flex: 1 1 auto;
  display: none;
}
body:not(.visitedBefore) #splash-screen .splash-screen-content {
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  align-content: flex-end;
  justify-content: flex-end;
  position: relative !important;
  height: 50vh;
  width: 100%;
}
body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-logo {
  font-family: satisfy, cursive;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
}
body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-logo img {
  position: relative;
  width: 350px;
}
body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-logo .splash-first-logo {
  transition: transform 1s ease-in-out, scale 0.5s ease-in;
  transition-delay: 0.6s;
}
body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-logo .splash-second-logo {
  right: 35px;
  transition: opacity 1s;
}
@media (max-width: 400px) {
    body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-logo img {
    width: 100px;
  }
  body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-logo .splash-first-logo {
    left: 20px;
  }
  body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-logo .splash-second-logo {
    right: 25px;
  }
}
body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-desc {
  font-size: 25px;
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 1.1s;
}
body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-page-btn {
  display: block;
  font-size: 18px;
  width: 150px;
  margin: 0 auto;
  background: transparent;
  border: none;
  color: #DA6227;
  font-weight: bold;
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 1.2s;
}
@media (max-width: 1280px) {
  body:not(.visitedBefore) #splash-screen .splash-screen-content {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  body:not(.visitedBefore) #splash-screen .splash-screen-content .splash-desc {
    font-size: 16px;
  }
}
#splash-screen .splash-screen-image {
  flex: 1 1 auto;
  height: 50vh;
  position: relative;
  background: url(../../../../assets/images/home/av_banner.png) no-repeat;
  background-position: top center;
  background-size: cover;
  transition: top 0.5s ease-in-out;
  transition-delay: 1.2s;
}
@media (max-width: 1400px) {
  #splash-screen .splash-screen-image.animation-completed, .visitedBefore #splash-screen .splash-screen-image.animation-completed{
    height: 400px;
  }
}
@media (max-width: 768px) {
  #splash-screen .splash-screen-image.animation-completed, .visitedBefore #splash-screen .splash-screen-image.animation-completed{
    height: 200px;
  }
}
body:not(.visitedBefore) .home-content {
  opacity: 0;
  transition: opacity 5s;
}
body:not(.visitedBefore) .offsetleft {
  left: -50px;
  position: relative;
}
body:not(.visitedBefore) .offsetright {
  right: -50px;
  position: relative;
}
body:not(.visitedBefore) .header-logo {
  font-family: satisfy, cursive;
  font-weight: bold;
  margin: 12px 0;
  font-size: 4rem;
}
body:not(.visitedBefore) .header-logo img {
  width: 130px;
}
@media (max-width: 768px) {
  body:not(.visitedBefore) .header-logo img {
    width: 100px;
  }
}
body:not(.visitedBefore) .hover-line {
  clip-path: polygon(2% 65%, 12% 62%, 23% 61%, 33% 60%, 42% 60%, 50% 59%, 61% 59%, 73% 58%, 90% 57%, 79% 60%, 66% 61%, 55% 62%, 46% 63%, 27% 65%, 18% 66%);
  height: 100px;
  background: #DA6227;
  width: 50px;
}
.visitedBefore #splash-screen .splash-screen-content {
    display: none;
}