/********** common setting **********/
img {
  display: block;
  max-width: 100%;
}
a, button {
  cursor: pointer;
}
.jumbotron {
  margin-bottom: 0 !important;
}
.atlas-cta {
  border-radius: 22px !important;
  padding: 12px 30px !important;
  font-weight: 700;
  transition: .3s ease-in-out !important;
}
.atlas-cta:hover {
  text-decoration: none;
  transform: translateY(-5px);
}
.atlas-cta-wide {
  width: 100%;
}
.cta-green {
  background: #00FFAD;
  color: #192440;
}
.cta-green:hover {
  color: #ffffff;
  background: #00e69c;
}
.cta-blue {
  background: #192440;
  color: #ffffff;
}
.cta-blue:hover {
  color: #ffffff;
  background: #121a2e;
}
.cta-ghost {
  border: 2px solid #192440 !important;
  color: #192440;
}
.cta-ghost:hover {
  color: #ffffff;
  background: #121a2e;
}
#banner {
  background-size: cover;
  background-position: center;
}
/********** banner **********/
#banner header {
  overflow: hidden;
}
#banner header img {
  max-width: 200px;
}
/********** feature (skew background) **********/
.feature img {
  width: 100%;
  max-width: 480px;
}
#feature-first {
  background: linear-gradient(168deg, #ffffff 55%, #121212 11%, #121212 81%);
  width: 100%;
  height: 100%;
  min-height: 500px;
}
#feature-last {
  background: #DE1213;
}
/********** price table **********/
#price-table {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
#price-table__premium {
  background: #192440;
  color: #ffffff;
}
#price-table ul li {
  padding: 5px 0;
}
/********** contact **********/
#contact {
  background-size: cover;
}
#contact ul li {
  padding: 3px 0;
}
#contact form {
  color: #00FFAD;
}
#contact form input, #contact form textarea {
  background: transparent;
  border: 1px solid #00FFAD;
  color: #ffffff;
}
/********** copyright **********/
#copyright {
  background: #192440;
  padding: 2rem 3rem;
}
#copyright #social-media a {
  width: 40px;
  height: 40px;
  border-radius: 99%;
  background: #ffffff;
  transition: .4s ease;
}
#copyright #social-media a i {
  color: #192440;
  font-size: 1.2rem;
  line-height: 40px;
}
#copyright #social-media a:hover {
  background: #00FFAD;
}
#copyright #social-media a:hover i {
  color: #ffffff;
}
/********** RWD **********/
@media (max-width: 575px) {
  #banner h1 {
    font-size: 3.6rem;
  }
}
.screen {
  display: block;
  width: 300px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border: 2px solid #b3b3b3;
  border-radius: 1px;
  margin: 0 auto;
}
.screen img {
  bottom: calc(-100%);
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 5s;
  -moz-transition: top 5s;
  -ms-transition: top 5s;
  -o-transition: top 5s;
  transition: bottom 5s;
}
.screen:hover img {
  bottom: 0;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
.your_frame {
  width: 100%;
  height: 768px;
  overflow: hidden;
  cursor: pointer;
}
.your_frame img {
  object-fit: cover;
  width: 100%;
  transform: translateY(0);
  transition: 3s ease-out;
}
.your_frame:hover img {
  object-fit: cover;
  transform: translateY(calc(-100% + 768px));
  transition: 12s ease-out;
}
.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 10px;
  text-decoration: none;
  background-color: #DE1213;
  color: white;
}
.card-info {
  background-color: #fafafa;
  border-color: #fafafa;
  /* width: 100%; */
}
.icon-features {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.banner-top {
  width: 100%;
  height: 100vw;
  max-height: 850px;
}
.feature-list {
  list-style: none;
}
.feature-list li:before {
  left: 0;
  top: -1px;
  content: "•";
  color: #ced0d6;
  font-size: 20px;
  margin-right: 12px;
  position: absolute;
}
.feature-list li {
  color: #484b51;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.fa {
  color: #9e71f0;
}
.password-span {
  color: var(--background-color);
  background: var(--default-color);
  display: flex;
  justify-content: center;
  padding: 10px;
  width: fit-content;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}