/********** common setting **********/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

hr {
    border-bottom: 5px solid #192440;
    border-width: 5px;
}

.jumbotron {
    margin-bottom: 0 !important;
    /* padding-left: 20px; */
}

.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: black;
    color: white;
    /* margin-bottom: 50px=; */
}

/* .noMargin {
    
} */

.cta-green:hover {
    color: white;
    background: grey;
}

.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;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    /* background: #D6EAF8 ; */
    background: white;
}

#feature-last {
    background: #D6EAF8;
}

.vanIcon {
    height: 20em;
}

/********** 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: #ADD8E6;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #ADD8E6;
    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;
    } */


    /* Stiluri pentru dispozitive cu lățimea ecranului mai mică sau egală cu 768px (tablete și mobile) */
@media (max-width: 765px) {
    .div-stilizat {
        width: 100%; /* Lățimea div-ului va fi 100% pe ecranele mici */
        text-align: center;
        font-weight:300;
        font-size:1.25rem;
        /* Alte proprietăți de stilizare pentru dispozitive mobile */
    }
    .titleText{
        font-size: large;
    }

    .bannerDiv{
       height: 2em;
    }
}

/* Stiluri pentru dispozitive cu lățimea ecranului mai mare de 768px (desktop) */
@media (min-width: 766px) {
    .div-stilizat {
        width: 60%; /* Lățimea div-ului va fi 50% pe ecranele mai mari, de exemplu, desktop */
        font-weight:300;
        font-size:1.5rem;

        /* Alte proprietăți de stilizare pentru desktop */
    }
    .titleText{
        font-size: xx-large;
    }

    /* .bannerDiv{
        background-image: url(../img/bannerLogo.svg);
    } */
}