@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
}

section {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.gradient1 {
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

nav {
    margin-top: 40px;
    border-radius: 50px;
    border: 1px solid rgba(146, 101, 255, 0.11);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 7px 14px 7px 28px !important;
}

nav .nav-link {
    color: rgba(45, 45, 45, 0.8) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    font-family: Space Mono;
    margin-right: 60px;
}

nav .logn_btn {
    text-align: center;
    font-family: Space Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 20px;
}

header {
    margin-bottom: 154px;
}

.navbar-brand {
    font-family: Space Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
}

.sbmt {
    border-radius: 50px;
    border: 1px solid #a681ff !important;
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 11px 15px;
    color: #fff !important;
    text-align: center;
    font-family: Space Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

h1 {
    font-family: Space Mono;
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #333;
}

h1 span {
    background: linear-gradient(271deg, #ffc762 22.34%, #ffc700 99.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-family: Space Mono;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 163.125%;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
}

@-webkit-keyframes spinn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Hero */

.hero {
    position: relative;
}

.hero video {
    width: 100%;
    height: 483px;
}

.hero h3 {
    color: #333;
    font-family: Space Mono;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    text-transform: uppercase;
}

.hero .star_box {
    width: 156px;
    height: 46px;
    padding: 6px 14px;
    border-radius: 45px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 26px;
}

.hero .star_box img {
    -webkit-filter: drop-shadow(0 0 15px #0005);
    filter: drop-shadow(0 0 15px #0005);
}

.hero h1 {
    margin: 12px 0 5px;
    max-width: 795px;
}

.hero h6 {
    color: #444;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 28px;
    max-width: 634px;
}

.hero .active_investor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 58px;
    padding: 13px 0 16px;
    position: relative;
}

.hero .active_investor p {
    margin-left: 7px;
    margin-right: 16px;
    max-width: 82px;
    color: #333;
    font-family: Space Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

.hero .active_investor::before,
.hero .active_investor::after {
    content: url(../img/Line.png);
    width: 100%;
    position: absolute;
    display: block;
}

.hero .active_investor::before {
    top: -13px;
}

.hero .active_investor::after {
    bottom: -0px;
}

.hero .invest_img {
    position: absolute;
    top: 25px;
    z-index: -1;
    right: -50px;
    -webkit-animation: spinn 15s linear infinite;
    animation: spinn 15s linear infinite;
}

/* !Hero */

/* Brand */

.brand {
    margin-top: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 99px;
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand img {
    width: 156px;
}

.daily_bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(165, 127, 255, 0.02);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    height: 80.728px;
    width: 100%;
    -webkit-transform: rotate(8.263deg);
    transform: rotate(8.263deg);
    margin-top: -100px;
}

.daily_bonus p {
    color: var(--black-80, #2d2d2d);
    font-family: Space Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
    position: relative;
    margin-right: 12px;
}

.daily_bonus p::before {
    content: "*";
    margin-right: 25px;
}

/* !Brand */

/* Plan */

.plan {
    margin-top: 122px;
}

.plan h2 {
    margin-bottom: 50px;
    text-align: center;
}

.plan_box {
    padding: 1px;
    border-radius: 20px;
    background: #f8f5ff;
    position: relative;
    padding: 20px 15px 30px;
    max-width: 383px;
    margin: auto;
}

.plan_box .plan_header {
    background: url(../img/plan_header.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 14px;
    margin-bottom: 40px;
}

.plan_box h4 {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}

.plan_box h3 {
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.5%;
    text-align: center;
    margin-bottom: 0;
    color: #ffe840;
}

.plan_box h3 sub {
    font-size: 24px;
}

.plan_box h6 {
    color: #444;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 31px;
    text-align: center;
}

.plan_box .plan_details div {
    margin-bottom: 30px;
}

.plan_box .plan_details svg {
    margin-right: 15px;
}

.plan_box .plan_details h5 {
    color: #333;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}

.plan_box .plan_details h6 {
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
    text-align: left;
}

.plan_box:hover {
    background: url(../img/plan_bg.png) no-repeat;
    height: auto;
    background-size: cover !important;
}

.plan_box:hover h6 {
    color: #fff;
}

.plan_box:hover h4 span {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.plan_box:hover .plan_details h5 span {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.plan_box:hover .plan_details h6 {
    color: #fff;
}

.plan_box:hover .plan_details svg path {
    fill: #fff;
}

.plan_box:hover a {
    border-radius: 50px;
    background: #fff;
}

.plan_box:hover a span {
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan_box2 {
    max-width: 100%;
    padding: 20px;
}

.plan_box2 .plan_header {
    width: 100%;
    height: 206px;
    background: url(../img/plan_header2.png);
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important;
}

.plan_box2 .h4 {
    margin-bottom: 18px;
}

.plan_box2 .plan_details div:last-child {
    margin-bottom: 0;
}

.plan_box2:hover {
    background: #f8f5ff;
}

.plan_box2:hover h6 {
    color: #333;
}

.plan_box2:hover h4 span {
    -webkit-text-fill-color: transparent;
}

.plan_box2:hover .plan_details h5 span {
    -webkit-text-fill-color: transparent;
}

.plan_box2:hover .plan_details h6 {
    color: #333;
}

.plan_box2:hover .plan_details svg path {
    fill: #333;
}

/* !Plan */

/* About */

.about {
    margin-top: 100px;
}

.about h2 {
    margin-bottom: 10px;
}

.about p {
    max-width: 721px;
    color: #666;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 34px;
    text-align: justify;
}

.about p span {
    color: #7e47ff;
}

.about h5 {
    font-family: Space Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.52px;
    margin-bottom: 0;
}

.about h6 {
    color: #717171;
    font-family: Space Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7.84px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.about .certificate .img_box {
    position: relative;
    width: 97px;
    height: 97px;
    margin-right: 27px;
    -webkit-filter: drop-shadow(1px 4px 13px rgba(243, 168, 109, 0.19));
    filter: drop-shadow(1px 4px 13px rgba(243, 168, 109, 0.19));
}

.about .certificate .img_box .mask_img {
    width: 97px;
    height: 97px;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-animation: spinn 15s linear infinite;
    animation: spinn 15s linear infinite;
}

@keyframes spinn {
    to {
        rotate: 360deg;
    }
    from {
        rotate: 0deg;
    }
}

.about .certificate .img_box img {
    width: 95px;
    height: 95px;
    border-radius: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* !About */

/* Mission */

.mission {
    margin-top: 157px;
}

.mission p {
    margin: 10px 0 45px;
    color: #666;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 721px;
}

.mission .statistics_box {
    max-width: 150px;
    height: 150px;
    margin: auto;
    background: #f8f5ff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mission .statistics_box img {
    margin-bottom: 10px;
}

.mission .statistics_box h5 {
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.564px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.mission .statistics_box h6 {
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

/* !Mission */

/* Advantage */

.services {
    margin-top: 47px;
}

.services h2 {
    text-align: center;
    margin-bottom: 34px;
}

.services .services_box {
    border-radius: 15px;
    background: #f8f5ff;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 20px;
    padding-top: 50px;
    height: 100%;
}

.services .services_box p {
    color: #333;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.188%;
    margin: 25px 0 13px;
}

.services .services_box h6 {
    color: #555;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: lowercase;
}

/* !Advantage */

/* Affiliate */

.affiliate {
    margin-top: 135px;
    background: url(../img/affiliate_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 117px 109px 53px 119px;
    position: relative;
    border-radius: 10px;
}

.affiliate h2 {
    font-size: 64px;
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1;
}

.affiliate p {
    max-width: 635px;
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 25px 0 40px;
}

.affiliate .network_img {
    position: absolute;
    bottom: -150px;
    right: 10px;
}

.affiliate .btn {
    width: 170px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    color: #6a46d3;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.affiliate .ref_label {
    background: url(../img/ref_label.png) no-repeat;
    background-size: 100% 100%;
    min-height: 334px;
    padding: 94px;
    padding-right: 52px;
    text-align: center;
}

.affiliate .ref_label .ref_box {
    border-radius: 13px;
    background: #ffe840;
    -webkit-box-shadow: 5px 5px 0px 0px #ff9d4d;
    box-shadow: 5px 5px 0px 0px #ff9d4d;
    width: 115px;
    height: 188px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.affiliate .ref_label h3 {
    color: #634d99;
    font-family: Poppins;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.affiliate .ref_label h3 span {
    font-size: 24px;
    font-weight: 500;
}

.affiliate .ref_label h6 {
    color: #634d99;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
}

.affiliate .last_trans {
    margin-top: 40px;
}

.affiliate .last_trans h3 {
    color: white;
    font-family: Poppins;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 163.125%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.affiliate .last_trans .trans_box {
    border-radius: 10px;
    border: 1px solid #fff;
    background: var(--white-10, rgba(255, 255, 255, 0.1));
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    height: auto;
    padding: 15px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.1));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.1));
}

.affiliate .last_trans .trans_box .curr_img {
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
    margin-top: -40px;
}

.affiliate .last_trans .trans_box h5 {
    color: #fff;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.affiliate .last_trans .trans_box h6 {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-left: 6px;
}

.affiliate .last_trans .trans_box .title {
    border-radius: 4px;
    background: #ffe840;
    padding: 1px 5px;
    color: #6c47af;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.affiliate .last_trans .trans_box .date {
    color: #fff;
    font-family: Poppins;
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* !Affiliate */

/* Imnvestment */

.imnvestment {
    margin-top: 145px;
}

.imnvestment h2 {
    text-align: center;
    margin-bottom: 28px;
}

.imnvestment .imnvestment_box {
    border-radius: 10px;
    border: 1px solid rgba(100, 60, 218, 0.07);
    background: linear-gradient(88deg, #643cda 1.82%, rgba(100, 60, 218, 0) 121.41%) no-repeat;
    padding: 1px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.imnvestment .imnvestment_box:hover .imnvestment_subbox {
    background: transparent;
}

.imnvestment .imnvestment_box:hover .imnvestment_subbox h4 {
    color: #fff;
}

.imnvestment .imnvestment_box:hover .imnvestment_subbox svg path {
    fill: #fff;
}

.imnvestment .imnvestment_box .imnvestment_subbox {
    border-radius: 5px;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 161px;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding: 20px;
}

.imnvestment .imnvestment_box .imnvestment_subbox svg {
    margin-right: 32px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.imnvestment .imnvestment_box .imnvestment_subbox h4 {
    color: rgba(51, 51, 51, 0.9);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 2;
}

.imnvestment .imnvestment_box .imnvestment_subbox h3 {
    font-family: Poppins;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0;
    position: absolute;
    right: 42px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2c2c2c24;
    -webkit-text-fill-color: transparent;
}

/* !Imnvestment */

/* Brands */

.brands {
    margin-top: 100px;
}

.brands img {
    margin-bottom: 10px;
}

/* !Brands */

/* Footer */

footer {
    margin: 100px 0 25px;
}

footer p {
    color: #2d2d2d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

footer .rules {
    color: #2d2d2d;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: none;
}

/* !Footer */

/* FAQ */

.faq h2 {
    text-align: center;
    margin-bottom: 52px;
}

.faq .accordion-item {
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    border: none !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.faq .accordion-item .accordion-button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-family: Space Mono;
    font-weight: 500;
    line-height: 30px;
}

.faq .accordion-item .accordion-button::after {
    background-image: url(../img/arrow_down.png);
}

.faq .accordion-item .accordion-body {
    padding-top: 0;
    color: #444;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1158px;
}

/* !FAQ */

/* News */

.news h2 {
    text-align: center;
    margin-bottom: 52px;
}

.news .card {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    border: none !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.news .card img {
    margin-bottom: 10px;
    max-height: 500px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.news .card p {
    color: #444;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.news .card h5 {
    color: #333;
    font-family: Space Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.news .single_news img {
    margin-bottom: 25px;
}

.news .single_news h5 {
    margin-bottom: 25px;
}

.pagination {
    background: transparent;
    border: none !important;
}

.pagination .page-link {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 0.5px solid #dbdbdb;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    font-family: Poppins;
    margin-right: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination .page-link:hover {
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    border-color: transparent;
    color: #fff;
}

.pagination .active .page-link {
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    color: #fff;
}

/* !News */

/* Support */

.support h5 {
    color: #2d2d2d;
    font-family: Space Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    margin: 13px 0 40px;
}

.support .supportBox {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    word-wrap: break-word;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.support .supportBox .timg {
    margin-bottom: 18px;
}

.support .supportBox a {
    text-decoration: none;
}

.support .supportBox h6 {
    color: #717171;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    margin-bottom: 12px;
}

.support .supportBox h6 span {
    font-weight: 500;
}

.support .supportBox h6 strong {
    font-weight: 500;
    font-family: Space Mono;
    color: #2d2d2d;
}

.support .supportBox h5 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}

.support .supportBox p {
    font-family: Space Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
    margin-bottom: 0;
}

.support .supportBox2 {
    padding-top: 59px;
    padding-bottom: 55px;
}

.support .form-control {
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    background: #fff;
    height: 50px;
    color: #2d2d2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.support textarea {
    border: none !important;
    padding-top: 20px;
    min-height: 175px !important;
    background: #f3f7fb !important;
}

.support .sbmt {
    width: 180px;
    height: 50px;
    margin-top: 9px;
}

/* !Support */

/* Login */

.login .loginBox {
    border-radius: 10px;
    background: #fff;
    padding: 45px;
    max-width: 610px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
}

.login .loginBox h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: Space Mono;
    text-transform: uppercase;
    margin-bottom: 0;
}

.login .loginBox h6 {
    color: #52525b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: Poppins;
    line-height: normal;
    margin: 5px 0 31px;
}

.login .loginBox .input-group {
    border-radius: 45px;
    background: #f6f6f6;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    padding-right: 26px;
}

.login .loginBox .input-group .form-control {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-family: Space Mono;
    font-style: normal;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    margin-right: 10px;
}

.login .loginBox input:focus+.input-group {
    background: red;
}

.login .loginBox .forgot {
    color: #333;
    font-family: Space Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.login .loginBox .sbmt {
    width: 100%;
    height: 50px;
    margin: 20px 0 30px;
}

.login .loginBox p {
    text-align: center;
    color: #333;
    font-family: Space Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}

.login .loginBox p a {
    text-decoration: none;
    font-weight: 500;
}

.login .loginBox .form-check {
    width: 19px;
    height: 19px;
    border-radius: 3px;
    border: 1px solid #959595 !important;
}

.login .loginBox label {
    color: #52525b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 10px;
}

/* !Login */

/* Dashboard */

.dashboard {
    background: #f9fcff;
}

.dashboard header {
    margin-top: 50px;
}

.dashboard header h6 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.dashboard header .middle {
    border-radius: 50px;
    min-height: 40px;
    text-align: center;
    border: 1px dashed rgba(14, 93, 231, 0.26);
}

.dashboard header .sbmt {
    width: 120px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard .page_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.217%;
    margin-bottom: 24px;
}

.dashboard .dashMenu {
    margin-top: 60px;
    margin-bottom: 72px;
    text-align: center;
    padding-top: 10px;
}

.dashboard .dashMenu ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    list-style-type: none;
    padding-left: 0;
}

.dashboard .dashMenu ul li {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    width: 125px;
}

.dashboard .dashMenu a {
    text-decoration: none;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 125px !important;
    text-align: center;
    margin-right: 0;
}

.dashboard .dashMenu a:hover .icon_box,
.dashboard .dashMenu .active .icon_box {
    -webkit-transition: all 1s;
    transition: all 1s;
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
}

.dashboard .dashMenu a:hover .icon_box svg path,
.dashboard .dashMenu .active .icon_box svg path {
    fill: #fff;
}

.dashboard .dashMenu a:hover .icon_box .ectraPainSVG path,
.dashboard .dashMenu .active .icon_box .ectraPainSVG path {
    stroke: #fff;
    fill: transparent;
}

.dashboard .dashMenu .icon_box {
    background: #fff;
    border-radius: 100%;
    width: 62px;
    height: 62px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    -webkit-transition: all 1s;
    transition: all 1s;
}

.dashboard .dashMenu span {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dashboard .title_sect h2 {
    font-size: 32px;
}

.dashboard .title_sect .customBorder {
    max-width: 100dvw;
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed rgba(175, 97, 235, 0.35);
}

.dashboard .title_sect .login_btn {
    border-radius: 50px;
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px 17px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.dashboard .title_sect .signup_btn {
    border-radius: 50px;
    background: var(--white, #fff);
    padding: 13px 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 20px;
    text-transform: uppercase;
}

.dashboard .inpts {
    border-radius: 50px;
    border: 1px solid #bc87de;
    background: #fff;
    height: 50px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 188.5%;
}
 

.dashboard table th {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 14px 0;
}

.dashboard table td {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    padding: 14px;
}

.dashboard table td img {
    width: 22.247px;
    height: 22.247px;
    margin-right: 7px;
}

/* !Dashboard */

/* Account */

.account .acc_info {
    background: url(../img/acc_info.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 55px 0;
    margin-bottom: 60px;
}

.account .acc_info h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 0;
}

.account .acc_info p {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.account .infoBox1 {
    background: url(../img/infoBox1.png) no-repeat;
    background-size: cover;
}

.account .infoBox1 p {
    color: #fff;
}

.account .balanceBox h5 {
    color: #2d2d2d;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    font-family: Space Mono;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.account .balanceBox .balanceSubBox {
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.account .balanceBox .balanceSubBox h6 {
    color: rgba(0, 0, 0, 0.8);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.217%;
    margin-bottom: 0;
    word-wrap: break-word;
}

.account .balanceBox .balanceSubBox img {
    margin-right: 6px;
    width: 24px;
    height: 24px;
}

.account .balanceBox .balanceSubBox p {
    font-size: 18px;
    font-weight: 600;
}

.account .balanceBox .balanceSubBox .balInfoBox {
    width: 100%;
    height: 32px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.217%;
    margin: 20px 0 7px;
}

.account .refBox {
    border-radius: 10px;
    background: #e1f0ff;
    padding: 25px;
}

.account .refBox p {
    font-size: 18px;
    margin-bottom: 20px;
}

.account .refBox h6 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.account .refBox h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

/* !Account */

/* Deposit */

.deposit .profit_title {
    border-radius: 14px;
    background: #ebf5ff;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.deposit .depositBox {
    border-radius: 14px;
    border: 1px solid rgba(0, 124, 255, 0.24);
    background: #fff;
    padding: 56px 53px;
}

.deposit .depositBox .depositSubBox {
    border-radius: 12.75px;
    background: #007cff;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

.deposit .depositBox .depositSubBox img {
    margin-right: 20px;
}

.deposit .depositBox .depositSubBox h6 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}

.deposit .depositBox .depositSubBox p {
    color: #fff;
    font-weight: 600;
}

.deposit .depositBox2 {
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
    border-radius: 14px;
    padding: 20px;
}

.deposit .depositBox2 h5 {
    color: #2d2d2d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.217%;
    margin-bottom: 24px;
}

.deposit .inpts {
    margin-bottom: 24px;
    text-align: center;
}

.plabel {
    position: relative;
    cursor: pointer;
    width: 100%;
    -webkit-transition: all 1s !important;
    transition: all 1s !important;
}

.plabel input {
    position: absolute;
    display: none;
}

.plabel input:checked~.cbox {
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    border-color: transparent;
}

.plabel input:checked~.cbox h6,
.plabel input:checked~.cbox p {
    color: #fff;
}

.plabel input:checked~.plan_box {
    background: url(../img/plan_bg.png) no-repeat;
    background-size: cover;
}

.plabel input:checked~.plan_box h6 {
    color: #fff;
}

.plabel input:checked~.plan_box h4 span {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.plabel input:checked~.plan_box .plan_details h5 span {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.plabel input:checked~.plan_box .plan_details h6 {
    color: #fff;
}

.plabel input:checked~.plan_box .plan_details svg path {
    fill: #fff;
}

.plabel input:checked~.plan_box2 {
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
}

.plabel input:checked~.withdrawBox {
    border-radius: 8px;
    border: 1px solid rgba(0, 124, 255, 0.24);
    background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.plabel input:checked~.withdrawBox p,
.plabel input:checked~.withdrawBox h5 {
    color: #fff;
}

.plabel input:checked~.withdrawBox h6 {
    color: rgba(255, 255, 255, 0.8);
}

.plabel input:checked~.withdrawBox .statusBox {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.plabel input:checked~.withdrawBox .walletBox {
    background: #ebf5ff;
}

.plabel input:checked~.withdrawBox .walletBox h6 {
    color: rgba(0, 0, 0, 0.81);
}

.plabel .cbox {
    border-radius: 63px;
    border: 1px solid rgba(173, 87, 234, 0.33);
    background: var(--white, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 17px;
    height: 58px;
}

.plabel .cbox img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.plabel .cbox h6 {
    color: #2d2d2d;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.plabel .cbox p {
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.plabel .cbox2 h6 {
    font-size: 14px;
}

/* !Deposit */

/* Earnings */

.earnings .earningsBox {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.earnings .earningsBox .searchBox {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.earnings .earningsBox .searchBox hr {
    margin-top: 24px;
    height: 1px;
    color: rgba(30, 100, 230, 0.15);
}

.earnings .earningsBox .searchBox .sbmt {
    padding: 11px;
    width: 100%;
    font-size: 14px;
}

.earnings .earningsBox .searchBox h6 {
    color: #333;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 8px;
}

.earnings .earningsBox .searchBox .form-select {
    border-radius: 50px;
    border: 1px solid #c5c5c5;
    background: #fff;
    padding: 0;
    text-align: center;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* !Earnings */

/* Withdraw */

.withdraw .page_title {
    margin: 13px 0 20px;
}

.withdraw .withdrawBox {
    border-radius: 8px;
    border: 1px solid #bc87de;
    background: #fff;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 15px;
    padding-top: 23px;
}

.withdraw .withdrawBox img {
    width: 32px;
    height: 32px;
    margin-left: 29px;
    margin-right: 14px;
}

.withdraw .withdrawBox p {
    margin-bottom: 4px;
    color: #000;
}

.withdraw .withdrawBox h6 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 124.217%;
    margin-bottom: 0;
}

.withdraw .withdrawBox .status {
    margin: 17px 0 13px;
}

.withdraw .withdrawBox .status .statusBox {
    width: 100%;
    height: 30px;
    border-radius: 50px;
    background: #ebf5ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
    border: 0.5px solid transparent;
    font-size: 14px;
}

.withdraw .withdrawBox .status h5 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 124.217%;
    margin-bottom: 0;
    text-align: center;
}

.withdraw .withdrawBox .walletBox {
    border-radius: 4px;
    background: #ebf5ff;
    padding: 5px;
    text-align: center;
}

.withdraw .withdrawBox .walletBox h6 {
    color: #2d2d2d;
}

.withdraw .withdrawBox .walletBox a {
    text-decoration: none;
    color: #2d2d2d;
}

.withdraw .inpts {
    margin-bottom: 30px;
}

/* !Withdraw */

/* Deposit List */

.depositList h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.depositList .acc_box {
    padding: 15px;
}

/* !Deposit List */

/* Settings */

.acc_box {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
}

.settings .acc_box label {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.settings .acc_box label img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.settings .acc_box .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #bc87de;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 50px;
}

.settings .acc_box .input-group:last-child {
    margin-bottom: 0;
}

.settings .acc_box .input-group label {
    width: 224px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50px 0px 0px 50px;
    background: #f5ebff;
}

.settings .acc_box .input-group input {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* !Settings */

/* Referals */

.referalpage .acc_box p {
    margin-bottom: 10px;
}

.referalpage .acc_box h3 {
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
}

.promo_page .inpts {
    height: 90px;
    border-radius: 10px;
}

.promo_page h2 {
    text-align: center;
    margin-bottom: 24px;
}

/* !Referals */

/* Laptop Screen */

@media screen and (max-width: 1700px) and (min-width: 1100px) {
    section {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .plan {
        padding-left: 0;
        padding-right: 0;
    }
    .affiliate {
        padding-top: 42px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 90px;
    }
    .affiliate .trans_box p {
        font-size: 16px;
    }
    .affiliate .trans_box h5 {
        font-size: 14px;
    }
    .plabel .cbox {
        padding: 16px 10px;
    }
    .plabel .cbox img {
        margin-right: 10px;
    }
    .plabel .cbox h6 {
        font-size: 14px;
    }
}

/* !Laptop Screen */

/* Tab Screen */

@media screen and (max-width: 1099px) and (min-width: 992px) {
    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    h1 {
        font-size: 56px;
    }
    .plan {
        padding-left: 0;
        padding-right: 0;
    }
    .plan_box2 .plan_details h5 {
        font-size: 17px;
    }
    .mission .statistics_box h5 {
        font-size: 18px;
    }
    .affiliate {
        padding: 30px;
        background-size: cover;
        background-position: center center;
    }
    .affiliate .ref_label {
        padding: 50px !important;
    }
    .affiliate .trans_box p {
        font-size: 16px;
    }
    .affiliate .trans_box h5 {
        font-size: 14px;
    }
    .dashboard .title_sect .signup_btn {
        font-size: 12px;
    }
    .account .balanceBox {
        padding: 10px;
    }
    .account .balanceBox .balanceSubBox {
        padding: 10px;
    }
    .deposit .depositBox {
        border-radius: 14px;
        border: 1px solid rgba(0, 124, 255, 0.24);
        background: #fff;
        padding: 30px;
    }
    .settings .acc_box .input-group label {
        width: 180px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    nav {
        border-radius: 10px;
    }
    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    h1 {
        font-size: 56px;
    }
    .plan {
        padding-left: 0;
        padding-right: 0;
    }
    .statistics .statistics_content .statistics_bg {
        width: 100%;
        height: 1018px;
    }
    .statistics .statistics_content .statistics_bg .circle1 {
        width: 100%;
        height: 1018px;
    }
    .affiliate {
        padding: 30px;
        background-size: cover;
        background-position: center center;
    }
    .affiliate .ref_label {
        padding: 50px !important;
    }
    .affiliate .trans_box p {
        font-size: 16px;
    }
    .affiliate .trans_box h5 {
        font-size: 14px;
    }
}

/* !Tab Screen */

/* Mobile Screen */

@media screen and (max-width: 767px) {
    body {
        min-width: 360px;
    }
    nav {
        border-radius: 10px;
    }
    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    h1 {
        font-size: 48px;
    }
    .hero h3 {
        font-size: 28px;
    }
    .hero .star_box {
        margin-left: 5px;
    }
    .plan {
        padding-left: 0;
        padding-right: 0;
    }
    .about h6 {
        letter-spacing: 5.84px;
    }
    .about .certificate .img_box {
        margin-right: 15px;
    }
    .affiliate {
        padding: 30px;
        background-size: cover;
        background-position: center center;
    }
    .affiliate h2 {
        font-size: 56px;
    }
    .affiliate .ref_label {
        padding: 10px !important;
    }
    .affiliate .trans_box p {
        font-size: 16px;
    }
    .affiliate .trans_box h5 {
        font-size: 14px;
    }
    .login .loginBox {
        padding: 25px;
    }
    .login .loginBox h5 {
        font-size: 22px;
    }
    .deposit .depositBox {
        border-radius: 14px;
        border: 1px solid rgba(0, 124, 255, 0.24);
        background: #fff;
        padding: 30px;
    }
    .account .acc_info {
        background-size: cover;
        background-position: center center;
        padding: 20px 0;
    }
    .settings .acc_box .input-group {
        border-radius: 10px;
        overflow: hidden;
    }
    .settings .acc_box .input-group label {
        border-radius: 10px;
        width: 100%;
    }
}

/* !Mobile Screen */

/*# sourceMappingURL=style.css.map */


/* =========================
   SECTION
========================= */
.latest-section{
    width:100%;
    padding:40px 15px;
    background:#f5f7fb;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

.latest-wrapper{
    max-width:1200px;
    margin:0 auto;

    display:flex;
    gap:25px;
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap:wrap;
}

/* =========================
   CARD
========================= */
.latest-card{
    flex:1;
    min-width:320px;
    background:#ffffff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

/* =========================
   HEADER
========================= */
.latest-card-header{
    padding:16px 20px;
    color:#ffffff;
}

.deposit-header{
 background: linear-gradient(165deg, #7430e0 -10.45%, #c164ed 98.14%);
}

.withdraw-header{
    background: linear-gradient(165deg, #aa9a26 -10.45%, #ffe840 98.14%);
 
}

.latest-card-header h3{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#ffffff;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* =========================
   LIST
========================= */
.latest-list{
    padding:0;
    margin:0;
    list-style:none;
}

/* =========================
   ITEM
========================= */
.latest-list li{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:14px 18px;
    border-bottom:1px solid #edf0f5;

    transition:0.3s;
}

.latest-list li:hover{
    background:#f8fbff;
}

/* =========================
   USER
========================= */
.latest-user{
    font-size:14px;
    font-weight:600;
    color:#2b2b2b;
    width:40%;
    word-break:break-word;
}

/* =========================
   AMOUNT
========================= */
.latest-amount{
    font-size:15px;
    font-weight:bold;
    color:#0a3465;
}

/* =========================
   ICON
========================= */
.latest-icon img{
    width:32px;
    height:auto;
    display:block;
}

/* =========================
   MOBILE
========================= */
@media screen and (max-width:768px){

    .latest-wrapper{
        flex-direction:column;
    }

    .latest-card{
        width:100%;
        min-width:100%;
    }

    .latest-list li{
        padding:12px;
    }

    .latest-user{
        width:auto;
        font-size:13px;
    }

    .latest-amount{
        font-size:14px;
    }

    .latest-icon img{
        width:28px;
    }

}




