.main-set {
  color: #f5f6f7;
}

.main-set .sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.main-set .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  color: #ffffff;
}

.main-set .card-one {
  border: solid 0.5px #ffffffcc;
  background-color: #2b8fff1a;
  padding: 16px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.main-set .card-one p {
  z-index: 1;
  position: relative;
}

.main-set .bar {
  height: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 99px;
}

.main-set .bar .active {
  background-color: #2b8fff;
  height: 10px;
  border-radius: 99px;
}

.main-set .shape {
  width: 253px;
  height: 162px;
  border: solid 45px #0c77ff;
  filter: blur(120px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.main-set img {
  max-width: 125px;
}

.text-area p,
.text-area i {
  color: #ffffffcc;
}

.card-two {
  background-color: #2b8fff1a;
  border: solid 0.5px #ffffff33;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
}

.card-two .sub {
  font-size: 20px;
  font-weight: 500;
}

/* SWITCH STYLES  */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border-radius: 30px;
  background: #2b8fff;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: #fff;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
  min-width: 70px;
  line-height: 38px;
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  min-height: 38px;
}

.switch-wrapper label:hover {
  background: whitesmoke;
  color: #2b8fff;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #0c2724;
  transition: transform 0.25s ease-in-out;
}

.latest-news .card {
  position: relative;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff05;
  z-index: 0;
}

.latest-news .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    169.75deg,
    rgba(43, 143, 255, 0.53) 7.66%,
    #151515 12.12%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

.latest-news .card .title {
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(179.13deg, #ffffff 26.54%, #afafaf 74.62%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 150%;
  margin-bottom: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}
.latest-news .card .date {
  font-size: 12px;
  font-weight: 500;
  color: #c1c4cc;
  margin-bottom: 0;
}

.latest-news .card .desc {
  color: #b2b6bf;
  font-size: 11px;
}

.latest-news .card img {
  border-radius: 10px;
}

.btn-more {
  background-color: #ffffff0d;
  border-radius: 8px;
  border: 0.8px solid;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  z-index: 0;
  border: 0;
}

.btn-more::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    169.75deg,
    rgba(43, 143, 255, 0.53) 7.66%,
    #151515 12.12%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

.btn-participate {
  background: linear-gradient(
    98.21deg,
    #00d0a0 5.28%,
    #13c89d 20.15%,
    #11ba92 35.02%
  );
  box-shadow: 4px 0px 10px 0px #2388ff1f inset;
  border-radius: 40px;
  padding: 12px 16px;
  height: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}

.btn-clam {
  background-color: #ffd231;
  border: 1px solid;
  border-image-source: linear-gradient(
    274.14deg,
    rgba(201, 255, 228, 0.0352) 4.46%,
    rgba(8, 101, 54, 0.16) 106.75%
  );
  border-radius: 40px;
  padding: 8px 16px;
  height: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.btn-clam:hover {
  background-color: #ffc800;
}

.btn-clam::after {
  content: "";
  width: 71px;
  height: 28px;
  background-color: #fff;
  filter: blur(20px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
}

.video-card {
  background-color: #2B8FFF1A;
  border-radius: 14px;
  padding: 12px;
  border: solid  0.4px #FFFFFF61;
}

.video-card img.bg {
  border-radius: 10px;
  height: 144px;
  width: 100%;
  object-fit: cover;
}

.video-card .relative button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; 
  top: 55px;
}