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

.top-header {
  background-color: white;
  padding-top: 1%;
  border-bottom: 1px solid #edeff2;
}
.head-info {
  display: flex;
  justify-content: space-between;
}
.left-info {
  width: 30%;
}
.left-info ul {
  text-decoration: none;
  font-size: 12px;
  font-family: "Jost", sans-serif;

  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%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.right-info .order-list {
  text-decoration: none;
}
.right-info .social-list {
  width: 40%;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 0) and (max-width: 1000px) {
  .mid-header-links {
    display: none;
  }
}
/* Mid Header */
.mid-header {
  box-shadow: 5px 1px 5px grey;
  position: sticky;
  top: 0px;
  z-index: 5;
}

.nav-logo {
  width: 15%;
}
.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%;
}
.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 section ---------------------*/

.caption {
  background: url(Images/h1_hero1.jpg) no-repeat center center / cover;
  width: 100%;
  height: 80vh;
}

.caption2 {
  background: url(Images/h1_hero2.jpg) no-repeat center center / cover;
  width: 100%;
  height: 80vh;
}

.cap {
  text-align: center;
  width: 35%;
  margin-left: 15%;
  padding-top: 10%;
}
.cap2 {
  text-align: center;
  width: 35%;
  margin-left: 50%;
  padding-top: 10%;
}
.caption span {
  color: #ff2020;
  font-family: "Clicker Script", cursive;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 1px;
}
.caption2 span {
  color: #ff2020;
  font-family: "Clicker Script", cursive;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 1px;
}
.caption p {
  color: #74706b;
  font-size: 15px;
  margin-bottom: 5%;
  padding: 0 50px;
}
.caption2 p {
  color: #74706b;
  font-size: 15px;
  margin-bottom: 5%;
  padding: 0 50px;
}
.caption a {
  background: #292621;
  border: 1px solid #292621;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 15px 47px;
  line-height: 16px;
  font-size: 13px;
}
.caption2 a {
  background: #292621;
  border: 1px solid #292621;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 15px 47px;
  line-height: 16px;
  font-size: 13px;
}
.caption h1 {
  font-size: 40px;
  font-weight: 500;
  color: #292621;
  line-height: 1.3;
  margin-bottom: 2px;
}
.caption2 h1 {
  font-size: 40px;
  font-weight: 500;
  color: #292621;
  line-height: 1.3;
  margin-bottom: 2px;
}
.caption-two {
  text-align: center;
  width: 35%;
  position: absolute;
  top: 25%;
  left: 55%;
}
.caption-two h1 {
  font-size: 40px;
  font-weight: 500;
  color: #292621;
  line-height: 1.3;
  margin-bottom: 2px;
}
.caption-two span {
  color: #ff2020;
  font-family: "Clicker Script", cursive;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 1px;
  display: block;
}
.caption-two p {
  color: #74706b;
  font-size: 15px;
  margin-bottom: 10%;
  padding: 0 50px;
}
.caption-two a {
  background: #292621;
  border: 1px solid #292621;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 15px 47px;
  line-height: 13px;
  font-size: 14px;
}

/*------------------- Item product------------------- */
.item-product {
  width: 70%;
  margin: auto;
  margin-top: 2%;
}
.item-img {
  margin-top: 5%;
  margin-bottom: 5%;
  width: 100%;
}
.item-img img {
  width: 100%;
  height: 100%;
}
.item-text {
  width: 100%;
  height: 25%;
  background-color: rgba(8, 8, 8, 0.632);
  text-align: center;
}
.item-text h4 a {
  color: white;
  text-decoration: none;
  text-align: center;
}
.item-text a {
  color: white;
  text-decoration: none;
  text-align: center;
}
/* ----------------trending-section ------------------*/

.trending-section {
  padding-top: 5%;
  padding-bottom: 5%;
  width: 70%;
  margin: auto;
}

.min-nav {
  margin-bottom: 40px;
  border-bottom: 1px solid #edeff2;
  display: flex;
  justify-content: space-between;
}
.nav-tabs {
  width: 30%;
}
.nav-tabs ul {
  display: flex;
  justify-content: space-evenly;
}
.nav-tabs ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #292621;
}
.nav-tabs li a:hover {
  border-bottom: 3px solid red;
}
.nav-title h2 {
  color: #292621;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2px;
}
.latest-img {
  width: 100%;
}
.latest-img:hover img {
  transform: scale(1.05);
  transition: 1s;
}
.latest-img img {
  width: 100%;
  height: 100%;
}
.latest-text {
  text-align: center;
}
.text-name a:hover {
  color: red;
}
.text-name h4 a {
  text-decoration: none;
  font-size: 16px;
  color: #292621;
  font-weight: 400;
  margin-bottom: 6px;
}
span .sec-span {
  color: #cebd9c;
  margin-left: 12px;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .min-nav {
    flex-direction: column;
  }
}
/* -----------------testimonial-section---------------------- */
.testimonial-section {
  background: #f3ead8;
  padding-top: 5%;
  padding-bottom: 5%;
  /* border: 2px solid red; */
  margin-bottom: 5%;
}
.testimonial-text {
  text-align: center;
}
.testimonial-text p {
  line-height: 1.5;
  padding: 0 25%;
  margin-bottom: 3%;
  font-size: 20px;
  color: #292621;
  font-weight: 400;
}
.testimonial-text h2 {
  font-size: 30px;
  font-weight: 500;
  color: #292621;
  margin-bottom: 3%;
}
.founder-text {
  margin-left: 1.5%;
  margin-bottom: 1%;
}
.founder-text p {
  color: #74706b;
  font-weight: 500;
  line-height: 1.5;
}
.founder-img img {
  width: 100%;
  height: 100%;
}
.founder-img {
  width: 5%;
  height: 5%;
}
/*----------------------latest-section-----------------------  */
.latest-section {
  padding-top: 5%;
  padding-bottom: 9%;
  width: 70%;
  margin: auto;
}

.heading {
  padding-bottom: 3%;
}

/* --------------------latest news---------------- */

.news-text {
  padding-bottom: 3%;
}
.latest-news {
  padding-bottom: 10%;
  width: 80%;
  margin: auto;
}
.blog-img img {
  width: 100%;
  height: 100%;
}
.blog-caption span {
  color: #74706b;
  margin-bottom: 11px;
  display: block;
}
.blog-caption h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 500;
  display: block;
  color: #292621;
}
.blog-caption h5 a {
  text-decoration: none;
}
.blog-caption h5 a:hover {
  color: red;
}
.blog-caption p {
  color: #74706b;
  margin-bottom: 24px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.blog-caption a {
  color: #292621;
  font-weight: 600;
}

/* -----------------Categories area------------------- */
.categories-area {
  width: 80%;
  margin: auto;
  padding-bottom: 5%;
}
.category-caption {
  box-sizing: border-box;
  text-align: center;
}
.category-caption h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5%;
  display: block;
  text-transform: capitalize;
  color: #2b2b2b;
  font-family: "Jost", sans-serif;
}
.category-caption p {
  color: #57667e;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}
.category-img {
  width: 25%;
  margin: auto;
  padding-bottom: 7%;
}

/* ---------------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: 60%;
}
.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;
}
