/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff;
    --organge-color: #ff7901;
    --default-color: #212529;
    --black-color: #000000;
    --heading-color: #2d465e;
    --accent-color: #0d83fd;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --text-gradient: linear-gradient(90deg, #ffa901 0%, #ff7901 100%);
}

* {
    box-sizing: border-box;
}

body,
h1 {
    margin: 0;
}

body {
    background-color: var(--background-color);
    font-family: 'Inter', Helvetica, sans-serif;
}

.row {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.title_group {
    text-align: center;
    padding: 0px 5px;
}

.title_group h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--background-color);
    word-break: break-word;
}

.title_group h1 span {
    background: linear-gradient(90deg, #ffa901 0%, #ff7901 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title_group p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #c9c9c9;
}

.btn {
    font-weight: 600;
    font-size: 16px;
    border: none;
    box-shadow: 0px 8px 18px -10px rgba(119, 50, 0, 0.12);
    border-radius: 8px;
    padding: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn-pricing {
    color: var(--background-color);
    background: linear-gradient(90deg, #ffa901 0%, #ff7901 100%);
}

.btn-howto {
    color: #ff7901;
    background: #ffffff;
}

.btn:after {
    transition: transform 0.5s;
    flex-shrink: 0;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 12px;
}

.btn:focus:after,
.btn:hover:after {
    transform: translateX(5px);
}

.btn-pricing:after {
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/arrow_right_primary.svg');
}

html[dir='rtl'] .btn-pricing:after,
html[dir='rtl'] .btn-howto:after {
    transform: rotate(180deg);
    margin-left: unset;
    margin-right: 12px;
}

.btn-howto:after {
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/arrow_right_trsp.svg');
}

.wrapper {
    width: 90vw;
    height: max-content;
    margin-top: 10px;
}

.carousel {
    width: 100%;
    margin: 0px auto;
}

.carousel h1 {
    font-size: 20px;
    margin-bottom: 18px;
}

.carousel .slider-img {
    margin-top: 12px;
    border-radius: 4px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
    background-color: #1f242a;
}

.carousel .slider-img img {
    display: block;
    border-style: none;
}

.slick-slide {
    padding: 0px 0px;
}

.wrapper .slick-dots li button:before {
    font-size: 8px;
    color: #000000;
}

.slick-dots li.slick-active button:before {
    color: #ff7901 !important;
}

/* banner section start */
.banner {
    background: linear-gradient(180deg, #19232b 0%, #26323c 100%);
}

.banner .top_banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.banner .row {
    gap: 13px;
    padding: 20px 15px 40px 15px;
}

.banner .title_group {
    margin: 20px 0px 10px 0px;
}

.banner .title_group p {
    margin-top: 15px;
    margin-bottom: 0px;
    color: #c9c9c9;
}

.banner .title_group p b span {
    color: var(--organge-color);
}

.banner .title_group p b {
    color: var(--background-color);
}

.banner .top_banner .close {
    z-index: 1000;
    align-self: flex-start;
    cursor: pointer;
}

.banner .bottom_banner {
    gap: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .bottom_banner a {
    font-size: 14px;
    text-decoration: underline;
    color: var(--organge-color);
}

/* winners section start */
.winners .row {
    gap: 13px;
    padding: 40px 15px;
}

.winners .title_group h1,
.graph .title_group h1,
.testimonial .title_group h1,
.science .title_group h1 {
    color: var(--black-color);
}

.winners .box .winner_dated {
    margin-top: 10px;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px 0px 12px;
}

.winners .box .winner_return {
    margin-top: 10px;
    display: flex;
    gap: 25px;
    background: #1199070f;
    border-radius: 8px;
    padding: 10px 12px;
    justify-content: space-between;
    align-items: center;
}

.winners .box .winner_return span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #119907;
}

.winners .box .winner_return b {
    font-size: 24px;
    line-height: 20px;
    color: #119907;
}

.winners .box .winner_dated .date_title {
    color: #696969;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    margin: 5px 0px !important;
}

.winners .box .winner_dated .date_value {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.winners .box .winner_info span {
    font-size: 24px;
    line-height: 29.05px;
    font-weight: 600;
    color: #000000;
}

.winners .box .winner_info img {
    max-width: 65px;
}

.winners .box .badge {
    margin: 5px 12px;
    background: linear-gradient(90deg, #ffa400 0%, #ff6e00 100%);
    border-radius: 53.31px;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
}

.winners .btn-pricing {
    margin-top: 50px;
}

/* winners section end */

/* graph section start */
.graph {
    background-color: #f5f8fd;
    padding: 40px 15px;
}

.graph .row {
    box-shadow: 0px 4px 36px 0px #00000014;
    background: #fff url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/stripe_3.png') left top / 1152px no-repeat;
    gap: 13px;
    background-size: cover;
    border-radius: 20px;
    padding: 40px 10px 20px 10px;
}

.graph .title_group p {
    color: #696969;
    margin-top: 10px;
    font-weight: 500;
    padding: 0px 10px;
}

.graph .btn-pricing,
.testimonial .btn-pricing {
    margin-top: 50px;
}

.as_container_gra {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-left: 20px;
    align-self: baseline;
    align-items: center;
}

.as_container_gra .dot_icon1 {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff7901;
}

.as_container_gra .dot_icon2 {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #949494;
}

.as_container_gra .gra_title1 {
    font-size: 19px;
    line-height: 22.99px;
    font-weight: 400;
    color: #ff7901;
}

.as_container_gra .gra_value1 {
    background: #ff79011a;
    border: 1px solid #ff7901;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    color: #ff7901;
}

.as_container_gra .gra_title2 {
    font-size: 19px;
    line-height: 22.99px;
    font-weight: 400;
    color: #949494;
}

.as_container_gra .gra_value2 {
    background: #9494941a;
    border: 1px solid #949494;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    color: #949494;
}

.as_container_gra_animation {
    position: relative;
}

.as_container_gra_animation img {
    width: 233px;
    height: 147px;
}

.as_container_gra_animation .y_value {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
    color: #696969;
}

.as_container_gra_animation .y_value_1 {
    color: #ff7901;
    font-weight: 600;
    top: 18px;
    left: 240px;
}

.as_container_gra_animation .y_value_2 {
    top: 37px;
    left: 240px;
}

.as_container_gra_animation .y_value_3 {
    top: 64px;
    left: 240px;
}

.as_container_gra_animation .y_value_4 {
    top: 95px;
    left: 240px;
}

.as_container_gra_animation .y_value_5 {
    top: 122px;
    left: 240px;
}

.graph-month {
    position: absolute;
    top: 144px;
    width: 245px;
    color: #696969;
    font-size: 12px;
    display: flex;
    margin-top: 0px;
    margin-left: -8px;
    align-items: baseline;
    justify-content: space-between;
}

.iframe-lottie {
    border: none;
    width: 230px;
    height: 148px;
    position: absolute;
    top: 1px;
    left: 3px;
}

.graph-month .year {
    font-size: 10px;
}

/* graph section end */

/* testimonial section start */
.testimonial {
    background: #fff url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/stripe_3.png') left top / 1152px no-repeat;
    background-size: cover;
}

.testimonial .row {
    gap: 13px;
    padding: 40px 15px;
}

/* science section start */
.science {
    background: #f5f8fd;
    padding: 40px 15px;
}

.science .row {
    border-radius: 20px;
    background: var(--background-color);
    gap: 13px;
    padding: 40px 10px 20px 10px;
}

/* testimonial section end */

/* reveal section start  */
.reveal {
    background: linear-gradient(180deg, #16232c 0%, #23323d 100%);
}

.reveal .row {
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_graf_grid_bg.svg') left top / 1152px no-repeat;
    gap: 13px;
    background-size: cover;
    padding: 40px 15px;
}

.reveal .btn-pricing {
    margin-top: 20px;
}

.reveal .title_group p {
    margin-top: 10px;
}

.summary_top {
    display: flex;
    gap: 10px;
    align-items: end;
}

.summary_bottom {
    display: flex;
    margin-top: -17px;
    gap: 10px;
    align-items: start;
}

.summary_middle {
    margin-top: -17px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

html[dir='rtl'] .summary_middle img {
    transform: rotate(180deg);
}

.boxBadge {
    background: rgba(245, 248, 253, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.16);
    border-radius: 16px;
    padding: 9px 9px;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.boxBadge p {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 10.89px;
    font-size: 9px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}

.boxBadge p:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_pro_logo.svg') 50% / contain no-repeat;
}

.boxBadge div,
.boxBadge p {
    font-size: 9px;
    color: #ffffff;
}

.boxBadge div {
    font-weight: 400;
    position: relative;
    display: block;
    padding: 6px 20px 6px 11px;
    background: rgba(231, 84, 77, 0.2);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
}

html[dir='rtl'] .boxBadge div {
    padding: 6px 11px 6px 11px;
}

.boxBadge div:after,
.boxBadge div:before {
    content: '';
    width: 18px;
    height: 18px;
}

.boxBadge div:before {
    flex-shrink: 0;
    margin-right: 8px;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_b_icon.svg') 50% / contain no-repeat;
}

.boxBadge div:after {
    transition: right 0.2s;
    content: '';
    position: absolute;
    right: 10px;
    width: 7px;
    height: 12px;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_right_icon.svg') 50% / contain no-repeat;
}

html[dir='rtl'] .boxBadge div:before {
    margin-right: unset;
    margin-left: 8px;
}

html[dir='rtl'] .boxBadge div:after {
    right: unset;
    left: 10px;
    transform: rotate(180deg);
}

.boxBadge div:last-child {
    margin-top: 6px;
    background: rgba(106, 198, 76, 0.2);
}

.boxBadge div:last-child:before {
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_bl_icon.svg') 50% / contain no-repeat;
}

.boxBadge div:focus:after,
.boxBadge div:hover:after {
    right: 8px;
}

.boxData {
    font-size: 9px;
    background: rgba(245, 248, 253, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.16);
    border-radius: 16px;
    padding: 9px 9px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.boxData b,
.boxData p,
.boxData strong {
    color: #ffffff;
}

.boxData b {
    grid-area: 1/1/2/3;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}

.boxData b:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_compare.svg') 50% / contain no-repeat;
}

.boxData p {
    font-size: 9px;
    display: flex;
    gap: 4px;
    margin: 5px 0px;
}

.boxData p:first-child {
    grid-area: 2/1/3/2;
}

.boxData p > span {
    white-space: nowrap;
    font-weight: 500;
    color: #01a4ff;
}

.boxData P:last-child {
    grid-area: 2/2/3/3;
}

.boxData strong {
    margin-top: 16px;
    display: block;
    text-align: right;
    grid-area: 3/1/4/3;
    color: #e7544d;
}

.boxData img {
    display: block;
    width: 100%;
    grid-area: 4/1/5/3;
}

.badgeBox {
    padding: 10px 17px;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    background: #252e34;
    border-radius: 50px;
    border: 1px solid #ffa901;
}

.badgeBox img {
    width: 32px;
    height: 37px;
    flex-shrink: 0;
    margin-right: 6px;
}

.badgeBox p {
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.badgeBox p span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.newsBox {
    background: rgba(245, 248, 253, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.16);
    border-radius: 16px;
    padding: 9px;
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #ffffff;
}

.newsBox strong {
    font-size: 9px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}

.newsBox strong:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_news_ico.svg') 50% / contain no-repeat;
}

.newsBox p {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 9px;
    width: 148px;
    color: #01a4ff;
}

.newsBox img {
    align-self: flex-start;
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
    flex-shrink: 0;
}

html[dir='rtl'] .newsBox img {
    margin-right: unset;
    margin-left: 12px;
}

.newsBox .newsBox_inr {
    width: 148px;
    margin-top: 9px;
    display: flex;
    align-items: center;
}

.newsBox .newsBox_inr:before {
    align-self: auto;
    margin-right: 8px;
    flex-shrink: 0;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_location_icon.svg') 50% / contain no-repeat;
}

html[dir='rtl'] .newsBox .newsBox_inr:before {
    margin-left: 8px;
    margin-right: unset;
}

.newsBox span {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: rgba(1, 164, 255, 0.08);
    padding: 4px 20px 4px 10px;
    color: #01a4ff;
    border-radius: 20px;
    font-size: 9px;
}

.newsBox .newsBox_inr div {
    overflow-wrap: anywhere;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: rgba(1, 164, 255, 0.08);
    padding: 4px 20px 4px 10px;
    color: #01a4ff;
    border-radius: 20px;
    font-size: 9px;
    width: 148px;
}

.newsBox .newsBox_inr div:after {
    transition: right 0.5s;
    content: '';
    position: absolute;
    width: 7px;
    height: 12px;
    right: 7px;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_ico_right_item.svg') 50% / contain no-repeat;
}

.newsBox .newsBox_inr div:focus:after,
.newsBox .newsBox_inr div:hover:after {
    right: 6px;
}

.grafBox {
    background: rgba(245, 248, 253, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.16);
    border-radius: 16px;
    padding: 9px;
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #ffffff;
}

.grafBox p {
    margin-top: 0;
    font-size: 9px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}

.grafBox p:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/ai_stock_graf_ico.svg') 50% / contain no-repeat;
}

.grafBox strong {
    font-size: 14px;
    color: #119907;
}

.grafBox b {
    margin-top: 4px;
    display: block;
    font-weight: 500;
    font-size: 9px;
    text-align: right;
    color: #51a735;
}

.grafBox img {
    width: 100%;
    height: 20px;
}

/* reveal section end  */

/* protector section start */
.protector {
    background: #26323c;
}

.protector .row {
    padding: 20px 15px 40px 15px;
    gap: 13px;
}

.tri_list_info {
    padding: 7px 5px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.tri_list_info .no {
    font-size: 48px;
    line-height: 43px;
    color: #216ec3;
    opacity: 12%;
    font-weight: 700;
}

.tri_box {
    background: #ffffff0a;
    border: 1px solid #ffffff1a;
    padding: 16px;
    border-radius: 16px;
}

.tri_box p {
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.75px;
}

.tri_box span {
    color: #c9c9c9;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.75px;
}

.tri_list_info img {
    width: 36px;
    height: 36px;
}

.tri_list_info .content {
    font-size: 16px;
    color: #696969;
    line-height: 19.3px;
    font-weight: 400;
}

.tri_list_info .content .bold {
    font-size: 18px;
    color: #000000;
    line-height: 21.78px;
    font-weight: 600;
}

.tri_list_info .content .orange {
    color: #ff7901;
}

/* protector section end */

/* price section start */
.pricing {
    background: linear-gradient(180deg, #19232b 0%, #26323c 100%);
}

.pricing .row {
    padding: 40px 15px;
    background-size: contain;
    gap: 13px;
}

.pricing .title {
    color: var(--background-color);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.text-main-content {
    text-transform: uppercase;
    text-align: left;
    color: var(--background-color);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
    margin-top: 10px;
}

.plan {
    line-height: 20px;
    height: 100%;
    justify-content: space-between;
    font-size: 24px;
    color: #c7cacd;
    background: rgba(121, 128, 134, 0.2);
    width: 100%;
    border: 2px solid transparent;
    position: relative;
    border-radius: 8px;
    padding: 20px 7px 20px 20px;
}

html[dir='rtl'] .plan {
    padding: 20px 20px 20px 7px;
}

.plan.active {
    border: 2px solid #ff6b00;
    background: rgba(0, 0, 0, 1);
}

.most-popular {
    position: absolute;
    top: -14px;
    left: -2px;
    background-color: #394f3d;
    border-radius: 8px 16px 16px 0px;
    padding: 2px 22px;
    color: #bababa;
    font-weight: 700;
    letter-spacing: -0.2px;
    font-size: 11px;
}

.plan.active .most-popular {
    background-color: #ff6b00;
    color: var(--background-color);
}

.plan.active .pricing-subtitle {
    color: var(--background-color);
}

.plan.active .button-price {
    color: #6ac64c;
}

.plan.active .button-left {
    color: var(--background-color);
}

#iuw0s4 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.plan_block {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
    margin-top: 30px;
    /* padding-top: 50px; */
}

.pricing-subtitle {
    color: #c7cacd;
    font-size: 13px;
    line-height: 0px;
}

.discount_block h1 {
    font-weight: 500;
}

#claim_btn {
    text-transform: uppercase;
    border-radius: 4px !important;
}

#claim_btn:after {
    background: none;
    content: none;
    width: unset;
    height: unset;
    margin-left: unset;
}

.stock-timer {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.stock-timer .countdown {
    font-weight: 600;
}

.button-price {
    margin-right: 12px;
    font-size: 28px;
}

html[dir='rtl'] .button-price {
    margin-right: unset;
    margin-left: 12px;
}

.button-price .percent {
    font-size: 12px;
    vertical-align: super;
}

.tick-container {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #ff6b00 transparent transparent;
    border-radius: 0 8px 0 0;
}

.tick-container::before {
    content: url('http://127.0.0.1:3000//app-landing/main_no_promo/assets/v1/img/checkicon.svg');
    position: absolute;
    top: 0px;
    right: -28px;
    color: white;
    font-size: 16px;
}

.footer {
    text-align: center;
}

.footer .f-head {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 11px;
    line-height: 12.89px;
    color: white;
}

.footer .policy1 {
    font-weight: 400;
    padding: 0 20px;
    font-size: 10px;
    line-height: 14.72px;
    color: #798086;
    letter-spacing: -0.2px;
}

.footer .policy1 a {
    text-decoration: underline;
    cursor: pointer;
}

.footer .purchases {
    color: #006edb;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin: 15px;
    text-decoration: unset;
    cursor: pointer;
}

.footer .secure {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    color: #119907;
}

.ribbon {
    margin: 0;
    padding: 9px 0px 9px 0px;
    background: #ffe600;
    box-shadow: 0px 0px 6.905px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    position: absolute;
    top: 1px;
    line-height: 130%;
    font-weight: 700;
    font-size: 14px;
    right: 1px;
    transform: translateX(30%) translateY(0%) rotate(45deg);
    transform-origin: top left;
}

.ribbon:before {
    background: #ffe600;
    right: 100%;
}

.ribbon:after {
    background: #ffe600;
    left: 100%;
}

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
}

.box {
    width: 90vw;
    background: #ffffff;
    border: 1px solid #216ec329;
    border-radius: 16px;
    padding: 15px 10px 10px 10px;
}

.box_shadow {
    margin-top: 5px;
    box-shadow: 0px 4px 36px 0px #00000014;
}

.box .winner_info {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px 20px 12px;
    border-bottom: 1px solid #216ec31a;
}

.box .testimonial_content {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.76px;
    align-items: center;
    padding: 0px 12px 10px 12px;
    border-bottom: 1px solid #1256a029;
}

.box .testimonial_content span {
    font-weight: 600;
}

.box .testimonial_data {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial_data .info {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.testimonial_data .info p {
    font-weight: 700;
    line-height: 21.78px;
    font-size: 18px;
    color: #333333;
    margin: 0px 0px 3px 0px !important;
}

.testimonial_data .info span {
    font-weight: 400;
    line-height: 16.94px;
    font-size: 14px;
    color: #ff7901;
}

.testimonial_data .info .country {
    font-weight: 400;
    line-height: 16.94px;
    font-size: 14px;
    color: #707070;
}

.testimonial_data .info img {
    width: 56px;
    height: 56px;
}

.testimonial_data .social {
    width: 24px;
    height: 24px;
}

.discount-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.renew-text {
    margin: 3px 0px 0px 0px;
    font-size: 13px;
}

.mt-20 {
    margin-top: 20px !important;
}

.spinner-section {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(180deg, #16232c 0%, #22313c 100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-center {
    text-align: center !important;
}

.loader {
    width: 36px;
    height: 36px;
    border: 4px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.toggle-container {
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
}

.plan-select {
    padding: 3px;
    /* width: 50%; */
    display: flex;
}

.toggle-button {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    padding: 6px 16px;
    font-weight: 510;
    text-transform: none;
    text-align: center;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9000;
    position: relative;
    z-index: 9;
    border-radius: 16px;
}

.toggle-button.active {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    color: #ff6b00;
    border-radius: 0px;
    background: #000;
    cursor: pointer;
    z-index: 9;
    border-radius: 58px;
}

.proplus-section,
.pro-section {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    margin: 10px;
}

.proplus-section .proplus-title,
.pro-section .proplus-title {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.proplus-section .proplus-block,
.pro-section .proplus-block {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    align-items: center;
}

.proplus-section .proplus-block span,
.pro-section .proplus-block span {
    font-size: 14px;
    color: #ffff;
}

.collapsible {
    color: white;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    background: transparent;
    border: none;
}

.collapsible:after {
    content: url('http://127.0.0.1:3000//app-landing/main_no_promo_proplus/assets/img/CheckMark_up.svg');
    transform: rotate(180deg);
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.turkey_flag::before {
    vertical-align: middle;
    content: url('http://127.0.0.1:3000//app-landing/main_no_promo_proplus/assets/img/turkey_flag.svg');
}

.collapsible.active:after {
    transform: rotate(0deg);
    content: url('http://127.0.0.1:3000//app-landing/main_no_promo_proplus/assets/img/CheckMark_up.svg');
}

.proplus-container .content {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.proplus-container {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.upgrade-btn {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    color: #000;
    border-style: none;
    border-width: 0px;
    width: 100%;
    cursor: pointer;
    z-index: 9000;
    position: relative;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: linear-gradient(90deg, #ffa400 0%, #ff6e00 100%);
}

.haspro-container {
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
}

.haspro-section-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #949495;
}

.expiredDate {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #949495;
}

.haspro-block {
    padding: 32px 24px;
    margin: 50px 0px;
    background: #000;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.haspro-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.haspro-content p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.haspro-content span {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
}

.show {
    display: flex !important;
}

.hide {
    display: none !important;
}

.pricing_title {
    display: flex;
    justify-content: center;
}
