* {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
button,
a,
.card,
.post-card,
.img-box {
  cursor: pointer;
}
.flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-col {
  flex-direction: column !important;
}

.justify-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: start !important;
}

.text-right {
  text-align: end !important;
}

.gap-2 {
  gap: 20px;
}

.gap-15 {
  gap: 150px;
}
.gap-8 {
  gap: 8px;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.mt-3 {
  margin-top: 30px;
}
.mb-3 {
  margin-bottom: 30px;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
}
.header {
  padding-top: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer {
  padding-top: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Inter;
  max-width: 1290px;
}
.footer-border {
  border-top: 1px solid #ff9826;
}
.footer-main {
  background: #25043a;
}
.footer h5 {
  font-family: Inter;
  font-weight: 700;
  font-size: 15.82px;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.about,
.footer p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12.31px;
  line-height: 160%;
  margin-bottom: 14px;
}
div.subscribe {
  background: #fff;
  border-radius: 50px;
  padding: 4px 6px 4px 16px;
  margin-top: 18px;
  margin-bottom: 40px;
}
.subscribe input {
  border: none;
  color: #222;
  height: 30px;
  padding: 2px;
}
.subscribe input:focus,
.subscribe input:hover {
  outline: none;
}
.copyright {
  background: #1c042b;
  text-align: center;
}
.copyright p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  padding: 15px;
}
.logo {
  width: 99px;
  height: 50px;
}
.hero-section {
  background-image: url("assets/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-btn {
  border-radius: 36px;
  background: linear-gradient(to bottom, #62009e, #230038);
  font-family: Inter;
  border: 1px solid #62009e;
}

.hero-content,
.sub-content {
  margin-top: 95px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.hero-content h2,
.sub-content h2 {
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
}

h2.gradient {
  font-size: 52px;
  background: -webkit-linear-gradient(327deg, #fdfaff 52.84%, #981de4 89.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p,
.sub-content p {
  margin-top: 15px;
  color: #dedede;
  font-family: Inter;
  font-size: 14px;
  text-align: center;
}

.hero-btns {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.hero-btns button {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.sub-content {
  margin-top: 0;
}

.contest-btn {
  border: 1px solid;
  border-color: #600097;
  background: transparent;
  border-radius: 36px;
  font-weight: 400;
}

button {
  min-width: 165px;
  height: 48px;
}

.join-btn {
  border: #600097;
  background-color: #ff9826;
  border-radius: 36px;
  padding: 15px 50px;
}

.card {
  width: 318px;
  height: 346px;
  border-radius: 20px;
  padding: 0.75rem;
  background: linear-gradient(180deg, #62009e 0%, #230038 100%);
  border: 1px solid #600097;
  margin: auto;
  text-align: center;
}

.card .img-card {
  background: #24122d;
  width: 316px;
  height: 232px;
  border-radius: 20px;
  border: 1px solid #4d0578;
  background: linear-gradient(180deg, #4d0578 0%, #32064d 100%);
}

.card:hover {
  box-shadow: 0px 5px 44px 0px #9609ed80;
}

.card h6 {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
.card p {
  text-align: left;
}

.card img {
  width: 212px;
  height: 212px;
}
.main {
  background-image: url("assets/bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.star {
  padding-left: 2%;
}

.main .sub-content {
  padding: 0;
  padding-top: 40px;
}

.main .title {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
}

.main .sub-title {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  padding-top: 8px;
  padding-bottom: 14px;
}

.main .content ul li {
  font-family: Inter;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #dddddd;
}

.main .contest-img {
  width: 338px;
  height: 407px;
}

.main-2 {
  background-image: url("assets/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-2 .title {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
  padding-top: 80px;
}
.img-box {
  background: #24122d;
  width: 316px;
  height: 232px;
  border-radius: 20px;
  border: 1px solid #8207cd;
  background: linear-gradient(180deg, #4d0578 0%, #32064d 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.img-box img {
  width: 35px;
  height: 35px;
}

.img-box h6 {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.13px;
  text-align: center;
  margin-top: 8px;
}

.img-box:hover {
  background: #dedede;
}

.img-box:hover h6 {
  color: #222;
}
.img-box:hover p {
  color: #424242;
}
.img-box:hover img#upload {
  content: url("assets/icons/Frame-1.png");
}
.img-box:hover img#upload-3 {
  content: url("assets/icons/Frame-3.png");
}
.img-box:hover img#upload-5 {
  content: url("assets/icons/Frame-5.png");
}
.img-box:hover img#upload-7 {
  content: url("assets/icons/Frame-7.png");
}
.img-box:hover img#upload-9 {
  content: url("assets/icons/Frame-9.png");
}
.img-box:hover img#upload-11 {
  content: url("assets/icons/Frame-11.png");
}
.img-box:hover img#upload-13 {
  content: url("assets/icons/Frame-13.png");
}
.img-box:hover img#upload-15 {
  content: url("assets/icons/Frame-15.png");
}

.post-card {
  background: #fff;
  width: 320px;
  height: 299px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0px auto;
  padding: 1%;
  text-align: left;
}

.viewmore-btn {
  border-radius: 36px;
  background: transparent;
  font-family: Inter;
  border: 1px solid #62009e;
}

.post-card img {
  width: 321px;
  height: 154px;
  border-radius: 10px;
}
.post-card .meta-data {
  font-family: Inter;
  font-weight: 400;
  font-size: 10.49px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #575757;
}
.post-card h5 {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #0a0c19;
}
.post-card p {
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #575757;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 900px) {
  .flex-container {
    display: flex;
    flex-direction: column;
  }
  .container {
    width: 320px;
  }
  h2.gradient {
    font-size: 38px;
  }
  .gap-15 {
    gap: 15px;
  }

  .hero-content h2,
  .sub-content h2 {
    font-size: 35px;
  }
  .hero-content h2,
  .sub-content h2 {
    font-size: 35px;
  }

  .main .title {
    font-size: 35px;
  }

  .main-2 .title {
    font-size: 35px;
  }
  .subscribe {
    text-align: center;
  }
  .subscribe input{
    text-align: center;
    width: 250px;
  }
}
