* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* fonts  */
@font-face {
  font-family: "Raleway-regular";
  src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: "Raleway-medium";
  src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: "Raleway-bold";
  src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
  font-family: "Raleway-extrabold";
  src: url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face {
  font-family: "Raleway-semibold";
  src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
  font-family: "Raleway-black";
  src: url(../fonts/Raleway-Black.ttf);
}

body {
  font-family: "Raleway-regular";
  background: #F0F0F0;
  min-width: 100%;
}

.card_shadaw {
  -webkit-box-shadow: 1px 0px 15px #cbc9c9;
          box-shadow: 1px 0px 15px #cbc9c9;
  background: #ffffff;
}

li,
a {
  color: black;
  list-style: none;
  text-decoration: none;
}

.nav_ {
  background: #232B38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}

.nav_ .social_link_nav a {
  margin: 0 7px;
}

.nav_ .log_reg {
  justify-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_ .log_reg a {
  color: white;
  font-size: 13px;
  font-family: Raleway-semibold;
}

.nav_ .log_reg div {
  margin: 0 20px;
}

header {
  height: 150px;
  -webkit-box-shadow: -3px 0px 10px #2d333f;
          box-shadow: -3px 0px 10px #2d333f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8rem;
  background: #ffffff;
  overflow: hidden;
}

header .introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 19px;
}

header .introduction h5,
header .introduction h6 {
  display: inline-block;
  font-family: Raleway-extrabold;
  font-size: 0.8rem;
}

header .introduction .h5_h6 {
  display: inline-block;
}

header .introduction img {
  margin-top: 40PX;
  display: inline-block;
}

header .introduction .h5_h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 35px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-top: -30px;
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: auto;
}

header .nav ul li {
  display: inline-block;
  font-family: 'Raleway-bold';
  font-size: 13px;
}

header .nav ul li a {
  text-decoration: none;
  color: #232B38;
  font-family: "Raleway-semibold";
  font-size: 1rem;
  padding: 1rem 1.5rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

header .nav ul li a:hover {
  background: #EEBF00;
  color: #ffffff;
}

header .nav ul .Home a {
  background: #EEBF00;
  color: white;
}

main {
  height: 600px;
  background-image: url(../images/hero.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5% 1fr 1fr 1fr 5%;
      grid-template-columns: 5% 1fr 1fr 1fr 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .text {
  grid-column: 2/-3;
}

main .text h5 {
  display: inline-block;
  font-family: "Raleway-bold";
}

main .text h1 {
  font-family: "Raleway-bold";
}

main .text h1 span {
  color: #EEBF00;
}

main .text p {
  font-family: "Raleway-medium";
  font-weight: 600;
}

main .text .read {
  font-size: 15px;
  background: #EEBF00;
  color: white;
  padding: 10px;
  border-radius: 8px;
  margin-right: 15px;
  font-weight: 600;
}

main .text .read:hover {
  border: 1px solid black !important;
  background: white;
  color: #EEBF00;
}

main .text .shop {
  font-size: 15px;
  background: #232B38;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
}

main .text .shop:hover {
  border: 1px solid black !important;
  background: white;
  color: black;
}

main .ImageStraw {
  -ms-grid-column: 4;
  grid-column: 4;
  width: 100%;
}

.heading__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 43px;
}

.heading__product h3 {
  font-family: "Raleway-bold";
}

.col__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col__ img {
  width: 80%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 1rem;
  margin-top: 50px;
}

.product_list {
  -webkit-box-shadow: 0px 1px 20px 0px #d5d0d0;
          box-shadow: 0px 1px 20px 0px #d5d0d0;
  padding: 50px;
  background: white;
  margin-bottom: 60px;
}

.product_list h5 {
  font-family: 'Raleway-bold';
  font-size: 1rem;
  margin: auto;
}

.product_list p {
  font-size: 12px;
  color: red;
}

.add_cart {
  color: #232B38;
  border: 2px solid #EEBF00;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.add_cart img {
  display: inline-block;
  background: #EEBF00;
  padding: 5px;
  margin-right: 15px;
}

.add_cart span {
  color: black;
  font-family: "Raleway-medium";
}

.add_cart:hover span,
.add_cart:hover {
  background: #EEBF00;
  color: white;
}

.view {
  font-size: 15px;
  background: #232B38;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  margin: auto !important;
}

.view:hover {
  border: 1px solid black !important;
  background: white;
  color: black;
}

.read_about {
  font-size: 15px;
  background: #232B38;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

.read_about:hover {
  border: 1px solid black !important;
  background: white !important;
  color: black !important;
}

.img__servisces {
  width: 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img__servisces img {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  z-index: 100 !important;
}

.card {
  z-index: -1 !important;
}

.ml-md-5 {
  margin: auto;
}

.image__background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 43, 56, 0.9)), to(rgba(35, 43, 56, 0.9))), url(../images/food-table.jpg);
  background: linear-gradient(rgba(35, 43, 56, 0.9), rgba(35, 43, 56, 0.9)), url(../images/food-table.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.image__background .timer {
  background: #EEBF00;
  color: #ffffff;
  width: 150px;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

.image__background .timer h4 {
  font-family: "Raleway-semibold";
}

.timerr_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10%;
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EEBF00;
  height: 400px;
  color: #1a0101;
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.subscribe .text_inp {
  width: 500px;
}

.subscribe .text_inp h5 {
  font-family: "Raleway-semibold";
}

.subscribe .text_inp p {
  text-align: center;
}

.subscribe .text_inp form {
  background: #ffffff;
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe .text_inp form input {
  outline: none;
  border: none;
}

.subscribe .text_inp form span {
  background: #EEBF00;
  color: #ffffff;
}

.subscribe .text_inp form {
  background: #EEBF00;
  color: #ffffff;
  padding: 8px;
  border-radius: 8px;
}

.subscribe .text_inp form input[type="submit"] {
  background: #EEBF00;
  padding: 0.5rem;
  border-radius: 10px;
  padding-left: 26px;
  padding-right: 26px;
  color: #fff;
  font-family: 'Raleway-bold';
}

.subscribe .text_inp form {
  background: #ffffff;
  padding: 5px;
  border-radius: 7px;
}

footer {
  background: #2D333F;
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color: #EEBF00;
}

footer .img_sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .img_sm img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card {
    font-size: 13px;
  }
}
