
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 1vw;
  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";
}
body.ac-ver-d #ac-menu-toggle {
  display: none
}
#ac-main {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


#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;
}
#ac-bg-all-contents .ac-clouds,
#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{
  top: 2rem;
  width: 100vw;
  height: auto;
  left: 0vw;
}
#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: 56px;
  /* UI Properties */
  background-color: #FF0262;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #FFFFFF;
  border-radius: 45px;
  opacity: 1;
  font-size: 36px;
  color: #fff;
    font-family: "AlmoniTzarAAA";
    padding: 9px 10px 8px;
}
.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;
  }
  #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;
    width: 73vw;
    height: auto;

  }
  .ac-screen-5 .ac-container,
  .ac-screen-6 .ac-container {
    margin-top: 7vh;
  }
}
@media(max-width:650px){
  html, body {
    font-size: 3.5vw;
  }
}
.ac-hide {
  display: none
}

.ac-container {
    margin-top: 4vh;
}
.ac-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    max-width: 250px;
    margin-bottom: 2vh;
}
.ac-text-1{
    color: #FF0262;
    display: block;
    font-size: 4rem;
    font-family: "AlmoniTzarMLv5AAA-Bold";
       margin-bottom: 5vh;
    margin-top: -4vw;
}
.ac-price-1{
    background: #F2E4D4 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    width: 22vw;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    margin-bottom: 2vh;
    max-width: 395px;
    padding-right: 2vw;
}
.ac-price-1 .ac-img-relative{
    position: relative;
    width: 100%;
    height: 0;
}
.ac-price-1 .ac-img-price-1{
    position: absolute;
    width: 7.5vw;
    transform: translate(-50%, 0%);
    left: 107%;
    top: 0;

}
.ac-price-1 .ac-price-ttl{
    color: #FF0262;
    display: block;
    text-align: center;
    margin-top: 0vh;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5vw;
}
.ac-price-1 .ac-price-txt{
    color: #192653;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.5vw;
    line-height: 1;
    margin-top: -2vw;
}
.ac-wrapper-prices {
    display: flex;
    flex-direction: row;
    width: 47vw;
    justify-content: space-between;
    margin-top: 3vh;
}
.ac-wrapper-prices .ac-price{
    display: flex;
    flex-direction: column;
    background: #F2E4D4 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    width: 22vw;
    border-radius: 0.5rem;
    padding-right: 4vw;
    box-sizing: border-box;
}
.ac-wrapper-prices .ac-price .ac-img-relative{
    position: relative;
    width: 100%;
    height: 0;
}
.ac-wrapper-prices .ac-price .ac-img-price{
    position: absolute;
    width: 7vw;
    transform: translate(-50%, -1%);
    left: 118%;
    top: 0;
}
.ac-wrapper-prices .ac-price .ac-price-ttl{
    color: #FF0262;
    display: block;
    text-align: right;
    margin-top: 0.5vw;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.3vw;
}
.ac-wrapper-prices .ac-price .ac-price-txt{
    color: #192653;
    display: block;
    text-align: right;
    font-weight: 300;
    font-size: 1.1rem;
    margin-bottom: 0.5vw;
}
.ac-text-2{
    color: #192653;
    display: block;
    text-align: center;
     font-size: 1.5rem;
    margin-top: 1vw;
    line-height: 0.9;
}
@media(min-width:1024px) {
    html, body {
        font-size: 1.1vw;
    }
}
@media(max-width:1024px){
    #ac-bg-all-contents .ac-cards {
        bottom: -1rem;
    }
    #ac-bg-all-contents .ac-mountains_front {
        bottom: -6vw;
        width: 246vw;
    }
    #ac-bg-all-contents .ac-mountains_back {
        bottom: 2rem;
    }
    .ac-wrapper-prices .ac-price .ac-price-ttl{
        color: #FF0262;
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 0.3vw;
        margin-top: 8vw;
    }
    .ac-price-1{
        background: #F2E4D4 0% 0% no-repeat padding-box;
        border: 1px solid #FFFFFF;
        width: 90vw;
        display: flex;
        flex-direction: column;
        border-radius: 0.5rem;
        margin-bottom: 2vh;
        max-width: 600px;
    }
    .ac-price-1 .ac-price-txt{
        margin-bottom: 3vw;
    }
    .ac-text-2{
  margin-top: 4vw;
    }
    .ac-wrapper-prices .ac-price{
        display: flex;
        flex-direction: column;
        background: #F2E4D4 0% 0% no-repeat padding-box;
        border: 1px solid #FFFFFF;
        width: 43vw;
        border-radius: 0.5rem;
           padding-right: 0vw;
    }
    .ac-wrapper-prices .ac-price .ac-price-txt{
        color: #192653;
        display: block;
        text-align: center;
        font-weight: 300;
           font-size: 1.5rem;
        margin-bottom: 0vw;
        line-height: 0.9;
    }
    .ac-price-1 .ac-price-ttl {
        margin-top: 7vh;
        margin-bottom: 1vw;
    }
    .ac-price-1 .ac-img-price-1{
        position: absolute;
        width: 24vw;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 0;
        max-width: 124px;
    }
    .ac-wrapper-prices .ac-price .ac-img-price{
        position: absolute;
        width: 16vw;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 0;
        max-width: 100px;
                border-radius: 50%;
    }
    .ac-wrapper-prices .ac-price-2 .ac-img-price {
          width: 19vw;
    }
    .ac-wrapper-prices {
        display: flex;
        flex-direction: row;
        width: 90vw;
        justify-content: space-between;
        margin-top: 3vh;
    }
}
