html, body {
    font-size: 1vw;
}
body{
    background: transparent linear-gradient(180deg, #8ACED7 0%, #E2E5C2 63%, #EAE7C0 100%) 0% 0% no-repeat padding-box;
    font-family: "AlmoniTzarMLv5AAA-Regular";
    color: #192653;
}
.ac-red{
    color:#FF0262
}
strong {
  font-family: "AlmoniTzarMLv5AAA-Bold";
}



/* Hide hamburger menu on desktop */
@media (min-width: 769px) {
  #ac-menu-toggle {
    display: none;
  }
}

#ac-menu-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  background: transparent;
  color: #192653;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

#ac-menu {
  position: fixed;
  top: 0;
  right: -211vw;
  width: 100vw;
  height: 100vh;
  background-color: #fffffff2;
  color: #192653;
  padding: 0;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease-in;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#ac-menu.open {
  right: 0;
}
#ac-menu ul {
  list-style: none;
  padding: 0;
}
#ac-menu li {
  margin-bottom: 1.5rem;
}
#ac-menu li.ac-hide{
display: none
}
#ac-menu a {
  color: #192653;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "AlmoniTzarAAA-Bold";
}
.ac-img-responsive {
  width:100%;
  height:auto;
  display:block;
}
svg{
  width:100%;
  height: 100%;
}

#ac-bg-all-contents{
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #8ACED7 0%, #E2E5C2 63%, #EAE7C0 100%);
}
#ac-bg-all-contents .ac-mountains_back,
#ac-bg-all-contents .ac-mountains_front,
#ac-bg-all-contents .ac-cards,
#ac-bg-all-contents .ac-plain{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ac-bg-all-contents .ac-clouds{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2rem;
  width: 100vw;
  height: auto;
  left: 0vw;
}
#ac-bg-all-contents .ac-clouds img{
  mix-blend-mode: screen;
}
#ac-bg-all-contents .ac-mountains_back{
  bottom: 2rem;
  width: 116vw;
  height: auto;
  left: -1vw;
}
#ac-bg-all-contents .ac-mountains_front{
  bottom: -5vw;
  width: 106vw;
  height: auto;
}
#ac-bg-all-contents .ac-cards{
  width: auto;
  height: 30rem;
  left: 50%;
  bottom: -13vw;
  transform: translate(-50%, 0);
}

.ac-container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; 
  z-index: 1;
  margin-top: 19vh;
  height: 100vh;
  opacity: 1;
  transition: opacity 0.4s ease; 
}
.ac-container.fade-out { opacity: 0; }
button.ac-next,
button.ac-btn,
a.ac-btn {
    max-width: 255px;
    width: 80vw;
    height: 49px;
    background-color: #FF0262;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #FFFFFF;
    border-radius: 45px;
    opacity: 1;
    font-size: 28px;
    color: #fff;
    font-family: "AlmoniTzarAAA";
    padding: 9px 10px 8px;
    cursor: pointer;
    text-decoration: none;
}
.ac-show-on-mobile{
  display: none
}
.ac-hide-on-mobile{
  display: block
}
@media(max-width:1023px){
  html, body {
    font-size: 2vw;
  }
  .ac-show-on-mobile{
    display: block
  }
  .ac-hide-on-mobile{
    display: none
  }
  #ac-bg-all-contents .ac-clouds{
    top: 2rem;
    width: 405vw;
    height: auto;
    left: -5vw;
    display: none
  }
  #ac-bg-all-contents .ac-mountains_back{
    bottom: 5rem;
    width: 394vw;
    height: auto;
    left: -11vw
  
  }
  #ac-bg-all-contents .ac-mountains_front{
    bottom:-1vw;
    width: 245vw;
    height: auto;
  }
  #ac-bg-all-contents .ac-cards{
    /* bottom: -5rem; */
    bottom: -1rem;
    width: 73vw;
    height: auto;

  }

}
@media(max-width:650px){
  html, body {
    font-size: 3.5vw;
  }
}
.ac-hide {
  display: none
}
