:root {
  --primary-color: #ff3a51;
  --primary-color-hover: #df1a31;
  --secondry-color: #010101;
  --white: #ffffff;
  --tertiary: rgba(255, 255, 255, 0.75);
  --bg-black: #010101;
  --sub-head: rgba(255, 255, 255, 0.5);
  --black-color: #000000;
  --dm: "DM Serif Text";
}

.main_wrapper {
  padding: 8rem 0;
}
.writefor_us_banner {
  background-color: #a2f3ea;
  margin-top: 73px;
  padding: 3.5rem 0 2.5rem;
}
.report_banner_img img {
  max-width: 100%;
}
.head1 {
  color: var(--secondry-color);
}
.btn_wrap {
  margin-top: 20px;
}
.unlock_wrapper {
  padding: 4rem 0;
}
.grid_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 2.3rem;
}
.unlock_card {
  border-radius: 12px;
  padding: 42px 60px 40px 30px;
  position: relative;
  overflow: hidden;
  min-height: 194px;
}
.card_head {
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
  color: var(--white);
}
.unlock_card.yellow_card .card_head {
  color: var(--bg-black);
}
.card_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: transform 0.3s ease;
}
.card_icon img {
  vertical-align: bottom;
}
.unlock_card:hover .card_icon {
  transform: scale(1.1);
}
.green_card {
  background-color: #2d7a73;
}
.purple_card {
  background-color: #6629de;
}
.orng_card {
  background-color: #f0926c;
}
.red_card {
  background-color: #e52929;
}
.blue_card {
  background-color: #0072b1;
}
.yellow_card {
  background-color: #ddff7b;
}

.fame_wrapper {
  background: linear-gradient(108.18deg, #f3f0ff 0%, #f0f6ff 100%);
  padding: 4rem 0;
  position: relative;
}
.fame_wrapper .grid_col3 {
  gap: 20px;
}
.fame_card {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 30px;
  position: relative;
  min-height: 220px;
  z-index: 3;
}
.fame_card figure {
  min-height: 28px;
}
.fame_cardhd {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 25px 0 20px;
}
.card_cont {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--bg-black);
}
.fame-left-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.fame-rght-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.topic_range {
  padding: 4rem 0;
}
.topic_list_wrap {
  justify-content: center;
  margin: -20px;
  padding-top: 3rem;
  flex-wrap: wrap;
}
.topic_list {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 10px;
}
.topic_list figure {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic_list span {
  color: var(--bg-black);
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.refrain_wrapper {
  background-color: #fff6f0;
  padding: 4rem 0;
}
.grid_col3.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.refrain_wrapper .fame_card {
  background-color: #fff;
}
.refrain_wrapper .fame_card figure {
  background-color: transparent;
  width: auto;
  height: auto;
}
.refrain_wrapper .fame_cardhd {
  line-height: 36px;
}

.contactFromWrap {
  padding: 4rem 0;
  position: relative;
  background: url("https://s3.amazonaws.com/mobileappdaily/mad/uploads/post_mad_img_1728555205.webp") no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.form__cont {
  width: 50%;
  padding-right: 120px;
}
.contact__form {
  width: 50%;
  padding-top: 20px;
}
.form__head {
  color: var(--bg-black);
  font-size: 52px;
  font-weight: 400;
  font-family: var(--dm);
  line-height: 68px;
}
.form__head span {
  color: var(--primary-color);
}
.form__subhd {
  color: var(--bg-black);
  font-size: 22px;
  line-height: 38px;
  padding-top: 10px;
}

.form_row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.form_half_col {
  margin-bottom: 40px;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 14px;
}
.form_full_col {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 14px;
}
.form_group {
  position: relative;
}
.form_floating {
  position: relative;
}
.form_group .form_control {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #010101;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  color: #010101;
}
.form__label {
  font-size: 14px;
  font-weight: 400;
  color: #101010;
  position: absolute;
  top: 14px;
  left: 0;
  background: white;
  padding: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
.project_info {
  padding-top: 40px;
}

.form_textarea .form__label {
  position: relative;
  top: auto;
}
.form__textarea {
  border: 1px solid #010101;
  padding: 15px;
  margin-top: 10px;
  width: 100%;
  font-family: "Schibsted Grotesk" !important;
}
.form_captcha .form_captcha_text {
  font-family: "Schibsted Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #010101;
}
.form_captcha .number_txt {
  background-color: transparent;
  margin-left: 10px;
  width: 37px;
  padding: 3px;
  border: 0;
  border-bottom: 1px solid #010101;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  text-align: center;
}

.form_bottom {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_control:focus + label,
.form_control.not-empty + label {
  top: -10px;
  font-size: 12px;
}

@media screen and (max-width: 1899px) {
}

@media screen and (max-width: 1680px) {
  .card_head {
    font-size: 26px;
    line-height: 48px;
  }
  .unlock_card {
    min-height: 178px;
    padding: 42px 100px 40px 30px;
  }
  .fame_cardhd {
    font-size: 20px;
    margin: 22px 0 18px;
  }
}

@media screen and (max-width: 1550px) {
  .subhead {
    font-size: 16px;
    line-height: 28px;
  }
  .writefor_us_banner {
    padding: 2rem 0 1.5rem;
  }
  .form__head {
    font-size: 46px;
    line-height: 56px;
  }
}

@media screen and (max-width: 1440px) {
  .form_half_col {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .form_full_col {
    padding: 0 10px;
  }
  .selected {
    padding: 11px 0;
  }
  .form_bottom {
    padding-top: 20px;
  }
  .card_head {
    font-size: 22px;
    line-height: 40px;
  }
  .unlock_card {
    min-height: 168px;
    padding: 42px 70px 40px 30px;
  }
  .fame_cardhd {
    font-size: 18px;
    line-height: 28;
    margin: 20px 0 18px;
  }
  .card_cont {
    font-size: 14px;
    line-height: 24px;
  }
  .topic_list span {
    font-size: 14px;
    line-height: 24px;
  }
  .topic_list figure {
    width: 40px;
    height: 40px;
  }
  .topic_list {
    padding: 8px 12px;
    margin: 8px;
  }
  .topic_list_wrap {
    margin: -16px;
    padding-top: 2rem;
  }
  .form__head {
    font-size: 44px;
  }
  .form__subhd {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1366px) {
  .fame_cardhd {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0;
  }
  .refrain_wrapper .fame_cardhd {
    line-height: 26px;
  }
  .card_cont br {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1023px) {
  .writefor_us_banner .head1 {
    font-size: 32px;
    line-height: 40px;
  }
  .grid_col3 {
    gap: 15px;
    padding-top: 2rem;
  }
  .unlock_card {
    min-height: 120px;
    padding: 30px 20px 30px 20px;
  }
  .card_icon {
    right: -30px;
    bottom: -20px;
    transform: scale(0.7);
  }
  .fame_card {
    padding: 20px 15px;
  }
  .topic_list_wrap {
    margin: -12px;
  }
  .topic_list {
    padding: 8px 12px;
    margin: 6px;
  }
  .refrain_wrapper .fame_cardhd {
    line-height: 22px;
  }
  .card_cont {
    font-size: 12px;
    line-height: 20px;
  }
  .fame_cardhd {
    line-height: 26px;
    margin: 10px 0;
  }
  .form__cont {
    width: 50%;
    padding-right: 40px;
  }
  .form__head {
    font-size: 34px;
    line-height: 44px;
  }
  .form__subhd {
    font-size: 16px;
    line-height: 30px;
  }
  .contact__form {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .writefor_us_banner {
    margin-top: 43px;
  }
  .report_banner_img {
    margin-top: 40px;
  }
  .btn_wrap {
    margin-top: 10px;
  }
  .grid_col3,
  .grid_col3.col4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding-top: 2rem;
  }
  .unlock_wrapper {
    padding: 3rem 0;
  }
  .unlock_card {
    min-height: 150px;
    padding: 35px 50px 35px 30px;
  }
  .card_head {
    font-size: 20px;
    line-height: 40px;
  }
  .card_icon {
    right: -15px;
    bottom: -15px;
  }
  .card_icon img {
    transform: scale(0.8);
  }
  .grid_col3 {
    padding-top: 1.5rem;
  }
  .fame_wrapper,
  .topic_range,
  .refrain_wrapper,
  .contactFromWrap {
    padding: 3rem 0;
  }
  .topic_list_wrap {
    margin: -8px;
    padding-top: 2rem;
  }
  .topic_list {
    padding: 7px;
    margin: 2px;
  }
  .topic_list figure {
    width: 26px;
    height: 26px;
  }
  .topic_list figure img {
    transform: scale(0.7);
  }
  .topic_list span {
    font-size: 10px;
    line-height: 22px;
    padding-left: 5px;
  }
  .refrain_wrapper .fame_card {
    min-height: auto;
  }
  .contactFromWrap .dp_flx,
  .writefor_us_banner .dp_flx {
    flex-direction: column;
  }
  .form__cont,
  .contact__form {
    width: 100%;
    padding: 0;
  }
  .form__head {
    font-size: 34px;
    line-height: 46px;
  }
  .form__subhd {
    font-size: 14px;
    line-height: 26px;
  }
  .contact__form {
    padding-top: 2rem;
  }
  .contact__form .form_half_col {
    margin-bottom: 25px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 14px;
  }
  .project_info {
    padding-top: 10px;
  }

  .contact__form .form_bottom {
    padding-top: 0;
  }
  .form_group .form_control {
    padding: 8px 0;
  }
}
