/*
This Css File contain the code of Cart Page and Faq's Page
First Half Contain the code of Cart Page and 
The bottom portion contain the code of Faq's Page.
*/

.user-and-cart {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
.user-and-cart a {
  color: #ffffff;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .user-and-cart {
    gap: 2rem;
    justify-content: center;
    margin: 2.2rem 0rem 0rem 0.5rem;
  }
  .user-and-cart a {
    color: #000000;
    font-size: 1.8rem;
  }
}
.firstRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.colOne {
  width: 60%;
}
.selected-items-container {
  margin-bottom: 8%;
}
.select-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.select-heading h2 a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
}
.select-heading h2 a:hover {
  user-select: none;
  cursor: pointer;
  color: rgb(68, 68, 234);
  opacity: 0.7;
}
.select-item {
  background-color: rgba(217, 217, 217, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
}
.child-item1 {
  width: 25%;
}
.child-item1 img {
  width: 100%;
  height: 130px;
  border: none;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.child-item2 {
  width: 50%;
}
.child-item2 h4 {
  margin-top: 5px;
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
}
.child-item2 p {
  margin-top: 1rem;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
.child-item3 {
  width: 10%;
}
.child-item3 h4 {
  font-size: 23px;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.child-item3 button {
  width: 75px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 700;
}
.child-item3 button i {
  font-size: 1.2rem;
  cursor: pointer;
}
.child-item3 button i:hover {
  color: blue;
}
.select-item1 {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  margin: 2rem auto;
}

/*Css For column two begins here*/
.colTwo {
  width: 30%;
}
.cart-address-container {
  margin-bottom: 23%;
}
.cart-address-container h2 {
  margin-bottom: 1.5rem;
}
.cart-address {
  background: rgba(217, 217, 217, 0.3);
}
.cart-address section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 20px;
  padding-top: 20px;
}
.addLine::after {
  position: absolute;
  content: "";
  width: 23%;
  height: 1px;
  opacity: 0.5;
  background-color: #ffffff;
  margin-top: 65px;
}
.cart-address section button {
  background-color: #d9d9d9;
  color: black;
  border: none;
  height: 28px;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}
.cart-address section button:hover {
  background-color: #b2afaf;
  transition: background-color 0.3s ease-in-out;
}

/*Css For column two offer section begins here*/
.cart-offer-container {
  margin-bottom: 23%;
}
.cart-offer-container h2 {
  margin-bottom: 1.5rem;
}
.cart-offer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background: rgba(217, 217, 217, 0.3);
  padding: 30px;
}
.offer-item h4 {
  font-size: 20px;
}
.offer-item p {
  margin-top: 10px;
}
.cart-offer button {
  background-color: #d9d9d9;
  color: black;
  border: none;
  width: 15px;
  height: 45px;
  padding: 0px 0px;
  margin-top: 5px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
}
.cart-offer button:hover {
  background-color: #b2afaf;
  transition: background-color 0.3s ease-in-out;
}

/*Css For column two Price Details section begins here*/
.price-details h2 {
  margin-bottom: 1.5rem;
}
.price-details ul {
  background: rgba(217, 217, 217, 0.3);
  list-style-type: none;
  padding: 5%;
}
.price-details ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 15px;
  font-size: 18px;
}
.addLine1::after {
  position: absolute;
  content: "";
  width: 24.5%;
  height: 1px;
  opacity: 0.5;
  background-color: #ffffff;
  margin-top: 35px;
}
.price-details ul li button {
  background-color: #d9d9d9;
  color: black;
  border: none;
  width: 100%;
  height: 37px;
  padding: 0px 0px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
}
.price-details ul li button:hover {
  background-color: #b2afaf;
  transition: background-color 0.3s ease-in-out;
}

/*Css For Column One Carousel Section begins here*/
#carousel-container,
#carousel-container1 {
  position: relative;
  padding-top: 1rem;
  margin: 0 auto;
  overflow: hidden;
}
#image-carousel,
#image-carousel1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
}
#image-carousel img {
  width: 245px;
  height: 200px;
  object-fit: fill;
  object-position: center;
  flex: 0 0 auto;
  margin: 0rem 3rem;
  margin-left: 0rem;
  z-index: 0;
}
.carousel-btn {
  position: absolute;
  top: 42%;
  z-index: 1;
  color: black;
  background-color: rgba(245, 245, 245, 0.71);
  border: none;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 20px;
  font-weight: bolder;
  border-radius: 50%;
  padding-left: 0px;
  outline: none;
  cursor: pointer;
}
.carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
#prev-btn {
  left: 0px;
}
#next-btn {
  right: 0px;
}

.lastRow {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 4%;
}
.lastRow h2 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
#image-carousel1 img {
  width: 235px;
  height: 180px;
  object-fit: fill;
  object-position: center;
  flex: 0 0 auto;
  margin: 0rem 3rem;
  margin-left: 0rem;
  z-index: 0;
  border: none;
  border-radius: 15px;
}
#prev-btn1 {
  left: 5px;
}
#next-btn1 {
  right: 5px;
}

/*-----------------------Css For -----------------------------------
-------------------------Mediam Range device -----------------------
-------------------------begins here--------------------------------*/

@media only screen and (min-width: 800px) and (max-width: 1300px) {
  .firstRow {
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    margin-top: 6%;
  }
  .selected-items-container {
    margin-bottom: 10%;
  }
  .select-heading {
    margin-bottom: 1rem;
  }
  .select-heading h2 {
    font-size: 1.5rem;
  }
  .select-item {
    padding: 10px;
  }
  .child-item1 img {
    width: 100%;
    height: 6.5em;
  }
  @media only screen and (min-width: 800px) and (max-width: 1050px) {
    .child-item1 img {
      width: 100%;
      height: 9em;
    }
  }
  .child-item2 h4 {
    margin-top: 5px;
    font-size: 20px;
  }

  .child-item2 p {
    margin-top: 1rem;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
  }
  .child-item3 {
    width: 15%;
  }
  .child-item3 h4 {
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 5px;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .child-item3 button {
    width: 70px;
    height: 35px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .child-item3 button i {
    font-size: 1rem;
    cursor: pointer;
  }

  /*Css For column two begins here*/
  .cart-address-container {
    margin-bottom: 23%;
  }
  .cart-address-container h2 {
    margin-bottom: 1.15rem;
    font-size: 1.35rem;
  }
  .cart-address section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px;
    padding-bottom: 15px;
  }
  .addLine::after {
    position: absolute;
    content: "";
    width: 29.8%;
    margin-left: -14px;
    height: 1.5px;
    margin-top: 115px;
  }

  /*Css For column two offer section begins here*/
  .cart-offer-container h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .cart-offer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: rgba(217, 217, 217, 0.3);
    padding: 25px 15px;
  }
  @media only screen and (min-width: 800px) and (max-width: 1050px) {
    .cart-offer button {
      width: 20px;
      height: 75px;
      padding: 0px 0px;
      margin-top: 0px;
      margin-left: 10px;
      font-size: 2rem;
    }
  }

  /*Css For column two Price Details section begins here*/
  .price-details h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .addLine1::after {
    position: absolute;
    content: "";
    width: 27%;
    margin-left: 4px;
    height: 1.5px;
    margin-top: 35px;
  }

  .complete-meal-slider h2 {
    font-size: 1.5rem;
  }
  #image-carousel img {
    width: 45%;
    height: 195px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    margin: 0rem 5rem;
    margin-left: 0rem;
    z-index: 0;
  }
  .lastRow {
    width: 95%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 4%;
  }
  @media only screen and (min-width: 800px) and (max-width: 1050px) {
    #image-carousel img {
      width: 45%;
      height: 160px;
      object-fit: cover;
      object-position: center;
      flex: 0 0 auto;
      margin: 0rem 4rem;
      margin-left: 0rem;
      z-index: 0;
    }
    .carousel-btn {
      position: absolute;
      top: 42%;
      z-index: 1;
      color: black;
      background-color: rgba(245, 245, 245, 0.71);
      border: none;
      width: 30px;
      height: 30px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 15px;
      font-weight: bolder;
      border-radius: 50%;
      padding-left: 0px;
      outline: none;
      cursor: pointer;
    }
    .lastRow {
      width: 95%;
      margin: 0 auto;
      margin-top: 6%;
      margin-bottom: 4%;
    }
  }

  #image-carousel1 img {
    width: 255px;
    height: 180px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    margin: 0rem 4rem;
    margin-left: 0rem;
    z-index: 0;
    border: none;
    border-radius: 15px;
  }
}

/*-----------------------Css For -----------------------------------
-------------------------Tablet device -----------------------
-------------------------begins here--------------------------------*/

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .firstRow {
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    margin-top: 6%;
  }
  .selected-items-container {
    margin-bottom: 12%;
  }
  .select-heading {
    margin-bottom: 1rem;
  }
  .select-heading h2 {
    font-size: 1.2rem;
  }
  .select-item {
    padding: 10px;
  }
  .child-item1 {
    width: 30%;
  }
  .child-item1 img {
    width: 100%;
    height: 10em;
  }
  @media only screen and (min-width: 600px) and (max-width: 700px) {
    .child-item1 img {
      width: 100%;
      height: 10.5em;
    }
  }
  .child-item2 h4 {
    margin-top: 5px;
    font-size: 20px;
  }
  .child-item2 p {
    margin-top: 0.7rem;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
  .child-item3 {
    width: 14%;
  }
  .child-item3 h4 {
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
    margin-bottom: 2.4rem;
    text-align: left;
  }
  .child-item3 button {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: auto;
    gap: 10px;
    margin-left: 10px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .child-item3 button i {
    font-size: 1rem;
    cursor: pointer;
  }

  /*Css For column two begins here*/
  .cart-address-container {
    margin-bottom: 25%;
  }
  .cart-address-container h2 {
    margin-bottom: 1.15rem;
    font-size: 1.2rem;
  }
  .cart-address section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px;
    padding-bottom: 15px;
  }
  .addLine::after {
    position: absolute;
    content: "";
    width: 29.8%;
    margin-left: -14px;
    height: 1.5px;
    margin-top: 115px;
  }
  @media only screen and (min-width: 600px) and (max-width: 668px) {
    .addLine::after {
      position: absolute;
      content: "";
      width: 29.8%;
      margin-left: -14px;
      height: 1.5px;
      margin-top: 130px;
    }
  }

  /*Css For column two offer section begins here*/
  .cart-offer-container {
    margin-bottom: 25%;
  }
  .cart-offer-container h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .cart-offer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: rgba(217, 217, 217, 0.3);
    padding: 25px 15px;
  }
  @media only screen and (min-width: 800px) and (max-width: 1050px) {
    .cart-offer button {
      width: 20px;
      height: 75px;
      padding: 0px 0px;
      margin-top: 0px;
      margin-left: 10px;
      font-size: 2rem;
    }
  }

  /*Css For column two Price Details section begins here*/
  .price-details h2 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .price-details ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .addLine1::after {
    position: absolute;
    content: "";
    width: 27%;
    margin-left: 2px;
    height: 1.5px;
    margin-top: 32px;
  }
  @media only screen and (min-width: 600px) and (max-width: 700px) {
    .addLine1::after {
      position: absolute;
      content: "";
      width: 27%;
      margin-left: 2px;
      height: 1.5px;
      margin-top: 50px;
    }
    .price-details ul li h4:nth-last-child(1) {
      margin-left: 2rem;
    }
  }
  .price-details ul li button {
    background-color: #d9d9d9;
    color: black;
    border: none;
    width: 100%;
    height: 32px;
    padding: 0px 0px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: -10px;
  }

  .complete-meal-slider h2 {
    font-size: 1.5rem;
  }
  #image-carousel img {
    width: 46%;
    height: 155px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    margin: 0rem 2.5rem;
    margin-left: 0rem;
    z-index: 0;
  }
  .carousel-btn {
    position: absolute;
    top: 42%;
    z-index: 1;
    color: black;
    background-color: rgba(245, 245, 245, 0.71);
    border: none;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 15px;
    font-weight: bolder;
    border-radius: 50%;
    padding-left: 0px;
    outline: none;
    cursor: pointer;
  }
  .lastRow {
    width: 95%;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 4%;
  }
  .lastRow h2 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
  #image-carousel1 img {
    width: 216px;
    height: 150px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    margin: 0rem 2.5rem;
    margin-left: 0rem;
    z-index: 0;
    border: none;
    border-radius: 15px;
  }
}

/*-----------------------Css For -----------------------------------
-------------------------Mobile Device -----------------------
-------------------------begins here--------------------------------*/
@media only screen and (max-width: 600px) {
  .firstRow {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    margin-top: 10%;
    color: #ffffff;
    font-family: "Inter", sans-serif;
  }
  .colOne {
    width: 100%;
  }
  .selected-items-container {
    margin-bottom: 3rem;
  }
  .select-heading h2 {
    font-size: 1.3rem;
  }
  .select-item {
    background-color: rgba(217, 217, 217, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
  }
  .child-item1 {
    width: 100%;
  }
  .child-item1 img {
    width: 100%;
    height: 170px;
    border: none;
    border-radius: 0px;
    object-fit: cover;
    object-position: center;
  }
  .child-item2 {
    width: 100%;
  }
  .child-item2 h4 {
    margin-top: 5px;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
  }
  .child-item2 p {
    margin-top: 0.7rem;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .child-item3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .child-item3 h4 {
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .child-item3 button {
    width: 75px;
    height: 30px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 5px;
  }
  .child-item3 button i {
    font-size: 1.2rem;
    cursor: pointer;
  }
  .child-item3 button i:hover {
    color: blue;
  }
  .select-item1 {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    margin: 2rem auto;
    margin-bottom: 1.5rem;
  }

  /*Css For column two begins here*/
  .colTwo {
    width: 100%;
  }
  .cart-address-container {
    margin: 3.5rem 0rem;
  }
  .cart-address-container h2 {
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
  }
  .cart-address {
    background: rgba(217, 217, 217, 0.3);
  }
  .cart-address section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    padding-bottom: 15px;
  }
  .addLine::after {
    position: absolute;
    content: "";
    width: 87%;
    margin-left: 0px;
    height: 1px;
    opacity: 0.7;
    margin-top: 100px;
  }
  .cart-address section button {
    background-color: #d9d9d9;
    color: black;
    border: none;
    height: 28px;
    padding: 5px 10px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
  }
  .cart-address section button:hover {
    background-color: #b2afaf;
    transition: background-color 0.3s ease-in-out;
  }

  /*Css For column two offer section begins here*/
  .cart-offer-container {
    margin-bottom: 3.5rem;
  }
  .cart-offer-container h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .cart-offer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: rgba(217, 217, 217, 0.3);
    padding: 30px 10px 35px 10px;
  }
  .offer-item h4 {
    font-size: 18px;
  }
  .offer-item p {
    margin-top: 10px;
  }
  .cart-offer button {
    background-color: #d9d9d9;
    color: black;
    border: none;
    width: 15px;
    height: 45px;
    padding: 0px 0px;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .cart-offer button:hover {
    background-color: #b2afaf;
    transition: background-color 0.3s ease-in-out;
  }

  /*Css For column two Price Details section begins here*/
  .price-details h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .price-details ul {
    background: rgba(217, 217, 217, 0.3);
    list-style-type: none;
    padding: 7%;
    width: 100%;
    margin: 0 auto;
  }
  .price-details ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 13px;
    font-size: 17px;
  }
  .addLine1::after {
    position: absolute;
    content: "";
    width: 83%;
    margin: 0 auto;
    margin-left: 0px;
    height: 1px;
    margin-top: 32px;
  }
  .price-details ul li button {
    background-color: #d9d9d9;
    color: black;
    border: none;
    width: 100%;
    height: 31px;
    padding: 0px 0px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: -10px;
  }
  .price-details ul li button:hover {
    background-color: #b2afaf;
    transition: background-color 0.3s ease-in-out;
  }

  /*Css For Column One Carousel Section begins here*/
  #carousel-container {
    padding-top: 1.5rem;
  }
  #image-carousel img {
    width: 245px;
    height: 200px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    margin: 0rem 3rem;
    margin-left: 0rem;
    z-index: 0;
  }
  #image-carousel img {
    width: 45.5%;
    height: 155px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    margin: 0rem 2rem;
    margin-left: 0rem;
    z-index: 0;
  }
  @media only screen and (min-width: 390px) and (max-width: 600px) {
    #image-carousel img {
      width: 47%;
      height: 155px;
      object-fit: fill;
      object-position: center;
      flex: 0 0 auto;
      margin: 0rem 2rem;
      margin-left: 0rem;
      z-index: 0;
    }
  }
  .carousel-btn {
    position: absolute;
    top: 45%;
    z-index: 1;
    color: black;
    background-color: rgba(245, 245, 245, 0.71);
    border: none;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 15px;
    font-weight: bolder;
    border-radius: 50%;
    padding-left: 0px;
    outline: none;
    cursor: pointer;
  }

  .lastRow {
    width: 95%;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lastRow h2 {
    color: #ffffff;
    margin-bottom: 0rem;
    font-size: 1.5rem;
  }
  #image-carousel1 img {
    width: 46%;
    height: 150px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    margin: 0rem 1.7rem;
    margin-left: 0rem;
    z-index: 0;
    border: none;
    border-radius: 15px;
  }
  #prev-btn1 {
    left: 0px;
  }
  #next-btn1 {
    right: 0px;
  }
  @media only screen and (min-width: 390px) and (max-width: 600px) {
    #image-carousel1 img {
      width: 47%;
      height: 150px;
      object-fit: fill;
      object-position: center;
      flex: 0 0 auto;
      margin: 0rem 2rem;
      margin-left: 0rem;
      z-index: 0;
      border: none;
      border-radius: 15px;
    }
  }
}

/*
-----------------------------------------------
From Here Onwards the code of Faq's Page begins
-----------------------------------------------
*/
.faq-main {
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-family: "Inter", sans-serif;
}
.faq-main h1 {
  font-size: 2.5rem;
  margin: 60px 0px 50px 40px;
}
.faq-tags ul {
  width: 45%;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px 30px;
  justify-content: flex-start;
  margin-bottom: 8%;
  margin-left: 40px;
}
.faq-tags ul li a {
  color: #000000;
  background-color: #d9d9d9;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 21px;
}
.faq-tags ul li a:hover {
  background-color: #b1b7b3;
  box-shadow: #b1b7b3 0 0 10px;
  transition: background-color, box-shadow 0.3s ease-in-out;
}
.faq-text {
  width: 60%;
  margin: 20px 0px 120px 40px;
}
.faq-text h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.faq-text p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 20px;
  opacity: 0.5;
}

@media only screen and (min-width: 800px) and (max-width: 1161px) {
  .faq-main h1 {
    font-size: 2.5rem;
    margin: 50px 0px 40px 40px;
  }
  .faq-tags ul {
    width: 90%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 30px;
    justify-content: flex-start;
    margin-bottom: 10%;
    margin-left: 40px;
  }
  .faq-text {
    width: 88%;
    margin: 20px 0px 100px 40px;
  }
}

@media only screen and (max-width: 800px) {
  .faq-main h1 {
    font-size: 2rem;
    margin: 50px 0px 35px 10px;
  }
  .faq-main h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.7;
    margin-top: 2.3rem;
    left: 0;
    background-color: #ffffff;
  }
  .faq-tags ul {
    width: 95%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px 30px;
    justify-content: flex-start;
    margin-bottom: 5.5rem;
    margin-left: 10px;
  }
  .faq-tags ul li a {
    color: #000000;
    background-color: #d9d9d9;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    padding: 7px 20px;
    border: none;
    border-radius: 10px;
  }
  .faq-tags ul li a:hover {
    background-color: #b1b7b3;
    box-shadow: #b1b7b3 0 0 10px;
    transition: background-color, box-shadow 0.3s ease-in-out;
  }
  .faq-text {
    width: 95%;
    margin: 20px 0px 50px 10px;
  }
  .faq-text h2 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .faq-text h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.7;
    margin-top: 2.3rem;
    left: 0;
    background-color: #ffffff;
  }
  .faq-text p {
    width: 92%;
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin-bottom: 20px;
    text-align: justify;
    opacity: 0.5;
  }
}
