@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}


.page__width {
    max-width: 1440px;
    padding: 0 32px;
    margin: 0 auto;
}

/* navigation bar */
.an_navigation {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.an_navbar_logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.an_navbar_main nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
}

.an_navbar_main nav ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

.an_navbar_main nav ul li a {
    font-size: 18px;
    padding: 16px;
    color: #fff;
}

.an_navbar_main nav ul li a:hover {
    color: #C8A356;
}

.an_navbar_btns {
    display: flex;
    gap: 14px;
}

.an_navbar_btns a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.an_navbar_btns a {
    text-decoration: none;
    color: #fff;
    padding: 12px 20px 12px 20px;
    background: transparent;
    border: 2px solid #C8A356;
    border-radius: 40px;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease;
}

.an_navbar_btns a:nth-child(2) {
    background: #C8A356;
}

.an_navbar_btns a img {
    width: 16px;
}

/* banner */
section.an_banner {
    background: url(../images/banner-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.an_banner-main {
    padding: 200px 0 42px;
}

.an_banner-heading {
    color: #fff;
    margin-bottom: 42px;
    text-align: center;
    text-transform: uppercase;
}

.an_banner-heading h2 {
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    word-spacing: 3px;
}

h4.an_banner-heading-h4 {
    display: inline-block;
    padding: 8px 16px;
    color: #191A19;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    background-color: #EBD982;
}

.an_banner-elementor {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.an_banner_content-list {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #413c3c63;
}

.an_banner_content-list h3 {
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.an_banner_content-icon {
    width: 90px;
    height: 42px;
    background: #fff;
    border-radius: 50px;
    position: relative;
}

.an_banner_content-icon::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: #680C15;
    width: 42px;
    height: 42px;
    border-radius: 50px;
}

.an_banner-btn {
    text-align: center;
    margin-top: 42px;
}

.an_banner-btn a {
    display: inline-block;
    background-color: #C9AD63;
    font-size: 32px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #000000;
    border-radius: 8px;
    padding: 22px 60px;
}

.an_banner-last {
    background: #530E1373;
}

.an_banner-last_main {
    padding: 12px 0;
}

.an_banner-last-wrapper {
    display: flex;
    text-align: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.an_banner-last-card h5 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
}

.an_banner-last-card p {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

/* account */
.account {
    width: 100%;
    background: #340808;
}

.account_main {
    padding: 60px 0;
}

.account_heading h2 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
}

.account_wrapper {
    padding-top: 60px;
}

.account_contant {
    display: flex;
    gap: 50px;
    max-width: 100%;
}

.account_details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
}

.account_prices {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}

.account_prices-card {
    border-radius: 20px;
    background: #580011;
    box-shadow: 0px 0px 40px 0px rgb(109 109 109 / 15%);
    transition: all 0.3s ease-in-out;
}

.account_prices-card:hover, .activeAccount {
    background: #C9B065;
    cursor: pointer;
}

.account_prices-info_desktop {
    padding: 40px 30px;
}

.account_prices-info_desktop .account_prices-info_txt h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

table {
    text-align: left;
    color: #fff;
    border: none;
}

th, td {
    padding: 10px;
    font-size: 18px;
    border: none;
}

span.price_dollar-2 {
    font-weight: 600;
}

span.price_dollar-1 {
    text-decoration: line-through;
}

.price_dollar span {
    font-size: 26px;
    color: #fff;
    line-height: 34px;
    padding-left: 12px;
    margin-top: 16px;
}

.account_details-btn a {
    background-color: #C9AD63;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    padding: 16px 32px 16px 32px;
    display: inline-block;
}


/* Section 2 */
section.an_section-2 {
    background: url(../images/section2-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* card-details */
.an_card-details {
    padding-top: 175px;
    padding-bottom: 60px;
}

.an_card-details__wrapper {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.an_card-details__card {
    flex-basis: 48%;
    padding: 36px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #330809;
}

.an_card-details__card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.an_card-details__card-header h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.an_card-details__card-description p {
    color: #F2F2F2;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}


/* start-journey */
.an_start-journey {
    padding-bottom: 60px;
}

.an_start-journey__inner {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.an_start-journey__title {
    position: absolute;
    top: 25%;
    right: 12%;
    transform: translate(6%, -25%);
}

.an_start-journey__title {
    position: absolute;
}

.an_start-journey__title h3 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}

/* Step 1 === Step 2 === Step 3 */

.an_step-1__inner, .an_step-2__inner, .an_step-3__inner {
    padding: 42px 0;
}

.an_step-1__title, .an_step-2__title, .an_step-3__title {
    padding-bottom: 32px;
}

.an_step-1__title h2, .an_step-2__title h2, .an_step-3__title h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    padding-left: 32px;
}

.an_step-1__elementor, .an_step-2__elementor, .an_step-3__elementor {
    background: url(../images/01-card-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 24px solid #fff;
    border-radius: 40px;
    padding: 6px;
}

.an_step-1__elementor-title, .an_step-2__elementor-title, .an_step-3__elementor-title {
    background: #FEE7D8;
    margin: 0 6px;
    border-radius: 24px 24px 0 0;
}

.an_step-1__elementor-title h3, .an_step-2__elementor-title h3, .an_step-3__elementor-title h3 {
    color: #240101;
    font-size: 60px;
    font-weight: 600;
    line-height: 82px;
    padding-left: 42px;
}

.an_step-1__elementor-wrapper, .an_step-2__elementor-wrapper, .an_step-3__elementor-wrapper {
    padding-top: 32px;
    padding-left: 24px;
    display: flex;
    gap: 18px;
    position: relative;
    padding-bottom: 32px;
}

.an_step-1__elementor-cards, .an_step-2__elementor-cards, .an_step-3__elementor-cards {
    position: relative;
    display: flex;
    align-items: center;
}

.an_step-1__elementor-cards-img img, .an_step-2__elementor-cards-img img, .an_step-3__elementor-cards-img img {
    max-width: 210px;
    width: 100%;
}

.an_step-1__elementor-cards-text, .an_step-2__elementor-cards-text, .an_step-3__elementor-cards-text {
    position: absolute;
    top: 30%;
    left: 10%;
    transform: translate(10%, -25%);
    width: 142px;
}

.an_step-1__elementor-cards-text h5, .an_step-2__elementor-cards-text h5, .an_step-3__elementor-cards-text h5 {
    color: #EBD981;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    min-height: 64px;
}

.an_step-1__elementor-cards-text p, .an_step-2__elementor-cards-text p, .an_step-3__elementor-cards-text p {
    color: #EBD981;
    font-size: 90px;
    font-weight: 600;
    line-height: normal;
    padding-top: 70px;
    text-align: center;
    position: relative;
}

.an_step-1__elementor-cards-text p sup, .an_step-2__elementor-cards-text p sup, .an_step-3__elementor-cards-text p sup {
    font-size: 22px;
    position: absolute;
    top: 44%;
}

.an_step-1__elementor-wrapper_img, .an_step-2__elementor-wrapper_img, .an_step-3__elementor-wrapper_img {
    position: absolute;
    top: -17%;
    right: 0%;
    transform: translate(5%, -17%);
}

.an_step-1__elementor-wrapper_img img, .an_step-2__elementor-wrapper_img img, .an_step-3__elementor-wrapper_img img {
    max-width: 400px;
    width: 100%;
}

.an_step-1__elementor_points,
.an_step-2__elementor_points,
.an_step-3__elementor_points {
    position: relative;
    min-height: 205px;
}

.an_step-1__elementor_points-content, .an_step-2__elementor_points-content, .an_step-3__elementor_points-content {
    background: #FEE7D8;
    padding: 24px 60px;
    border-radius: 16px 16px 8px 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.38);
    display: flex;
    gap: 40px;
    position: absolute;
    top: 1%;
    width: 1660px;
    left: -6%;
    transform: translate(-6%, 1%);
    overflow-x:auto;
}
/* Width of the scrollbar */
.an_step-1__elementor_points-content::-webkit-scrollbar, .an_step-2__elementor_points-content::-webkit-scrollbar, .an_step-3__elementor_points-content::-webkit-scrollbar {
    width: 20px;
    height: 12px;
}

/* Track */
.an_step-1__elementor_points-content::-webkit-scrollbar-track, .an_step-2__elementor_points-content::-webkit-scrollbar-track, .an_step-3__elementor_points-content::-webkit-scrollbar-track {
    border-radius: 24px;
    background-color: #FEE7D8;
}

/* Handle */
.an_step-1__elementor_points-content::-webkit-scrollbar-thumb, .an_step-2__elementor_points-content::-webkit-scrollbar-thumb, .an_step-3__elementor_points-content::-webkit-scrollbar-thumb {
    border-radius: 24px;
    background-color: #F22D2B;
}

.an_step-1__elementor_points-list, .an_step-2__elementor_points-list, .an_step-3__elementor_points-list {
    text-align: center;
    flex: 0 0 30%;
    margin: 20px;
}

.an_step-1__elementor_points-list h2, .an_step-2__elementor_points-list h2, .an_step-3__elementor_points-list h2 {
    color: #F22D2B;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    padding-bottom: 24px;
}

.an_step-1__elementor_points-list p, .an_step-2__elementor_points-list p, .an_step-3__elementor_points-list p {
    color: #300003;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}

.an_step-1__elementor_btn, .an_step-2__elementor_btn, .an_step-3__elementor_btn {
    text-align: center;
    margin: 42px 0 26px;
}

.an_step-1__elementor_btn a, .an_step-2__elementor_btn a, .an_step-3__elementor_btn a {
    display: inline-block;
    background-color: #C9AD63;
    font-size: 32px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #000000;
    border-radius: 8px;
    padding: 22px 60px;
}

/* Step 2 */
.an_step-2__title h2 {
    text-align: end;
    padding-right: 32px;
}

.an_step-2__elementor-title h3 {
    text-align: end;
    padding-right: 42px;
}

.an_step-2__elementor-wrapper {
    justify-content: flex-end;
    padding-right: 24px;
}

.an_step-2__elementor-wrapper_img {
    left: -3%;
    right: unset;
}

/* Step 3 */
.an_step-3__inner {
    padding-bottom: 60px;
}

.an_step-3__elementor-wrapper {
    justify-content: center;
    padding-top: 400px;
}

.an_step-3__elementor-wrapper_img {
    right: 50%;
    transform: translate(50%, -17%);
}

/* section 4 */
.section-4 {
    background-image: url(../images/section-6.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 60px;
}

.certificate_card_main {
    max-width: 100%;
    width: 100%;
}

.certificate_card_1,
.certificate_card_2 {
    display: flex;
}

.certificate_card_2 {
    margin-top: 40px;
}

.certificate_card_1 .card_image img,
.certificate_card_2 .card_image img {
    max-width: 100%;
    width: 100%;
    display: flex;
    object-fit: cover;
}

.slick-slide {
    padding: 0 16px;
}   

/* join discord */
.join_discord_main {
    text-align: center;
}

.discord-content {
    padding: 30px 0 0px;
}

.discord_heading h2 {
    font-size: 92px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    color: #fff;
    text-align: center;
}

.discord_btn_image {
    padding: 80px 0;
}

.discord_description p {
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    color: #fff;
}

.discord_short_text {
    padding: 30px 0 50px;
}

.discord_short_text p {
    font-size: 26px;
    font-weight: 800;
    font-style: normal;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}

.join_btn a {
    display: inline-block;
    padding: 24px 60px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    background-color: #CBB064;
    color: #000000;
}

/* footer */
.join_discord_inner {
    padding: 100px 0;
}


.footer_top_content {
    display: flex;
    align-items: center;
    gap: 190px;
}

.footer_logo {
    max-width: 345px;
    width: 100%;
}

.footer_logo img {
    max-width: 100%;
    width: 100%;
    display: flex;
    object-fit: cover;
}

.footer_social_icon {
    display: flex;
    gap: 20px;
}

.social-icon {
    max-width: 40px;
    height: 40px;
}

.social-icon img {
    max-width: 100%;
    width: 100%;
    display: flex;
    object-fit: cover;
}

.footer_links_main {
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 52px 0 52px 120px;

}

.foo_link_heading h2 {
    font-size: 20px;
    line-height: normal;
    font-style: normal;
    font-weight: 800;
    color: #fff;
    padding-bottom: 24px;
}

ul.f-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 40%;
    width: 100%;
}

ul.f-links li {
    list-style: none;
    width: 20%;
}

ul.f-links li a {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #F0EDECff;
    text-decoration: none;
}

/* copy right */
.copy_right_inner {
    border-top: 1px solid #A79396;
    margin-left: 120px;
    padding-top: 42px;
}

.copy_right_main {
    display: flex;
    justify-content: space-between;
}

.copy_right_text p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    color: #f2f2f2e1;
}

@media (max-width: 1660px) {
    .an_step-1__elementor_points-content, .an_step-2__elementor_points-content, .an_step-3__elementor_points-content {
        width: 1439px;
        left: -1%;
        transform: translate(-4%, 1%);
    }
    .an_step-1__elementor_points, .an_step-2__elementor_points, .an_step-3__elementor_points {
        min-height: 260px;
    }
}

@media (max-width: 1440px) {

    .an_step-1__elementor-cards, .an_step-2__elementor-cards, .an_step-3__elementor-cards {
        width: 15%;
    }

    .an_step-1__elementor-cards-text, .an_step-2__elementor-cards-text, .an_step-3__elementor-cards-text {
        left: 6%;
        transform: translate(6%, -25%);
    }

    .an_step-1__elementor-cards-text h5, .an_step-2__elementor-cards-text h5, .an_step-3__elementor-cards-text h5 {
        font-size: 22px;
    }

    .an_step-1__elementor-cards-text p, .an_step-2__elementor-cards-text p, .an_step-3__elementor-cards-text p {
        font-size: 72px;
        padding-top: 40px;
    }

    .an_step-1__elementor_points-content, .an_step-2__elementor_points-content, .an_step-3__elementor_points-content {
        width: 98vw;
        left: -2%;
        transform: translate(-2%, 1%);
    }

    .footer_top_content {
        gap: 125px;
    }
}

@media (max-width: 1240px) {
    .an_navbar_main nav ul {
        gap: 0;
    }

    .an_navbar_main nav ul li a {
        font-size: 16px;
        padding: 12px;
    }

    .an_navbar_btns {
        gap: 8px;
    }

    .an_navbar_btns a {
        padding: 8px 16px;
    }

    h4.an_banner-heading-h4 {
        font-size: 42px;
        line-height: 52px;
    }

    .an_banner-heading h2 {
        font-size: 64px;
        padding-top: 4px;
    }

    .an_banner_content-list h3 {
        font-size: 32px;
    }

    .an_banner_content-icon {
        width: 72px;
        height: 32px;
    }

    .an_banner_content-icon::after {
        width: 32px;
        height: 32px;
    }

    .an_banner-last-card h5 {
        font-size: 26px;
        line-height: 35px;
    }

    .an_banner-last-card p {
        font-size: 14px;
    }

    .an_card-details__card-description p {
        font-size: 15px;
    }

    .an_start-journey__image {
        max-width: 400px;
    }

    .an_start-journey__image img {
        width: 100%;
    }

    .an_start-journey__title h3 {
        font-size: 38px;
        line-height: 48px;
    }

    .an_start-journey__title {
        right: 10%;
    }

    .an_step-1__elementor-cards-text h5, .an_step-2__elementor-cards-text h5, .an_step-3__elementor-cards-text h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .an_step-1__elementor-cards-text p, .an_step-2__elementor-cards-text p, .an_step-3__elementor-cards-text p {
        font-size: 52px;
        padding-top: 16px;
    }

    .an_step-1__elementor-cards-text, .an_step-2__elementor-cards-text, .an_step-3__elementor-cards-text {
        left: 0%;
        transform: translate(0%, -25%);
        width: 100%;
    }

    .an_step-1__elementor-cards-text p sup, .an_step-2__elementor-cards-text p sup, .an_step-3__elementor-cards-text p sup {
        font-size: 18px;
        top: 22%;
    }

    .an_step-1__elementor-wrapper_img img, .an_step-2__elementor-wrapper_img img, .an_step-3__elementor-wrapper_img img {
        max-width: 278px;
    }

    .an_step-1__elementor-wrapper_img, .an_step-2__elementor-wrapper_img, .an_step-3__elementor-wrapper_img {
        top: -22%;
        transform: translate(5%, -20%);
    }

    .an_step-1__elementor_points-content, .an_step-2__elementor_points-content, .an_step-3__elementor_points-content {
        transform: translate(-3%, 1%);
    }
    
    .an_step-1__elementor_points, .an_step-2__elementor_points, .an_step-3__elementor_points {
        min-height: 290px;
    }

    .an_step-3__elementor-wrapper_img {
        transform: translate(50%, -17%);
    }

    .an_step-3__elementor-wrapper {
        padding-top: 270px;
    }

    .footer_logo {
        max-width: 275px;
    }

    .footer_top_content {
        gap: 90px;
    }
}


