/* Landing page Banner*/

.l-home-banner {
  position: relative;

}

.l-page-content {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
}

.lp-h1 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 3.5rem;
  padding: 20px 0;
  font-family: "Outfit", serif;
  font-weight: bold;
}


.lp-container {
  padding-top: 100px;
  width: 80%;
  margin: auto;
}


.fisrt-heading {
  padding: 10px 30px;
  background-color: #8e24aa;
  color: #fff;
  font-size: 20px;
  font-family: "Outfit", serif;
  font-weight: bold;
}



.chip-container {
  display: flex;
  justify-content: center;
}

.heading-chip {
  flex-direction: row;
  column-gap: 5px;
  background-color: #f3e5f5;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  align-items: center;
  border-radius: 4px;
  min-width: 220px;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  color: #8e24aa;
  font-weight: bold;
}

.lp-button {
  font-size: 18px;
  border-radius: 4px;
  padding: .8em 2em;
  transition: all ease-in-out .3s;
  min-width: 16rem;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.lp-button.purple {
  background: #8e24aa;
  border: 1px solid #8e24aa;
}

.lp-button.teal {
  background-color: #00897b;
  border: 1px solid #00897b;
}


.lp-tour-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.lp-tour-box {
  -webkit-box-shadow: 0 0 15px 0 #d4d4d4;
  -moz-box-shadow: 0 0 15px 0 #d4d4d4;
  box-shadow: 0 0 15px 0 #d4d4d4;
  border-radius: 10px;
}

.lp-tour-detail {
  padding: 20px;
}

.lp-tour-detail .text-title {
  font-size: 28px;
  font-family: "Outfit", serif;
  font-weight: bold;
}

.lp-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-highlight ul li {
  font-size: 17px;
  margin-bottom: 7px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}



.modal-dialog.lp {
  max-width: 90%;
  margin: 1.75rem auto;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
 background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #bec4c4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mail-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 200px;
  width: 100%;
}

.envelope {
  font-size: 40px;
  animation: sendMail 2s ease-in-out infinite;
}


.footer-fixed {
	position: fixed;
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}


.footer-fixed .d-flex {
  display: flex !important;
}

.footer-btn {
	padding: 10px;
    display: flex;
    background: #25D366;
    color: #fff;
    font-size: 20px;
	font-weight: bold;
  height: 60px;
}

.footer-btn img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.footer-btn.deal {
	background: #ffb74d;
}

.rlr-product-card__anchor {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .02em;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border-radius: 50em;
    margin-bottom: 0.5rem;
    text-decoration: none!important;
    cursor: pointer;
    background-image: linear-gradient(90deg,#52a0fd 0,#00e2fa 51%,#52a0fd);
    transform: scale(.88);
    text-decoration: none;
}

.foot-text {
  padding: 8px 10px;
    font-size: 23px;
    font-weight: normal;
}

.sent-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  opacity: 0;
  animation: fadeText 2s ease-in-out infinite;
}

@keyframes sendMail {
  0% {
      transform: translateY(0);
      opacity: 1;
  }
  50% {
      transform: translateY(-50px);
      opacity: 0.8;
  }
  100% {
      transform: translateY(-100px);
      opacity: 0;
  }
}

@keyframes fadeText {
  0%, 100% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
}


@media (max-width: 639px) {

  .container-70 {
    width: 90%;
    margin: auto;
}

  .hide-m {
    display: none;
  }

  .foot-text {
    padding: 8px 5px;
    font-size: 20px;
    font-weight: normal;
}

  .lp-container {
    display: none;
  }

  .lp-tour-detail .d-flex {
    display: block !important;
  }

  .lp-tour-detail .lp-button {
    width: 90%;
    margin-bottom: 10px;
  }

  .logo img {
    height: 50px;
  }

  footer .footer-upper .footer-links .post-list {
    justify-content: normal !important;
  }

  footer .footer-upper .footer-links .post-list .post-content {
    padding-left: 1rem;
  }
}