@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

body {
    background: #E9E8E8;
}

.page__width {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.p-t-2 {
    padding-top: 2px;
}

.p-b-8 {
    padding-bottom: 8px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-16 {
    padding-bottom: 16px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-20 {
    padding: 20px;
}

.m-lr-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.row {
    display: flex;
}

.an_hero_main {
    margin: 0 16px;
    text-align: center;
}

.an_navbar-logo {
    max-width: 100%;
    padding-bottom: 17px;
}

.an_navbar-logo img {
    width: 8%;
    display: inline-block;
}

.an_hero-title h1 {
    font-family: "Questrial", sans-serif;
    font-size: 41px;
    font-weight: 700;
    line-height: 41px;
    color: #2f2f2f;
}

.an_hero-subheading h4 {
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.01rem;
    color: #2f2f2f;
}

.an_hero-video {
    padding: 0 157px;
    margin-top: 15px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.an_hero-video_inner {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.an_hero-video_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    border-radius: 7px;
}

.an_hero-description p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.01rem;
    color: #2f2f2f;
}

.an_hero-button a {
    background: rgb(0, 0, 0);
    font-family: "Open Sans", sans-serif;
    border-radius: 17px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    padding: 10px 25px;
}

.an_hero-button a:hover {
    background: rgb(245, 198, 124);
}

.an_hero-button a:hover h3, .an_hero-button a:hover p, .an_testimonial-button a:hover p {
    color: rgb(35, 45, 63);
}

.an_hero-button a h3 {
    font-family: "Questrial", sans-serif;
    font-size: 38px;
    color: rgb(255, 255, 255);
    letter-spacing: 0;
    line-height: 100%;
    transition: color .2s ease;
}

.an_hero-button a p {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgb(255, 184, 72);
    opacity: 0.8;
}

.an_hero-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 16px;
}

.an_hero-rating-points h6 {
    padding: 12px 8px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 20px;
}

.an_hero-rating-star-wrapper {
    display: flex;
    gap: 0.3rem;
}

.an_hero-rating-star-wrapper svg {
    width: 16px;
    height: 16px;
    fill: #FC9038;
}

.an_hero-rating-star_text p {
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #374151;
}

.an_hero-heading {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.an_hero-heading h2 {
    font-family: "Questrial", sans-serif;
    font-weight: 700;
    color: rgb(47, 47, 47);
    font-size: 59px;
    line-height: 59px;
    letter-spacing: 0.02rem;
}

.an_hero-elementIcon a i {
    text-align: center;
    color: #2f2f2f;
    font-size: 55px;
    line-height: 65px;
    width: 1.25em;
}

.an_direct-access {
    background: #000;
    text-align: center;
}

.an_direct-access_col-title h2 {
    font-family: "Questrial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    color: rgb(255, 184, 72);
}

.an_direct-access_col-subheading h4 {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    padding-top: 4px;
}

.an_direct-access_col-img img {
    max-width: 100%;
    width: 75%;
    vertical-align: bottom;
    height: auto;
    aspect-ratio: auto;
    box-sizing: border-box;
}

.an_course {
    background: #CCCCCC;
}

.an_course_col {
    text-align: center;
}

.an_course_col-title h2 {
    font-family: "Questrial", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 57px;
    color: #000;
}

.an_course_col-subheading h4 {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.an_course_col-img img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
    height: auto;
    aspect-ratio: auto;
    box-sizing: border-box;
}

.an_section_4 {
    background: #000;
    text-align: center;
}

.an_section_4-button a {
    background: #cccccc;
    font-family: "Open Sans", sans-serif;
    border-radius: 17px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    padding: 10px 25px;
}

.an_section_4-button a:hover {
    background: #F5C67C;
}

.an_section_4-button a:hover h3 {
    color: rgb(35, 45, 63);
}

.an_section_4-button a h3 {
    font-family: "Questrial", sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #000;
    letter-spacing: 0;
    transition: color .2s ease;
}

.an_section_4-button a p {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    opacity: 0.8;
}

.an_section_4-rating-star-wrapper {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
}

.an_section_4-rating-star-wrapper svg {
    width: 16px;
    height: 16px;
    fill: #FBBF24;
}

.an_section_4-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 16px;
}

.an_section_4-rating-points h6 {
    padding-left: 2px;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 16px;
}

.an_section_4-rating-star_text p {
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

.an_section_4-subheading h4 {
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.an_live-trading {
    background: #CCCCCC;
}

.an_live-trading_col {
    text-align: center;
}

.an_live-trading_col-title h2 {
    font-family: "Questrial", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #2f2f2f;
}

.an_live-trading_col-subheading h4 {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.an_live-trading_col-img img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
    height: auto;
    aspect-ratio: auto;
    box-sizing: border-box;
}

.an_educational {
    background: #000;
}

.an_educational_col {
    text-align: center;
}

.an_educational_col-title h2 {
    font-family: "Questrial", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: rgb(245, 198, 124);
}

.an_educational_col-subheading h4 {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    padding-top: 5px;
}

.an_educational_col-img img {
    max-width: 100%;
    width: 82%;
    vertical-align: bottom;
    height: auto;
    aspect-ratio: auto;
    box-sizing: border-box;
}

.an_testimonial {
    background: #CCCCCC;
    text-align: center;
}

.an_testimonial-heading h2 {
    color: #2f2f2f;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
}

.an_testimonial-description p {
    color: rgb(255, 255, 255);
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    padding-top: 5px;
}

.an_testimonial-button a {
    background: rgb(0, 0, 0);
    font-family: "Open Sans", sans-serif;
    border-radius: 17px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    padding: 10px 25px;
}

.an_testimonial-button a:hover {
    background: rgb(245, 198, 124);
}

.an_testimonial-button a:hover h3 {
    color: rgb(35, 45, 63);
}

.an_testimonial-button a h3 {
    font-family: "Questrial", sans-serif;
    font-size: 38px;
    color: rgb(255, 255, 255);
    letter-spacing: 0;
    line-height: 100%;
    transition: color .2s ease;
}

.an_testimonial-button a p {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgb(255, 184, 72);
    opacity: 0.8;
}

.an_testimonial-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 16px;
}

.an_testimonial-rating-points h6 {
    padding: 12px 8px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 20px;
}

.an_testimonial-rating-star-wrapper {
    display: flex;
    gap: 0.3rem;
}

.an_testimonial-rating-star-wrapper svg {
    width: 16px;
    height: 16px;
    fill: #FC9038;
}

.an_testimonial-rating-star_text p {
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #374151;
}


/* maequee slider */
.an_testimonial-slider_cards-review p {
    height: 145px;
    overflow: hidden;
}
.an_testimonial-slider {
    text-align: left;
}

.an_testimonial-slider_cards {
    width: 320px;
    padding: 16px;
    margin-left: 8px;
    margin-right: 8px;
    background: #fff;
    border-radius: 16px
}

.an_testimonial-slider_cards-user {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

.an_testimonial-slider_cards-user_logo img {
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    object-fit: cover;
}

.an_testimonial-slider_cards-user_name {
    width: 100%;
}

.an_testimonial-slider_cards-user_name h4 {
    color: rgb(55 65 81);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.an_testimonial-slider_cards-user-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.an_testimonial-slider_cards-stars {
    display: flex;
    gap: 0.3rem;
}

.an_testimonial-slider_cards-stars svg {
    width: 20px;
    height: 20px;
    fill: #FBBF24;
}

.an_testimonial-slider_cards-review p {
    font-size: 16px;
    color: var(--clr-text);
    line-height: 24px;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line !important;
    letter-spacing: -0.025em;
}
#youtubeVideo {
    text-align: center;
    margin-top: 35px;
}
#youtubeVideo h2 {
    font-family: "Questrial", sans-serif;
    margin-bottom:10px;
    font-weight: 700;
    font-size: 44px;
    line-height: 57px;
    text-transform: capitalize;
}
#youtubeVideo iframe{
    max-width:100%;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
}
@media (min-width: 771px) {
    .d-lg-none {
        display: none;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .an_direct-access_col {
        max-width: 50%;
        flex-basis: 50%;
    }
    /* marquee slider */
    @keyframes slide {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    @keyframes slide2 {
        from {
            transform: translateX(-100%);
        }
        to {
            transform: translateX(0);
        }
    }
    .an_testimonial-slider {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }
    .right-to-left .an_testimonial-slider_wrapper {
        display: inline-flex;
        animation: 100s slide infinite linear;
    }
    .left-to-right .an_testimonial-slider_wrapper {
        display: inline-flex;
        animation: 100s slide2 infinite linear;
    }
    .an_testimonial-slider:hover .an_testimonial-slider_wrapper {
        animation-play-state: paused;
    }
    .an_testimonial-slider:before,
    .an_testimonial-slider:after {
        position: absolute;
        top: 0;
        width: 250px;
        height: 100%;
        content: "";
        z-index: 2;
    }
    .an_testimonial-slider:before {
        left: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), #CCCCCC);
    }
    .an_testimonial-slider:after {
        right: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #CCCCCC);
    }
}

@media (max-width: 770px) {
    .d-none {
        display: none;
    }
    .p-20 {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .m-lr-16 {
        margin: 0;
    }
    .row {
        flex-direction: column;
    }
    .an_navbar-logo img {
        width: 15%;
    }
    .an_hero_main {
        margin: 0;
    }
    .an_hero-video {
        padding: 0;
    }
    .an_direct-access_col-img img,
    .an_educational_col-img img {
        width: 100%;
    }
    .an_direct-access_col-title h2, .an_direct-access_col-subheading h4 {
        font-size: 32px;
        line-height: 41px;
    }
    .an_testimonial-slider_cards {
        margin: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        border-radius: 999px;
        background-color: rgba(100, 100, 100, 0.5);
        width: 32px;
        height: 32px;
    }
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 16px;
        line-height: 14px;
        font-weight: 600;
        color: #000;
    }
    .an_testimonial-heading h2 b {
        font-weight: 500;
    }
    .an_testimonial-description p {
        color: #000;
    }
    .an_testimonial-slider_cards {
        background: #000;
        width: 100%;
    }
    .an_testimonial-slider_cards-user_name h4,
    .an_testimonial-slider_cards-review p {
        color: #fff;
    }
    .an_testimonial-slider_cards-user {
        position: relative;
    }
    .an_testimonial-slider_cards-user-icon {
        position: absolute;
        top: 28px;
        left: 26px;
    }
}

@media (max-width: 700px) {
    .m-lr-16 {
        margin-left: 0;
        margin-right: 0;
    }
    .m-t-20 {
        margin-top: 20px;
    }
    .m-t-35 {
        margin-top: 35px;
    }
    .an_navbar-logo.p-t-10 {
        margin-top: -20px;
        padding-bottom: 0;
    }
    .an_hero-title h1 {
        font-size: 21px;
        line-height: 30px;
    }
    .an_hero-subheading h4,
    .an_hero-description p,
    .an_direct-access_col-subheading h4,
    .an_course_col-subheading h4,
    .an_section_4-subheading h4,
    .an_live-trading_col-subheading h4,
    .an_educational_col-subheading h4,
    .an_testimonial-description p {
        font-size: 14px;
        line-height: 19px;
    }
    .an_hero-button a h3,
    .an_section_4-button a h3,
    .an_testimonial-button a h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .an_hero-button a p,
    .an_section_4-button a p,
    .an_testimonial-button a p {
        font-size: 14px;
        line-height: 14px;
    }
    .an_hero-heading h2 {
        font-size: 36px;
        line-height: 51px;
    }
    .an_direct-access_col-title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .an_course_col-title h2,
    .an_live-trading_col-title h2,
    .an_testimonial-heading h2, #youtubeVideo h2 {
        font-size: 27px;
        line-height: 37px;
    }
    .an_educational_col-title h2 {
        font-size: 28px;
        line-height: 39px;
    }
}