* {
  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;
}
.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;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  .mid-header-links {
    display: none;
  }
}
/* hero section */
.hero-section {
  /* padding-bottom: 1%; */
  background-color: #f3ead8;
}
.heading {
  /* border: 2px solid red; */
  text-align: center;
}
.anchor ul {
  width: 18%;
  margin: auto;
  padding-right: 2%;
  display: flex;
  justify-content: space-between;
}
.heading-caption h2 {
  color: #292621;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 12px;
}
.anchor ul li a {
  text-decoration: none;
  color: #74706b;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.backimage-caption {
  background-color: #ff2020;
  /* height: 70%; */
  margin-top: 5%;
}
.image-section {
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 3%;
}
.image-section img {
  width: 100%;
  height: 100%;
}
.caption {
  width: 40%;
  padding-top: 3%;
  margin-left: 6%;
  margin-top: 3%;
  margin-bottom: 3%;
  /* border: 2px solid black; */
}
.caption h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 9px;
  font-weight: 400;
  display: block;
}
.caption p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
.price span {
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  margin-bottom: 9px;
  display: block;
}

.rating i {
  color: #fff;
}
.review {
  display: flex;
  font-size: 15px;
}
.white-btn {
  text-decoration: none;
  background: #fff;
  padding: 25px 36px;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  border-radius: 25px;
  cursor: pointer;
}
.border-btn {
  font-size: 30px;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  margin-left: 5%;

  padding: 11px 17px;
}
.outer-section {
  width: 70%;
  margin: auto;
  padding-top: 5%;
  /* padding-bottom: 7%; */
  /* border: 2px solid red; */
  /* margin-bottom: 5%; */
}
.option {
  padding-left: 0px;
  padding-right: 5%;
  margin-bottom: 5%;
  /* border: 2px solid black; */
  border-bottom: 1px solid #edeff2;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}
.Descript {
  border-bottom: 3px solid red;
}
.option li a {
  text-decoration: none;
  color: black;
}
.option li a:hover {
  border-bottom: 3px solid red;
}
.paragraph p {
  font-family: "Jost", sans-serif;
  color: #301a22;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.6;
}
/* ---------------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;
}
