/********** common setting **********/
html,
body{
width:100%;
overflow-x:hidden;
}

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

.atlas-cta-75 {
    width: 75%;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

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

.cta-golden {
    background: #e5be62;
    color: #192440;
}

.cta-golden:hover {
    color: #ffffff;
    background: #c39641;
}

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

.text-golden {
    color: #e5be62 !important;
}

.text-dark-golden {
    color: #926123 !important;
}

.text-decoration-none, .text-decoration-none:hover {
    text-decoration: none !important;
}

.menu > a:hover {
    color: #ffffff !important;
}

/* .dropdown-menu {
    height: 50rem !important;
    overflow-y: auto;
} */

#banner {
    background-size: cover;
}

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

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

#banner {
    position: relative; /* Position relative to allow overlay positioning */
    /* background-image: url('/img/banner-bk.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background-color: #000000 !important;
    height: 700px; /* Adjust height as needed */
    color: #fff; /* Default text color for better contrast */
    display: flex; /* Center content */
    align-items: center;
    justify-content: center;
    text-align: center; /* Center text */
    margin: 0;
    padding: 0;
}

/* gradient background */
div#banner {
    background: rgb(236,213,129);
    background: linear-gradient(160deg, rgba(236,213,129,1) 0%, rgba(179,160,98,1) 6%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 75%, rgba(179,160,98,1) 95%, rgba(236,213,129,1) 100%);
}

#banner .overlay {
    position: absolute; /* Overlay covers the jumbotron */
    top: 0;
    left: 0;
    width: 100%;
    padding: 10rem inherit;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Black background with 50% opacity */
}

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

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

#feature-last {
    background: #e5be62;
}

/********** 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: #e5be62;
}

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

li.iti__country, .iti__selected-dial-code {
    color: #000000;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

/* #contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10rem inherit;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
} */

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

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

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