.section {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  /* display: flex; */
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(59, 38, 219) 1%,
    rgb(123, 25, 203) 100%
  );
}
.section-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section h1 {
  color: #fff;
  font-size: 30px;
}

.pricing-section {
  padding: 30px 0 60px 0;
  background-image: url(../img/Pricing_bg.jpg);
  background-repeat: no-repeat;
  background-size: 120%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-part {
  margin-left: 50px;
}

.section a {
  color: #f4f4f4;
  cursor: pointer;
}

.label {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.img-banner img {
  width: 75%;
}

/* ========================== CRYPTO PAGE =================== */
.sec-int {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-img img {
  width: 750px;
  border-radius: 15px;
}

/* ABOUT PAGE ========================== */
.affiliate {
  padding: 60px 13%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 760px) {
  .sec-int {
    display: flex;
    flex-direction: column;
  }

  .affText h2 {
    font-size: 22px;
    line-height: normal;
  }
}

/* TABLE DATA================================== */
@media (max-width: 1199px) {
  .invest-table-area table {
    width: 100%;
  }
}
table {
  display: table;
  text-align: center;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
  width: 100%;
}

thead {
  /* display: table-header-group; */
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
  border-collapse: collapse;
}
tr {
  display: table-row;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
  border-collapse: collapse;
}

.invest-table-area th:first-child {
  padding-left: 30px;
  text-align: left;
}
.invest-table-area th {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.invest-table-area th {
  background-color: rgb(238, 244, 251);
  text-transform: uppercase;
  color: #323639;
  text-align: center;
  padding: 20px 0px;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}
.invest-table-area tbody tr {
  background-color: rgb(255, 255, 255);
}

.invest-table-area tbody tr td:first-child {
  padding-left: 30px;
}

.invest-table-area tbody tr td {
  padding: 20px 15px;
  border-top: 1px solid rgb(229, 229, 229);
  border-bottom: 1px solid rgb(229, 229, 229);
}
.invest-table-area .person-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.invest-table-area .person-details .thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
img {
  max-width: 100%;
  height: auto;
}
.invest-table-area .person-details .content {
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

*,
::after,
::before {
  box-sizing: border-box;
}

td {
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
}

@media (max-width: 1199px) {
  .invest-table-area {
    overflow: auto;
  }
}

.invest-table-area {
  box-shadow: rgba(14, 35, 107, 0.1) 0px 5px 10px 0px;
  position: relative;
  z-index: 9;
  margin-top: 23px;
}

.invest-table-area::before {
  position: absolute;
  content: "";
  top: -11px;
  left: 50%;
  height: 100%;
  width: calc(100% - 36px);
  background-color: rgb(238, 244, 251);
  opacity: 0.702;
  box-shadow: rgba(14, 35, 107, 0.3) 0px 5px 10px 0px;
  transform: translateX(-50%);
  z-index: -10;
}

.invest-table-area::after {
  position: absolute;
  content: "";
  top: -23px;
  left: 50%;
  height: 100%;
  width: calc(100% - 70px);
  background-color: rgb(238, 244, 251);
  opacity: 0.502;
  box-shadow: rgba(14, 35, 107, 0.3) 0px 5px 10px 0px;
  transform: translateX(-50%);
  z-index: -10;
}

.table-col {
  position: relative;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
}

.deposits {
  padding-bottom: 80px;
}

.tarea {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  WITHDRAWALS=================== */
.withdraw-table-area::after {
  position: absolute;
  content: "";
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
  box-shadow: rgba(2, 20, 83, 0.2) 0px 5px 15px 0px;
  bottom: -30px;
  left: 50%;
  width: calc(100% - 30px);
  height: 100%;
  z-index: -10;
  transform: translateX(-50%);
}
.withdraw-table-area::before {
  position: absolute;
  content: "";
  background-color: rgb(255, 255, 255);
  opacity: 0.502;
  box-shadow: rgba(2, 20, 83, 0.2) 0px 5px 15px 0px;
  bottom: -10px;
  left: 50%;
  width: calc(100% - 15px);
  height: 100%;
  z-index: -10;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .withdraw-table-area {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.withdraw-table-area {
  box-shadow: rgba(2, 20, 83, 0.2) 0px 5px 15px 0px;
  position: relative;
  margin-top: 23px;
  z-index: 9;
}

.withdraw-table-area th:first-child {
  padding-left: 30px;
  text-align: left;
}
.withdraw-table-area th {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.withdraw-table-area th {
  background-color: rgb(238, 244, 251);
  text-transform: uppercase;
  color: #323639;
  text-align: center;
  padding: 20px 0px;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}
.withdraw-table-area tbody tr {
  background-color: rgb(255, 255, 255);
}

.withdraw-table-area tbody tr td:first-child {
  padding-left: 30px;
}

.withdraw-table-area tbody tr td {
  padding: 20px 15px;
  border-top: 1px solid rgb(229, 229, 229);
  border-bottom: 1px solid rgb(229, 229, 229);
}
.withdraw-table-area .person-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.withdraw-table-area .person-details .thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
img {
  max-width: 100%;
  height: auto;
}
.withdraw-table-area .person-details .content {
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.copyright-wrap .text-white {
  display: none;
}

/* New Plan Table */

.invest-btn {
  box-sizing: border-box;
  /*display: block;*/
  font-size: 18px;
  font-weight: 600;
  width: 70%;
  margin-bottom: 32px;
  transition: 0.33s;
  text-align: center;
  cursor: pointer;
}

.pricing-list {
  padding-left: 25px;
}
.itema {
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
  position: relative;
  color: #252e48;
}
.itema::before {
  left: 0;
  content: "\2713";
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
  position: relative;
  color: #0f44e0;
  margin-right: 5px;
}
