* {
  font-family: "Afacad Flux";
}

html, body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .offcanvas {
  width: 300px;
}
.header.sticky-top.white {
  background-color: white;
}
.header .navbar-nav li:hover .mega-box {
  top: 65px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-link.font {
  font-size: 19px;
  color: rgb(209, 45, 45);
}

footer {
  position: relative;
  bottom: 0px;
}

.mega-box {
  position: absolute;
  top: 80;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: white;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 30px;
}
.mega-box .content .row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-box .content .row header {
  color: black;
  font-size: 20px;
  font-weight: 500;
}
.mega-box .content .row .mega-links {
  margin-left: -40px;
}
.mega-box .content .row .mega-links li {
  list-style: none;
}
.mega-box .content .row .mega-links li a:hover {
  background: rgb(213, 191, 191);
}
.mega-box .content .row .mega-links li a {
  padding: 0 20px;
  color: rgb(193, 60, 60);
  font-size: 17px;
  display: block;
  text-decoration: none;
}

.store h3 {
  font-size: 35px;
  color: rgb(209, 45, 45);
  text-decoration: underline;
}

.real-time h3 {
  font-size: 35px;
  color: rgb(209, 45, 45);
  text-decoration: underline;
}

.session h3 {
  color: black;
  text-align: center;
  margin-top: 50px;
  font-size: 28px;
  font-weight: 800;
}
.session p {
  color: black;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
}

.products h5 {
  background-color: rgba(82, 7, 7, 0.901);
  font-size: 28px;
  font-weight: 600;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feedback .align {
  -ms-flex-line-pack: center;
      align-content: center;
  background: none;
}
.feedback .row.feedback-quotes h3 {
  background-color: rgba(82, 7, 7, 0.901);
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.feedback .card.feedb {
  background-color: unset;
}
.feedback .card img {
  width: 100%;
}
.feedback .card p {
  font-size: 20px;
  text-align: justify;
  color: black;
}

.terms {
  background-color: rgba(82, 7, 7, 0.901);
  padding-top: 10px;
  padding-bottom: 10px;
}
.terms .media {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.products h5 {
  font-size: 18px;
  font-weight: 500;
}
.products .products-img {
  padding: 50px;
}
.products .enjoy {
  margin-bottom: 10px;
}

.feedback .align {
  -ms-flex-line-pack: center;
      align-content: center;
  background: none;
}
.feedback .row.feedback-quotes h3 {
  background-color: rgba(82, 7, 7, 0.901);
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.feedback .card.feedb {
  background-color: unset;
}
.feedback .card img {
  width: 100%;
}
.feedback .card p {
  font-size: 17px;
  text-align: justify;
  color: black;
}
.feedback .terms {
  font-size: 13px;
}
.feedback .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 991px) {
  .header .modal-backdrop.show {
    opacity: 0;
  }
  .header .mega-box img {
    display: none;
  }
  .feedback .card p {
    font-size: 13px;
    margin-top: 20px;
  }
  footer .foot-links {
    text-align: center;
  }
  footer .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.banner {
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

.tagline-banner {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff5f8;
  padding: 2rem 1.5rem;
  opacity: 0.95;
  border-bottom: 1px solid #eee;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
}

.tagline-text h1 {
  color: #b02a4a;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Tablet */
@media (min-width: 768px) {
  .tagline-text h1 {
    font-size: 2.5rem;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .tagline-banner {
    padding: 1rem;
    width: 90%;
  }
  .tagline-text h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .door > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.about .back_img {
  background-color: gold;
}
.about h2 span {
  font-size: 40px;
  color: rgb(209, 45, 45);
  font-style: italic;
}

.about-para .text_font {
  color: #8A2BE2;
}
.about-para .p_font {
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .about .about-para .text_font {
    font-size: 1rem;
    color: red;
  }
  .about .about-para .p_font {
    font-size: 0.7rem;
  }
  .about .about-img {
    text-align: center;
  }
  .about .about-img img {
    padding-left: 40px;
  }
}
.social .tree-col .custom_list li::marker {
  color: #00bcd4;
}

@media screen and (max-width: 991px) {
  .social {
    display: block;
    font-size: 20px;
  }
  .social .img_size1 {
    text-align: center;
  }
  .about h2 span {
    display: block;
  }
}
.contact-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.icon-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.whatsapp {
  background-color: #25D366;
  color: white;
}

.phone {
  background-color: #0077ff;
  color: white;
}

.email {
  background-color: #EA4335;
  color: white;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}

.contact-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-label {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}

.contact-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.contact-value a {
  color: inherit;
  text-decoration: none;
}