* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-header {
  background-color: white;
  padding-top: 1%;
  border-bottom: 1px solid #edeff2;

  /* border: 2px solid red; */
}
.head-info {
  /* border: 2px solid red; */
  display: flex;
  justify-content: space-between;
}
.left-info {
  width: 30%;
}
.left-info ul {
  text-decoration: none;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  /* border: 2px solid green; */
  display: flex;
  justify-content: space-evenly;
}
.left-info ul a {
  text-decoration: none;
  color: black;
}

.right-info {
  font-family: "Jost", sans-serif;
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.right-info a {
  text-decoration: none;
  color: black;
}
.right-info a i:hover {
  color: red;
  transform: rotateY(360deg);
  transition: 1s;
}
.right-info .order-list {
  width: 55%;
  /* border: 2px solid black; */
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.right-info .order-list {
  text-decoration: none;
}
.right-info .social-list {
  width: 40%;
  /* border: 2px solid blue; */
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
/* Mid Header */
.mid-header {
  /* border: 2px solid red; */
  box-shadow: 5px 1px 5px grey;
  position: sticky;
  top: 0px;
  z-index: 5;
}

.nav-logo {
  width: 18%;
}
.nav-logo img {
  width: 100%;
  height: 100%;
}
.mid-header-links {
  width: 20%;
}
.mid-header-links ul {
  display: flex;
  justify-content: space-evenly;
}
.mid-header-links ul a {
  color: black;
  font-size: 16px;
}
.mid-header-links ul a:hover {
  color: red;
}
.nav-options {
  padding-left: 5%;
  width: 80%;
  margin-left: 10%;
  /* border: 2px solid red; */
}
.nav-item {
  padding-left: 2%;
}
.nav-item a {
  color: #211f1c;
  font-weight: 600;
}
.nav-item a:hover {
  color: red;
}
/* Bottom Header */
.bottom-header {
  color: white;
  padding: 9px 0px;
  background-color: black;
}
.bottom-header p {
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.bottom-header a {
  color: #cebd9c;
  font-size: 16px;
}
.hero-area {
  /* border: 2px solid red; */
  background-color: #f3ead8;
  margin-bottom: 5%;
}

.slider-height2 h2 {
  font-family: "Jost", sans-serif;
  color: #292621;
  font-size: 30px;
  font-weight: 500;
  margin-top: 1%;
}
.options {
  width: 15%;
  margin: auto;
  /* border: 2px solid red; */
  padding-right: 2%;
}
.items li a {
  font-size: 15px;
  color: #211f1c;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  .mid-header-links {
    display: none;
  }
}
/* --------------Image Section--------------- */
.image-section {
  background-color: rgb(225, 224, 224);
  /* border: 2px solid red; */
  /* width: 60%;
  margin: auto; */

  border-radius: 1px;

  /* height: 70vh; */
}
.location-img {
  padding-top: 10%;
  width: 10%;
  margin: auto;
}
.location-img img {
  width: 100%;
  height: 100%;
}
.location-caption {
  text-align: center;
  padding-bottom: 10%;
}
.location-caption h3 {
  margin: 5px;
  margin-bottom: 20px;
  color: #3c4043;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  font-size: 24px;
}
.location-caption p {
  margin: 5px;
  color: #3c4043;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  font-size: 12px;
}
.contact-title {
  margin-top: 2%;
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.boxed-btn {
  background: #fff;
  padding: 18px 44px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ff2020;
  text-align: center;
  color: #ff2020;
  cursor: pointer;
}
.right-side {
  padding-left: 3%;
  /* border: 2px solid red; */
}
.contact-info {
  margin-top: 5%;
  /* border: 2px solid black; */
  display: flex;
}
.icon {
  color: #8f9195;
  padding-left: 5%;
  margin-top: 2%;
  font-size: 23px;
}
.media-body {
  padding-left: 5%;
}
.media-body h3 {
  font-size: 14px;
}
.media-body p {
  font-size: 10px;
}
/* ---------------Footer section------------------ */
footer {
  background-color: #211f1c;
}
.subscribe-area {
  padding-top: 5%;
  padding-bottom: 3%;
}
.subscribe-caption h3 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}
.subscribe-caption p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Jost", sans-serif;
}
.subscribe-btn {
  width: 24%;
  height: 60px;
  border: 0;
  background: #ff2020;
  border-radius: 0;
  padding: 13px 24px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.subscribe-caption input {
  width: 74%;
  height: 60px;
  border: 0;
  color: #000;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 15px 24px;
  font-size: 16px;
}
.footer-social a {
  color: #677f8b;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  margin-left: 23px;
  text-decoration: none;
}
.footer-social i:hover {
  transform: rotateY(360deg);
  color: red;
  transition: 1s;
}
.footer-logo {
  width: 70%;
}
.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-title h4 {
  margin-left: 10%;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
}

.footer-list ul a {
  color: #677f8b;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.footer-border {
  margin-top: 2%;
  padding-top: 2%;
  border-top: 1px solid #677f8b;
}
.footer-text p {
  text-align: center;
  color: #677f8b;
}
.single-footer-caption {
  margin-top: 2%;
}
.footer-text span {
  color: red;
}
