* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Panchang', sans-serif; */
}

body {
  background: url(../img/homepage.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 10% !important;
  padding-right: 10% !important;
  padding-top: 50px;
}

.nav-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-right: 50px;
}

.login {
  background: url(../img/login.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff !important;
  width: 134px;
  height: 41px;
  padding-top: 12px;
  margin-right: 0;
}

.dashboard_btn {
  font-size: 10px;
}

.signup {
  background: url(../img/SIGNUP.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff !important;
  width: 134px;
  height: 41px;
  margin-left: 0;
  padding-top: 12px;
}

.auth_btn_box {
  position: relative;
}

.auth_btn_box::before {
  content: url(../img/auth_btn_box.png);
  display: block;
  position: absolute;
  left: 45.5%;
  right: 50%;
  bottom: -40%;
  margin-left: auto;
  margin-right: auto;
}

.custom_btn1 {
  background: url(../img/cutom_btn1.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 12px 29px;
}

.social {
  margin-top: 40px;
}

/* Home Page */

/* Hero */

.hero {
  margin-top: 313px;
  margin-bottom: 25px;
}

.hero h6 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
}

.hero h1 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 92.5333px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero h2 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 51.8187px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: -20px;
  margin-bottom: 60px;
}

.hero p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  margin-right: 48px;
  color: #ffffff;
}

/* Hero */

/* Plans */

.plans h2 {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  font-size: 85px;
  line-height: 86px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.7;
}

.plans h3 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 58px;
  margin-top: -50px;
}

.plans p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 23px;
  color: #ffffff;
}

.depo_plan {
  margin-top: -100px;
}

.depo_plan h1 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 84px;
  line-height: 1;
  color: #ffffff;
}

.depo_plan h6 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
}

.certificate h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  color: #ffffff;
}

.certificate h3 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(112.98deg, #fff4d1 8.47%, #cc8704 91.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 0;
}

.brand_logo {
  margin-top: 53px;
  display: flex;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="range"] {
    overflow: hidden;
    width: 446px !important;
    -webkit-appearance: none;
    background-color: #000000;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #cc8704;
    box-shadow: -446px 0 0 446px #4b24dc;
  }
}
/** FF*/
input[type="range"]::-moz-range-track {
  width: 446px;
  height: 20px;
  background: #000 !important;
  border: none;
}

input[type="range"]::-moz-range-thumb {
  border: none;
  height: 100%;
  border-radius: 0%;
  background: #cc8704;
}

input[type="range"]::-moz-range-progress {
  width: 446px !important;
  height: 20px;
  background-color: #4b24dc;
}
input[type="range"]::-moz-range-track {
  background-color: #9a905d;
}

.profit_calculator .img_box {
  width: 55.57px;
  height: 55.57px;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  border-radius: 67px;
  text-align: center;
  padding-top: 12px;
  margin-right: 3px;
}

.profit_calculator h5 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1em;
  text-transform: capitalize;
  color: #ffffff;
  background: url(../img/depo_ammount.png) no-repeat;
  background-size: contain;
  max-width: 469px;
  text-align: center;
  height: 36px;
  padding-top: 10px;
  margin-top: 25px;
}

.profit_calculator .value {
  max-width: 469px;
  height: 48px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 66px;
  backdrop-filter: blur(10px);
  padding: 15px 35px;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 85%;
  text-transform: capitalize;
  color: #bdbdbd;
  margin-top: 30px;
  margin-bottom: 25px;
}

/* !Plans */

/* Features */

.features {
  margin-top: 185px;
}

.features h2 {
  background: url(../img/features_heading.png) no-repeat;
  background-size: cover;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 27px 133px;
  max-width: 587px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}

.carousel {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
}

.carousel__list {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 482px;
  justify-content: center;
  perspective: 300px;
}

.carousel__item {
  color: #fff;
  max-width: 718px;
  height: 482px;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
  position: absolute;
  /* background: linear-gradient(66.97deg, #61cbb5 18.17%, #4e55da 123.16%); */
  border-radius: 48px;
  transition: all 0.3s ease-in;
  opacity: 1 !important;
  padding-top: 167px !important;
  padding: 0 80px;
  user-select: none;
}

.carousel__item:nth-child(1) {
  background: url(../img/database-usage.png) no-repeat;
}
.carousel__item:nth-child(2) {
  background: url(../img/shield.png) no-repeat;
}
.carousel__item:nth-child(3) {
  background: url(../img/growth.png) no-repeat;
}
.carousel__item:nth-child(4) {
  background: url(../img/users-group.png) no-repeat;
}
.carousel__item:nth-child(5) {
  background: url(../img/money.png) no-repeat;
}

.carousel__item[data-pos="0"] {
  z-index: 5;
}
.carousel__item[data-pos="-1"],
.carousel__item[data-pos="1"] {
  opacity: 0.7;
  filter: blur(1px) grayscale(10%);
}
.carousel__item[data-pos="-1"] {
  transform: translateX(-40%) scale(0.9);
  z-index: 4;
}
.carousel__item[data-pos="1"] {
  transform: translateX(40%) scale(0.9);
  z-index: 4;
}
.carousel__item[data-pos="-2"],
.carousel__item[data-pos="2"] {
  opacity: 0.4;
  filter: blur(3px) grayscale(20%);
}
.carousel__item[data-pos="-2"] {
  transform: translateX(-70%) scale(0.8);
  z-index: 3;
}
.carousel__item[data-pos="2"] {
  transform: translateX(70%) scale(0.8);
  z-index: 3;
}

.carousel__item h3 {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #ffffff;
  margin-bottom: 35px;
}

.carousel__item p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.carousel__item_mobile {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 50px;
  user-select: none;
  margin-bottom: 20px;
}

.carousel__item_mobile h3 {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 35px;
}

.carousel__item_mobile p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.carousel__item_mobile1 {
  background: url(../img/database-usage.png) no-repeat;
  background-size: 100% 100%;
}
.carousel__item_mobile2 {
  background: url(../img/shield.png) no-repeat;
  background-size: 100% 100%;
}
.carousel__item_mobile3 {
  background: url(../img/growth.png) no-repeat;
  background-size: 100% 100%;
}
.carousel__item_mobile4 {
  background: url(../img/users-group.png) no-repeat;
  background-size: 100% 100%;
}
.carousel__item_mobile5 {
  background: url(../img/money.png) no-repeat;
  background-size: 100% 100%;
}

/* !Features */

/* Affiliate */

.affiliate {
  margin-top: 220px;
  margin-bottom: 220px;
}

.affiliate h2 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}

.affiliate p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #fffefe;
}

.affiliate_box {
  background: url(../img/Affiliate.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  /* height: 266px; */
  padding-top: 60px;
  padding-left: 85px;
  padding-bottom: 70px;
}

.affiliate_box h5 {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5em;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.affiliate_box h1 {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 1;
  color: #ffffff;
}

/* !Affiliate */

/* Footer */

footer {
  padding-bottom: 140px;
}

footer .auth_btn_box {
  margin-top: 28px;
}

footer .auth_btn_box::before {
  left: 34%;
}

footer .social {
  display: block;
  margin-top: 64px;
}

footer h1 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 55.7278px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(342.75deg, #61cbb5 16.93%, #4e55da 349.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

footer h2 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 31.2076px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(342.75deg, #61cbb5 16.93%, #4e55da 349.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

footer p {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 53px;
  margin-bottom: 87px;
}

/* !Footer */

/* Home Page */

/* Extra Page */

.rules-section {
  color: #fff;
  margin-top: 50px;
  backdrop-filter: blur(10px);
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  border-radius: 19px;
  padding: 5%;
  margin-bottom: 100px;
  font-family: "Panchang";
  font-size: 16px;
}

.tabcontent {
  display: none;
  padding: 0 5px;
  margin-bottom: 100px;
}

.tabcontent label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #777;
}

.accordion {
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  cursor: pointer;
  border: 0;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  outline: none !important;
  font-size: 16px;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 19px;
  outline: none;
  margin: 5px 0;
  letter-spacing: 1px;
  box-shadow: 0px 10px 20px rgba(229, 229, 229, 0.25);
  color: #f8f07e !important;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
}

.accordion i {
  font-size: 22px;
  position: relative;
  top: 2px;
  margin-right: 20px;
}

.accordion:after {
  content: "\002B";
  color: #f8f07e;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background: linear-gradient(
    90deg,
    rgba(97, 203, 181, 0.4) 26.2%,
    rgba(78, 85, 218, 0.4) 100%
  );
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: 0px 0px 20px #f0b91f20;
  border-radius: 19px;
}

.panel p {
  line-height: 1.5;
  padding: 25px;
  padding-top: 20px;
  font-size: 20px;
  padding-bottom: 0;
  font-family: "Oxanium";
  font-style: normal;
  font-weight: normal !important;
  color: #ffffff !important;
}

.error {
  color: red;
  font-size: 18px;
  font-weight: 600;
}

.news .card {
  background-color: #4e55da30 !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 20px;
  width: 100%;
  height: 100%;
  border: none;
  text-align: left !important;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: 0px 0px 20px #4e55da20;
  border: 1px solid #4e55da !important;
  color: #ffffff !important;
  text-align: center;
}

.news .card small {
  font-size: 12px;
}

.page_title {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 63px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 50px 0;
}

.pagination .page-link {
  border: 1px solid #4e55da;
  color: #fff;
  background-color: #4e55da30 !important;
}

.pagination .page-item.active .page-link {
  border: 1px solid #4e55da;
  background-color: #4e55da !important;
}

label {
  width: 100%;
  height: 78px;
  background: linear-gradient(
    121.4deg,
    rgba(255, 244, 209, 0.4) -51.86%,
    rgba(204, 135, 4, 0.4) 94.73%
  );
  box-shadow: 0px 10px 20px rgba(229, 229, 229, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 19px;
  padding-top: 15px;
  padding-left: 54px;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: -30px;
}

.inpts,
.custom_btn2,
select,
textarea {
  width: 100%;
  height: 78px;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  box-shadow: 0px 10px 20px rgba(229, 229, 229, 0.25);
  border-radius: 19px !important;
  border: none !important;
  position: relative;
  z-index: 1;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff !important;
  padding-left: 54px !important;
}

input:focus {
  outline: none !important;
}

textarea {
  padding-top: 15px;
}

input::placeholder,
textarea::placeholder {
  color: #ffffff !important;
}

select option {
  background: #4e55da;
  border-radius: 19px !important;
  border: none !important;
  padding: 10% !important;
}

.custom_btn {
  background: url(../img/custom_btn1.png) no-repeat;
  background-size: cover;
  width: 192.02px;
  font-family: "Panchang";
  height: 61.03px;
  color: #fff !important;
  font-size: 20px;
  margin-top: 50px;
}

.contact-section {
  margin-bottom: 100px;
}

.forget_pass {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #f8f07e !important;
}

.login-section {
  margin-bottom: 100px;
  margin-top: 50px;
}

/* !Extra Page */

/* Admin Panel */

.admin_body {
  background: url(../img/Dashboard.png) no-repeat;
  background-size: cover;
}

.dashboard_content {
  margin-bottom: 100px;
}

.admin_body .nav-link {
  margin-right: 10px;
  font-size: 14px;
}

.logout {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fbefb8 !important;
}

.logout span {
  font-size: 20px;
  font-weight: 700;
}

.admin_header_content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.admin_header_content h3 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

.admin_header_content h1 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.admin_header_content h2 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(112.98deg, #fff4d1 8.47%, #cc8704 91.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.acc_bal_box {
  max-width: 578px;
  height: 100%;
  background: rgba(58, 58, 58, 0.3);
  backdrop-filter: blur(110.265px);
  border-radius: 35.4423px;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 23px;
  animation: neon6 1.5s ease-in-out infinite alternate;
}

@keyframes neon6 {
  from {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 5px #2e62ff,
      0 0 10px #2e62ff, 0 0 15px #2e62ff, 0 0 20px #2e62ff, 0 0 25px #2e62ff;
  }
  to {
    text-shadow: 0 0 1px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 2px #61cbb5,
      0 0 2px #61cbb5, 0 0 2px #61cbb5, 0 0 2px #61cbb5, 0 0 2px #61cbb5;
  }
}

.acc_bal_box h6 {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  font-size: 21.0028px;
  line-height: 26px;
  letter-spacing: 0.5em;
  text-transform: capitalize;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}

.acc_bal_box h5 {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 52.507px;
  line-height: 85%;
  text-align: center;
  color: #ffffff;
}

.admin_page_title {
  width: 400px;
  height: 400px;
  background: linear-gradient(90deg, #2e62ff 26.2%, #4b24dc 100%);
  box-shadow: 0px 3.24929px 32.4929px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding-top: 185px;
  margin: auto;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  margin-top: 50px;
}

.admin_page_title h2 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.acc_box {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(97, 203, 181, 0.4) 26.2%,
    rgba(78, 85, 218, 0.4) 100%
  );
  mix-blend-mode: normal;
  backdrop-filter: blur(204px);
  border-radius: 23px;
  padding: 78px 72px;
}

.acc_box_title {
  width: 266.01px;
  height: 76.27px;
  background: linear-gradient(112.98deg, #fff4d1 8.47%, #cc8704 91.31%);
  backdrop-filter: blur(34px);
  border-radius: 12px;
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: auto;
  margin-bottom: 76px;
  padding-top: 24px;
  transition: box-shadow 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  overflow: hidden;
}

.acc_box_title i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 200px;
  background-color: inherit;
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.5);
  transition: transform 0.4s linear, top 1s linear;
  overflow: hidden;
}

.acc_box_title i:before,
.acc_box_title i:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.acc_box_title i:before {
  border-radius: 46%;
  background-color: rgba(255, 255, 255, 0.2);
  animation: animate 5s linear infinite;
}
.acc_box_title i:after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.acc_box_content {
  border: 1px solid #fff0;
  margin-bottom: 100px;
  min-height: 56px;
  padding: 4%;
  padding-bottom: 0;
  transition: 0.75s ease;
}

.acc_box_content:last-child {
  margin-bottom: 0;
}

.acc_box_content:hover {
  border: 1px solid #fff;
  border-radius: 19px;
}

.acc_box_content h4 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 90%;
  color: #f2f2f2;
}

.acc_box_content p {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 90%;
  color: #ffe483;
}

.admin_page_content {
  margin-bottom: 150px !important;
}

.card {
  width: 100%;
  height: auto;
  background: linear-gradient(
    90deg,
    rgba(97, 203, 181, 0.4) 26.2%,
    rgba(78, 85, 218, 0.4) 100%
  );
  backdrop-filter: blur(240px);
  border-radius: 23px;
  padding: 2%;
  border: none !important;
}

.card_title {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.card_subtitle {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #f8f07e;
  text-align: center;
  margin-bottom: 20px;
}

table {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff !important;
}

table a {
  color: #f8f07e !important;
}

.ref_info {
  margin-bottom: 120px;
}

.ref_info .card .card-header {
  max-width: 356px;
  height: 58px;
  border-radius: 0;
  background: #ff4500;
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding-top: 15px;
  margin-top: -30px;
  margin-left: 20px;
}

.ref_info .card .card-body {
  margin: 0 3%;
}

.ref_info .card .card-body p {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 90%;
  color: #4f4f4f;
}

.ref_info .card .card-body span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 90%;
  margin-bottom: 35px;
  color: #007f9b;
}

.support input {
  margin-top: -0px;
  margin-bottom: 40px;
}

.profile_label {
  height: 100%;
  width: auto;
  padding: 4%;
  margin-bottom: 10px;
}

.profile_box2 h2 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 63px;
  text-transform: uppercase;
  color: #ffffff;
}

.profile_box2 p {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #f8f07e;
}

.profile_box2 p a {
  color: #f8f07e !important;
}

.earning_header p {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-right: 15px;
}

.earning_header span {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #f8f07e;
}

.nav-tabs .active {
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%) !important;
  border: none;
  color: #fff !important;
}

.custom_tab_btn {
  width: 250px;
  height: 40px;
  background: linear-gradient(
    112.98deg,
    #fff4d1 8.47%,
    #cc8704 91.31%
  ) !important;
  backdrop-filter: blur(34px);
  border-radius: 12px;
  text-align: center;
  padding: 13px;
  border: 0 !important;
  margin-bottom: 20px;
  border-radius: 0 !important;
  color: #4f4f4f !important;
}

.admin_footer .nav-link {
  font-size: 14px;
  margin-right: 50px;
}

.custom_label2 {
  font-family: "Panchang";
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
}

/* New Deposti */

.plabel {
  height: 90px;
  width: 265px !important;
  background: transparent !important;
  box-shadow: none;
  color: #fff !important;
  position: relative;
  border: 1px solid;
  margin-right: 22px;
  padding-left: 30px;
  cursor: pointer;
  padding-top: 10px;
}

.plabel input {
  visibility: hidden;
  position: absolute;
}

.invest_box {
  width: 130px;
  border-radius: 0;
  height: 100%;
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  color: #ffffff;
}

.plabel input:checked ~ .invest_box {
  position: relative;
}

.plabel input:checked ~ .invest_box::before {
  content: "";
  display: block;
  background-image: url(../img/select.svg);
  background-size: contain;
  top: 10px;
  right: -80px;
  height: 41.47px !important;
  width: 41.47px !important;
  position: absolute;
}

.custom_hr {
  width: 100%;
  height: 1px;
  border: 0.5px solid #f2f2f2;
  margin-bottom: 46px;
}

.deposit_table td {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 90%;
  padding-bottom: 45px;
  color: #f8f07e !important;
}

.deposit_table .plan_head td {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 90%;
  color: #ffffff !important;
}

.new_deposit_label {
  width: 100%;
  height: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff !important;
  backdrop-filter: blur(20px);
  transition: all 0.3s;
  position: relative;
  background: transparent !important;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  backdrop-filter: none !important;
  box-shadow: none;
  margin-bottom: 1px;
}

.new_deposit .left input {
  position: absolute;
  visibility: hidden;
}

.new_deposit .new_deposit_label_box {
  width: 100%;
  border-radius: 0;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding-top: 23px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
}

.new_deposit .left input:checked ~ .new_deposit_label_box {
  background: linear-gradient(
    225deg,
    #18c8ff 14.89%,
    #933ffe 85.85%
  ) !important;
}

.depo_pay_title {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 15px;
}

/* !New Deposti */

/* Withdraw */

.withdraw label {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff !important;
  backdrop-filter: blur(20px);
  transition: all 0.3s;
  position: relative;
  background: transparent !important;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  backdrop-filter: none !important;
  box-shadow: none;
}

.withdraw .left input {
  position: absolute;
  visibility: hidden;
}

.withdraw .withdraw_label {
  width: 100%;
  border-radius: 0;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  backdrop-filter: none !important;
}

.withdraw .left input:checked ~ .withdraw_label {
  background: linear-gradient(
    225deg,
    #61cbb5 14.89%,
    #4e55da 85.85%
  ) !important;
  backdrop-filter: none !important;
}

/* !Withdraw */

/* Earnings */

.inpts2 {
  padding: 7px 10px !important;
  width: 100%;
  height: auto;
  backdrop-filter: blur(10px);
  color: #ffffff;
  margin-bottom: 0px;
}

/* !Earnings */

/* Referals */

.reff_box {
  background-color: #4e55da30 !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 20px;
  width: 100%;
  height: 100%;
  border: none;
  text-align: left;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: 0px 0px 20px #4e55da20;
  border: 1px solid #4e55da;
  color: #ffffff !important;
  text-align: center;
}

.reff_box h3 {
  font-size: 28px;
  font-family: "Panchang";
  font-weight: 600;
}

.reff_box span {
  font-size: 26px;
  font-family: "Oxanium";
  font-weight: 600;
}

/* !Referals */

/* banner */
.banners .input1 {
  width: 100%;
  height: 78px;
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  box-shadow: 0px 10px 20px rgb(229 229 229 / 25%);
  border-radius: 19px !important;
  border: none !important;
  position: relative;
  z-index: 1;
  font-family: "Panchang";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff !important;
  padding-left: 54px !important;
  text-align: center;
}

.banners .tab button {
  width: 250px;
  height: 40px;
  background: linear-gradient(
    112.98deg,
    #fff4d1 8.47%,
    #cc8704 91.31%
  ) !important;
  backdrop-filter: blur(34px);
  border-radius: 12px;
  text-align: center;
  border: 0 !important;
  margin-bottom: 20px;
  border-radius: 0 !important;
  font-family: "Panchang";
  font-size: 14px;
  font-weight: 500;
}

.banners .tab button.active {
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%) !important;
  border: none;
  color: #fff !important;
}

.banners .inp-label {
  font-size: 26px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 30px;
}

.banners .tabcontent {
  display: none;
  padding: 0 5px;
}

.banners .tabcontent label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #777;
}

/* !banner */

/* Security */

.security_label {
  width: auto;
  height: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff !important;
  backdrop-filter: none;
  transition: all 0.3s;
  position: relative;
  box-shadow: none;
  background: transparent !important;
  cursor: pointer;
  padding-left: 0 !important;
  padding-top: 0 !important;
  border: 1px solid transparent;
  border-radius: 0;
}

.security .left input {
  position: absolute;
  visibility: hidden;
}

.security .security_label_box {
  width: 100%;
  border-radius: 0;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 10px !important;
  color: #ffffff;
}

.security .left input:checked ~ .security_label_box {
  background: linear-gradient(90deg, #61cbb5 26.2%, #4e55da 100%);
  border: none !important;
}

.security h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 90%;
  color: #ffffff !important;
}

/* !Security */

/* !Admin Panel */

/* Laptop Screen */

@media screen and (min-width: 1100px) and (max-width: 1700px) {
  body {
    background-size: cover;
    padding-left: 5% !important;
    padding-right: 5% !important;
    overflow-x: hidden;
  }

  .nav-link {
    margin-right: 20px;
    font-size: 12px;
  }

  .login {
    width: 100px;
    font-size: 10px;
    height: 41px;
  }

  .dashboard_btn {
    font-size: 8px;
    padding-left: 5px;
  }

  .signup {
    width: 100px;
    font-size: 10px;
    height: 41px;
  }

  .auth_btn_box::before {
    left: 44%;
  }

  .hero {
    margin-top: 200px;
  }

  .hero h6 {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 78px;
    letter-spacing: 0.1em;
  }

  .hero h2 {
    font-size: 40px;
  }

  .hero .custom_btn1 {
    padding: 12px 10px;
  }

  .hero p {
    font-size: 16px;
  }

  .depo_plan h1 {
    font-size: 70px;
  }

  .depo_plan h6 {
    font-size: 20px;
  }

  .profit_calculator h5 {
    font-size: 14px;
    padding-top: 9px;
    letter-spacing: 0.8em;
  }

  /*Chrome*/
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="range"] {
      width: 400px !important;
    }
  }
  /** FF*/
  input[type="range"]::-moz-range-track {
    width: 400px;
  }

  .profit_calculator .img_box {
    width: 50px;
    height: 50px;
  }

  .carousel__list {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel__item {
    padding-top: 150px !important;
    padding: 0 60px;
  }

  .affiliate_box {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  footer .auth_btn_box::before {
    display: none;
  }

  .admin_body .nav-link {
    margin-right: 0px;
    font-size: 12px;
  }

  .logout {
    font-size: 10px;
  }

  .logout span {
    font-size: 12px;
  }

  .admin_header_content h3 {
    font-size: 16px;
  }

  .admin_header_content h1 {
    font-size: 70px;
  }

  .admin_header_content h2 {
    font-size: 44px;
  }

  .admin_page_title {
    margin-top: 80px !important;
  }

  .acc_box {
    padding: 40px;
  }
}

/* !Laptop Screen */

/* Mobile Screen */

@media screen and (max-width: 999px) {
  body {
    background-size: cover;
    background-position: center center;
    padding-left: 3% !important;
    padding-right: 3% !important;
    overflow-x: hidden !important;
    min-width: 414px !important;
  }

  .auth_btn_box::before {
    left: 34%;
  }

  .hero {
    margin-top: 50px;
  }

  .hero h6 {
    font-size: 12px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero h2 {
    font-size: 28px;
    margin-top: 0;
  }

  .hero p {
    font-size: 16px;
  }

  .depo_plan {
    margin-top: 0px;
  }

  .profit_calculator h5 {
    letter-spacing: 0.5em;
    padding-top: 6px;
  }

  .brand_logo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .brand_logo .img_box {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  /*Chrome*/
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="range"] {
      width: 385px !important;
    }
  }
  /** FF*/
  input[type="range"]::-moz-range-track {
    width: 385px;
  }

  .certificate h4 {
    font-size: 22px;
  }

  .certificate h3 {
    font-size: 36px;
  }

  .features {
    margin-top: 15px;
  }

  .features h2 {
    background-size: 100% 100%;
    font-size: 15px;
    padding: 27px 50px;
  }

  .affiliate {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  footer {
    padding-bottom: 40px;
  }

  footer .auth_btn_box::before {
    left: 32% !important;
  }

  .admin_header_content {
    margin-top: 100px;
  }

  .admin_header_content h3 {
    font-size: 14px;
  }

  .admin_header_content h1 {
    font-size: 40px;
  }

  .admin_header_content h2 {
    font-size: 24px;
    margin-top: 0;
  }

  .admin_page_title {
    margin-top: 80px !important;
    max-width: 250px;
    max-height: 250px;
    padding-top: 117px;
  }

  .admin_page_title h2 {
    font-size: 18px;
  }

  .acc_box {
    padding: 40px;
  }

  .form-control,
  label {
    padding-left: 20px !important;
  }
}

/* !Mobile Screen */
