.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00000099;
}

.main-header {
  background-color: #000000cc;
  margin-bottom: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.hero-content {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 50px;
}

.hero-content h2 {
  font-weight: 700;
  font-size: clamp(16px, 5vw, 48px);
  line-height: 96px;
  letter-spacing: 0px;
  color: white;
}

.grid-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0a0a0a;
}

.hero-content .padge {
  display: flex;
  justify-content: flex-start;
  color: white;
  background-color: #155dfc;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.hero-content p {
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 30px;
  letter-spacing: 0px;
}

.hero-content .details {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  color: #d1d5dc;
  width: 100%;
}

[dir='rtl'] .hero-content .details {
  margin-right: 5%;
}

[dir='ltr'] .hero-content .details {
  margin-left: 5%;
}

.content-section {
  background-color: #f5f5f6;
  padding-top: 20px;
  padding-bottom: 30px;
}

.content-section .start-content {
  margin-top: 20px;
}

.content-section .steps {
  margin-bottom: 25px;
}

.content-section .steps h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.content-section .share {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: #f9fafb;
  border-radius: 14px;
}

.content-section iframe {
  border-radius: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.content-section .grid-container {
  display: grid;
  grid-template-columns: 67% 30%;
  gap: 30px;
}

.content-section .grid-item.content {
  padding: 50px 50px 80px 50px;
  background-color: white;
}

.content-section .grid-item {
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  height: fit-content;
  background-color: white;
}
.views,
.date,
.for-details {
  display: flex;
  gap: 12px;
  align-items: center;
}
.content-section .top-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  padding-inline-start: 10px;
  border-inline-start: 4px solid #155dfc;
  margin-bottom: 30px;
}

.content-section .top-content .second-row-content {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.content-section .top-content .second-row-content .content {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.content-section .top-content .second-row-content .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #99a1af;
}

.content-section .form h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.content-section .form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #6a7282;
}

.content-section .form input {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.content-section .form button {
  background-color: #155dfc;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 1023px) {
  .content-section .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .content-section .grid-item.content {
    padding: 30px;
  }

  .hero-content .details {
    justify-content: center;
    gap: 10px;
  }

  [dir='rtl'] .hero-content .details {
    margin-right: 0px;
  }

  [dir='ltr'] .hero-content .details {
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .header-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 405px) {
  .hero-content .details {
    flex-direction: column;
    align-items: center;
  }
  .hero-content h2 {
    line-height: 62px;
  }
}
