.akashx1-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/akashx/bg-top.png') no-repeat center top;
  background-size: 100% auto;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  .akashx1-block {
    background: #0d0d0d;
  }
}
.logo-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
.akashx1-block .title-wrapper h4 {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  margin: 40px 0 20px 0;
}
.akashx1-block .title-wrapper h4 .aka-color {
  color: #DBA453;
}
.akashx1-block .title-wrapper p {
  text-align: center;
  color: #ffffff99;
  font-size: 18px;
  line-height: 1.33em;
  margin-bottom: 36px;
  max-width: 745px;
}
.akashx2-block {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.akati-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.akaimg-wrapper {
  width: 42%;
}
.akatxt-wrapper {
  width: 42%;
}
@media(max-width: 768px) {
  .akaimg-wrapper {
    width: 100%;
  }
  .akatxt-wrapper {
    width: 100%;
  }
}
.akatxt-wrapper h4 {
  color: #0D0D0D;
  font-size: 36px;
  line-height: 1.5em;
}
.akatxt-wrapper p {
  color: #0d0d0d99;
  font-size: 18px;
  line-height: 1.44em;
}
.akashx3-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/akashx/bg-top2.png') no-repeat center top;
  background-size: 100% auto;
  background-color: #0d0d0d;
  padding: 85px 0 340px;
}
@media (max-width: 768px) {
  .akashx3-block {
    background: #0d0d0d;
    padding: 45px 0 120px;
  }
}
.akashx3-block h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5em;
  color: #FFFFFF;
}
.akashx3-block p {
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff99;
  max-width: 850px;
  text-align: center;
}
.akashx4-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/akashx/bg-top3.png') no-repeat center top;
  background-size: 100% auto;
  background-color: #0d0d0d;
  padding: 85px 0 250px;
}
@media (max-width: 768px) {
  .akashx4-block {
    padding-bottom: 0;
  }
}
.akashx4-block h2 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 0;
}
.akashx4-block p {
  color: #ffffff99;
  font-size: 16px;
  line-height: 1.8em;
  padding: 20px 0;
  text-align: center;
}
.akashx4-block .selection-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
}
.akashx4-block .selection-wrapper .badge {
  background: #DBA453;
  border-radius: 27px;
  padding: 4px 8px;
}
.akashx4-block .paymode-card {
  background: #1B1B1B;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: 70px;
  padding: 28px;
  width: 440px;
}
@media (max-width: 480px) {
  .akashx4-block .paymode-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .akashx4-block .paymode-card {
    border-radius: 0;
    border: 0 none;
  }
}
.akashx4-block .paymode-card .card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 32px 0;
  border-bottom: 1px solid #4D4D4D;
}
.akashx4-block .paymode-card .card-title h4 {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.12em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.akashx4-block .paymode-card .card-title span.per-span {
  color: #ffffff99;
  font-size: 16px;
  line-height: 1.7em;
  padding: 0; 
  margin: 0 0 0 12px;
}
.akashx4-block .paymode-card .card-title p.price-span {
  text-align: center;
  text-transform: uppercase;
  color: #DBA453;
  font-weight: 700;
  font-size: 48px;
  margin: 12px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.akashx4-block .paymode-card .feature-list {
  padding: 16px 0;
}
.akashx4-block .paymode-card .feature-row {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 5px 0;
  align-items: center;
}
.akashx4-block .paymode-card .card-footer {
  border-top: 1px solid #4D4D4D;
  padding: 30px 0 0 0;
}
.akashx4-block .paymode-card .card-footer .card-btn {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
  color: #FFFFFF;
  background: #DBA453;
  border-radius: 8px;
  border: 0 none;
}
.akashx4-block .ant-switch {
  background: rgba(255, 255, 255, 0.25);
}
.akashx4-block .ant-switch-handle:before {
  background: #DBA453;
}
