/*humm*/

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: Nexa-Bold;
  src: url("../fonts/Nexa-Bold.otf");
}

/*this font like the font awsome*/

@font-face {
  font-family: icofont;
  src: url("../fonts/icofont.ttf");
}

body {
  font-family: arial, tahoma;
  height: auto;
  overflow-x: hidden;
}

h5,
p {
  margin-bottom: 0 !important;
}

.row {
  margin: 0 !important;
}

/*============================================ start style header*/

header {
  height: 100vh;
}

header .header_top {
  padding: 12px 0 8px 0;
  height: 45px;
  background-color: #9c6767;
}

/*we make it as the custom ul, in order to use it at the top and in footer as well*/

ul.slinks {
  padding: 0;
  margin: 0;
  z-index: 12312312;
}

ul.slinks li {
  display: inline-block;
  margin-left: 10px;
  list-style: none;
}

ul.slinks li .fab {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 30px;
}
ul.slinks li .fab:hover {
  color: #d03b16;
}

/*=======================================*/

header .header_menu {
  height: 100px;
  height: 7rem;
  background-image: url(../images/headerbg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/* style the menu */

/*we make it as the custom menu, in order to use it at the top and in footer as well*/

.customMenu .navbar-brand img {
  width: 400%;
  height: auto;
  position: relative;
  z-index: 2;
  margin: -104px;
}

.customMenu .navbar {
  width: 100%;
  margin-top: 29px;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

/*navbar list*/

.customMenu .nav-item {
  padding: 3px;
}

/*navbar link*/

.customMenu .nav-link {
  color: #fff !important;
}

/*navbar active link color same on hover*/

.customMenu .nav-link.active,
.customMenu .nav-link:hover {
  color: #d03b16 !important;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

/* end style the menu */

/*=======================================*/

/*  style the carosel  */

header .header_content .carousel-inner {
  height: 32rem !important;
}

/*change carosel transition speed*/

header .header_content .carousel-item-next,
header .header_content .carousel-item-prev,
header .header_content .carousel-item.active {
  -webkit-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
}

/*carousel content*/

header .header_content .carousel-caption {
  position: absolute;
  bottom: 31%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .header_content .carousel-caption .border-white {
  border-width: 2px !important;
}

header .header_content .carousel-caption h5 {
  width: 62%;
  padding: 10px;
  margin: auto;
  font-size: 30px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

header .header_content .carousel-caption img {
  width: 16%;
}

header .header_content .carousel-caption button {
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
}

/*  end style the carosel  */

/*make custome bg in order to use it more then once */

.customBg {
  background-image: url(../images/btnBg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

/*============================================ end style header*/

/*#################################*/

/* start style main ============================================*/

main {
  overflow: hidden;
}

main .who_are_we .info {
  position: relative;
  height: 289px;
  padding: 0 !important;
  background-image: url(../images/Image_33.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom;
  -webkit-box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

main .who_are_we img {
  position: absolute;
  top: 39%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

main .who_are_we .info:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  -o-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
}

main .who_are_we .customBg {
  position: absolute;
  bottom: -5px;
  width: 100%;
  padding: 15px 0;
}

/*make custom heading in order to use it more than once*/

.custom_H {
  width: 76%;
  padding: 5px 0;
  margin-bottom: 0 !important;
  margin: auto;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

main .ourCafe {
  padding: 23px 0;
  margin-top: 70px;
  background-image: url(../images/Image_78.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

main .ourCafe img {
  width: 9%;
}

main .ourCafe span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: none;
  border: 2px solid #e0cb8c;
}

main .ourCafe .customBg {
  width: 21.2%;
  padding: 10px 0;
  margin: auto;
}

main .ourCafe span:before,
main .ourCafe span:after {
  content: "";
  position: absolute;
  top: 4px;
  width: 250px;
  height: 2px;
  background-color: #e0cb8c;
}

main .ourCafe span:before {
  right: 22px;
}

main .ourCafe span:after {
  left: 22px;
}

main .our_products {
  height: auto;
}

/*-----------start stylt the second carosel--------------*/

main .our_products .carousel {
  height: 100% !important;
  margin-bottom: 5px;
}

main .our_products .carousel-inner {
  height: 100% !important;
  overflow: visible;
  /*in order to still show the caption name of slider*/
}

main .our_products .carousel-inner img {
  width: 65% !important;
  margin-left: 20%;
}

/*style the caption*/

main .our_products .carousel-inner .carousel-item h5 {
  position: absolute;
  bottom: -56px;
  width: 100%;
  text-align: center;
}

/*hide the default arrow in slider*/

main .our_products .carousel-control-prev-icon,
main .our_products .carousel-control-next-icon {
  background-image: none;
}

/*change the default arrow*/

main .our_products .carousel-control-prev-icon:after {
  content: "\eac9";
}

main .our_products .carousel-control-next-icon:after {
  content: "\eaca";
  padding-left: 4px;
}

main .our_products .carousel-control-prev-icon:after,
main .our_products .carousel-control-next-icon:after {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-right: 4px;
  color: red;
  font-size: 40px;
  font-family: "icofont";
  font-weight: bolder;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  text-align: center;
  line-height: 46px;
}

main .our_products .carousel-control-next,
main .our_products .carousel-control-prev {
  bottom: -112% !important;
  width: 4%;
}

main .our_products .carousel-control-next {
  right: 40%;
  opacity: 1;
}

main .our_products .carousel-control-prev {
  left: 37%;
  opacity: 1;
}

/*-----------start stylt the second carosel--------------*/

main .our_products .import button {
  width: 19%;
  padding: 11px 0;
  margin: 80px auto 0 !important;
  /* background-image: url(../images/Image_115.png); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: auto;
  border: none;
  color: #fff;
  display: inherit;
  outline: none;
}

main .our_Beans .col {
  padding: 0 !important;
}

main .our_Beans {
  position: relative !important;
  margin-top: 50px;
  background-color: #000;
  text-align: center;
}

main .our_Beans .bean {
  display: inline-block;
  width: 100%;
  padding: 25px 0 55px 0;
  margin-top: 35px;
  background-image: url(../images/Image_59.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

main .our_Beans .bean img {
  width: 10%;
  height: auto;
}

main .our_Beans .cofeTitle {
  position: relative;
  width: 21%;
  padding: 8px 0;
  margin: -30px auto;
  z-index: 88;
}

main .our_Beans .master_pic {
  position: relative;
}

main .our_Beans .master_pic img {
  max-width: 100%;
  height: auto;
}

main .our_Beans .master_pic button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 19%;
  padding: 11px 0;
  background-image: url(../images/Image_115.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
}

main .on_demand {
  padding: 20px 0;
}

main .on_demand .avatar img {
  width: 15%;
  height: auto;
  margin-bottom: 40px;
}

main .on_demand .cofeTitle {
  width: 20%;
  padding: 10px 0;
  margin: auto;
}

main .on_demand .master_pic img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

main .machines_parts {
  height: auto;
}

/*reset the padding of col in this section*/

main .machines_parts .col {
  padding: 0 !important;
}

main .machines_parts .machine {
  display: inline-block;
  background-image: url(../images/Image_59.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 25px 0;
  margin-top: 35px;
  text-align: center;
}

main .machines_parts .machine img {
  width: 12%;
  height: auto;
}

main .machines_parts .cofeTitle {
  width: 27%;
  padding: 10px 0;
  margin: auto;
}

/*===============================================*/

main .machines_parts .handel_photo {
  position: relative !important;
}

main .machines_parts .choose-itemes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*======= start second main carousel slider ===========*/

main .machines_parts .choose-itemes .owl-carousel.owl-loaded {
  position: relative;
  padding-top: 11rem;
  top: 0;
  height: 100%;
  min-width: 100%;
}
main .machines_parts .choose-itemes .owl-carousel .owl-item img {
  position: relative !important;
  display: block;
  width: 25%;
  height: auto;
  margin: auto;
}

main .machines_parts .handel_photo img {
  width: 75%;
  height: auto;
  margin-top: -1px;
}

main .machines_parts .owl-carousel .item .item-owl a {
  text-decoration: none !important;
}

main .machines_parts .owl-carousel .owl-item .name-of-item {
  display: block;
  padding-bottom: 20px;
  color: white;
  font-size: 13px;
  font-family: Nexa-light;
}

main .machines_parts .owl-theme .owl-nav {
  background-color: transparent;
}

/*hide the default round dots*/

main .machines_parts .owl-dots {
  display: none !important;
}

/*style the next and prev arrow*/

main .machines_parts .owl-carousel .owl-nav button.owl-next {
  position: absolute !important;
  color: transparent !important;
  font-size: 75px !important;
}

main .machines_parts .owl-carousel .owl-nav button.owl-next {
  top: 15vw !important;
  right: 34vw;
}
main .machines_parts .owl-carousel .owl-nav button.owl-prev {
  top: 15vw !important;
  left: 32vw;
}

/*hide the prev arrow*/

main .machines_parts .owl-carousel .owl-nav button.owl-prev {
  position: absolute !important;
  color: transparent !important;
  font-size: 75px !important;
}

/*here we need the next arrow only*/

main .machines_parts .owl-carousel .owl-nav button.owl-next:after {
  content: "\eaca";
  right: -22px;
  color: #fff;
  z-index: 7777;
}
main .machines_parts .owl-carousel .owl-nav button.owl-prev:after {
  content: "\eaca";
  right: -22px;
  color: #fff;
  z-index: 7777;
  transform: rotate(180deg);
}

main .machines_parts .owl-carousel .owl-nav button.owl-prev:after,
main .machines_parts .owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  font-family: "icofont";
  font-size: 40px;
}

/*remove the default bg arrond custom arrow when hover on it*/

main .machines_parts .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
  color: #000;
}

/*remove the default outline arrond bg in  custom arrow*/

main .machines_parts .owl-theme .owl-nav button:focus {
  outline: none !important;
}

main .machines_parts .choose-itemes ul {
  list-style-position: inside;
  margin-top: 12.2rem;
}

main .machines_parts .choose-itemes ul h6 {
  width: 40%;
  padding-left: 19px;
  margin: auto;
  color: red;
  font-size: 17px;
  text-align: center;
}

main .machines_parts .choose-itemes ul li {
  color: #fff;
  font-size: 13px;
  text-align: center !important;
}

main .machines_parts .choose-itemes .left,
main .machines_parts .choose-itemes .right {
  position: absolute;
  bottom: 0;
  height: 42%;
  background-color: #fff;
  z-index: 55;
}

main .machines_parts .choose-itemes .left {
  left: 0;
  width: 42.5%;
}

main .machines_parts .choose-itemes .right {
  right: 0;
  width: 42.1%;
}

/*======= end second main carousel slider ===========*/

.customRow {
  margin-top: 30px !important;
}

main .order_machine {
  position: relative;
  display: flex;
  height: 160px;
  margin-top: 100px;
  margin-right: 34px;
  background-color: #131313;
  align-items: center;
  justify-content: space-around;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

main .order_machine .order_text h3 {
  color: #fff;
}

main .order_machine .order_text h3 span {
  color: #d03b16;
}

main .order_machine .order_input input {
  position: relative;
  width: 90%;
  height: 50px;
  padding: 0 10px !important;
  margin: auto;
  font-size: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}

main .order_machine .order_input i {
  position: relative;
  top: -36px;
  left: 87%;
  color: #d03b16;
  font-size: 20px;
  z-index: 2;
  cursor: pointer;
}

main .order_machine .right_border {
  position: absolute;
  right: -50px;
  bottom: -76px;
  width: 66px;
  height: 585px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: #d03b16;
  z-index: 1000;
}

main .order_machine .right_border > div {
  width: 3px;
  height: 102px;
  margin-bottom: 100px;
  background-color: #fff;
}

main .our_vision {
  border-left: 50px solid #d03b16;
}

/*start job*/

main .job span {
  color: #d03b16;
  font-size: 65px;
}

main .job .button1 {
  width: 70%;
  padding: 10px 20px;
  margin-top: 22px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
}

/*end job*/

/*start contact_us*/

/*
main .contact_us [class*="col"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
*/

/*reset the margin of row inside  this section*/

main .contact_us .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
  margin-top: 40px !important;
}

main .contact_us .top_banner {
  height: 220px;
  background-image: url(../images/Image_78.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

main .contact_details {
  position: relative;
  top: -175px;
}

main .contact_details h5 {
  position: relative;
  font-size: 15px;
}

/*put the left red line of h5*/

main .contact_details h5:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -42%;
  width: 100px;
  height: 2px;
  background-color: red;
}

main .contact_details .form-group {
  position: relative;
}

/*put the left red line of input*/

main .contact_details .form-group:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: red;
}

main .contact_details button {
  padding: 5px 40px;
  border-radius: 0;
}

main .contact_details .contact_quiz {
  width: 80%;
  height: 100%;
  margin: auto;
}

main .contact_details .contact_quiz .phone_icon i {
  color: red;
  font-size: 29px;
  -webkit-transform: rotate(102deg);
  -ms-transform: rotate(102deg);
  -o-transform: rotate(102deg);
  transform: rotate(102deg);
  cursor: pointer;
}
main .contact_details .contact_quiz .phone_icon .fas {
  margin-top: 16px;
}

main .contact_details .contact_quiz .number {
  color: #fff;
  font-size: 20px;
}

main .contact_details .contact_quiz .env_icon i {
  margin-top: 5px;
  color: red;
  font-size: 20px;
  cursor: pointer;
}

main .contact_details .contact_quiz a {
  margin-left: 30px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

main .contact_details .contact_quiz a:hover {
  color: #888;
  text-decoration: none;
}

/*end contact_us*/

/*start delivery*/

main .delivery_section .jumbotron {
  background-color: #d03b16;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

main .delivery_section p {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  font-weight: lighter;
}

main .delivery_section .or {
  padding: 10px 9px;
  margin: auto;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*end delivery*/

/* end style main ============================================*/

/*#################################*/

/*============================================ start style footer*/

footer {
  height: auto;
  background-color: #000;
}

footer .content_footer {
  display: inline-block;
  width: 100%;
  height: 200px;
  margin-top: 80px;
  background-image: url(../images/footer_bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

footer .customMenu {
  margin-top: -1rem;
}

footer .customMenu .navbar {
  width: 85%;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: auto;
}

footer .customMenu .navbar-brand {
  margin-left: 10%;
}

footer .customMenu .navbar-brand img {
  width: 331%;
  height: auto;
}

footer .top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 290px;
  width: 70px;
  height: 70px;
  color: #d03b16 !important;
  text-align: center;
  line-height: 65px !important;
  z-index: 999999;
}

footer .top a {
  color: red;
  text-decoration: none;
}

footer .top a#back-to-top {
  display: none;
  cursor: pointer;
}

footer .top a#back-to-top i {
  font-size: 75px;
  cursor: pointer;
}

footer .top span {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #d03b16;
  font-size: 23px;
  text-align: center;
  line-height: 50px;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

footer a#back-to-top:hover {
  text-decoration: none;
}

footer .copyright {
  padding-top: 25px;
  border-top: 1px solid rgba(225, 225, 225, 0.5);
}

footer .copyright p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}

/*============================================ end style footer*/
