*{
    scroll-behavior: smooth;
}
body{
    margin: 0;
}

/********** 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%;
}

.imageBestOption{
    width: 181px;
    margin: 20px 0;
}

.cta-green {
    background: #fe9900;
    color: #181818;
}

#centerContent {
    place-content: center;
}

.border{
    border: #181818 solid 2px;
    margin: 010px;
}

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

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

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

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

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

#banner {
    background-size: cover;
}

.white{
    color: white !important;
}

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

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

/********** feature (skew background) **********/
.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
  }
.feature img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
}

#feature-first {
    background: linear-gradient(171deg, #ffffff 55%, #fe9900 0);
}

#feature-last {
    background: #fe9900;
}

.aboutInfo {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    display: none; 
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
}
#aboutHidden {
    display: none;
}

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

#price-table__premium {
    background: #181818;
    color: #ffffff;
}

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

#meerInfo130 {
    display: none;
}

#meerInfo75 {
    display: none;
}

.animatedPrices{
    opacity: 0; 
    transition: opacity 0.5s ease-in-out;
}

.lightGrey{
    background-color: rgb(118, 118, 118) !important;
}

/********** contact **********/
.orangeColor{
    color: #fe9900;
}
#contact {
    background-size: cover;
}

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

#contact form {
    color: #fe9900;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #fe9900;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #181818;
    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: #fe9900;
}

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

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