@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');

:root {
  --shad:inset 0px 0px 20px 5px #0000005e;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Jost', sans-serif;
  background: #030230 url(https://imgur.com/fGXH0R5);
  /* background: #fff url(/templ/img/patt.png); */
  color:#fff;
}

section {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #222222;
  border-radius: 10px;
  border: 3px solid #0d6efd;
}

::-webkit-scrollbar-track {
  background: #060708;
}

.sbmt,
.sbmt2,
.sbmt3 {
  border-radius: 10px;
  background: rgb(255 255 255) !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 13px 30px;
  border: none;
}

.accordion-body {
  padding: 0;
  background: #ecf2f6;
  padding: 10px 37px 10px 26px !important;
  color: #222 !important;
}
.sbmt {
  border: 0;
}
.sbmt3 {
  padding: 15px 30px;
  background: linear-gradient(96deg, #060708 5.84%, #ffda8d 49.44%, #9998df 85.53%) !important;
}

.me-3 {
  margin-right: 0rem !important;
}

.px-0 {
  background: #0d6efd;
  padding: 7px 24px !important;
  border-radius: 10px;
  box-shadow: inset 0px 0px 20px 12px #00000033;
}

.navbar-nav {
  /* border-radius: 10px; */
  /* background: rgba(255, 255, 255, 0.1); */
  /* padding: 15px 28px; */

  /* backdrop-filter: blur(5px); */
}
.navbar-nav .nav-item {
  padding: 0 12px;
}
.d-flex {
  display: flex !important;
  column-gap: 12px;
}

.wid {
  max-width: 1340px !important;
  margin: -120px 0 0 0;
}

.navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  transition: all 1s;
}

/* rules */



.rules-wrapper {
  color: #fff;
}

.rule-box {
  padding: 30px;
  border-radius: 4px;
  background: rgb(255 255 255);
  margin-bottom: 30px;
  /* backdrop-filter: blur(3px); */
}
.rule-box h2 {
  color: #0d6dfb !important;
  font-size:clamp(15px,4vw,24px);
  margin-bottom: 30px;
}

.rule-box>ul {
  list-style: decimal;
  margin-left: 0px;
  padding-left: 20px;
}

.rule-box>ul>li {
  margin-bottom: 10px;
  font-size: 16px;
  /* font-style: italic; */
  line-height: 28px;
  color: #222;
}

.rule-box>ul>li:last-child {
  margin-bottom: 0;
}

/* stat */
/* stat */

.latest-row ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 2px solid #135ebf00;
  border-bottom: 0;
}

.latest-row ul li {
  line-height: 47px;
  border-bottom: 1px solid #ffffff29;
  font-size: 14px;
  color: #414345;
  padding: 0 15px 0 25px;
  font-weight: 600;
}
.latest-row ul li h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.latest-row ul li i {
  display: inline-block;
  float: right;
}

.latest-row ul li span {
  display: inline-block;
  margin: 0;
  color: #fff;
}

.latest-row ul li:nth-child(even) {
  color: #fff;
}

.latest-row ul li span.span1 {
  width: 25%;
}

.latest-row ul li:nth-child(odd) {
  background: #135fc13b;
}
.latest-row1 ul li.title {
  background: url(../img/icon-dol.png) #1462c8 no-repeat 13px;
  padding-left: 55px;
  line-height: 53px;
  box-shadow: inset 0px 0px 20px 12px #00000033;
}

.latest-row3 ul li.title {
  background: url(../img/icon-dol2.png) #1462c8 no-repeat 13px;
  padding-left: 55px;
  line-height: 53px;
  box-shadow: inset 0px 0px 20px 12px #00000033;
}


/*! CSS Used from: https://bit.bulltrade.club/styles/custom.css */
img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



/* rules */


h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}



h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

p {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

/* Header */
header {
  position: relative;
}
header video {
  max-width: 1360px;
  height: 100dvh;
  border: none !important;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
  mix-blend-mode: lighten;
}
header nav {
  margin-top: 20px;
}
header .hero {
  margin-top: 138px;
  position: relative;
}
header .hero h1 {
  margin: 22px 0;
}
header .hero p {
  margin-bottom: -83px;
  font-weight: 500;
  max-width: 657px;
}
header .hero h5 {
  color: rgb(13 110 253);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
  text-transform: uppercase;
}
header .hero .play_btn {
  margin: 0 25px;
}
header .hero .play_btn p {
  font-weight: 400;
  margin-left: 15px;
}
header .hero_plan {
  background-size: contain;
  display: flex;
  flex-direction: column;

  align-items: center;
  text-align: center;
}
header .hero_plan p {
  margin-bottom: 0;
}
header .hero_plan h3 {
  text-align: center;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 14px 0;
}
header .hero_plan h3 small {
  font-size: 48px;
}
header .hero_plan h6 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 37px;
}
header .hero_plan .sbmt {
  padding: 10px 32px;
  background: rgba(255, 255, 255, 0.05);
}

/*  TODO: newcode */ 


.ps_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* foot */

.foot_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.foot_text {
  text-align: justify;
  max-width: 461px;
  line-height: 135%;
}
.foot_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 16px;
}

.foot_nav a {
  color: #060708;
  background: #fff;
  padding: 5px 35px;
  border-radius: 41px;
  transition: all 0.3s ;
}
.foot_nav a:hover {
  color: #fff !important;
  background: #060708;
  padding: 5px 35px;
  border-radius: 41px;
}

.fab {

  color: #fff;
}

.foot_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
}

.site-footer {
  background-color: #0b60dd;
  padding: 21px 0 19px;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: inset 0px 0px 20px 12px #00000033;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}



/* .site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
} */

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
      margin-bottom: 18px;
    }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}




/* foot */



.sbmt2 {
  border: 0;
  background: #0d6efd !important;
  color: #fff !important;
  padding: 19px 44px;
}
.sbmt2:hover {
  border: 0;
  background: #060708 !important;
  color: #fff !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1660px;
  width: 100%;
}

.ic_in {
  display: inline-block;
  margin: 0 2px 0 0;
  font-size: 14px;
}

.nav-item:hover {
  background: #0000000d;
  border-radius: 10px;
  padding: 0 12px;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  column-gap: 10px;
  background: #ffffff14;
  padding: 5px;
  border-radius: 50px;
  border-right: 2px #ffffff3b solid;
  border-left: 2px #ffffff3b solid;
}

.hero_plan img {
  max-width: 631px;
}
.hero_plan {
  position: relative;
}
.hero::after {
  content: "";
  background: url(../img/polosa.png) 138px 20px;
  background-size: contain;
  width: 100%;
  height: 601px;
  position: absolute;
  top: -88px;
  z-index: -1;
  left: 0;
  backdrop-filter: blur(81px);
  opacity: 0.3;
  background-repeat: no-repeat;
}


/* plans */

.plans {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

a {
  background-color: transparent;
}

b {
  font-weight: bolder;
}

small {
  font-size: 80%;
}



/*! end @import */
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}



.plan-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 55px 34px;
  background: #ECF2F6;
  border-radius: 22px;
}
.plan-item::after {
  content: attr(data-name);
  position: absolute;
  top: -23px;
  right: 0;
  display: flex;
  padding: 21px;
  background: #1877f2;
  width: auto;
  height: 70px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  box-shadow: inset 0px 0px 20px 12px #00000033;
}
.plan-item:before {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  font-size: 80px;
  line-height: 100%;
  margin: 0 15px 0 0;
  background: linear-gradient(360deg, #fff 0.4%, rgba(255, 255, 255, .8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .plan-item.num1:before {
  content: "1";
} */

.plan-name {
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
}
.plan-rate {
  text-align: left;
  display: block;
  margin: 0 0 20px;
  font-style: inherit !important;
  border-bottom: 1px solid #e3ebef;
  padding-bottom: 10px;
  font-size: 39px;
  letter-spacing: -1.2px;
  line-height: 1.3;
  font-weight: 700;
  color: #222;
}

.plan-rate small {
  opacity: 0.65;
  font-size: 16px;
  font-weight: 400;
}

.plan-desc {
  font-size: 13px;
  line-height: 1.63;
  opacity: 1;
  margin-bottom: 20px;
  color: #000;
}

.col-lg-5 {
  flex: 0 0 auto;
  width: 46.666667%;
}

.plan-line {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 0;
  color: #060707;
  font-weight: 400;
}

.plan-line i {
  margin-right: 10px;
  font-size: 16px;
  color: #1877f2;
}
.plan-line b {
  font-weight: 600;
}

.plan-line span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.plan-item .btn {
  margin-top: 24px;
  padding: 14px 0 !important;
  font-size: 14px !important;
}
.btn {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #000000;
  font-size: 16px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  cursor: pointer;
  background: none;
  transform: translateZ(0);
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, opacity .2s ease-in-out;
  border-radius: 100px;
  box-shadow: inset 0px 0px 20px 12px #00000033;
}





.sb {
  justify-content: space-between;
  display: flex;
  width: 100%;
  border-top: 1px #eeeeee1a solid;
  border-bottom: 1px #eeeeee1a solid;
  /* margin: 51px 0 0 0; */
}
.slider-stat {
  margin-top: 76px;
  margin-bottom: -19px;
}
.slider-stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  padding: 12px;
  background: #ecf2f600;
  border-radius: 22px;
  flex-direction: row;
  justify-content: center;
}

.slider-stat-item i {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #1877f2;
  color: #fff;
  box-shadow: inset 0px 0px 20px 12px #00000033;
}

.slider-stat-item span {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  opacity: .65;
}

.slider-stat-item b {
  display: block;
  font-size: clamp(15px,4vw,21px);
}



.shad_no {
  box-shadow:none
}

.btn-big {
  width: 100% !important;
}

.btn.blue {
  color: #fff;
  background-color: #060708;
}

.btn.blue:hover {
  opacity: .85;
}

.btn-big {
  width: 100% !important;
}


/* plans */

.plan_fx {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 74px;
  margin: 58px 0 0 0;
}
.plan_fx h2 {
font-size: 25px;
position: relative;
}
.faq_0 h2 {
  font-size: 25px;
  position: relative;
  text-align: center;
  position: relative;
  display: inline;
}
.ab h2 {
font-size: 25px;
position: relative;
}
.ab h2::after {
  content: "";
  background: #0d6efda1;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.plan_fx h2::after {
  content: "";
  background: #0d6efda1;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.faq_0 h2::after {
  content: "";
  background: #0d6efda1;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.plan_fx h2 span {
  font-size: 25px;
  font-weight: bold;
  color: #0d6efd;
  display: inline;
}
.ab h2 span {
  font-size: 25px;
  font-weight: bold;
  color: #0d6efd;
  display: inline;
}
.faq_0 h2 span {
  font-size: 25px;
  font-weight: bold;
  color: #0d6efd;
  display: inline;
}

.back-to-top {
  background: #0b60dd;
  border-radius: 62%;
  position: fixed;
  bottom: -50px;
  padding: 10px;
  right: 50px;
  cursor: pointer;
  transition: 0.3s all;
  width: 50px;
  height: 50px;
  text-align: center;
}

.back-to-top svg {
  fill: #ffffff;
}

.back-to-top.active {
  bottom: 40px;
  transition: 0.3s all;
  box-shadow: 0px 0px 8px #2cb0c9;
}



/*  TODO: newcode */
.statistics {
  margin-top: 95px;
}
.statistics .statistics_box {
  width: 100%;
  height: auto;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(35.0929069519px);
          backdrop-filter: blur(35.0929069519px);
  text-align: center;
}
.statistics .statistics_box h6 {
  color: #979797;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.statistics .statistics_box h4 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

/* !Header */
/* Plan */
.plan {
  margin-top: 178px;
}
.plan .plan_sect_header {
  margin-bottom: 90px;
}
.plan .plan_sect_header_content {
  max-width: 484px;
  border-radius: 24px;
  border: 1px dashed #060708;
  padding: 25px 21px;
}
.plan .plan_sect_header_content h2 {
  margin-bottom: 13px;
}
.plan .plan_sect_header_content p strong {
  color: #ffc14b;
  font-weight: 700;
}

.plan_box1 {
  margin-top: 150px !important;
}

.plan_box {
  background: url(../img/plan_box.png) no-repeat;
  background-size: 100% 100%;
  max-width: 358px;
  margin: auto;
  padding: 0 25px 44px;
}
.plan_box .plan_img {
  margin-top: -53px;
  margin-bottom: 30px;
}
.plan_box h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.32px;
  margin-bottom: 0;
}
.plan_box h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
}
.plan_box h3 span small {
  font-size: 20px;
  font-weight: 500;
}
.plan_box p small {
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
}
.plan_box .plan_details {
  margin: 22px 0 32px;
}
.plan_box h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.plan_box h6 span {
  font-weight: 500;
}
.plan_box hr {
  max-width: 295px;
  margin: 26px auto 15px;
  color: rgb(255, 255, 255);
}
.plan_box input {
  width: 100%;
  height: 40px;
  background: #16101c !important;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  padding: 10px;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none !important;
  box-shadow: none !important;
  margin: 22px 0 26px;
}
.plan_box .btn_sect {
  margin-top: 30px;
}
.plan_box .sbmt {
  color: #fff;
  background: linear-gradient(92deg, rgba(252, 180, 47, 0.45) 12.43%, rgba(252, 180, 47, 0) 95.84%) !important;
}
.plan_box .sbmt:hover {
  background: linear-gradient(96deg, #060708 5.84%, #ffda8d 49.44%, #9998df 85.53%) !important;
  color: #171717;
}

/* !Plan */
/* About */
.about {
  margin-top: 150px;
}
.about h2 {
  margin-bottom: 20px;
}
.about p {
  margin-bottom: 27px;
  /* background: #0d6efd; */
  padding-right: 20px;
  border-right: 3px #0d6efd solid;
}
.about .sbmt3 {
  margin-right: 31px;
}
.about .sbmt {
  color: #fff;
}
.about .video_box {

  width: 100%;

}

.justify-content-around {
  justify-content: space-between !important;
}
.about .video_box img{

  width: 100%;

}
.about .video_box video {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
}

/* !About */
/* FAQ */
.faq {
  margin-top: 42px;
}
.faq h2 {
  text-align: center;
  margin-bottom: 54px;
}

.accordion-item {
  background: transparent;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 12px;
  border-radius: 5px;
  background: linear-gradient(96deg, rgba(255, 167, 6, 0.24) 5.84%, rgba(255, 218, 141, 0.24) 49.44%, rgba(153, 152, 223, 0.24) 85.53%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.accordion-item h3 {
  margin-bottom: 0;
}

/* faq */

.faq-label {
  cursor: pointer;
  width: 100%;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  background: #ecf2f6;
  box-shadow: inset 0px 0px 20px 12px #00000005;
}
.faq-label-text {
  color: #050607;

}

.faq-label-icon {
  padding: 2px 3px;
  background: #e8f0fe;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.material-icons {
  color: #0d6efd;
  transition: 0.3s ease;
  font-size: 16px !important;
}

.faq-answer {
  transition: 0.3s ease;
  margin-top: 4px;
  height: 0;
  color: rgb(255 255 255);
  overflow: hidden;
  width: 100%;
}
.faq-answer-content {
  padding: 10px;


}

.activee {
  background: #0d6efd;
  height: auto;
  margin-bottom: 25px;
}

.rotate {
  transform: rotate(180deg)
}

.global-label {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}

.global-label-text {
  font-size: 18px;
  font-weight: 700;
  color: #365A5E;
}

.faq_box {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  gap: 20px;
}

.score {
  display: none;
  color: #00ff2a;
  padding: 15px;
  width: 45px;
  height: 25px;
  margin: 45px auto;
  text-align: center;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: white;
}

.about-me {
  border-radius: 5px;
  width: 300px;
  margin: auto;
  color: white;
  text-align: center;
  background: #ffff;
  padding: 7px 18px;
}
/* faq */

.col-xxl-11 {
  flex: 0 0 auto;
  width: 50%;
}
.accordion-item .accordion-button {
  background: #0d6efd;
  box-shadow: none !important;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: unset;
}
.accordion-item .accordion-body {
  padding-top: 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordion-item .accordion-button::after {
  background-image: url(../img/arrow_down.html);
}

/* !FAQ */
/* Affiliate */
.affiliate {
  margin-top: 168px;
}
.affiliate h2 {
  margin-bottom: 11px;
}
.affiliate p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.1%;
  margin-bottom: 61px;
}
.affiliate p span {
  text-transform: uppercase;
  font-weight: 700;
}
.affiliate .ref_sect {
  margin: 13px 0 54px;
}
.affiliate .ref_sect div {
  margin-right: 37px;
}
.affiliate .ref_sect div:last-child {
  margin-right: 0;
}
.affiliate .ref_sect h6 {
  color: #f9f9f9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
}
.affiliate .ref_sect h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 130%;
}
.affiliate .lt_box {
  background: linear-gradient(96deg, rgba(255, 167, 6, 0.1) 5.84%, rgba(255, 218, 141, 0.1) 49.44%, rgba(153, 152, 223, 0.1) 85.53%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 25px;
  border-radius: 10px;
}
.affiliate .lt_box h4 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.affiliate .lt_box .lt_box_content {
  margin-bottom: 35px;
}
.affiliate .lt_box .lt_box_content:last-child {
  margin-bottom: 0;
}
.affiliate .lt_box img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.affiliate .lt_box p {
  font-size: 16px;
  margin-bottom: 7px;
}
.affiliate .lt_box h5 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.affiliate .lt_box h6 {
  color: #aec6d8;
  font-family: Space Grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.affiliate .lt_box .date_box {
  padding: 7px 11px;
  padding-right: 20px;
  margin-top: 17px;
}
.affiliate .lt_box .date_box h6 {
  color: #c1c1c1;
  font-size: 14px;
  line-height: 1;
}
.affiliate .lt_box .date_box .col-8 {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #060708;
  padding: 7px;
}
.affiliate .lt_box .date_box .col-4 {
  border-radius: 0px 5px 5px 0px;
  padding: 7px;
  border: 1px solid #9998df;
}
.affiliate .ref_lvl {
  position: relative;
}
.affiliate .ref_lvl .lvl1,
.affiliate .ref_lvl .lvl2,
.affiliate .ref_lvl .lvl3 {
  position: absolute;
}
.affiliate .ref_lvl .lvl1 {
  top: 20px;
  left: 25px;
}
.affiliate .ref_lvl .lvl2 {
  left: 0px;
  bottom: -40px;
}
.affiliate .ref_lvl .lvl3 {
  bottom: 75px;
  right: 90px;
}
.affiliate .ref_lvl h3 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: center;
}
.affiliate .ref_lvl h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

/* !Affiliate */
/* Brnad */
.brnad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px 0 80px 0;
  gap: 10px;
}
.brnad h2 {

  text-align: center;
}
.brnad img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

/* !Brnad */
/* Footer */
footer {
  margin-top: 131px;
}
footer h6,
footer a {
  color: #ddd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  text-decoration: none;
}
footer .logo {
  margin-bottom: 34px;
}
footer .info {
  margin-bottom: 16px;
}
footer .info h6 {
  margin-left: 23px;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
footer p {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
footer .social a {
  margin-bottom: 20px;
}
footer .social a img {
  margin-right: 10px;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 43px;
}

/* !Footer */
/* Laptop Screen */
@media screen and (max-width: 1700px) and (min-width: 1100px) {
  section {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .about .video_box {
    height: 492px;
  }
  .affiliate .ref_lvl .lvl3 {
    right: 0;
  }
}
/* !Laptop Screen */
/* Tab Screen */
@media screen and (max-width: 1099px) and (min-width: 992px) {
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .navbar-nav {
    padding: 8px 28px;
  }
  nav .sbmt2 {
    height: 53px;
    padding-top: 15px;
  }
  header {
    overflow-x: hidden;
  }
  header video {
    height: 100%;
    right: auto;
  }
  .about .video_box {
    height: 403px;
  }
  .affiliate .ref_lvl .lvl3 {
    right: 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  header {
    overflow-x: hidden;
  }
  header video {
    right: auto;
  }
  header .hero {
    margin-top: 100px;
  }
  .plan,
  .about,
  .affiliate,
  .faq,
  footer {
    margin-top: 100px;
  }
  .plan_box1 {
    margin-top: 0 !important;
  }
  .about .video_box {
    height: 100%;
    padding-top: 2px;
  }
  .affiliate .ref_lvl .lvl3 {
    right: 25px;
  }
}

.faq_0 {
  padding: 137px 0 0 0;
  text-align: center;
}

.rows_fx {
  
      flex-direction: row-reverse;
    
}

.ab {
  margin: 32px 0 0 0 !important;

}

.about2 {
  margin:  90px 0 0 0;

}
.ref_row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 52px 0 0 0;
}

[for="tc"] {
  color: #222;
}

.ref_level {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.level_1 {
  background: #0c66eb;
  padding: 20px;
  font-size: 33px;
  color: #fff;
  font-weight: 800;
  box-shadow: inset 0px 0px 20px 12px #00000033;
  border-radius: 20px;
}
.level_1_text span:nth-child(1) {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 41px;
  /* padding: 0; */
  /* margin: 0; */
}
.level_1_text {
  max-width: 467px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* login * **********************************************/


.content_box {
  padding: 263px 0 0 0;
  background: url(../img/slid.png) 0 3px;
  background-size: contain;
  background-repeat:no-repeat;
}
.content_boxx {
  padding: 263px 0 0 0;
  background: url(../img/slide.png) 0 3px;
  background-size: contain;
  background-repeat: no-repeat;
}
.content_boxxx {
  padding: 263px 0 0 0;
  background: url(../img/slide_2.png) 0 3px;
  background-size: contain;
  background-repeat: no-repeat;
}


.customer-form {
  max-width: 868px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #ecf2f6;
  padding: 62px 0 45px 0;
  border-radius: 21px;
  box-shadow: inset 0px 0px 20px 12px #0000000d;
}

.form-control,
.form-control:focus {
  color: #fff;
  background-color: rgba(111, 249, 90, 0.2);
}

.form-control {
  display: block;
  width: 100%;
  padding: 13px 0 13px 51px;
  font-size: 1rem;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid #d51514;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 3px rgba(3, 125, 44, 0.2);
  -moz-box-shadow: 0 0 2px 3px rgba(3, 125, 44, 0.2);
  box-shadow: 0 0 2px 3px rgba(3, 125, 44, 0.2);
}

.form-control:focus {
  border-color: 0;
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder {
  color: #f4f4f4;
  opacity: 1;
  font-size: 16px;
}

.form-control:disabled {
  background-color: #01560d;
  opacity: 1;
}


.btn:hover {
  color: #ffffff;
  background: #000 !important;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 11px;
  font-size: 16px;
  border-radius: 0;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.alert {
  margin-bottom: 1rem;
}

.alert {
  position: relative;
}

.alert {
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }

  .btn {
    transition: none;
  }
}

.d-flex {
  display: flex !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/*! CSS Used from: https://vatican24.net/css/all.css */
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-lock::before {
  content: "\f023";
}

.fa-user::before {
  content: "\f007";
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.bt_l {
  line-height: 23px !important;
}
.bt_l:hover{
  line-height: 23px !important;
  color:#fff !important;
 background:#0c69f2;
}



a:hover {
  color: #060708;
}

.alert {
  font-family: "Space Grotesk";
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
  border: none;
  padding: 0 35px;
  position: relative;
  border-radius: 93px;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.5s;
}
.customer-form-heading {
  margin-bottom: 25px;
}

.customer-form-heading h2 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.customer-form .fog-pass {
  font-size: 18px;
  margin: 25px 0;
  color: #060708;
  /* font-style: italic; */
}
.customer-form .fog-pass a {
  color: #060708;
}

.bottom-line {
  margin-top: 15px;
}

.bottom-line p {
  font-size: 16px;
  color: #0d6bf6;
}

.bottom-line p a {
  color: #060708;
}

ul.form-list {
  position: relative;
  list-style: none;
}

ul.form-list>li {
  margin-bottom: 10px;
  position: relative;
}

.input-box {
  position: relative;
}

ul.form-list>li .icon {
  position: relative;
}

ul.form-list>li .icon>i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  display: block;
  min-width: 60px;
  text-align: center;
  font-style: normal;
}

ul.form-list>li .icon .form-control {
  padding-left: 60px;
}

.col-lg-6 {
  flex: 0 0 auto;
  width: 100%;
}

.rega_fl {
  flex-direction: column !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0 20px;
  font-size: 22px;
  line-height: 56px;
  color: #ffffff;
  height: auto;
  /* font-family: "Space Grotesk", serif; */
  /* font-style: italic; */
  border: none;
  font-weight: 400;
  box-shadow: none;
  border-radius: 10px;
  background: #0d6efc;
  box-shadow: inset 0px 0px 20px 12px #00000033;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aff151a', endColorstr='#0dfb652d', GradientType=1);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}

.form-control:focus {
  color: #fff;
  box-shadow: none;
  background:#060708;

}

.form-control::placeholder {
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.customer-form h3 {
  font-size: 36px;
  color: #060708;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.btn-primary {
  background: linear-gradient(96deg, #060708 5.84%, #ffda8d 49.44%, #9998df 85.53%);
  color: #000;
}

.btn-primary:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}


@media (max-width: 767.98px) {







  .form-control,
  .form-control:placeholder {
    font-size: 12px;
  }
}




/* login */







    .supp {
      flex-direction: column !important;
      width: 100%;
    }

                .contact-form {
          max-width: 618px;
          width: 100%;
        }



@media screen and (max-width: 767.98px) {

  .latestInner {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 45px;
    }

        .latestContainer {
          width: 100%;
          overflow: hidden;
          padding: 89px 0 0px 0;
        }


  .latest-row {
      width: 100%;
      float: left;
    }



  ul.form-list>li {
      margin-bottom: 10px;
      position: relative;
      padding: 0 34px;
    }

  .log_pad {
    padding-left: 0 !important;
    flex-direction: column !important;
  }

  .content_box {
      padding: 263px 20px 0 20px;
      background: url(../img/slid.png) 0 45px;
      background-size: contain;
      background-repeat:no-repeat;
    }

  .faq_0 {
      margin: 137px 0 0 0;
      text-align: start;
    }

 .plan_fx {
   display: flex;
   flex-direction: column;
   align-items: start;
   row-gap: 50px;
   margin: 58px 0 0 0;
 }

  element.style {
      margin: 88px 0 0 0;
    }



  .about {
    margin-top: 94px;
  }

  .logo_f {
    /* margin: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .back-to-top.active {
    bottom: 133px;
    transition: 0.3s all;
    display: none;
  }

  .brnad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 34px 0 34px 0;
    gap: 10px;
  }

  .ps_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
  }

  .foot_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 20px;
  }

.foot_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 16px;
  flex-wrap: wrap;
}
  .faq_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 100%;
  }

  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
  }

  .sb {
    justify-content: space-between;
    display: flex;
    width: 100%;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    flex-wrap: wrap;
  }

  .nav_fx {
    margin: 0 0 11px 0;
    justify-content: center;
  }

  .plans {
    display: flex;
    gap: 44px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 9px !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    column-gap: 10px;
    background: #ffffff14;
    padding: 5px;
    border-radius: 10px;
    border-right: 2px #ffffff3b solid;
    border-left: 2px #ffffff3b solid;
    margin: 10px 0 20px 0 !important;
  }

  .hero::after {
    content: "";
    background: url(../img/polosa.png) -17px 328px;
    background-size: contain;
    width: 100%;
    height: 478px;
    position: absolute;
    top: -88px;
    z-index: -1;
    left: 0;
    backdrop-filter: blur(81px);
    opacity: 0.3;
    background-repeat: no-repeat;
  }

  header {
    overflow-x: clip !important;
  }



  .hero_plan img {
    width: 100%;
  }

  body {
    min-width: 360px !important;
  }

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

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 34px;
  }

  header {
    overflow-x: hidden;
  }

  header video {
    right: auto;
  }

  header .hero {
    margin-top: 41px;
  }

  header .hero .play_btn {
    margin-right: 0;
  }

  .statistics {
    margin-top: 35px;
  }

  .plan,
  .about,
  .affiliate,

  footer {
    margin-top: 100px;
  }


    .faq
    footer {
      margin-top: 54px;
    }

  .plan_box1 {
    margin-top: 0 !important;
  }

  .plan_box {
    margin-top: 50px !important;
  }

  .about .video_box {
    height: 100%;
    padding-top: 2px;
  }

  .about .sbmt3 {
    margin-right: 9px;
    padding: 15px;
  }

  .affiliate .ref_sect div {
    margin-right: 25px;
  }

  .affiliate .ref_lvl .lvl2 {
    left: 25px;
  }

  .affiliate .ref_lvl .lvl3 {
    right: 10px;
    bottom: 10px;
  }

}

.box-1{
    float: left;
    width: 188px;
    margin-left:47px;
    text-align: center;
}

.box-1:first-child{
margin-left:0px;
}

.box-1 select {
    width: 100%;
    font-family: inherit;
    padding: 9px 10px;
    border-radius: 5px;
    background: #1462c8;
    border: none;
    color: #fffbfb;
}


.box-1 input {
    font-family: inherit;
    padding: 9px 10px;
    color: #fdf9f9;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    background: #1462c8;
}

.box-1 label{
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
   text-transform: uppercase;
}


@media screen and (max-width: 767px){
.box-1 input {
    width: 100%;
}
.box-1 {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 15px;
}
.latest-row.latest-row1 {
    margin-bottom: 10px;
}
}