/********** common setting **********/
html,
body {
    height: 100% !important;
    background: url('/img/tranched.svg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h2 {
    font-size: 2rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.learn-section {
    display: flex;
}

.early-updates {
    position: relative;
    left: 13%;
    margin-top: 20px;

}


.get-started {
    position: absolute;
    right: -140px;
    top: -9px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    /* letter-spacing: -0.75px; */
    outline: none;
    border: none;
}



.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;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
    margin-top: -5px;
    /* Added this line to move the logo upward */
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** 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;
}

#contact form .email {
    border-radius: 23px;
    padding: 20px 10px !important;
    width: 175%;
    margin-left: -80px;
    border-width: 2px;
}

#contact form .email::placeholder {
    color: white;
    opacity: 1;
}

/********** 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;
}

.container-banner {
    display: flex;
    align-items: center;
}

.container-banner .image {
    max-width: 64px;
    float: left;
}

.container-banner .text {
    padding-left: 20px;
    font-size: 17px;
    color: #fff !important;
}

.home-header {
    margin-top: 0px;
}

.banner-text {
    width: 103%;
    line-height: 40px;
}


/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 2.6rem;
    }

    #banner h2 {
        font-size: 1.6rem !important;
    }

    .banner-text {
        text-align: left;
        line-height: 30px;
    }

    .arrow {
        display: none !important;
    }
    .get-started {
        position: static;
    }
    .early-updates {
        position: static;
    }
    #contact form .email {
        width: 100%;
        margin-left: 1px;
    }
}

@media only screen and (max-width: 600px) {

    .topemail {
        margin-right: 50px;
    }

}

@media (min-width: 576px) {
    .jumbotron {
        padding: 0 !important;
    }
}
