* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

 @font-face {
            font-family: 'Antonio Thin';
            src: url('Antonio/static/Antonio-Thin.ttf') format('truetype');
     
 }
      
 
  @font-face {
            font-family: 'Antonio Bold';
            src: url('Antonio/static/Antonio-Bold.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio SemiBold';
            src: url('Antonio/static/Antonio-SemiBold.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio Medium';
            src: url('Antonio/static/Antonio-Medium.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio';
            src: url('Antonio/static/Antonio-Regular.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio Light';
            src: url('Antonio/static/Antonio-Light.ttf') format('truetype');
     
 }
   @font-face {
            font-family: 'Antonio ExtraLight';
            src: url('Antonio/static/Antonio-ExtraLight.ttf') format('truetype');
     
 }

/* banner section  */

.banner_container {
  background-image: url('images/Commercial-Kitchen-1-2048x1152.png');
  height: 65vh;
  background-position: center;
  background-size: cover;
  display: flex;
}

.banner_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.banner_heading h1 {
  font-size: 132px;
  margin: auto;
  color: white;
  margin-top: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
  /* padding: 30px; */
}

/* main content section  */

.main_service_container {
  padding: 30px;
}

.service_content {
  margin: 20px;
  display: flex;
  justify-content: space-between;
}

.box {
  width: 29%;
  height: 70vh;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-top: 12px solid #009dde;
  border-bottom: 12px solid #009dde;
  padding: 8px 12px;
  border-radius: 15px;
  margin-top: 2rem;
}

.box h1 {
  font-size: 62px;
  color: rgb(77, 74, 74);
  margin-top: 10px;
}

.box p {
  margin-top: 15px;
  font-size: 34px;
  font-weight: bold;
  border-bottom: 1px solid rgb(82, 82, 82);
  padding: 10px 0;
  color: #009dde;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.box button {
  width: 100%;
  background-image: linear-gradient(to bottom, #009dde, #3cc3ed);
  color: white;
  border: none;
  padding: 25px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.kitchen_hood {
  padding: 0 20px;
  margin-top: 2rem;
  width: 66%;
  margin-right: 1.5rem;
}

.kitchen_hood h1 {
  font-size: 62px;
  color: #009dde;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.kitchen_hood p {
  font-size: 46px;
  margin-top: 28px;
  width: 97%;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
  color: #575757;
}

.strong {
  margin-top: 3.5rem;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.kitchen_hood strong {
  font-size: 62px;
  margin-top: 1rem;
  color: #4b4b4b;
}

.kitchen_hood button {
  width: 100%;
  margin-top: 30px;
  background-image: linear-gradient(to bottom, #009dde, #3cc3ed);
  color: white;
  border: none;
  padding: 20px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 46px;
  border-radius: 12px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}


/* second content  */

.sheduling_service_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
  /* margin-top: -45px; */
}

.image_box {
  width: 28%;
}

.left_side_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-top: 12px solid #009dde;
  border-bottom: 12px solid #009dde;
  border-radius: 24px;
  margin-left: 1.7rem;
}

.left_side_img img {
  border-radius: 15px;
  width: 100%;
  height: 70vh;

}

.endless_sheduling_content {
  width: 64%;
  border-top: 12px solid #009dde;
  border-bottom: 12px solid #009dde;
  border-radius: 20px;
  padding-bottom: 80px;
  margin-right: 2.5rem;
}

.content_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 25px;
}

.Box {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Box h1 {
  font-size: 62px;
  color: rgb(77, 77, 77);
  font-weight: lighter;
}

.Box button {
  width: 100%;
  margin-top: 1rem;
  background-image: linear-gradient(to bottom, #009dde, #3cc3ed);
  color: white;
  border: none;
  padding: 16px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 62px;
  border-radius: 12px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.Box p {
  font-size: 38px;
  margin-top: 3rem;
  width: 95%;
}

/* benefit section  */

.benefits_container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 5rem;
}

.benefits {
  border-top: 12px solid #009dde;
  border-bottom: 12px solid #009dde;
  border-radius: 20px;
  padding-top: 1.8em;
  padding-bottom: 1em;
  width: 64%;
  margin-right: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.benefits button {
  width: 100%;
  margin-top: 30px;
  background-image: linear-gradient(to bottom, #009dde, #3cc3ed);
  color: white;
  border: none;
  padding: 23px 15px;
  text-align: start;
  text-decoration: none;
  font-size: 48px;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Antonio', sans-serif;
}

.benefit_content {
  width: 95%;
  margin: auto;
  margin-top: 5rem;
}

.benefit_content h1 {
  font-size: 48px;
  color: #3b3b3b;
  font-weight: lighter;
}

.benefit_content p {
  font-size: 38px;
  color: #3b3b3b;
  margin-left: 40px;
  width: 80%;
}

.benefit_content h1 i {
  width: 3px;
  margin-right: 40px;
  font-size: 32px;
}

.bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.bonus h1 {
  font-size: 62px;
  color: #3b3b3b;
  font-family: 'Antonio', sans-serif;
}

.bonus p {
  font-size: 34px;
  width: 60%;
  text-align: center;
}

/* we_are_more  */

.we_are_more {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #009dde;
  margin-top: 8rem;
}

.para {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 85%;
  padding: 70px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.para h1 {
  font-size: 58px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.para p {
  font-size: 36px;
  margin-top: 1.5rem;
  color: white;
}

.para_cont {
  margin-top: 2.5rem;
}

.para_cont p {
  margin-top: 10px;
}

/* contact  */

.contact_container {
  background-image: url('/images/ricardo-gomez-angel-rO6709B116E-unsplash.jpg');

  background-position: center;
  background-size: cover;
  border-top: 8px solid #009dde;
  border-bottom: 8px solid #009dde;
}



.contact_form {
  background-color: #3b3b3b;
  padding: 30px 90px;
  width: 70%;
  /* height: 90vh; */
  margin: auto;
  opacity: 0.7;

}

.form_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form_heading h1 {
  font-size: 72px;
  color: #009dde;
}

.form_heading p {
  font-size: 28px;
  color: white;
  margin-top: 1rem;
}

.form {
  width: 90%;
  margin: 0 auto;
  padding: 20px 80px;
}

.form input,
.form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: white;
  background: rgb(221, 218, 218);
  opacity: 0.9;
  margin-top: 1.6rem;
}

.form_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form button {
  width: 30%;
  margin-top: 1rem;
  background-image: linear-gradient(to bottom, #009dde, #3cc3ed);
  color: white;
  border: none;
  padding: 16px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  border-radius: 12px;
  cursor: pointer;

}

.form button:hover {
  background: #035477;
}

.form .inline-inputs {
  display: flex;
  justify-content: space-between;
  background: transparent;
}

.form .inline-inputs input {
  width: 48%;
  background: rgb(221, 218, 218);
}

/* map section  */

.map_container {
  display: flex;
  margin: auto;
  padding: 0%;
}


.map {
  width: 80%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
}


.partners {
  background-color: #009dde;
  width: 30%;
  padding-left: 10px;
}

.partner_content {
  background-color: white;
  border-radius: 65% 5% 0% 2%;
  height: 55vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.partner_content h1 {
  font-size: 182px;
  color: #009dde;
}

.partner_content h3 {
  font-size: 32px;
  color: #009dde;
}



/* Media Queries  */
@media only screen and (max-width: 1440px) {

  .box {
    height: auto;
  }

  .box h1 {
    font-size: 32px;
  }

  .box p {
    font-size: 18px;
  }

  .box button {
    padding: 10px;
    font-size: 20px;
  }

  .kitchen_hood h1 {
    font-size: 32px;
  }

  .kitchen_hood button {
    font-size: 24px;
  }

  .kitchen_hood p {
    font-size: 24px;
  }

  .kitchen_hood strong {
    font-size: 28px;
  }

  .content_box {
    padding: 0 12px;
  }

  .Box h1 {
    font-size: 32px;
  }

  .Box button {
    padding: 10px 12px;
    font-size: 34px;
  }

  .Box p {
    font-size: 22px;
    margin-top: 3rem;
    width: 100%;
    color: rgb(83, 83, 83);
  }

  .benefits_container {
    margin-top: 2rem;
  }

  .benefits button {
    padding: 15px 12px;
    font-size: 26px;
  }

  .benefit_content h1 {
    font-size: 24px;
    font-weight: bold;
  }

  .benefit_content p {
    font-size: 22px;
  }

  .benefit_content h1 i {
    font-size: 20px;
  }

  .bonus h1 {
    font-size: 38px;
  }

  .bonus p {
    font-size: 24px;
  }


  .contact_form {
    width: 80%;
  }

  .form_heading h1 {
    font-size: 52px;
  }

  .form_heading p {
    font-size: 24px;
  }

  .form {
    width: 100%;
  }

  .form input,
  .form textarea {
    padding: 18px 20px;
  }


  .form button {
    width: 50%;
    padding: 5px 0px;
    font-size: 22px;
  }

  .map_container {
    flex-direction: column;
    width: 100%;
  }

  .map {
    width: 100%;
    
  }

  .map img {
    width: 100%;
  }

  .partners {
    width: 100%;
  }

  .partner_content {
    height: auto;
  }

}

@media only screen and (max-width: 1100px) {

  .menu-bar ul li a {
    padding: 10px 10px;
    font-size: 15px;
  }

  .main_service_container {
    padding: 0%;
  }

  .service_content {
    flex-direction: column;
    width: 100%;
    margin: 0%;
    padding: 10px;
  }

  .box {
    width: 100%;
  }

  .kitchen_hood {
    width: 100%;
  }

  .kitchen_hood h1 {
    font-size: 28px;
    align-items: center;
    text-align: center;
  }

  .strong {
    margin-top: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .kitchen_hood strong {
    font-size: 22px;
  }

  .sheduling_service_content {
    flex-direction: column;
  }

  .image_box {
    width: 100%;
    padding: 10px;
  }

  .left_side_img {
    margin-left: 0;
  }

  .endless_sheduling_content {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }

  .benefits {
    width: 100%;
    margin-right: 0;
    padding: 5px;
  }

  .bonus h1 {
    font-size: 26px;
  }

  .bonus p {
    font-size: 18px;
    width: 100%;
  }

  .benefit_content {
    text-align: center;
  }

  .benefit_content h1 {
    font-size: 20px;
    width: 100%;
  }

  .benefit_content p {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }

  .benefit_content h1 i {
    font-size: 12px;
  }

  .Box h1 {
    font-size: 26px;
  }

  .Box p {
    font-size: 16px;
  }

  .kitchen_hood p {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .kitchen_hood button {
    font-size: 18px;
  }

  .Box button {
    font-size: 18px;
    padding: 10px;
  }

  .benefits button {
    font-size: 18px;
    padding: 10px;
  }

  .benefit_content h1 {
    font-size: 20px;
  }

  .benefit_content p {
    font-size: 18px;
  }

  .benefit_content h1 i {
    font-size: 18px;
  }

  .we_are_more {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .para {
    padding: 15px 0%;
    margin: 0%;
  }

  .para h1 {
    font-size: 26px;
    width: 100%;
  }

  .para p {
    font-size: 18px;
    width: 100%;
  }

  .para_cont p {
    font-size: 18px;
    width: 100%;
  }

  .contact_form {
    width: 100%;
  }

  .form_heading h1 {
    font-size: 32px;
  }

  .form_heading p {
    font-size: 16px;
  }

  .form input,
  .form textarea {
    padding: 10px 10px;
  }


  .form button {
    width: 50%;
    padding: 5px 0px;
    font-size: 22px;
  }

.partner_content h1{
  font-size: 32px;
}

.partner_content h3{
  font-size: 28px;
}


}

@media only screen and (max-width: 768px) {

  .banner_container {
    height: auto;
    padding: 60px;
  }

  .banner_heading h1 {
    font-size: 42px;
  }

  .service_content {
    padding: 10px;
  }

  .contact_form {
    width: 100%;
    padding: 10px 15px;
  }

  .form {
    width: 100%;
    padding: 0%;
  }

  .form .inline-inputs {
    flex-direction: column;
  }

  .form .inline-inputs input {
    width: 100%;
  }

  .form button {
    width: 100%;
  }

  /* footer {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    height: auto;
    margin-top: 0px;
  }

  span {
    font-size: 8px;
  }

  .logo.footer-design {
    margin-bottom: 15px;
    text-align: center;
  }

  .logo.footer-design img {
    width: 60%;
    height: auto;
  }

  .menu.footer-design {
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }

  .menu.footer-design h3 {
    font-size: 16px;
  }

  .menu.footer-design ul {
    padding: 0;
  }

  .menu.footer-design ul li {
    margin-bottom: 5px;
    line-height: 25px;
  }

  .menu.footer-design ul li a {
    color: #d8d3d3;
    text-decoration: none;
  }

  .menu.footer-design ul li a:hover {
    color: #FFFFFF;
  }

  #feartures {
    left: 0;
    top: 0;
  }

  #company {
    left: 0px;
    top: 0;
  }

  #our-policies {
    right: 0px;
    top: 0;
  } */


}

@media only screen and (max-width: 320px) {}