* {
  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;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  .mid-header-links {
    display: none;
  }
}
/* -------------blog area----------- */
.blog-area {
  margin-top: 2%;
  /* border: 2px solid red; */
}
.blog-body {
  margin-bottom: 10%;
}
.blog-img {
  width: 100%;
  /* position: relative; */
}
.blog-img img {
  width: 100%;
  height: 100%;
}
.link {
  border: 2px solid red;
  border-radius: 5%;
  width: 15%;
  background-color: red;
  position: relative;
  bottom: 40px;
  left: 2%;
}
.link a {
  text-align: center;
  text-decoration: none;
  color: white;
}
.blog-caption {
  /* border: 2px solid blue; */
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
.blog-caption h2 {
  color: #2d2d2d;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  /* border: 2px solid red; */
}
.blog-caption a {
  text-decoration: none;
}
.blog-caption p {
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  color: #301a22;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.blog-info-link li a {
  color: #999999;
  text-decoration: none;
}
.blog-info-link {
  width: 40%;
  /* border: 2px solid red; */
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

/* ---------------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;
}
