body {
  margin: 0;
  font-family: "Montserrat", sans-serif;

  font-size: 24px;
  line-height: 1.6;
  color: #333;
}

*,
*::before *::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* container */
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15 15px;
}

/* intro */

.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  text-align: center;

  background: url(../images/background&kitchen.jpg) center no-repeat;
  background-size: cover;
}

.logo_brands {
  margin: 20px 0px;
}

.intro_inner {
  width: 100%;
  max-width: 900px;
  margin: 100px auto;

  text-align: center;
}
.intro_title {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.intro_subtitle {
  padding: 2px;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1;
}

/* Header */
.header {
  width: 100;
  padding-top: 30px;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_Logo {
  font-size: 30;
  font-weight: 400;
  color: #fff;
  margin-left: 15px;
}

/* nav */
.nav {
  font-size: 36;
  text-transform: none;
}

.nav-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;

  color: #fff;
  text-decoration: none;

  transition: color 0.1 s linear;
}
.nav-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;

  background-color: #bf311a;
  opacity: 0;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;

  transition: opacity 0.1s linear;
}

.nav-link:hover {
  color: #bf311a;
}

.nav-link:hover:after {
  opacity: 1;
}

/* button */
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 5px 40px;
  margin: 30px auto;

  border: solid #bf311a;
  border-radius: 5px;

  font-size: 36;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  text-decoration: none;

  transition: 0.1s linear;
}

.btn--red {
  background-color: #bf311a;
}

.btn--red:hover {
  background-color: #b12e19;
}

/* feature */

.feature {
  display: inline-flex;
  justify-content: center;
  margin: 50px 0px;

  flex-wrap: wrap;
}

.features_item {
  width: 30%;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 40px;

  text-align: center;
}

.feature_icon {
  justify-content: center;
  margin-bottom: 0px;
}

.features_text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.feature_title {
  margin-top: 50px;

  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: black;
}

/* Customer_service */

.Customer_service {
  background-color: #88b3ab;
  display: flex;
  flex-wrap: nowrap;

  max-width: 100%;
  margin: 0 auto;

  justify-content: center;

}

.content {
  width: 60%;
  margin-top: 100px;
}
.customer_title {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  width: 100%;
}

.description_text {
  color: #fff;
  width: 70%;
  font-size: 30;
  font-weight: 200;
}

.foto_equipment {
  margin-left: 50px;
}

.equipment {
  height: 450px;
  width: 450px;
}

.btn_left {
  display: inline-block;
  vertical-align: top;
  padding: 5px 40px;
  margin: 30px auto;

  border: solid #bf311a;
  border-radius: 5px;

  font-size: 36;
  font-weight: 400;
  color: #fff;
  text-decoration: none;

  transition: 0.1s linear;
}

/* call-to-action */

.title {
  margin-top: 50px;
  max-width: 900px;
  margin: 50px auto;
  width: 80%;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: black;
}

.card_to_action {
  display: flex;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin: 50px auto;
  height: center;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px;
}

.card_title {
  font-size: 48px;
  color: black;
  font-weight: 300;
}

.phone_number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: center;
  text-align: center;
}

.number {
  font-size: 50px;
  color: black;
  font-weight: 600;
}

.or {
  font-size: 30px;
  color: #bf311a;
  font-weight: 600;
  margin-right: 20px;
}

.text_below_button {
  font-size: 20px;
  font-weight: 200;
  height: center;
  margin: 0 120px;
  margin-bottom: 20px;
}

.logo_phone {
  width: 10%;
  margin-right: 20px;
}

.call_and_phone {
  justify-content: center;
  display: flex;
}

.or_and_describe_text {
  justify-content: center;
  display: flex;
}

.dicribe_text {
  font-size: 30px;
}

.btn {
  margin: 10px 160px;
}

/* Work-examples */

.Work_examples {
  display: block;
}
.Work_examples_title {
  margin-top: 100px;
  margin-bottom: 50px;

  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: black;
}

.more_link {
  margin-top: 50px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: black;

  text-decoration: none;

  position: relative;

  transition: color 0.1 s linear;
}

.more_link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;

  background-color: #bf311a;
  opacity: 0;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;

  transition: opacity 0.1s linear;
}

.more_link:hover {
  color: #bf311a;
  font-weight: 700;
}

.example_item {
  justify-content: center;
  display: flex;
  width: 100%;
}

.example_btn {
  font-size: 0;
  color: transparent;

  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
}

.example_btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: auto;
  margin: 230px 0px;

  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
}

.example_btn_prev {
  left: 200px;
  transform: rotate(-45deg);
}

.example_btn_next {
  right: 200px;
  transform: rotate(135deg);
}

.example_text_before {
  color: black;
  font-size: 36px;
  font-weight: 200;
  position: absolute;
  padding-left: 180px;
}

.example_text_after {
  color: black;
  font-size: 36px;
  font-weight: 200;
  position: absolute;
  padding-left: 610px;
}

/* contact-form */

.contact_Us_form {
  margin-top: 100px;
  margin-bottom: 20px;

  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: black;
}

.contact_form {
  background-color: #454749;
  margin-top: 20px;
  margin-bottom: 50px;

  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title__lext {
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  max-width: 500px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
/* contact-box */

.contact_box {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  padding-bottom: 50px;
}

.field {
  width: 100%;
  padding: 0.5rem 1rem;
  outline: none;
  border: 0.5px solid white;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  background-color: #454749;
  margin-bottom: 10px;
  transition: 0.3s;
  border-radius: 5px;
}

.field:hover {
  background-color: #616264;
}

.field:focus {
  background-color: #585b5d;
  border: 2px solid white;
}

.area {
  min-height: 150px;
}

.field {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
}

/* footer */

.footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.nav_footer {
  font-size: 36;
  text-align: center;
  margin-bottom: 30px;

  width: 100%;
  max-width: 1200px;
}

.nav-link_footer {
  display: inline-block;
  margin: 0 5px;
  position: relative;

  color: black;
  text-decoration: none;

  transition: color 0.1 s linear;
}

.nav-link_footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;

  background-color: #bf311a;
  opacity: 0;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;

  transition: opacity 0.1s linear;
}

.nav-link_footer:hover {
  color: #bf311a;
}

.nav_link_footer:hover:after {
  opacity: 1;
}

.our_contact {
  text-align: left;
  margin-bottom: 10px;
  text-align: center;
}

.our_contact_title {
  font-size: 30px;
  font-weight: 600;
  color: black;
}

.number_footer {
  font-size: 30px;
  font-weight: 200;
  color: black;
  margin-left: 10px;

  text-decoration: none;
}

.email_footer {
  font-size: 30px;
  font-weight: 200;
  color: black;
  margin-left: 10px;

  text-decoration: none;
}

.our_social_title {
  font-size: 30px;
  font-weight: 600;
  color: black;
}

.Our_social_media {
  margin-top: 50px;
}

.call_and_phone_footer {
  display: flex;
  justify-content: center;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1230px) {
  /* intro */
  .intro_title {
    font-size: 40px;
  }
  .intro_subtitle {
    font-size: 30px;
  }

  /* Customer_service */

  .customer_title {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    width: 80%;
  }

  .customer_title {
    font-size: 26px;
  }

  .description_text {
    font-size: 20px;
  }
}

@media (max-width: 950px) {
  /* intro */
  .intro_title {
    font-size: 32px;
  }
  .intro_subtitle {
    font-size: 24px;
    max-width: 700px;
  }
  /* feature */

  .feature_title {
    font-size: 20px;
    width: 100%;
  }
  .features_text {
    font-size: 18px;
  }
  .features_item {
    width: 45%;
  }

  /* call-to-action */

  .title {
    margin-top: 50px;
    max-width: 800px;
    margin: 50px auto;
    width: 80%;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }
  .card_title {
    font-size: 36px;
  }
  .number {
    font-size: 38px;
  }
  .or {
    font-size: 20px;
  }
  .dicribe_text {
    font-size: 20px;
  }

  .btn {
    margin: 10px;
  }

  .text_below_button {
    font-size: 16px;
    margin: 10 60px;
  }

  .card_to_action {
    display: flex;
    max-width: 500px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  /* Work-examples */
  .example_item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  /* Customer_service */

  .equipment {
    height: 400px;
    width: 400px;
  }
  .customer_title {
    font-size: 20px;
  }

  .description_text {
    font-size: 16px;
  }
  .btn_left {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  /* intro */
  .intro_title {
    font-size: 24px;
  }
  .intro_subtitle {
    font-size: 16px;
    max-width: 390px;
  }
  .btn {
    margin: 0px;
  }
  .nav-link {
    font-size: 20px;
    margin: 0 10px;
    flex-direction: column;
    display: flex;
  }

  .header_Logo {
    font-size: 20px;
    padding-bottom: 60px;
  }

  /* feature */

  .feature_title {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
  }
  .features_text {
    font-size: 16px;
  }
  .features_item {
    width: 100%;
    padding-bottom: 20px;
  }

  /* call-to-action */

  .title {
    margin-top: 50px;
    max-width: 500px;
    margin: 50px auto;
    width: 80%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
  }
  .card_title {
    font-size: 24px;
  }
  .number {
    font-size: 26px;
  }
  .or {
    font-size: 16px;
  }
  .dicribe_text {
    font-size: 16px;
  }
  /* Work-examples */

  .example_item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .card_to_action {
    display: flex;
    max-width: 500px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .btn {
    margin: 10px;
  }
  /* Customer_service */

  .customer_title {
    text-align: center;
    width: auto;
  }

  .description_text {
    text-align: center;
    width: auto;
  }
  .Customer_service {
    display: inline-block;
  }
  .content {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50vh;
    text-align: center;
  }
  /* contact */

  .title__lext {
    font-size: 20px;
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  /* call-to-action */

  .card_title {
    font-size: 18px;
  }
  .number {
    font-size: 20px;
  }

  .card_to_action {
    display: flex;
    max-width: 300px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .text_below_button {
    font-size: 16px;
    font-weight: 200;
    height: center;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .text_below_button {
    font-size: 16px;
    margin: 10 50px;
  }

  /* Customer_service */

  .Customer_service {
    display: flex;
    flex-wrap: wrap;
  }
  .foto_equipment {
    margin-left: -25px;
  }

  /* contact */

  .title__lext {
    font-size: 18px;
    max-width: 334px;
  }
  .number_footer {
    font-size: 20px;
  }

  .email_footer {
    font-size: 20px;
  }
}
