@font-face {
  font-family: Satoshi;
  src: url("Assets/fonts/Satoshi-Variable.ttf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Satoshi;
  list-style: none;
  text-decoration: none;
}

/* header starts */
header {
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #70707b;
  padding: 4px 12px;
}
.contuct_us {
  background-color: #18181b;
  padding: 10px 18px;
  border-radius: 12px;
}
.contuct_us a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
/* header ends */

/* hero section starts */
.hero_main_container {
  padding: 80px;
  padding-bottom: 56px;
}
.hero_head h1 {
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -2%;
  color: #18181b;
  text-align: center;
  margin-bottom: 24px;
}
.hero_head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27.9px;
  color: #70707b;
  text-align: center;
  margin-bottom: 24px;
}

.hero_seach_bar {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 534px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.serch_bar {
  width: 100%;
}
.hero_seach_bar span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero_seach_bar span {
  padding: 16px 12px;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
}
.hero_seach_bar span i {
  color: #70707b;
}
.hero_seach_bar span input {
  width: 100%;
  border: none;
  outline: none;
}

.hero_popular_questions p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #70707b;
}
.hero_popular_questions p span {
  font-size: 12px;
  font-weight: 500;
  color: #70707b;
  background-color: #f4f4f5;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
/* hero section ends */

/* main section satrts */
.main_section_container {
  padding: 0 80px 80px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
}
.main_left h4 {
  font-size: 20px;
  font-weight: 500;
  color: #18181b;
  margin-bottom: 24px;
}

.Categories_names {
  border-left: 1px solid #e4e4e7;
}
.Categories_names p {
  font-weight: 500;
  color: #70707b;
  padding: 7px 16px;
}

/* .faq_right {
  width: 60%;
} */
.faq_right {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.option_rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.option_rows p {
  font-size: 18px;
  font-weight: 500;
  color: #70707b;
}

.help_option_bar .option_rows p {
  font-size: 18px;
  font-weight: 700;
  color: #18181b;
}
.help_option_bar .description p {
  font-size: 16px;
  font-weight: 400;
  color: #18181b;
  line-height: 24px;
  padding: 0 16px 16px 16px;
}
/* faq section ends */
/* main section ends */

/* contackt section starts */
.contact_bg_image {
  width: 100%;
  height: 648px;
  padding: 40px 16px;
  position: relative;
}
.contact_image_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact_bg_image img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  object-fit: cover;
}
.overlay_two {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #18181b;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  opacity: 50%;
}

.contact_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_head h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 76.8px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  text-wrap: nowrap;
}
.contact_head p {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  text-wrap: nowrap;
}

.contact_subcribe_bar {
  width: 504px;
  padding: 8px 8px 8px 16px;
  background-color: #fff;
  /* background-color: #ff0000; */
  border-radius: 12px;
  margin: 0 auto;
}
.contact_subcribe_bar span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.contact_subcribe_bar span input {
  font-size: 14px;
  font-weight: 400;
  color: #70707b;
  background-color: none;
  border: none;
  outline: none;
  width: 100%;
}
.contact_subcribe_bar span button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5.5%;
  padding: 10px 16px;
  background-color: #18181b;
  border-radius: 12px;
}
/* contackt section ends */

/* Footer section starts */
footer {
  padding: 80px 56px 40px 56px;
  background-color: #18181b;
}

.footer_up {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  border-bottom: 1px solid #70707b;
  padding-bottom: 80px;
}
.footer_info_left h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #fcfcfc;
  margin-bottom: 32px;
}
.footer_info_left p {
  display: inline-block;
  padding-right: 24px;
  color: #fcfcfc;
}
.footer_info_left p span {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffffa8;
}

.nvaigations_container {
  display: flex;
  align-items: first baseline;
  gap: 86px;
}
.navigation_one p {
  color: #ffffffa8;
  margin-bottom: 16px;
}
.navigtaion {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navigtaion > p {
  color: #ffffffa8;
  margin-bottom: 16px;
}
.navigtaion p {
  padding-bottom: 16px;
}
.navigtaion p a {
  text-decoration: none;
  color: #fcfcfc;
  font-weight: 400;
}

.navigation_two > p {
  color: #ffffffa8;
  margin-bottom: 16px;
}
.navigation_two p {
  margin-bottom: 16px;
}
.navigation_two p a {
  text-decoration: none;
  color: #fcfcfc;
  font-weight: 400;
}

.footer_down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 18px 0;
}
.footer_down span {
  font-size: 14px;
  color: #70707b;
  font-weight: 500;
}
.footer_down p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.footer_down p i {
  padding-left: 10px;
}
/* footer ends */
