@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #070709;
  padding: 50px 0;
  max-width: 1920px;
  margin: auto;
  font-family: Manrope;
}

section {
  padding-left: 10%;
  padding-right: 10%;
}

.text_gradient {
  background: linear-gradient(87deg, #fff 0%, #83adec 103.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 45px;
}
.navbar .login_btn {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 33px;
  text-decoration: none;
}

.sbmt {
  border-radius: 90px;
  background: linear-gradient(87deg, #ffe5d1 0%, #bbd6ff 103.32%);
  color: #475e80 !important;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 9px 23px;
  border: none;
}

h2 {
  font-family: Manrope;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 69px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* Hero */
.hero {
  position: relative;
  padding-top: 264px;
}
.hero video {
  position: absolute;
  width: 100%;
  height: 1166px;
  top: -167px;
  right: -202px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero_text {
  text-align: left;
  border-radius: 90px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 304px;
  min-height: 24px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 33px;
}
.hero .hero_text img {
  margin-right: 11px;
}
.hero h1 {
  font-family: Manrope;
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: 112.9%;
  text-transform: capitalize;
  margin-bottom: 33px;
}
.hero h1 span {
  background: linear-gradient(87deg, #fff 0%, #e9b084 103.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero h1 strong {
  background: linear-gradient(87deg, #fff 0%, #e9b084 103.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 500;
}
.hero p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 33px;
  max-width: 598px;
}
.hero .sbmt {
  padding: 9px 38px;
}

/* !Hero */
/* Brand */
.brand {
  margin-top: 250px;
}
.brand h4 {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4.8px;
  margin-bottom: 19px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.brand .slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.brand .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.brand .slider .slide {
  height: 100px;
  width: 250px;
}

/* !Brand */
/* About */
.about {
  position: relative;
}
.about section {
  padding-left: 0;
}
.about h2 {
  font-size: 58px;
}
.about h4 {
  color: #fff;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
  max-width: 643px;
}
.about p {
  color: rgba(255, 255, 255, 0.6);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.about p span {
  color: #fff;
  font-weight: 700;
}
.about video {
  width: 100%;
  height: 880px;
  flex-shrink: 0;
  mix-blend-mode: lighten;
}

/* !About */
/* Plan */
.plan {
  margin-top: 68px;
  position: relative;
}
.plan .plan_video {
  position: absolute;
  bottom: -500px;
  width: 100%;
  z-index: -1;
}
.plan h2 {
  text-align: center;
  font-size: 38px;
  position: relative;
}
.plan h2 video {
  width: 120px;
  height: 78px;
  margin-bottom: -25px;
  mix-blend-mode: lighten;
}
.plan p {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  max-width: 643px;
  margin: auto;
  margin-bottom: 69px;
}

.plan_box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 20px 16px;
}
.plan_box h4 {
  color: #fff;
  font-family: "Manrope";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 21px;
}
.plan_box h4 span {
  color: #e9b084;
  font-weight: 800;
}
.plan_box .title_box {
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
  padding: 23px 20px;
  margin-right: 14px;
}
.plan_box h3 {
  color: #fff;
  text-align: center;
  font-family: "Manrope";
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
}
.plan_box h3 sub {
  font-size: 25px;
}
.plan_box .duration {
  font-size: 22px;
}
.plan_box .plan_details {
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin: 20px 0 15px;
}
.plan_box h5 {
  color: #fff;
  font-family: "Manrope";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.plan_box h5 strong {
  color: #e9b084;
  font-weight: 800;
}
.plan_box h6 {
  color: #fff;
  text-align: justify;
  font-family: "Manrope";
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 4px;
}

/* !Plan */
/* Featured */
.featured {
  margin-top: 579px;
}
.featured .featured_box {
  border-radius: 6px;
  border: 1px solid rgba(233, 176, 132, 0.4);
  background: linear-gradient(84deg, rgba(255, 255, 255, 0.1) -0.32%, rgba(233, 176, 132, 0.1) 48.18%, rgba(244, 214, 192, 0.1) 99.68%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 21px 11px 18px 24px;
  display: flex;
}
.featured .featured_box img {
  margin-top: 5px;
  margin-right: 15px;
}
.featured .featured_box h4 {
  color: #fff;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(233, 176, 132, 0.4);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
.featured .featured_box p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}

/* Featured */
/* Transection */
.transection {
  margin-top: 131px;
}
.transection h2 {
  text-align: center;
  margin-bottom: 25px;
}
.transection .transection_box_sect {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 15px;
}
.transection .transection_box_sect .transection_box {
  width: 170px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.transection .transection_box_sect .transection_box .box_header {
  padding: 10px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.transection .transection_box_sect .transection_box h6 {
  color: rgba(255, 255, 255, 0.5);
  font-family: Manrope;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.transection .transection_box_sect .transection_box .box_body {
  padding: 7px 10px;
}
.transection .transection_box_sect .transection_box h5 {
  color: rgba(255, 255, 255, 0.5);
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 2px;
}
.transection .transection_box_sect .transection_box h4 {
  color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.transection .transection_box_sect .transection_box img {
  width: 35px;
  height: 35px;
}

.transection2 {
  margin-top: 131px;
}
.transection2 h6 {
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.transection2 h3 {
  font-family: Manrope;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.transection2 h3 span {
  background: linear-gradient(87deg, #fff 0%, #e9b084 103.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* !Transection */
/* Footer */
footer {
  border-top: 1px solid rgba(233, 176, 132, 0.4);
  padding-top: 41px;
  margin-top: 100px;
}
footer nav {
  margin-bottom: 16px;
}
footer p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  max-width: 745px;
}

/* !Footer */
/* News */
.news {
  margin-top: 100px;
}

.news_box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.news_box_img {
  width: 100%;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 8px;
}

.full_news {
  padding: 15px;
}

.full_news .news_box_img {
  max-height: 500px;
  max-width: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.news_box p {
  margin: 15px;
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.full_news p {
  margin: 0;
}

.news_box h5 {
  color: #fff;
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 124.217%;
  text-transform: uppercase;
  margin: 20px 0;
}

.news_box p a {
  color: #fff !important;
  text-align: left;
  font-size: 18px;
  border: none !important;
}

/* !News */
/* FAQ */
.faq {
  margin-top: 130px;
}
.faq h2 {
  margin-bottom: 45px;
}
.faq h2::before {
  width: 225px;
}
.faq p {
  color: rgba(255, 255, 255, 0.6);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.accordion .accordion-item {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  border: none;
  margin-bottom: 25px;
}
.accordion .accordion-item h2 {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header {
  box-shadow: none !important;
  margin-bottom: 0;
  border-radius: 8px !important;
}
.accordion .accordion-item .accordion-button {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-family: Manrope;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  background: linear-gradient(87deg, #fff 0%, #83adec 103.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion .accordion-item .accordion-button::after {
  background-image: url(../img/arrow_down.svg);
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow_up.svg);
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.accordion .accordion-item .show {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.accordion .accordion-item .accordion-body {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: Manrope;
}
.accordion .accordion-item .accordion-body a {
  color: #fff;
  font-family: Manrope;
}

/* !FAQ */
/* Support */
.support {
  margin-top: 100px;
}
.support h2 {
  margin-bottom: 30px;
}
.support h2::before {
  width: 165px;
}
.support .support_box {
  padding: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
.support .support_box img {
  margin-right: 30px;
}
.support .support_box h6 {
  color: #fff;
  font-size: 16px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.support .supportBox {
  margin-top: 60px;
}
.support .supportBox h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-style: normal;
  font-family: Manrope;
  font-weight: 400;
  line-height: normal;
}
.support .supportBox .form-control {
  height: 50px;
  border: 1px solid #83adec;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.5%;
  margin-bottom: 20px;
}
.support .supportBox .form-control::-moz-placeholder {
  color: #fff;
}
.support .supportBox .form-control::placeholder {
  color: #fff;
}
.support .supportBox textarea.form-control {
  height: 310px;
  font-family: Manrope;
}

/* !Support */
/* Login */
.error {
  font-size: 16px;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #58151c;
  background-color: #f8d7da;
  border: 1px solid #f1aeb5;
  border-radius: 0.375rem;
  line-height: 1;
  font-family: Manrope;
}

.login {
  margin-top: 100px;
}
.login .loginBox {
  max-width: 510px;
  margin: auto;
  padding: 45px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
.login .loginBox h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Manrope;
  color: #fff;
}
.login .loginBox h6 {
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 32px;
}
.login .loginBox .input-group {
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 13px;
  padding-right: 26px;
  height: 50px;
  border: 1px solid #83adec;
  background: rgba(255, 255, 255, 0);
}
.login .loginBox .input-group input {
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-family: Manrope;
  font-weight: 400;
  line-height: 24px;
}
.login .loginBox .input-group input::-moz-placeholder {
  color: #a5a5a5 !important;
}
.login .loginBox .input-group input::placeholder {
  color: #a5a5a5 !important;
}
.login .loginBox .sbmt {
  position: relative;
  margin: 20px 0 30px;
}
.login .loginBox .forgot {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  font-family: Manrope;
}
.login .loginBox p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: Manrope;
}
.login .loginBox p a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  font-family: Manrope;
}
.login .loginBox .form-check {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #959595;
}

/* !Login */
/* Dashboard */
.dashboard {
  background-size: cover;
}
.dashboard header {
  margin-top: 50px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.dashboard header h6 {
  color: #fff;
  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 #83adec;
}
.dashboard header .sbmt {
  width: 120px;
  height: 40px;
  display: flex;
  font-size: 16px;
  justify-content: 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: flex !important;
  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;
  width: 125px !important;
  text-align: center;
  margin-right: 0;
}
.dashboard .dashMenu a:hover .icon_box,
.dashboard .dashMenu .active .icon_box {
  background: linear-gradient(87deg, #ffe5d1 0%, #bbd6ff 103.32%);
}
.dashboard .dashMenu a:hover .icon_box svg path,
.dashboard .dashMenu .active .icon_box svg path {
  fill: #475e80;
}
.dashboard .dashMenu a:hover .icon_box .ectraPainSVG path,
.dashboard .dashMenu .active .icon_box .ectraPainSVG path {
  stroke: #475e80;
  fill: transparent;
}
.dashboard .dashMenu .icon_box {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  border-radius: 100%;
  width: 62px;
  height: 62px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.1));
}
.dashboard .dashMenu span {
  background: linear-gradient(87deg, #fff 0%, #83adec 103.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dashboard .title_sect {
  margin-bottom: 25px;
}
.dashboard .title_sect h2 {
  font-size: 32px;
}
.dashboard .title_sect .customBorder {
  max-width: 100dvw;
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed rgba(131, 173, 236, 0.5019607843);
}
.dashboard .title_sect .login_btn,
.dashboard .title_sect .signup_btn {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.07));
}
.dashboard .inpts {
  border-radius: 50px;
  border: 1px solid #83adec;
  background: rgba(255, 255, 255, 0);
  height: 50px;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-family: Manrope;
  font-weight: 400;
  line-height: 24px;
}
.dashboard table {
  --bs-table-bg: transparent;
  margin-bottom: 0;
}
.dashboard table tbody tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #00000080;
}
.dashboard table th {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 14px 0;
}
.dashboard table td {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 14px 0;
}
.dashboard table td img {
  width: 22.247px;
  height: 22.247px;
  margin-right: 7px;
}

/* !Dashboard */
/* Account */
.account .infoBox {
  border-radius: 10px;
  background: linear-gradient(87deg, #fff 0%, #83adec 103.32%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 14px 16px;
  padding-right: 20px;
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.account .infoBox img {
  margin-right: 23px;
}
.account .infoBox p span {
  font-weight: 500;
}
.account .balanceBox {
  border-radius: 10px;
  background: linear-gradient(87deg, #fff 0%, #83adec 103.32%);
  padding: 20px;
}
.account .balanceBox h5 {
  color: #2d2d2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 15px;
}
.account .balanceBox .balanceSubBox {
  border-radius: 8px;
  border: 1px solid rgba(126, 71, 255, 0.1882352941);
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}
.account .balanceBox .balanceSubBox h6 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  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: 86px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(87deg, #ffe5d1 0%, #bbd6ff 103.32%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  color: #475e80;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.217%;
  margin: 20px 0 7px;
}
.account .sbmt2:hover svg path {
  fill: #fff;
}
.account .refBox {
  border-radius: 10px;
  background: linear-gradient(87deg, #fff 0%, #83adec 103.32%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  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 .depositBox2 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  border-radius: 14px;
  padding: 15px;
}
.deposit .depositBox2 h5 {
  color: #fff;
  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%;
}
.plabel .check_img {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  display: none;
}
.plabel .plan_box {
  filter: grayscale(100%) !important;
}
.plabel input {
  position: absolute;
  display: none;
}
.plabel input:checked ~ .check_img {
  display: block;
}
.plabel input:checked ~ .plan_box {
  filter: grayscale(0) !important;
}
.plabel input:checked ~ .cbox {
  border-color: #83adec;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: rgba(131, 173, 236, 0.5019607843);
}
.plabel input:checked ~ .withdrawBox {
  border: 1px solid #83adec;
}
.plabel input:checked ~ .withdrawBox .statusBox {
  background: #83adec;
}
.plabel input:checked ~ .withdrawBox .walletBox {
  background: #83adec;
}
.plabel .cbox {
  border: 1px solid rgba(131, 173, 236, 0.5019607843);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  display: flex;
  align-items: center;
  padding: 12px;
  height: 58px;
}
.plabel .cbox img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.plabel .cbox h6 {
  color: #fff;
  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;
  color: #fff;
}
.plabel .cbox2 h6 {
  font-size: 14px;
}

/* !Deposit */
/* Earnings */
.earnings .earningsBox {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
.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: #fff;
  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 #83adec;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  text-align: center;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-family: Manrope;
  font-weight: 400;
  line-height: 24px;
}
.earnings .earningsBox .searchBox .form-select option {
  background: #000 !important;
}

/* !Earnings */
/* Withdraw */
.pagination {
  background: transparent;
  border: none !important;
  gap: 5px;
}
.pagination .page-link {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-right: 5px;
  transition: all 0.5s;
}
.pagination .page-link:hover {
  background: linear-gradient(87deg, #ffe5d1 0%, #bbd6ff 103.32%);
  border-color: transparent;
  color: #475e80;
}
.pagination .active .page-link {
  background: linear-gradient(87deg, #ffe5d1 0%, #bbd6ff 103.32%);
  border-color: transparent;
  color: #475e80;
}

.withdraw .page_title {
  margin: 13px 0 20px;
}
.withdraw .withdrawBox {
  border-radius: 8px;
  border: 1px solid rgba(131, 173, 236, 0.5019607843);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  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: #fff;
}
.withdraw .withdrawBox h6 {
  color: #fff;
  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: 90px;
  height: 30px;
  border-radius: 50px;
  background: rgba(131, 173, 236, 0.1882352941);
  background-size: cover;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  border: 0.5px solid transparent;
}
.withdraw .withdrawBox .status h5 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 124.217%;
  margin-bottom: 0;
}
.withdraw .withdrawBox .walletBox {
  border-radius: 4px;
  background: rgba(131, 173, 236, 0.1882352941);
  padding: 5px;
  text-align: center;
}
.withdraw .withdrawBox .walletBox h6 {
  color: #fff;
}
.withdraw .withdrawBox .walletBox a {
  text-decoration: none;
  color: #fff;
}
.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;
  color: #fff;
}
.depositList .acc_box {
  padding: 15px;
}

/* !Deposit List */
/* Settings */
.acc_box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 20px;
}
.acc_box p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.acc_box h4 {
  color: #fff;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  margin-bottom: 25px;
}

.settings .acc_box label {
  color: #fff;
  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: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #83adec;
  background: rgba(255, 255, 255, 0);
  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: flex;
  padding-left: 13px;
  align-items: center;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50px 0px 0px 50px;
  background: rgba(187, 214, 255, 0.1882352941);
}
.settings .acc_box .input-group input {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-family: Manrope;
  font-weight: 400;
  line-height: 24px;
}

/* !Settings */
/* Referals */
.referalpage .acc_box p {
  margin-bottom: 10px;
}
.referalpage .acc_box h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}

.promo_page .inpts {
  height: 90px;
  border-radius: 10px;
}
.promo_page h2 {
  margin-bottom: 24px;
}

/* !Referals */
/* Laptop Screen */
@media screen and (max-width: 1700px) and (min-width: 1100px) {
  section {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hero video {
    right: -78px;
  }
}
/* !Laptop Screen */
/* Tab Screen */
@media screen and (max-width: 1099px) {
  section {
    padding-left: 0;
    padding-right: 0;
  }
  .hero video {
    right: 0;
  }
  .navbar .nav-link {
    margin-right: 25px;
  }
  footer p {
    max-width: 600px;
  }
}
/* !Tab Screen */
/* Tab Screen */
@media screen and (max-width: 767px) {
  body {
    min-width: 375px !important;
  }
  .hero {
    padding-top: 100px;
  }
  .hero video {
    left: 0;
  }
  .brand,
  .transection2,
  .faq,
  .news {
    margin-top: 100px;
  }
  .about video {
    height: 100%;
  }
  .plan .plan_video {
    bottom: -200px;
  }
  .featured {
    margin-top: 250px;
  }
  .transection .transection_box_sect {
    gap: 10px;
  }
}
/* !Tab Screen *//*# sourceMappingURL=style.css.map */