
body {
    background: #0B0121;
    font-family: "Manrope", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.main {
    background: url(images/image_background-gradient.png) no-repeat center bottom;
    background-size: contain;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1305px;
}

.navigation {
    top: 16px;
}

.inner-nav {
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(11, 1, 33, 0.60);
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    flex: 1 0 0;
    height: 72px;
    justify-content: space-between;
}

.inner-nav .btn {
    height: 46px;
}

.hero {
    background: url(images/image_background_header.png) no-repeat center top #0B0121;
    background-size: contain;
    color: #ffffff;
    text-align: center;
    height: 594px;
    padding-top: 16px;
}

.hero h1 {
    margin-top: 12px;
}

h1, h2, h6 {
    background: linear-gradient(146deg, #ECECEC 20.35%, rgba(236, 236, 236, 0.00) 128.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    line-height: 90px;
}

h1 {
    font-size: 64px;
    font-weight: 800;
    text-align: center;
}

h2 {
    font-size: 72px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
    line-height: normal;
}

h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}

h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
}

.hero .top-text {
    margin-top: 135px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    background: rgba(59, 176, 255, 0.15);
    border-radius: 12px;
    padding: 8px 12px;
}

.hero span {
    margin-top: 16px;
    color: #B4BFD2;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.coming-text {
    width: 136px;
    font-weight: bold;
    padding: 8px 12px;
    border: 1px solid #C3568A;
    background-color: #BD457F;
    border-radius: 15px;
    color: white;
}

.email-input {
    font-size: 16px;
    width: 430px;
    margin: 32px auto 116px auto;
    z-index: 1;
}

input::placeholder {
    color: rgba(115, 110, 151, 1);
}

input[type='text']:hover {
    border: 1px solid #267DFF;
}

.form-control {
    background: #1e1b38;
    border-radius: 12px;
    padding: 0 12px;
    border: 1px solid #1e1b38;
    color: #F2F4F7;
    height: 48px;
}


.form-control:focus {
    color: #F2F4F7;
    background: #1e1b38;
    border: 2px solid #267DFF;
    outline: 0;
    box-shadow: none;
}

.form-control:focus-visible {
    border: 2px solid #267DFF !important;
    outline: none;
}

.form-control.invalid:focus {
    border: 2px solid #F96C75;
}

.form-control.invalid {
    border: 2px solid #F96C75;
}

.invalid-feedback {
    color: #F96C75;
}

#signUpbottompError img{
    position: relative !important;
    width: 24px;
    margin-left: 5px;
    left: 10px !important;
}

.form-control.invalid:focus-visible{
    border: 2px solid #F96C75!important;
}

.input-group .btn {
    margin-left: -20px !important;
}

.btn {
    font-weight: 500;
    line-height: 16px;
    height: 48px;
    color: #0B0121;
    background: #FFFFFF;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 12px !important;
    border-width: 2px;
    z-index: 9999 !important;
}

.btn:hover {
    background: #F4F2F2;
    color: #0B0121;
}

.btn:focus {
    border-width: 2px;
    border-color: #C2BFC0;
    outline: 0;
    box-shadow: none;
    color: #0B0121;
}

.btn:active {
    background: #DEDBDC;
    outline: 0;
    box-shadow: none;
}

.tournaments {
    border-radius: 32px;
    margin-top: 40px;
    background: linear-gradient(100deg, #00173A 4.69%, #A30CB5 70.83%, #FFA7A7 97.8%);
}

.tournaments .left-side {
    padding: 56px 0 0 56px;
}

.tournaments h3 {
    margin-top: 16px;
}

.tournaments h4 {
    margin-top: 56px;
    margin-bottom: 21px;
}


.tournaments .tips {
    margin-top: -45px;
    padding: 0 56px 60px 56px;
}

.trader-program .tips {
    margin-top: 52px;
}

.trader-program .left-side .tips {
    display: none;
}

.trader-program .right-side .tips {
    display: block;
}

.tips ul {
    margin: 0;
    padding: 0;
}

.tips ul li {
    list-style: none;
    display: inline-flex;
    border-radius: 16px;
    border: 1px solid #243447;
    background: #0B091C;
    padding: 13px;
    margin: 0 10px 10px 0;
}

.tips ul li::before {
    content: '';
    display: inline-block;
    height: 27px;
    width: 27px;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
}

.tips ul li span {
    color: #ffffff;
    font-size: 16px;
    flex-wrap: wrap;
    align-content: center;
    font-weight: 700;
    margin-left: 8px;
}

.trader-program {
    color: #ffffff;
    margin-top: 40px;
    border-radius: 32px;
    background: linear-gradient(100deg, #DCF9FF 0%, #621DBA 48.44%, #04001C 95.31%);
}

.trader-program .right-side {
    padding: 56px 56px 56px 25px;
}

.trader-program .left-side {
    padding: 33px 0px 0px 44px;
}

.trader-program h3,
.trader-program h4,
.prime-account h3,
.prime-account h5,
.tuned h5 {
    margin-top: 16px;
}

.trader-program h5 {
    margin-top: 32px;
}

.prime-account {
    padding: 56px;
    margin-top: 88px;
    border-radius: 32px;
    background: linear-gradient(104deg, #0B0050 0%, #3CD0FF 100%);
}

.prime-account img {
    display: block;
    margin-left: auto;
}

.prime-account h5 {
    font-weight: 700;
}

.prime-account h5 span {
    font-weight: 400 !important;
}

.prime-account .btn {
    margin-top: 30px;
    margin-bottom: 15px;
}

.prime-account .advantages {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 17px;
}

.tuned {
    text-align: center;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(4, 1, 21, 0.30);
    backdrop-filter: blur(17px);
    margin-top: 135px;
}

.tuned .title {
    margin-top: 78px;
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.tuned .email-input {
    margin-top: 48px;
}

.tuned img {
    position: absolute;
    left: 50%;
    transform: translate(-52%, -11%);
}

.footer {
    padding: 32px 0;
    color: #93A3BE;
    font-size: 14px;
    margin-top: 140px;
    border-radius: 32px 32px 0 0;
    background: #02070D;
}

.explain-text {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #303B50;
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    margin-top: 32px;
    list-style: none;
}

.footer ul li {
    display: inline-block;
    color: #93A3BE;
    font-size: 14px;
    line-height: normal;
    margin-right: 16px;

}

.footer ul li a {
    color: #93A3BE;
}

.blue-circle {
    height: 816px;
    width: 408px;
    border-radius: 816px 0 0 816px;
    background: linear-gradient(180deg, #0E7BF8 0%, rgba(14, 123, 248, 0.00) 86.35%);
    filter: blur(200px);
    position: absolute;
    right: 0;
    top: 27%;
}

.pink-circle {
    height: 816px;
    width: 408px;
    border-radius: 0 816px 816px 0;
    background: linear-gradient(180deg, #FC52BF 0%, rgba(252, 82, 191, 0.00) 86.35%);
    filter: blur(200px);
    position: absolute;
    left: 0;
    top: 50%;
}

.modal-dialogg {
    width: 100%;
    max-width: 466px;
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F2F4F7;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background: rgba(11, 1, 33, 1);
}

.modal-dialogg span {
    padding: 0 50px;
    line-height: 20px;
    color: #B4BFD2;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 16px;
    display: block;
}

.modal-dialogg .letter-image {
    display: block;
    margin: 0 auto;
}

.modal-email-input .form-control {
    display: block;
    margin-bottom: 8px;
}

.modal-dialogg .btn {
    width: 100%;
}

.modal-email-input .btn {
    margin-top: 24px;
}

.blue-btn {
    background: #267DFF;
    color: #FFFFFF;
}

.blue-btn:hover {
    background: #005EEB;
    color: #ffffff;
}

.blue-btn:focus {
    background: #267DFF;
    border-width: 2px;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
    color: #0B0121;
    font-weight: 500;
}

.blue-btn:active {
    background: #004AB8;
    border-color: #004AB8;
    outline: 0;
    box-shadow: none;
}

.modal-dialogg .close-btn {
    display: flex;
    justify-content: flex-end;
}

.modal-dialogg.success h5{
    margin: 24px 0;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1999;
}

.overlay.show {
    visibility: visible;
    opacity: 1;
}

/*PRIME ACCount Style Page*/
h6 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 800;
}

.hero.prime {
    background: none;
    height: auto;
    padding-top: 110px;
}

.world-trading {
    background: linear-gradient(104.13deg, #0B0050 0%, #3CD0FF 100%);
    border-radius: 32px;
    padding: 48px 72px;
}

.world-trading h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 72px;
}

.world-trading h3 {
    color: #B4BFD2;
    margin-top: 16px;
    line-height: 32px;
}

.world-trading img {
    margin-left: auto;
}

.world-trading .btn {
    margin-top: 56px;
    height: 56px;
}

.world-trading .left-side {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.what-is .features {
    margin-top: 32px;
}

.what-is {
    margin-top: 80px;
}

.what-is .feature-image {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #040115;
    border: 1px solid #243447;
    border-radius: 12px;
    margin-bottom: 8px;
}

.what-is .feature-image img {
    width: 24px;
    height: 24px;
}

.what-is .features h5 {
    line-height: 25px;
    color: #B4BFD2;
    margin-top: 8px;
    padding-right: 15px;
}

.how-it-works {
    margin-top: 112px;
    text-align: center;
    padding: 56px 32px 32px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
}

.how-it-works .circle {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    height: 48px;
    width: 48px;
    color: #FFFFFF;
    background: #267DFF;
}

.how-it-works h6 {
    margin-bottom: 30px;
}

.how-it-works .steps h5 {
    margin-top: 24px;
    font-weight: 700;
}

.how-it-works .steps {
    text-align: center;
}

.how-it-works .steps .step {
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 20px;
    height: 100%;
}

.how-it-works .steps p {
    margin-bottom: 0;
    margin-top: 8px;
    color: #B4BFD2;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.plans {
    margin-top: 166px;
    text-align: center;
    background: linear-gradient(104.13deg, #3CD0FF 0%, #0B0050 100%);
    border-radius: 46px;
    padding: 56px 0;
}

.plans h6 {
    margin-bottom: 46px;
}

.plans .card {
    text-align: left;
    color: #ffffff;
    padding: 32px 24px;
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);

}

.plans .card.pro-plan {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.plans .card.pro-plan h5,
.plans .card.pro-plan .pricing-card-title {
    color: #0B1016;
}

.plans .card.pro-plan .pricing-card-title small {
    color: #546578;
}

.plans .card.pro-plan ul li {
    color: #0B1016;
}

.plans .card.pro-plan ul li div:first-child {
    color: #546578;
}

.plans .card h5 {
    text-align: center;
    margin-bottom: 8px;
}

.plans .card .btn {
    height: 54px;
}

.plans .pricing-card-title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    text-align: left;
}

.plans .pricing-card-title small {
    color: #B4BFD2;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    text-align: left;
}

.plans ul li {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #ffffff;
    line-height: 22px;
}

.plans ul li:last-of-type {
    margin-bottom: 0;
}

.plans ul li div:first-child {
    color: #B4BFD2;
    font-size: 16px;
    font-weight: 400
}

.plans .explanatory-text {
    text-align: left;
    margin-top: 32px;
}

.plans .badge {
    display: flex;
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
    align-items: center;
    padding: 8px 16px;
    position: absolute;
    top: -20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 12px;
}

.plans .badge div {
    margin-right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
}

.profits {
    margin-top: 112px;
}

.profits h4 {
    color: #B4BFD2;
    margin: 16px 0;
    padding: 0 120px;
}

.profits .btn {
    margin-top: 16px;
    height: 54px;
}

.chart-feature-wrapper {
    display: flex;
    border-radius: 24px;
    padding: 32px;
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.chart-feature {
    padding: 0;
    color: #FFFFFF;
    list-style: none;
}

.chart-feature:first-of-type {
    margin-right: 30px;
}

.chart-feature li {
    margin-bottom: 24px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
}

.chart-feature li:last-of-type {
    margin-bottom: 0;
}

.chart-feature li .feature-text {
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.chart-feature .feature-image {
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.rules {
    margin-top: 110px;
}

.rules .rule {
    height: 100%;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
}

.rules h6 {
    margin-bottom: 48px;
}

.rules .rule p {
    margin-bottom: 0;
    margin-top: 8px;
    color: #B4BFD2;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.rules .rule h5 {
    font-weight: 700;
    margin: 16px 0 8px 0;
}

.videos {
    margin-top: 112px;
}

.videos h4 {
    color: #B4BFD2;
}

.testimonials {
    margin-top: 112px;
}

.testimonials h6 {
    margin-bottom: 48px;
}

.testimonial {
    height: 100%;
    display: flex;
    padding: 24px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
    border: 1px solid #FFFFFF1A
}


.image-trader {
    margin-right: 24px;
    height: 164px;
}

.testimonial p {
    margin-top: 32px;
    margin-bottom: 0;
    color: #B4BFD2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.tuned.prime {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(34px);
    border-radius: 32px;
}

.tuned.prime .btn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 32px auto 107px auto;
}

.tuned.prime h5 {
    color: #B4BFD2;
}

.tuned.prime img {
    transform: translate(-50%, -9%);
}

.tuned.prime .title {
    margin-top: 103px;
}

.faq {
    margin-top: 112px;
}

.faq h6 {
    margin-bottom: 46px;
}

.faq-accordion {
    max-width: 846px;
    margin: 0 auto;
}

.faq-accordion-header {
    padding-bottom: 16px;
    border-radius: 32px;
}

.faq-accordion-button {
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
}

.faq-accordion-button:hover {
    color: #ffffff;
}

.faq-accordion-item.collapsed .faq-accordion-button:after {
    width: 36px;
    height: 36px;
    margin-left: auto;
    content: "";
    background: url(images/plus.png) no-repeat center center;
}

.faq-accordion-button:after {
    width: 36px;
    height: 36px;
    margin-left: auto;
    content: "";
    background: url(images/minus.png) no-repeat center center;
}

.faq-accordion-item {
    margin-bottom: 8px;
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
    border: 1px solid #FFFFFF1A;
    padding: 24px;
    border-radius: 32px;
    color: #B4BFD2;
}


.faq-accordion-item.collapsed {
    background: transparent;
    border: transparent;
}

.faq-accordion-item.collapsed .faq-accordion-header {
    padding-bottom: 0;
}

.collapse:not(.show) {
    display: none;
}

.faq-accordion-collapse.collapse.show {
    height: auto;
}

.faq-accordion-collapse {
    padding-right: 60px;
}

.slider {
    margin-top: 48px;
    position: relative;
}

.slider-nav {
    display: flex;
    position: absolute;
    right: 0;
    top: -95px;
}


.slider .prev.arrow.disabled, .slider .next.arrow.disabled {
    pointer-events: none;
    cursor: default;
    background: #040115;
}

.slider .prev.arrow {
    margin-right: 8px;
}

.slider .prev.arrow.disabled img, .slider .next.arrow.disabled img {
    opacity: 0.5;
}

.slider .arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 32px;
    width: 64px;
    height: 48px;
    background: #267DFF;
}

.slider .arrow:hover {
    background: #005EEB;
}

.slider .arrow:active {
    background: #004AB8;
}

.slider .arrow:focus {
    border: 2px solid #FFFFFF
}

.slider-item {
    overflow: hidden;
    display: inline-block;
    width: 620px;
    margin: 0 12px;
    height: 450px;
    padding: 24px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(4, 1, 21, 0.5), rgba(4, 1, 21, 0.5)),
    radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
    border: 1px solid #FFFFFF1A;
}

.slider-item .inner-frame {
    background: #00000099;
    border-radius: 32px;
    height: 353px;
}

.videos h6 {
    margin-bottom: 16px;
}

.video-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    color: #ffffff;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.video-track {
    overflow: hidden;
    white-space: nowrap;
}

.video-list {
    overflow: hidden;
}

.pink-circle.prime {
    top: 46%;
    left: -130px;
}

.blue-circle.prime {
    top: 15.5%;
}

.blue-circle.prime.bottom {
    top: 63%;
}

.modal-dialogg.apply-prime span {
    padding: 0;
}

.modal-dialogg.apply-prime .form-control {
    margin-bottom: 10px;
}

.modal-dialogg.apply-prime .invalid-feedback {
    margin-bottom: 8px;
}

.modal-dialogg.apply-prime .blue-btn {
    margin-top: 24px;
}

.form-select {
    border: 1px solid  #1e1b38;
    background-color: #1e1b38;
    height: 48px;
    color: white;
    font-size: 16px;
    border-radius: 12px;
    background-image: url(images/chevron-small-down.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px 24px;
}

.form-select:hover {
    border: 1px solid #267DFF;
}

.form-select:focus {
    color: #F2F4F7;
    outline: 0;
    box-shadow: none;
}

.form-select:focus-visible {
    border: 1px solid #8BB4FF !important;
    outline: none;
}
.modal-dialogg.prime.success h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #B4BFD2;
}

.logo {
    cursor: pointer;
}

/* Embedded video */
.embedded-video {
    width: 570px;
    height: 353px;
}

/*Privacy Policy*/

.main.privacy {
    background: none;
}

.privacy-policy .header .hero {
    height: auto;
    margin-top: 165px;
    background: none;
}

.text h2 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 100px;
}

.text h3 {
    font-weight: 700;
    margin-bottom: 16px;
}

.text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: white;
}

.text ul li,
.text ol li {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

.list-white li {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.main.privacy .blue-circle {
    top: 2%
}

.main.privacy .pink-circle {
    top: 27%
}

.main.privacy .border-bottom {
    border-bottom: 1px solid rgba(48, 59, 80, 1) !important;
}

@media screen and (min-width: 1440px) {
    .hero {
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .tournaments .tips {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        padding-right: 64px;
        padding-left: 64px;
    }

    header {
        margin-bottom: 35px;
    }

    .hero .top-text {
        font-size: 20px;
    }

    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 64px;
    }

    h1, h2 {
        line-height: 80px;
    }

    h3, h4, h5 {
        text-align: center;
    }

    .hero span {
        font-size: 16px;
    }
    
    .coming-text {
        margin: 0 auto;
    }
    
    section {
        margin-bottom: 50px;
    }

    .tournaments {
        padding: 56px;
    }

    .tournaments .left-side {
        padding: 0;
    }

    .tournaments h4 {
        margin-top: 32px;
        margin-bottom: 16px;
        text-align: center;
    }

    .tournaments img,
    .trader-program img {
        display: block;
        margin: 0 auto;
    }

    .tournaments .tips,
    .trader-program .tips,
    .prime-account .tips {
        margin-top: 0;
        padding: 0;
        text-align: center;
    }

    .trader-program {
        margin-top: 64px;
        padding: 56px;
        background: linear-gradient(5.35deg, #DCF9FF 0%, #621DBA 53.93%, #04001C 106.11%);
    }

    .trader-program .right-side {
        padding: 0;
    }

    .trader-program .left-side {
        padding: 33px 0 0 0;
    }

    .trader-program .left-side .tips {
        display: block;
        margin-top: 35px;
    }

    .trader-program .right-side .tips {
        display: none;
    }

    .prime-account .btn {
        display: block;
        margin: 30px auto 56px auto;
    }

    .prime-account img {
        margin: 0 auto;
    }

    .prime-account .advantages {
        margin-top: 56px;
        text-align: center;
    }

    .tuned {
        position: relative;
        z-index: -1;
        backdrop-filter: unset;
        margin: 0 64px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
    }

    .tuned img {
        top: 0;
    }

    .tips ul li span {
        font-size: 15px;
    }

    .prime-account {
        background: linear-gradient(180.15deg, #0B0050 8.01%, #3CD0FF 100%);
    }

    .tuned-wrapper {
        background: url(images/image_logos-tablet.png) no-repeat 2px 7%;
        background-size: contain;
        margin-top: 150px;
        min-height: 428px;
    }

    .tuned-wrapper .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .tuned h5 {
        padding: 0 35px;
    }

    .email-input {
        margin: 32px auto 60px auto;
    }

    .footer {
        margin-top: 100px;
    }

    .world-trading h2 {
        font-size: 48px;
        line-height: 65px;
        text-align: center;
    }

    .world-trading {
        padding: 32px 24px;
    }

    .world-trading h3 {
        font-size: 20px;
        text-align: center;
    }

    header.prime {
        margin-bottom: 0;
    }

    .world-trading .btn {
        width: 100%;
    }

    .world-trading img {
        margin: 32px auto 0 auto;
        display: block;
    }

    h6 {
        font-size: 40px;
        line-height: 55px;
    }

    .features h4 {
        text-align: left;
        font-size: 18px;
        line-height: 25px;
    }

    .features h5 {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }

    .what-is .image-wrap {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .what-is {
        margin-top: 64px;
    }

    .how-it-works {
        margin-top: 61px;
    }

    .plans {
        margin-top: 112px;
    }

    .plans .explanatory-text h5 {
        text-align: left !important;
    }

    .plans .card h5 {
        text-align: left;
    }

    .profits h4 {
        padding: 0;
    }

    .rules {
        margin-top: 96px;
    }

    .videos h4 {
        text-align: left;
    }

    .faq-accordion-button {
        line-height: 27px;
    }

    .testimonial h5 {
        text-align: left;
    }
}


@media (max-width: 767.98px) {
    .modal-dialogg {
        width: 90%;
    }
    
    .embedded-video {
        width: 330px;
        height: 200px;
    }
    
    .inner-frame {
        height: auto !important;
    }
    
    .slider-item {
        width: 380px;
        height: 300px;
    }

    .modal-dialogg span {
        padding: 0 20px;
    }

    .hero .top-text {
        font-size: 18px;
    }
    
    .coming-text {
        margin: 0 auto;
    }

    h1 {
        font-size: 36px;
    }

    h1 {
        line-height: 56px;
    }

    h2 {
        line-height: 43px;
        font-size: 32px;
    }

    h3 {
        text-align: center;
        font-size: 16px;
    }

    .pr-pol h3 {
        font-size: 20px;
        text-align: left;
    }

    h4 {
        text-align: center;
        font-size: 14px;
    }

    h5 {
        text-align: center;
        font-size: 16px;
    }

    .hero {
        height: 411px;
    }

    .email-input {
        width: auto;
        margin: 32px auto 64px auto;
    }

    .tournaments {
        padding: 32px 20px 25px 20px;
        margin-top: 40px;
    }

    .hero {
        background-size: cover;
    }

    .tournaments .left-side {
        padding: 0;
    }

    .tournaments h4 {
        font-size: 14px;
        text-align: center;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .tips {
        width:1000px;
        white-space: normal;
    }
    
    .tips-style {
        overflow-y: auto;
        white-space: nowrap;
    }

    .tips ul li span {
        font-size: 13px;
    }

    .tips ul li {
        padding: 12px;
    }

    .tournaments .tips {
        margin-top: 40px;
        padding: 0;
    }

    .tournaments {
        background: linear-gradient(180.63deg, #00173A -2.51%, #A30CB5 68.61%, #FFA7A7 97.62%);
    }

    .trader-program {
        padding: 32px 20px 25px 20px;
        background: linear-gradient(5.35deg, #DCF9FF 0%, #621DBA 53.93%, #04001C 106.11%);
        margin-top: 40px;
    }

    .prime-account {
        background: linear-gradient(180.15deg, #0B0050 8.01%, #3CD0FF 100%);
        padding: 32px 20px 25px 20px;
    }

    .trader-program .right-side {
        padding: 0;
    }

    .trader-program .right-side .tips {
        display: none;
    }

    .trader-program .left-side .tips {
        display: block;
    }

    .trader-program .left-side {
        padding: 0 12px;
    }

    .trader-program .tips {
        margin-top: 40px;
    }

    .prime-account .btn {
        width: 100%;
        display: block;
        margin: 30px auto 40px auto;
    }

    .prime-account .advantages {
        margin-top: 30px;
        font-size: 16px;
        text-align: center;
    }

    .tuned {
        position: relative;
        backdrop-filter: unset;
        background: linear-gradient(0deg, rgba(4, 1, 21, 0.3), rgba(4, 1, 21, 0.3));
        padding: 32px 20px 25px 20px;
        margin-top: 40px;
    }

    .tuned:after {
        background: url(images/image_logos-mobile.png) no-repeat 50% 100%;
        height: 45%;
        width: 100%;
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -130px;
    }

    .tuned .title {
        margin-top: 0;
        font-size: 32px;
    }

    .main {
        background-size: auto;
    }

    .tuned .email-input {
        margin: 32px auto 155px auto;
    }

    .blue-circle {
        width: 100%;
        z-index: -1;
        top: 29%;
        background: linear-gradient(270deg, #0E7BF8 0%, rgba(14, 123, 248, 0.00) 86.35%);
    }

    .pink-circle {
        width: 100%;
        z-index: -1;
        background: linear-gradient(91deg, #FC52BF 0%, rgba(252, 82, 191, 0.00) 86.35%);
    }

    .world-trading {
        padding: 32px 24px;
    }

    .world-trading h2 {
        line-height: 44px;
        font-size: 32px;
        text-align: center;
    }

    .world-trading h3 {
        line-height: 22px;
    }

    .world-trading .btn {
        margin-top: 32px;
        width: 100%;
    }

    .world-trading img {

        margin: 32px auto 0 auto;
    }

    .world-trading .left-side {
        display: unset;
    }

    h6 {
        font-size: 32px;
        line-height: 44px;
    }

    .features h4 {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }

    .what-is .features h5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        margin-bottom: 24px;
    }

    .how-it-works {
        margin-top: 80px;
        padding: 32px 24px;
    }

    .how-it-works .steps h5 {
        font-size: 18px;
    }

    .plans {
        margin-top: 77px;
        padding: 32px 5px;
    }

    .plans .card h5 {
        font-size: 18px;
        line-height: 32px;
        text-align: left;
    }

    .profits {
        margin-top: 80px;
    }

    .chart-feature-wrapper {
        display: block;
        padding: 32px 24px;
    }

    .chart-feature:first-of-type {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .rules,
    .videos,
    .tuned.prime {
        margin-top: 80px;
    }

    .rules h6 {
        margin-bottom: 32px;
    }

    .rules .rule h5 {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }

    .videos h4 {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }

    .slider-nav {
        position: relative;
        top: 0;
    }

    .testimonials {
        margin-top: 96px;
    }

    .testimonial h5 {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .tuned.prime .title {
        margin-top: 0;
    }

    .tuned.prime .btn {
        width: 100%;
        text-align: center;
        display: block;
        margin: 32px auto 188px auto;
    }

    .video-title {
        font-size: 18px;
    }
}


