@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;
}
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;
}
.hero_header {
  display: flex;
  align-items: last baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}
.hero_header h2 {
  font-size: 52px;
  font-weight: 400;
  line-height: 62.4px;
  color: #18181b;
  letter-spacing: -2%;
  width: 545px;
}
.hero_header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27.9px;
  color: #70707b;
  width: 520px;
}

/* hero body starts */

.seach_bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
}
.serch_bar_left {
  width: 100%;
}
.seach_bar span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.seach_bar span {
  padding: 16px 12px;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
}
.seach_bar span i {
  color: #70707b;
}
.seach_bar span input {
  width: 100%;
  border: none;
  outline: none;
}
.search_Icon_image {
  padding: 12px;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
}

.hero_body_contant {
  display: flex;
  align-items: center;
  /* gap: 40px; */
  justify-content: space-between;
}
.hero_body_left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero_bodyl_content p {
  color: #70707b;
  margin-bottom: 16px;
}
.hero_bodyl_content p span {
  padding-left: 16px;
}
.hero_bodyl_content p span i {
  padding-right: 8px;
}
.hero_bodyl_content h2 {
  width: 453px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #18181b;
  margin-bottom: 16px;
}
.hero_bodyl_content .secound_p {
  width: 453px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.9px;
  color: #70707b;
}

.hero_bright_box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.hero_bright_box_content p {
  font-size: 12px;
  font-weight: 500;
  color: #70707b;
  margin-bottom: 8px;
}
.hero_bright_box_content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  color: #18181b;
  margin-bottom: 8px;
}
.hero_bright_box_content p i {
  padding-right: 8px;
}
/* hero section ends */

/* main section starts */
.main_section_main_container {
  padding: 80px;
}
.main_header h2 {
  font-size: 52px;
  font-weight: 400;
  color: #18181b;
  margin-bottom: 16px;
}
.main_header p {
  font-size: 18px;
  font-weight: 400;
  color: #70707b;
  line-height: 27.9px;
  margin-bottom: 40px;
}

/* main body */

.first_row_box,
.secound_row_box,
.third_row_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.third_row_box {
  margin-bottom: 40px;
}
.main_body_box img {
  margin-bottom: 16px;
}

.main_body_box p {
  color: #70707b;
  line-height: 24.8px;
}
.main_body_box > p {
  margin-bottom: 16px;
}
.main_body_box p span {
  padding-left: 16px;
}
.main_body_box p span i {
  padding-right: 4px;
}
.main_body_box h3 {
  font-size: 22px;
  font-weight: 500;
  color: #18181b;
  line-height: 28px;
  margin-bottom: 12px;
}
.main_body_box h3 {
  width: 410px;
}
.main_body_box p {
  width: 410px;
}
.main_body_button button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 12px 18px;
  background-color: #18181b;
  border-radius: 12px;
  margin-left: 583px;
}
/* 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;
}
