@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Roboto", sans-serif;
  background-color: #f7fbff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.view,
.view .mask,
.waves-effect {
  overflow: hidden;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* .navbar:not(.top-nav-collapse) { */
.top-nav-collapse {
  background-color: #052550;
}
nav {
  display: flex;
  background-color: #052550;
  justify-content: space-between;
}
.navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  width: 100%;
}

.navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.dropdown .dropdown-menu {
  background-color: #eee !important;
  border: none;
}
.dropdown .dropdown-menu a {
  color: #996533 !important;
  font-weight: 500 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  background-color: #eee !important;
}

.navbar .nav-item .nav-link {
  display: block;
  color: snow;
  font-family: garamond;
  font-size: 1.1rem;
  transition: 0.3s linear;
  margin-right: 2rem;
  text-transform: capitalize;
}
.navbar .nav-item .nav-link > i {
  font-weight: 550;
  color: #026af3;
}
.navbar .nav-item .nav-link > i:hover {
  color: rgb(24, 113, 223);
}

.navbar .nav-item .nav-link:hover {
  display: block;
  color: rgb(163, 162, 162);
  transition: 0.3s ease;
}
.navbar {
  padding-right: 1rem !important;
  font-weight: 550;
}

.logo {
  height: 80px;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  z-index: 11;
}
.btn-outline-kccwg-green {
  border: 2px solid #052550 !important;
  color: #996533 !important;
  font-weight: 400 !important;
}
/* Add this CSS code to show the menu on mobile devices */

@media (max-width: 1124px) {
  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .navbar .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 1124px) {
  /* Styles for screens below and above 1124px width */
  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
/* @media (min-width: 769px) and (max-width: 1200px) {
  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
} */

@media (max-width: 768px) {
  .navbar {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .kccwg_responsive_image {
    max-width: 100%;
    height: auto;
  }
  .donate {
    width: 30%;
  }
  .logo {
    height: 80px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    z-index: 11;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-right: 2vw;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar:not(.top-nav-collapse) {
    background-color: #016533 !important;
  }
  .navbar .nav-item .nav-link {
    color: snow;
    font-family: "Verdana", sans-serif;
    font-size: 1rem;
    transition: 0.3s linear;
    padding: 5px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar-collapse {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
}
/* @media (min-width: 600px) {
  .navbar.scrolling-navbar .navbar-nav > li {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
} */
/* the home styling starts here */
#home {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding-top: 15px;
  top: 0vh;
  position: relative;
}

/* .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.video-container {
  position: relative;
  width: 150%;
  height: 150%;
  transform: scale(1.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden; /* Ensure the video stays within the container */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Similar to what you used for video, keeps the aspect ratio */
  pointer-events: none; /* Prevents interaction with the iframe, useful for autoplay videos */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}

.description h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: none;
  font-family: Playfair Display Italic;
  color: #fff;
}

.description p {
  font-size: 1.2rem;
  /* color: #4bef10; */
  text-transform: capitalize;
  font-family: Griffiths Font;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

/* Additional styles for responsiveness can be added for larger screens */
@media (min-width: 992px) {
  /* Desktop devices */
  #home {
    height: 100vh;
  }

  .description h1 {
    font-size: 3rem;
    color: #fff;
    text-transform: none;
    font-family: "Playfair Display Italic", serif;
  }

  .description p {
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: capitalize;
    font-family: cormorant;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Tablets */
  #home {
    height: 70vh;
  }

  .description h1 {
    font-size: 2rem;
  }

  .description p {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  /* Mobile devices */
  #home {
    height: 50vh;
    top: 2vh;
  }

  .description h1 {
    font-size: 1.2rem;
  }

  .description p {
    font-family: garamond;
    font-size: 1.1rem;
    line-height: normal;
    font-weight: 600;
    color: snow;
  }
}
/* the about section starts from here  */
#about {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  background-color: #f7fbff;
}
#about p {
  font-family: garamond;
  font-size: 20px;
}
#socialmedia {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  text-align: center;
}

/* divider */
.kccwg_divider {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}
.kccwg_divider {
  margin-top: 5px;
  background-color: #f7fbff;
}
.kccwg_divider:before {
  content: "";
  height: 1.5px;
  background: #c6c6c6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.45em 0 0;
}

.kccwg_divider:after {
  content: "";
  height: 1.5px;
  background: #c6c6c6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 0.45em;
}
.aboutkccwg_row {
  margin: 0px;
  border-radius: 0.5rem;
}
.aboutkccwg-desc {
  height: auto;
  width: 100%;
  position: relative;
  padding: 10px;
}
.aboutkccwg-desc > p {
  margin-bottom: 10px;
  font-style: normal;
  font-family: garamond;
  line-height: 2;
  word-wrap: break-word;
  font-size: 1.2rem;
}

.text-dark {
  color: #052550 !important;
  position: relative;
}
.aboutkccwg-img > img {
  width: 100%;
  height: 100%;
  transform: translateY(-2px);
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}
.fab {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-2x {
  font-size: 2em;
}
.btn-outline-kccwg-green {
  border: 2px solid #016533 !important;
  color: #996533 !important;
  font-weight: 400 !important;
}
/* news and events */
.fa,
.fas {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.container {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.box {
  flex: 1;
  width: 100%;
  margin: 10px;
  padding: 20px;
  box-shadow: 1px 2px 8px 3px rgba(214, 211, 211, 0.2);
  position: relative;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  font-size: 19px;
  font-family: garamond;
  background-color: #f7fbff;
}
.box ul {
  list-style: disc;
  margin: auto;
  padding: auto;
  font-family: garamond;
}

.box ul li {
  margin-bottom: 10px;
  font-style: normal;
  font-family: garamond;
  line-height: 2;
  word-wrap: break-word;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
}
/* footer styles  */

.footer-section {
  background: #1e1e1e; /* 151414 */
  position: relative;
  width: 100%;
  height: auto;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta {
  display: flex;
  align-items: center;
}
.single-cta i {
  color: #435fff;
  font-size: 30px;
  font-size: 30px;
  margin-right: 10px; /* Adjust the margin as needed */
  margin-left: 15px;
}
.cta-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 5px;
  margin: 10px;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  text-align: center; /* Adjusted to 'left' instead of 'center' */
}
.cta-text span {
  color: #757575;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: garamond;
  margin-left: 30px;
  text-align: center;
  margin-top: 10px;
}
.cta-text a {
  list-style: none;
  text-decoration: none;
  font-size: 1.1rem;
  margin: 10px;
  text-align: center;
  font-family: dosis;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 130px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 1.1rem;
  color: #7e7e7e;
  font-family: garamond;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 60px;
  background: #435fff;
  text-align: center;
  margin-left: 10px;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
  margin-right: 20px;
}
.footer-widget ul li a:hover {
  color: #435fff;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1rem;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
  height: auto;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
  outline: none;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #0404a5;
  padding: 13px 20px;
  border: 1px solid #0000ee;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #282829;
  margin: 10px 0px 10px 0px;
  padding-top: 20px;
  height: 100%;
}

.copyright-text p {
  color: #435fff;
  font-size: 18px;
  font-family: dosis;
  text-align: center;
}
.copyright-text p span a {
  color: #fff;
  font-size: 16px;
  margin-right: 25px;
}
.copyright-text p span a i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #996513;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
  text-align: center;
  font-family: cormorant;
  text-decoration: none;
}
/* this is the css for gallery */
/* Custom styles for the close button */
.mdb-lightbox-close {
  color: red;
  font-size: 20px;
}
.mdb-lightbox img:hover {
  cursor: pointer;
}
/* the about us styles  */
#abt {
  background-color: rgb(110, 116, 116);
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#abt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#about ul {
  font-family: garamond;
  font-size: 20px;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #1e1e1e;
}
#about ul li {
  list-style-type: none;
  line-height: 1.5;
  padding: 5px;
}
@media (max-width: 768px) {
  #abt {
    height: auto;
  }
}

/* this is the styles for the team */

/* team member css */
#team {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7fbff;
}
#team h3 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #222222 !important;
  display: grid;
  place-items: center;
  padding: 10px;
  font-family: garamond;
}
#team p {
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  padding: 10px;
  font-family: cormorant;
}
#team h5 a {
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  padding: 5px;
  font-family: garamond;
  text-decoration: none;
  color: #000 !important;
}
.team-member {
  text-align: center;
  margin-bottom: 10px;
  padding: 20px;
}

.image-placeholder {
  width: 200px;
  height: 200px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 auto;
}
.team-member .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.team-member .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-member h4 {
  margin: 0;
  font-family: garamond;
  color: #373636;
  font-weight: 520;
}
.team-member a > p {
  color: #4a41a3 !important;
  text-transform: lowercase !important;
}
/* styles for the gallery */
.gallery {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: auto;
  margin-top: 100px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f7fbff;
}
#gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px; /* Adjust the value as per your desired gap size */
}

.gallery h5 {
  color: #212121;
  text-transform: capitalize;
  font-family: serif;
  font-size: 1.5;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}

.thumbnail {
  width: 98%;
  height: 300px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 600px;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #052550;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 0;
  user-select: none;
  background-color: #fff;
}

.prev {
  left: 0;
}

.next {
  right: 0;
  border-radius: 0;
}

.prev:hover,
.next:hover {
  background-color: rgba(
    187,
    224,
    226,
    0.8
  ); /* Change the background color to blue */
  text-decoration: none;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  color: red !important;
  cursor: pointer;
}

.close:hover {
  color: red !important;
}
@media (max-width: 768px) {
  #gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .thumbnail {
    width: 100%;
    height: 300px;
    margin: 10px;
    cursor: pointer;
  }

  .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* membership styles  */
#membership {
  margin: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: auto;
  margin-top: 5px;
  background-color: #e4e3e3;
}

#membership h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #1e1e1e;
  text-transform: capitalize;
  font-family: serif;
  font-weight: bold;
}

.form-container {
  width: auto;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

form label {
  display: block;
  margin-bottom: 5px;
  font-family: garamond;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
form input::placeholder {
  color: #999;
  font-size: 1rem;
  font-family: dosis;
  padding-inline-start: 5px;
}

form input,
form select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
form input,
form select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  font-family: garamond;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}

form button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

form button:hover {
  background-color: #45a049;
}

form label.checkbox-label {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}

form label.checkbox-label input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 5px;
}
.map {
  display: flex;
  justify-content: center;
  padding: 0 20px; /* Adjust the left and right padding as needed */
}

.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
\ .down-button {
  font-size: 20px;
  padding: 10px;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.checkbox-group {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 30px;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
  display: flex;
  margin-top: 20px;
}

.checkbox-group label {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  font-family: "Lato";
}

/* CSS Styling */
#mission {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
  font-size: 19px;
  font-family: garamond;
  background-color: #f7fbff;
}

#mission h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: justify;
  color: #1e1e1e;
  text-transform: capitalize;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 10px;
}

#mission ol {
  margin: auto;
  padding: auto;
}

#mission ul {
  list-style: disc;
  margin: auto;
  padding: auto;
  font-family: garamond;
}

#mission li {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-style: normal;
  font-family: garamond;
  line-height: 2;
  word-wrap: break-word;
  line-height: 1.5;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 10px;
}

#mission p {
  margin-bottom: 10px;
  font-style: normal;
  font-family: garamond;
  line-height: 2;
  word-wrap: break-word;
  font-size: 1.2rem;
}
.clean {
  height: 100%;
  width: 100%;
}
.clean h4 {
  color: rgb(21, 255, 21) !important;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2px;
  text-align: center;
  font-family: garamond;
}
.clean h5 {
  color: #212121;
  text-transform: capitalize;
  font-family: serif;
  font-size: 1.5;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.clean p {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: garamond;
  word-wrap: break-word;
  color: #222;
  text-align: left;
}
/* styling for the reservation form */
.reservation {
  background-color: #f8f8f8;
  padding: 50px 0;
  display: block;
}

.reservation h2 {
  text-align: center;
}

.reservation-form {
  width: 80%;
  margin: 20px auto;
}
/* this is the contact form now */

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: garamond;
}

.form-group input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.form-group textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.form-group .required {
  color: #ff0000;
}

.form-group .btn {
  display: block;
  width: 100%;
  background-color: #0071c5;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.form-group .btn:hover {
  background-color: #005;
}
@media (max-width: 992px) {
  .reservation {
    display: block;
  }
  .reservation-form {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    justify-content: center;
    align-items: center;
  }
  .form-group input {
    display: block;
    width: 600px;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
  }
  .form-group textarea {
    width: 600px;
    height: 150px;
    padding: 10px;
  }
  .form-group .btn {
    display: block;
    max-width: 100%;
    background-color: #0071c5;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .reservation {
    display: block;
  }
  .reservation h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .reservation-form {
    display: flex;
    flex-direction: column;
    margin: 5px auto;
    justify-content: center;
    align-items: center;
  }
  .form-group input {
    display: block;
    width: 300px;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
  }
  .form-group textarea {
    width: 300px;
    height: 150px;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding-left: 7px;
    resize: none;
  }
  .form-group .btn {
    display: block;
    background-color: #0071c5;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    max-width: 100%;
  }
}

/*whatsapp styles*/
.qlwapp-whatsapp-icon {
  font-family: "qlwapp-whatsapp" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qlwapp-whatsapp-icon:before {
  content: "\e900";
}
#qlwapp {
  pointer-events: none;
  box-sizing: border-box;
}
@media (min-width: 430px) {
  #qlwapp {
    width: 430px;
  }
}
#qlwapp * {
  box-sizing: border-box;
}
#qlwapp.qlwapp-js-ready {
  display: block;
}
#qlwapp.qlwapp-hide,
#qlwapp.qlwapp-desktop.mobile,
#qlwapp.qlwapp-mobile.desktop {
  display: none;
}
#qlwapp .qlwapp-readonly,
#qlwapp.qlwapp-readonly {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
#qlwapp .qlwapp-disabled,
#qlwapp.qlwapp-disabled {
  display: none;
  visibility: hidden;
}
#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
  position: fixed;
  z-index: 9999999;
}
#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left {
  right: auto;
  left: 0;
}
#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-days,
#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-time,
#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-days,
#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-time {
  left: 0;
  right: auto;
}
#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
  margin-left: 20px;
}
#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
  right: auto;
  left: 60px;
}
#qlwapp.qlwapp-middle-left .qlwapp-box:before,
#qlwapp.qlwapp-bottom-left .qlwapp-box:before {
  right: auto;
  left: 20px;
}
#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
  left: auto;
  right: 0;
}
#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-days,
#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-time,
#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-days,
#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-time {
  left: auto;
  right: 0;
}
#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle,
#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
  margin-right: 20px;
}
#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-middle-right {
  top: 40%;
  bottom: auto;
}
#qlwapp.qlwapp-middle-left .qlwapp-developer,
#qlwapp.qlwapp-middle-right .qlwapp-developer {
  padding: 0 24px;
}
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle {
  margin-left: -48px;
  padding-left: 60px;
}
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle {
  margin-right: -48px;
  padding-right: 60px;
}
#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-bottom-right {
  top: auto;
  bottom: 0;
}
#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
  border-radius: 50%;
}
#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
  border-radius: 50px;
}
@media (min-width: 430px) {
  #qlwapp.qlwapp-rounded .qlwapp-box {
    border-radius: 8px;
  }
}
#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-user,
#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-message {
  border-radius: 4px;
}
#qlwapp p:last-child {
  margin: 0;
}
#qlwapp time {
  opacity: 0.8;
  font-style: italic;
  font-size: 10px;
}
#qlwapp .qlwapp-no-contacts {
  display: flex;
  height: 134px;
  justify-content: center;
  align-items: center;
}
#qlwapp .qlwapp-container {
  display: flex;
  flex-direction: column;
}
#qlwapp .qlwapp-clearfix:before,
#qlwapp .qlwapp-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#qlwapp .qlwapp-previous,
#qlwapp .qlwapp-close {
  display: block;
  opacity: 0.8;
  font-style: unset;
  font-size: 24px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  z-index: 1;
}
#qlwapp .qlwapp-previous {
  width: 16px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  margin-right: auto;
}
#qlwapp .qlwapp-developer {
  font-size: 8px;
  top: -20px;
  position: relative;
}
#qlwapp .qlwapp-developer,
#qlwapp .qlwapp-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
#qlwapp .qlwapp-toggle {
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  text-decoration: none;
}
#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-toggle:active,
#qlwapp .qlwapp-toggle:focus,
#qlwapp .qlwapp-toggle:hover {
  outline: none;
  text-decoration: none;
}
#qlwapp .qlwapp-toggle .qlwapp-days,
#qlwapp .qlwapp-toggle .qlwapp-time {
  position: absolute;
  bottom: -2em;
  color: initial;
  font-size: 10px;
  display: inline-block;
  top: auto;
  width: 120px;
}
#qlwapp .qlwapp-days > span {
  display: none;
}
#qlwapp .qlwapp-days > span.qlwapp-available-day {
  display: inline-block !important;
}
#qlwapp .qlwapp-avatar .qlwapp-avatar-container {
  overflow: hidden;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
#qlwapp .qlwapp-avatar .qlwapp-avatar-container img {
  width: 100%;
  height: auto;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle {
  width: 60px;
  height: 60px;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
  position: absolute;
  display: block;
  pointer-events: none;
  font-size: 24px;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
  position: absolute;
  right: 60px;
  height: 60px;
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  white-space: pre;
}
#qlwapp.qlwapp-button .qlwapp-toggle {
  height: 37px;
  white-space: nowrap;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid black;
}
#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
  margin: 0 12px 0 0;
}
#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-close {
  display: none;
}
#qlwapp .qlwapp-box {
  pointer-events: all;
  padding-bottom: 56px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 430px) {
  #qlwapp .qlwapp-box {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.15);
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 12px;
  }
  #qlwapp .qlwapp-box:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 24px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
  }
  #qlwapp .qlwapp-box .qlwapp-header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #qlwapp .qlwapp-box .qlwapp-footer,
  #qlwapp .qlwapp-box .qlwapp-response {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
}
#qlwapp .qlwapp-box .qlwapp-header {
  position: relative;
  overflow: hidden;
}
#qlwapp .qlwapp-box .qlwapp-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
@media (min-width: 430px) {
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px;
  }
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description {
  position: relative;
  display: flex;
  align-items: center;
}
#qlwapp .qlwapp-box .qlwapp-description,
#qlwapp .qlwapp-box .qlwapp-contact {
  padding: 12px 36px;
  height: 100%;
}
#qlwapp .qlwapp-box .qlwapp-description p,
#qlwapp .qlwapp-box .qlwapp-description h3 {
  color: inherit;
  font-family: inherit;
  margin: 0;
}
#qlwapp .qlwapp-box .qlwapp-description h3 {
  margin: 0 0 0.25em 0;
}
#qlwapp .qlwapp-box .qlwapp-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous {
  position: relative;
  left: -16px;
}
#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous > i {
  line-height: 36px;
}
#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-avatar {
  width: 42px;
  height: 42px;
}
#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-name {
  color: inherit;
}
#qlwapp .qlwapp-box .qlwapp-account {
  color: inherit;
  padding: 16px 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}
#qlwapp .qlwapp-box .qlwapp-account:only-of-type {
  padding-top: 36px;
  padding-bottom: 36px;
}
#qlwapp .qlwapp-box .qlwapp-info {
  padding: 0 16px;
}
#qlwapp .qlwapp-box .qlwapp-avatar {
  position: relative;
  width: 62px;
  height: 62px;
}
#qlwapp .qlwapp-box .qlwapp-avatar:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 4;
}
#qlwapp .qlwapp-box .qlwapp-days,
#qlwapp .qlwapp-box .qlwapp-time,
#qlwapp .qlwapp-box .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-hidden,
#qlwapp .qlwapp-box .qlwapp-offline-text {
  font-size: 12px;
  line-height: 1.5em;
  opacity: 0.6;
  display: block;
}
#qlwapp .qlwapp-box .qlwapp-days,
#qlwapp .qlwapp-box .qlwapp-time {
  font-size: 11px;
  font-style: italic;
}
#qlwapp .qlwapp-box .qlwapp-name {
  display: block;
  font-weight: bold;
  line-height: 1.5em;
}
#qlwapp .qlwapp-box .qlwapp-body {
  overflow-x: hidden;
  overflow-y: auto;
}
#qlwapp .qlwapp-box .qlwapp-body .qlwapp-carousel {
  max-height: 470px;
  min-height: 134px;
}
#qlwapp .qlwapp-box .qlwapp-chat {
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#qlwapp .qlwapp-box .qlwapp-user,
#qlwapp .qlwapp-box .qlwapp-message {
  padding: 16px 24px;
  position: relative;
  word-wrap: break-word;
  width: calc(100% - 36px * 2);
}
#qlwapp .qlwapp-box .qlwapp-user:before,
#qlwapp .qlwapp-box .qlwapp-message:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 24px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}
#qlwapp .qlwapp-box .qlwapp-user {
  width: auto;
  max-width: 75%;
  align-self: flex-start;
  justify-self: flex-end;
  margin-top: 0;
}
#qlwapp .qlwapp-box .qlwapp-user:before {
  top: auto;
  bottom: -6px;
  left: 24px;
}
#qlwapp .qlwapp-box .qlwapp-padding {
  padding-bottom: 56px;
}
#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
}
#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-footer pre,
#qlwapp .qlwapp-box .qlwapp-footer textarea,
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea {
  max-height: 160px;
}
#qlwapp .qlwapp-box .qlwapp-footer pre,
#qlwapp .qlwapp-box .qlwapp-footer textarea,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea {
  color: inherit;
  background-color: inherit;
}
#qlwapp .qlwapp-box .qlwapp-footer:before,
#qlwapp .qlwapp-box .qlwapp-response:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 59px;
  top: 0;
  background: linear-gradient(
    315deg,
    transparent 0%,
    rgba(0, 0, 0, 0.025) 100%
  );
  left: 0;
  right: 0;
}
#qlwapp .qlwapp-box .qlwapp-footer {
  min-height: 56px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  padding: 12px 36px;
}
#qlwapp .qlwapp-box .qlwapp-footer p {
  padding: 0;
  font-size: inherit;
}
#qlwapp .qlwapp-box .qlwapp-footer p:last-child {
  margin-bottom: 0;
}
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea,
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
  min-height: 56px;
}
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  padding: 18px 88px 18px 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: inherit;
  margin: 0;
}
#qlwapp .qlwapp-box .qlwapp-response pre {
  visibility: hidden;
}
#qlwapp .qlwapp-box .qlwapp-response textarea {
  position: absolute;
  bottom: 0;
  left: 0;
}
#qlwapp .qlwapp-box .qlwapp-response textarea:focus {
  outline: none;
}
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
  position: absolute;
  top: 0;
  right: 21px;
  display: flex;
  align-items: center;
}
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i {
  display: none;
}
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i.qlwf-emoji {
  display: block;
}
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i {
  opacity: 0.4;
}
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i,
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > a {
  cursor: pointer;
  margin: 0 0 0 10px;
  display: inherit;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
#qlwapp .qlwapp-previous,
#qlwapp .qlwapp-close,
#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-box .qlwapp-header,
#qlwapp .qlwapp-box .qlwapp-contact,
#qlwapp .qlwapp-box .qlwapp-user {
  color: #ffffff;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
  color: #303030;
}
#qlwapp .qlwapp-box,
#qlwapp .qlwapp-box:before {
  background-color: #fff;
}
#qlwapp .qlwapp-box .qlwapp-account {
  background-color: #fff;
}
#qlwapp .qlwapp-box .qlwapp-account:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}
#qlwapp .qlwapp-box .qlwapp-avatar .qlwapp-avatar-container {
  background-color: #eee;
}
#qlwapp .qlwapp-box .qlwapp-message,
#qlwapp .qlwapp-box .qlwapp-message:before {
  background-color: #eee;
}
#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response {
  color: #303030;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}
#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-box .qlwapp-header,
#qlwapp .qlwapp-box .qlwapp-user,
#qlwapp .qlwapp-box .qlwapp-user:before {
  background-color: #052550;
}
#qlwapp {
  display: none;
}
#qlwapp.qlwapp-show .qlwapp-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  display: block;
}
#qlwapp.qlwapp-transition .qlwapp-box {
  visibility: visible;
  display: block;
}
#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-icon {
  transform: scale(0, 0);
  opacity: 0;
}
#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-close {
  transform: scale(1, 1);
  opacity: 1;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
  transform: scale(0, 0);
  opacity: 0;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon {
  transform: scale(1, 1);
  opacity: 1;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 300ms ease-in;
}
#qlwapp .qlwapp-box {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 300ms ease-in;
}
@media (min-width: 430px) {
  #qlwapp .qlwapp-box {
    transform: translateY(50px) scale(0.9);
  }
}
#qlwapp .qlwapp-box .qlwapp-carousel {
  display: flex;
  width: 200%;
  height: 100%;
}
#qlwapp .qlwapp-box .qlwapp-carousel .qlwapp-slide {
  width: 50%;
  transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms,
    transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms,
    opacity 500ms ease-in 500ms;
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-slide {
  max-height: 300px;
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    opacity ease-in 0.3s;
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
  transform: translateX(56px);
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
  transform: scale(0.5);
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name {
  transition-delay: 800ms;
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
  transition-delay: 850ms;
}
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
  transition-delay: 900ms;
}
#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-previous,
#qlwapp .qlwapp-box .qlwapp-message,
#qlwapp .qlwapp-box .qlwapp-user {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms,
    opacity ease-in 200ms;
}
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-previous,
#qlwapp .qlwapp-box .qlwapp-user {
  opacity: 0;
}
#qlwapp .qlwapp-box .qlwapp-response {
  pointer-events: none;
}
#qlwapp .qlwapp-box .qlwapp-previous {
  transform: translateX(56px);
}
#qlwapp .qlwapp-box .qlwapp-user {
  transform: translateY(56px);
}
#qlwapp .qlwapp-box .qlwapp-close {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#qlwapp .qlwapp-box .qlwapp-description {
  transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#qlwapp .qlwapp-box .qlwapp-account {
  transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 150ms ease-in;
}
#qlwapp .qlwapp-box .qlwapp-previous {
  transition-delay: 800ms;
}
#qlwapp .qlwapp-box .qlwapp-message {
  transition-delay: 900ms;
}
#qlwapp .qlwapp-box .qlwapp-close,
#qlwapp .qlwapp-box .qlwapp-description {
  transition-delay: 900ms;
}
#qlwapp .qlwapp-box .qlwapp-user {
  transition-delay: 200ms;
}
#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(6) {
  transition-delay: 600ms;
}
#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(5) {
  transition-delay: 500ms;
}
#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(4) {
  transition-delay: 400ms;
}
#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(3) {
  transition-delay: 300ms;
}
#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(2) {
  transition-delay: 200ms;
}
#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(1) {
  transition-delay: 100ms;
}
#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-message {
  opacity: 0;
  transform: translateY(-56px);
}
#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-box .qlwapp-account:hover {
  background-color: #fafafa;
}
#qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
  transform: translateX(-100%);
}
#qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel {
  overflow: hidden;
  min-height: 122px;
}
#qlwapp .qlwapp-box.response .qlwapp-close {
  transition-delay: 0ms;
}
#qlwapp .qlwapp-box.response .qlwapp-close,
#qlwapp .qlwapp-box.response .qlwapp-footer,
#qlwapp .qlwapp-box.response .qlwapp-description,
#qlwapp .qlwapp-box.response .qlwapp-account {
  opacity: 0;
}
#qlwapp .qlwapp-box.response .qlwapp-account {
  transform: translateY(-33.333%);
  border-top-color: transparent !important;
}
#qlwapp .qlwapp-box.response .qlwapp-user {
  display: block;
}
#qlwapp .qlwapp-box.response .qlwapp-message,
#qlwapp .qlwapp-box.response .qlwapp-previous,
#qlwapp .qlwapp-box.response .qlwapp-response {
  opacity: 1;
}
#qlwapp .qlwapp-box.response .qlwapp-response {
  pointer-events: all;
}
#qlwapp .qlwapp-box.response .qlwapp-message,
#qlwapp .qlwapp-box.response .qlwapp-previous {
  transform: translate(0);
}
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-slide {
  max-height: 84px;
}
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
  opacity: 1;
}
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
  opacity: 0.5;
}
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
  transform: translateX(0);
}
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
  transform: scale(1);
}
#qlwapp .qlwapp-box.response.opening .qlwapp-footer,
#qlwapp .qlwapp-box.response.opening .qlwapp-response,
#qlwapp .qlwapp-box.response.opening .qlwapp-close,
#qlwapp .qlwapp-box.response.opening .qlwapp-previous,
#qlwapp .qlwapp-box.response.opening .qlwapp-description,
#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-label {
  visibility: visible;
}
#qlwapp .qlwapp-box.texting .qlwapp-body {
  overflow-y: auto;
}
#qlwapp .qlwapp-box.texting .qlwapp-user {
  opacity: 1;
  transform: translate(0);
}
#qlwapp .qlwapp-box.closing .qlwapp-message {
  transition: all 0.4s;
  transform: translateY(100%);
  opacity: 0;
}
#qlwapp .qlwapp-box.closing .qlwapp-previous {
  transition-delay: 0ms;
  transform: translateX(-24px);
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,
    opacity ease-out 200ms;
}
#qlwapp .qlwapp-box.closing .qlwapp-description {
  opacity: 0;
}
body.rtl #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
  margin: 0 0 0 12px;
}
body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
  right: auto;
  left: 21px;
  flex-direction: row-reverse;
}
body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > a {
  transform: rotate(180deg);
}
body.rtl #qlwapp .qlwapp-box .qlwapp-response pre,
body.rtl #qlwapp .qlwapp-box .qlwapp-response textarea {
  padding: 18px 36px 18px 88px;
}
body.rtl #qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
  transform: translateX(100%);
}
body.rtl #qlwapp .qlwapp-box .qlwapp-contact {
  flex-direction: row-reverse;
}
/* -------------------------- */

#activities {
  padding: 20px;
  line-height: 1.7;
  width: 98%;
}

#activities h2 {
  text-align: center;
  margin-bottom: 20px;
}

.activity {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.activity.odd {
  flex-direction: row;
}

.activity.even {
  flex-direction: row-reverse;
}

.activity img {
  max-width: 40%;
  border-radius: 8px;
  flex: 0.8;
  object-fit: cover;
  margin-bottom: 10px;
}

.activity p {
  flex: 0.7;
  margin-bottom: 10px;
  font-style: normal;
  font-family: garamond;
  line-height: 1.7;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #activities {
    line-height: 1.7;
    width: 100%;
  }
  .activity {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
  }
  .activity.odd {
    flex-direction: column;
  }

  .activity.even {
    flex-direction: column;
  }

  #activities h2 {
    margin: 20px;
    font-family: garamond;
  }
  .activity img {
    max-width: 100%;
    object-fit: cover;
    flex: 1;
  }
  .activity p {
    flex: 1;
    line-height: 1.7;
  }

  #activities h2 {
    /* font-size: 20px; */
    color: #000;
  }
}
