@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 */

/* main starts */
.main_section_container {
  padding: 80px;
}
.contact_head h1 {
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -2%;
  color: #18181b;
  text-align: center;
  margin-bottom: 24px;
}
.contact_head p {
  font-size: 18px;
  font-weight: 400;
  color: #70707b;
  text-align: center;
  margin-bottom: 56px;
}

.contact_body_left {
  width: 612px;
}
.name_input {
  margin-bottom: 16px;
}
.name_input input {
  font-size: 16px;
  font-weight: 500;
  color: #18181b;
  border: none;
  outline: none;
}
.name_input > input {
  margin-right: 16px;
}
.name_input input::placeholder {
  color: #18181b;
}
.input_for_email textarea {
  width: 100%;
  height: 78px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  /* border: 1px solid #18181b; */
  outline: none;
  resize: none;
}

.input_for_email textarea::placeholder {
  color: #18181b;
}

.phone-input {
  /* display: flex;
  align-items: center; */
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  padding: 10px 14px;
  width: 100%;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 16px;
}

.country-code {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  margin-right: 5px;
  /* cursor: pointer; */
}

.phone-number {
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1;
}

.phone-number::placeholder {
  color: #70707b;
}

/* .phone-input:focus-within {
  border-color: #007bff;
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
} */

.text_area_container label {
  display: block;
  margin-bottom: 8px;
}
.text_area_container textarea {
  width: 100%;
  height: 204px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  outline: none;
  resize: none;
  margin-bottom: 16px;
}
.checkbox_container {
  margin-bottom: 32px;
}
.checkbox_container input {
  width: 15px;
  height: 15px;
}
.checkbox_container span {
  color: #70707b;
  padding-left: 12px;
}

.contact_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
}
.contact_body_left button {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
  background-color: #18181b;
  border-radius: 12px;
}

.row_one,
.row_two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.row_one {
  margin-bottom: 48px;
}
.info_container {
  width: 294px;
}
.info_container img {
  margin-bottom: 12px;
}
.info_container h6 {
  font-size: 18px;
  font-weight: 600;
  color: #18181b;
  margin-bottom: 4px;
}
.info_container span {
  font-size: 16px;
  font-weight: 400;
  color: #70707b;
}
.info_container p {
  font-size: 18px;
  font-weight: 500;
  color: #18181b;
  line-height: 31px;
  margin-top: 12px;
}
/* main 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 */
