body {
  background: rgb(27, 27, 27);
  color: rgb(219, 219, 219);
}
a {
  color: rgb(219, 219, 219);
}
img {
  width: 100%;
}

.flex-direction-column {
  flex-direction: column !important;
}
.banner {
  padding: 30px 0;
}
.banner .logo {
  display: flex;
  align-items: start;
  gap: 15px;
  max-width: 200px;
}
.banner .logo img {
  width: 50px;
  height: 50px;
}
.banner .logo span {
  font-size: 17.3334px;
  color: rgb(219, 219, 219);
  line-height: 20px;
  letter-spacing: 0.063em;
  text-transform: uppercase;
  list-style-type: none;
  max-width: 105px;
}
.banner h1.title {
  font-size: 93.3333px;
  color: rgb(219, 219, 219);
  line-height: 100px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  list-style-type: none;
  caret-color: rgb(219, 219, 219);
  -webkit-text-stroke: 1.4px rgb(219, 219, 219);
  -webkit-text-fill-color: transparent;
}
.button {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 50px;
  padding: 20px;
  max-width: 390px;
}
.button a {
  font-size: 42.9904px;
  color: rgb(255, 255, 255);
  line-height: 25px;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button a span {
  background: rgb(219, 219, 219);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding: 6px;
}
.banner .right img {
  max-width: 400px;
  margin-bottom: 20px;
}
.banner .right p {
  font-size: 23.9999px;
  color: rgb(219, 219, 219);
  line-height: 33px;
  letter-spacing: -0.04em;
}
.banner .right .more {
  width: 130px;
  border: 1px solid rgb(219, 219, 219);
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.banner .right .more a:hover{
color: #fff;
}
.digital {
  position: relative;
  background-image: url(../images/digital.jpg);
  background-position: center;
  padding-bottom: 20px;
  z-index: 0;
}
.digital::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.digital h1 {
  font-weight: 900;
  color: rgb(255, 255, 255);
  font-size: 94px;
  line-height: 108px;
  letter-spacing: 0em;
}
.digital p {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}
.register {
  padding: 10px 0;
  background-color: rgb(0, 1, 35);
}
.register .reg-img {
  max-width: 400px;
  margin-bottom: 15px;
}
.register p {
  font-size: 28.0003px;
  color: rgb(255, 255, 255);
  line-height: 42px;
  letter-spacing: 0em;
}
.register .bdg {
  max-width: 450px;
}
.reg-btn {
  background: rgb(11, 99, 128);
  width: 280px;
  border: 1px solid #fff;
  padding: 10px;
}
.reg-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
}
.reg-btn a:hover {
  color: #fff;
}
.reg-btn span {
  width: 50px;
  height: 50px;
  display: flex;
  background: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.reg-btn span img {
  width: auto;
}
.app-lunch {
  background: rgb(3, 34, 60);
}
.app-lunch .bg-g {
  background: linear-gradient(90deg, #0b6380, #c9e37a);
}
.app-lunch .complete {
  background: #fff;
  color: #000;
  max-width: 350px;
  margin: auto;
  padding: 30px;
  border-radius: 20px;
}
.app-lunch .complete h2 {
  font-size: 48px;
  text-align: center;
  line-height: 45px;
  border-bottom: 4px solid #0b6380;
  margin: 0 0 16px;
  padding: 0 0 12px;
}
.app-lunch .complete .creative-checkbox {
  display: flex;
  position: relative;
  margin: 10px 10px;
  overflow: hidden;
  font-size: 22px;
  align-items: center;
  justify-content: space-between;
}
.app-lunch .complete .creative-checkbox input {
  position: absolute;
  visibility: hidden;
}
.app-lunch .complete .creative-checkbox input + i {
  border: 2px solid #ccc;
  width: 40px;
  height: 20px;
  padding: 2px;
  float: right;
  border-radius: 20px;
  transition: all 0.25s;
  margin-left: 20px;
}
.app-lunch .complete .creative-checkbox input + i:after {
  content: " ";
  background-color: #ccc;
  float: left;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  transition: inherit;
}

.app-lunch .complete .onOff input + i {
  border: 2px solid #3a2717;
  background: #3a2717;
}
.app-lunch .complete .onOff input + i:after {
  background-color: #fff;
}
.app-lunch .complete .creative-checkbox input:checked + i {
  border-color: #065169;
  background: #065169;
}
.app-lunch .complete .creative-checkbox input:checked + i:after {
  background-color: #fff;
  margin-left: 50%;
}
.app-lunch .complete .creative-checkbox.halo-bg input:checked + i {
  background-color: #e4ece3;
}
.app-lunch .complete .creative-checkbox.green input:checked + i {
  border-color: #065169;
}
.app-lunch .complete .creative-checkbox.green input:checked + i:after {
  background-color: #065169;
}

.roadmap {
  position: relative;
  background-image: url(../images/roadmap.jpg);
  background-position: center;
  background-size: cover;
}

.midd {
  height: 50vh;
  align-items: center;
  display: flex;
}
@media (max-width: 512px) {
  .banner h1.title {
    font-size: 50px;
  }
  .banner .right img {
    margin-top: 20px;
  }
  .banner .right .more {
    margin: auto;
  }
  .digital::before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .digital h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .digital p {
    font-size: 27px;
    line-height: 30px;
  }
  .reg-btn {
    margin: auto;
  }
  .button {
    margin: 5px;
  }
  .p-5 {
    padding: 2rem 1rem !important;
  }
  .roadmap {
    background-position: right;
  }
  .roadmap .p-0 {
    padding: 0 !important;
  }
  .roadmap .pbt-3 {
    padding: 2rem 0 !important;
  }
  .midd {
    height: 35vh;
  }
}
