/* shared styles */
.bg-color {
  background-color: #1a0b2e;
  max-width: 1600;
}
.btn {
  /* background: linear-gradient(
    90deg,
    #ffcc33 0%,
    #ff7a18 30%,
    #ff2d95 60%,
    #8b2cff 100%
  ); */
  background: linear-gradient(#f7e93f, #fb09b4, #9100f8);
  padding: 0 1.25rem;
  margin: 0 1.5rem;
  height: 3rem;
  margin-top: 10px;
  color: white;
  border-radius: 2rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #2a186c;
}
.btn-1 {
  background: linear-gradient(#f7e93f, #fb09b4, #9100f8);
  padding: 0 1.25rem;
  margin: 0 1.5rem;
  height: 3rem;
  margin-top: 10px;
  color: white;
  border-radius: 2rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #2a186c;
}
.btn-subscribe {
  font-weight: 1rem;
  color: #00ff88;
  font-weight: 600;
  padding: 0 1.25rem;
  margin: 0 1.5rem;
  height: 3rem;
  margin-top: 10px;
  border-radius: 2rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #00ff88;
  margin-left: 0;
}
.btn:hover,
.btn-1:hover,
.btn-subscribe:hover {
  background: #ee5778;
}
.display-flex {
  display: flex;
}
.color-white {
  color: white;
}
.tech-wave,
.about-title {
  font-size: 2rem;
  font-weight: 700;
}
.tech-wave2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 0;
}
.color-gradiant {
  background: linear-gradient(#f7e93f, #fb09b4, #9100f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
hr {
  color: rgb(113, 40, 231);
  padding: 0 3rem;
  opacity: 0.5;
}

/* header styles */

/* nav bar related styles */
.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.nav-container {
  /* border: 1px solid red; */
  /* background-color: #412567; */
  margin: 0px auto;
  padding: 0 2rem;
}
.menu li {
  list-style: none;
}
.menu a {
  text-decoration: none;
  color: white;
  margin-left: 2rem;
}
.hamburger-menu {
  display: none;
}
.title-name {
  color: #f7e93f #fb09b4 #9100f8;
}

/* banner related styles */
.banner-section {
  min-height: 70vh;
  height: 760px;
  background: url("/assets/hero-bg.png");
  width: 100%;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
}
.banner-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  /* width: 140px;
  height: 140px; 
  width: 140px;
  height: 140px; */
  position: relative;
}
.badge {
  position: absolute;
  background: #00ff88;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  border-radius: 01rem;
  top: 150px;
  right: 620px;
}
.banner-img img {
  background: linear-gradient(160deg, #ff4ecd, #ffc94a);
  width: 250px;
  height: 200px;
  border-radius: 50%;
  padding: 50px;
  /* margin: 0 auto; */
  border: 5px solid #2a186c;
  /* margin-left: 2rem; */
}

.banner-content,
.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  margin-top: 200px;
}

/* about related styles */
.about-title {
  font-size: 3rem;
  margin-bottom: 0;
}
.about-description {
  max-width: 800px;
  line-height: 30px;
  font-size: 1.25rem;
  padding: 0 1rem;
}
.about-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
}
.about-card h4 {
  font-size: 3rem;
  color: #00ff88;
}

/* featured related styles */
.feature-title,
.host-title,
.choose-title {
  text-align: center;
  font-size: 3.6rem;
  color: white;
  margin-top: 200px;
}

.feature-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 1rem;
  margin-left: 2rem;
}
.feature-card {
  width: 380px;
  color: white;
  /* font-size: 1rem; */
  box-shadow: 5px 5px 5px #2a186c;
}
.feature-card h4 {
  font-size: 1.5rem;
  font-weight: semibold;
}
.feature-card h5 {
  color: #00ff88;
}
.host-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 1.5rem;
  padding: 0.8rem 3rem;
  border-radius: 5px;
  background-color: #281147;
  max-width: 85%;
  margin-left: 5rem;
}
.social-media {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: 5px;
  padding: 0 50rem 0 0;
}

.choose-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 85%;
  margin-left: 5rem;
}
.choose-card {
  color: white;
  /* width: 380px; */
  /* height: 480px; */
  padding: 1.25rem;
  background-color: #281147;
  /* border: 1px solid red; */
  border-radius: 1rem;
}
.layout-1 {
  grid-row: span 2;
}
.layout-2,
.layout-3,
.layout-4 {
  grid-column: span 2;
  grid-row: span 1;
}
.choose-card h4 {
  font-weight: bold;
  font-size: 1.5rem;
}

.footer-section {
  background: url(/assets/footer-bg.png);
  height: 412px;
  margin-top: 120px;
  color: white;
}
.footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-media {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  place-content: center;
}
.tech-wave {
  font-size: 60px;
  text-align: center;
}
.copyright {
  margin-left: 10rem;
}

.footer-container {
  display: block;
}

@media screen and (max-width: 576px) {
  .menu {
    display: none;
  }
  .btn {
    display: none;
  }
  .hamburger-menu {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 1.8rem;
  }
  .banner-section {
    max-width: 576px;
    padding: 0 0.25rem;
  }
  .banner-img img {
    background: linear-gradient(160deg, #ff4ecd, #ffc94a);
    background-size: auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 50px;
    /* margin: 0 auto; */
    border: 0.6rem solid #2a186c;
    /* margin-left: 5rem; */
  }
  .badge {
    position: absolute;
    background: #00ff88;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.3rem 0.6rem;
    border-radius: 01rem;
    top: 150px;
    right: 160px;
  }
  .about-description {
    line-height: 20px;
    /* font-size: 2rem; */
  }
  .about-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .host-container {
    display: block;
    text-align: center;
  }
  .social-media {
    display: flex;
    gap: 10px;
    text-align: justify;
  }
  .social-media img {
    margin-left: 2rem;
  }
  .choose-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-social-media {
    grid-template-columns: repeat(2, 1fr);
  }
  .copyright {
    /* text-align: center; */
    margin-left: 1rem;
    font-size: 20px;
  }
  .footer-social-media {
    font-size: 20px;
    margin: 0;
  }
}
