/********** common setting **********/
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: .3s ease-in-out !important;
}

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

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

.cta-green {
    background: #01acfc;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #02ccff;
}

.cta-blue {
    background: #ffffff;
    color: #02ccff;
}

.cta-blue:hover {
    color: #02ccff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #02ccff !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #0448f5;
}

#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;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #02ccff 0);
}

#feature-last {
    background: #02ccff;
}

.blog {
    background-color: #ffffff;
    padding: 50px 0;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .blog h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .posts {
    display: flex;
    flex-wrap: wrap;
  }
  
  .post {
    width: 33.33%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(3, 200, 255, 0.948);
  }
  
  .post a {
    text-decoration: none;
    color: #070707;
  }
  
  .post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .post h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .post p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .btn {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #02ccff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  
  @media (max-width: 768px) {
    .posts {
      flex-direction: column;
    }
  
    .post {
      width: 100%;
    }
  }
  



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

#price-table__premium {
    background: #02ccff;
    color: #ffffff;
}

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

/* testmonial card */
.testimonial-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  
  .testimonial-card-img-holder {
    min-width: 80px;
    max-width: 45px;
    z-index: 999;
  }
  
  .testimonial-card-img {
    background: #fff;
    padding: 4px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
  }
  
  .testimonial-card-body {
    text-align: left;
    border: 1px solid #0692fd;
    background: #fff;
    padding: 20px 20px 20px 60px;
    border-radius: 20px;
  }
  
  .testimonial-card-title {
    margin-top: 20px;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1300 - 300)));
  }


  
/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #ffffff;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #02ccff;
    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: #02ccff;
}

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

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