/********** common setting **********/
body {
  font-family: 'Figtree', sans-serif !important;
}

h2 {
  font-size: 2.8rem !important;
  font-weight: 700;
}

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: 0.3s ease-in-out !important;
}

.atlas-cta:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

.atlas-cta-wide {
  width: 100%;
}

.banner-background {
  background-image: url(/img/banner-background.jpg);
  background-position: center;
}

.cta-light-blue {
  background: #001BD3;
  color: #eeeeee;
}

.cta-light-blue:hover {
  color: #ffffff;
  background: #4d71ff;
}

.cta-blue {
  background: #0E0F52;
  color: #ffffff;
}

.cta-blue:hover {
  color: #ffffff;
  background: #0017AB;
}

.cta-ghost {
  border: 2px solid #0E0F52 !important;
  color: #0E0F52;
}

.cta-ghost:hover {
  color: #ffffff;
  background: #0017AB;
}

.shade-background {
  background-color: rgba(0, 0, 0, 0.13);
  border-radius: 15px;
  display: inline-block;
  padding: 10px;
}

.preserve-line-breaks {
  white-space: pre-line;
}

#banner {
  background-size: cover;
}

/********** banner **********/
#banner header {
  overflow: hidden;
}

#banner header img {
  max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
  width: 100%;
  max-width: 480px;
}

#about-us {
  background: linear-gradient(170deg, #ffffff 55%, #0033FF 50%, #0033FF 100%);
}

#about-us p {
  font-size: 1rem;
}

#feature-last {
  background: #0033FF;
}

/********** price table **********/
#price-table {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

#price-table__premium {
  background: #0E0F52;
  color: #ffffff;
}

#price-table ul li {
  padding: 5px 0;
}

/********** contact **********/
#contact {
  background: #0E0F52;
  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;
}

/********** social media **********/
#social-media a {
  width: 60px;
  height: 60px;
  border-radius: 99%;
  background: #ffffff;
  transition: 0.4s ease;
}

#social-media a i {
  color: #0E0F52;
  font-size: 1.5rem;
  line-height: 60px;
}

#social-media a:hover {
  background: #4d71ff;
}

#social-media a:hover i {
  color: #ffffff;
}

.whatsapp-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 3px 3px 4px #4b4b4b;
  z-index: 100;
}

.whatsapp-button:hover {
  color: #fff;
  background-color: #128c7e;
  text-decoration: none;
}

.fa-whatsapp {
  margin-top: 15px;
}

/********** RWD **********/
@media (max-width: 575px) {
  #banner h1 {
    font-size: 3.6rem;
  }

  #about-us .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #about-us .row {
    margin-left: 0;
    margin-right: 0;
  }

  #about-us [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  #about-us p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: manual;
  }
}
