body {
	font-family: "Poppins", sans-serif;
	color: #000;
    background-color: #f8f9fa;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Fredoka", sans-serif;
}
a {
	text-decoration: none;
}
.light-text {
    /* color: #d9c474; */
    color: #f6cf73;
}
.green-text {
    color: #301934;
}
a.btn {
    transition: .3s ease-in-out;
}
.light-btn,
.light-btn:hover {
    background-color: #d9c474;
}
.light-btn:hover {
    scale: 1.05;
}
.floating-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 0 10px #0000001c;
    z-index: 999;
}
.floating-btn svg, .floating-btn img {
    width: 70px;
}
.floating-btn svg path {
    fill: #25D366;
}
section {
    margin: 50px 0;
}
.banner-sec {
    background-image: url('../images/3411.png');
    background-position: center;
    z-index: 0;
    color: #fff;
    padding: 60px 0;
}
.banner-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #2a593af7; */
    background-color: #301934;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.add-sec .sec-head h2{
    color: #301934;
    font-size: 40px;
}

.banner-sec ul {
    max-width: 420px;
}
.banner-sec li:not(:last-child) {
    margin-bottom: 2px;
}
.banner-sec li .list-icon {
    width: 20px;
}
.banner-main-image img {
    height: 450px;
    object-fit: contain;
}
.rating-sec {
    background-color: #fff;
    padding: 50px 0;
}
.rating-sec > .container {
    max-width: 1120px;
}
.rating-sec .rating-icon svg {
    width: 60px;
}
.rating-sec .rating-icon svg path {
    fill: #d9c474;
}
.card-info-sec .sec-head h2 {
    color: #301934;
}
.card-info-sec .card-box {
    background-color: #d3c689;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    text-align: center;
}
.card-info-sec .card-box img {
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-bottom: 15px;
}
.card-info-sec .card-box h3 {
    color: #301934;
}
.review-sec {
    background-color: #301934;
    padding: 60px 0;
}
.review-sec .owl-stage {
    display: flex;
}
.review-sec .owl-item {
    height: auto;
}
.review-sec .owl-item .item {
    height: 100%;
}
.review-sec .review-box {
    background-color: #ffffff;
    padding: 30px 50px;
    border-radius: 30px;
    height: 100%;
    border: 5px solid #d5c57f;
}
.review-sec img.star-icons {
    width: 130px;
}
.review-sec .user-info img {
    width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #3c5d43;
}
.review-sec .owl-theme .owl-dots .owl-dot.active span,
.review-sec .owl-theme .owl-dots .owl-dot span:hover {
    background: #d5c57f;
}
.review-sec .owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
}
.review-sec .owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
    width: 12px;
    height: 12px;
}
.celebrity-sec .sec-head {
    max-width: 900px;
    margin-inline: auto;
}
.celebrity-sec .celebrity-box {
    border: 3px solid #301934;
    border-radius: 15px;
    overflow: hidden;
}
.celebrity-sec .celebrity-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    transition: .3s ease-in-out;
}
.celebrity-sec .celebrity-box:hover img {
    scale: 1.1;
}
.highlighted-info-sec .inner-content {
    max-width: 80%;
    margin-inline: auto;
    background-image: url('../images/5706008.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    z-index: 0;
    color: #fff;
    padding: 60px 30px;
}
.highlighted-info-sec .inner-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d5c57f, #d5c57fe8, #d5c57fbd);
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.highlighted-info-sec a.btn {
    background-color: #301934;
    color: #fff;
}
.add-sec {
    background-image: url('../images/crystals-light-blue-surface.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    color: #fff;
    padding: 60px 0;
    border-block: 2px solid #301934;
}
.add-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffffd6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.add-sec a.btn {
    background-color: #fff;
    color: #000;
}
.add-sec a.btn:hover,
.highlighted-info-sec a.btn:hover {
    scale: 1.05;
}
.add-sec .top-highlighted {
    font-size: 20px;
    font-weight: 600;
    color: #301934;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin-inline: auto;
    background-color: #d5c57f;
    width: fit-content;
    padding: 4px 30px;
    border-radius: 50px;
    z-index: 1;
}
.add-sec .sec-img img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.faq-sec .sec-head p{
    font-size: 38px;
}
.add-sec .inner-content-wrapper {
    overflow: hidden;
    height: 550px;
}
.add-sec .inner-content,
.add-sec .inner-content-back {
  transition: transform 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.add-sec .inner-content,
.add-sec .inner-content-back {
  background-color: #301934;
  color: white;
  border-radius: 30px;
  padding: 50px 30px 30px;
}
.add-sec .inner-content-back {
    transform: rotateY(180deg);
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.add-sec .inner-content-wrapper:hover .inner-content {
  transform: rotateY(180deg);
}
.add-sec .inner-content-wrapper:hover .inner-content-back {
  transform: rotateY(0deg);
}
.faq-sec {
    background-color: #301934;
    padding: 60px 0;
}
.faq-sec .accordion {
    max-width: 70%;
    margin-inline: auto;
    --bs-accordion-bg: none;
}
.faq-sec .accordion-body {
    color: #fff;
    padding-bottom: 0;
}
.faq-sec .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
.faq-sec .accordion-item {
    border: none;
}
.faq-sec .accordion-button {
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
    border-radius: 100px !important;
    /* background-color: #d5c57f; */
    background-color: #efdc8a;
    color: #301934;
}
.checkout-sec {
    background-color: #301934;
}
.checkout-sec .checkout-form-wrapper {
    background-color: #ffffff;
    padding: 50px;
    max-width: 65%;
    margin-inline: auto;
    border-radius: 30px;
}
.checkout-sec  label.form-label {
    font-weight: 600;
    margin-bottom: 3px;
}
.checkout-sec .form-control {
    padding: 12px 10px;
    border-radius: 10px;
}
.checkout-sec .form-check-input:checked {
    background-color: #435641;
    border-color: #435641;
}
.checkout-sec .checkout-form-wrapper button {
    background-color: #301934;
    border-color: #301934;
    font-size: 20px;
    border-radius: 50px;
}
.checkout-sec .checkout-form-wrapper button svg {
    width: 24px;
    transition: .3s ease-in-out;
}
.checkout-sec .checkout-form-wrapper button:hover svg {
    transform: translateX(6px);
}
.checkout-sec .checkout-form-wrapper button svg path {
    fill: #fff;
}
footer {
    /* background-color: #301934; */
    background-color: #4d2f53;
}
footer :is(p,a){
    /* font-size: 13px; */
    font-size: 16px;
    color: #fff;
}


@media screen and (max-width: 1024px) {
.banner-main-image img {
    height: 300px;
}
.faq-sec .accordion {
    max-width: 90%;
}
.checkout-sec .checkout-form-wrapper {
    max-width: 90%;
}
.highlighted-info-sec .inner-content {
    max-width: 100%;
}
}

@media screen and (max-width: 575px) {
.floating-btn svg {
    width: 40px;
}
.banner-main-image img {
    height: auto;
}
.card-info-sec .card-box img {
    height: 100px;
}
.celebrity-sec .celebrity-box img {
    height: 190px;
}
.review-sec .review-box {
    padding: 20px 20px;
}
.faq-sec .accordion {
    max-width: 100%;
}
.faq-sec .accordion-button {
    font-size: 16px;
}
.checkout-sec .checkout-form-wrapper {
    max-width: 100%;
    padding: 30px;
}
.checkout-sec .checkout-form-wrapper button {
    font-size: 16px;
}
.checkout-sec .checkout-form-wrapper button svg {
    width: 20px;.checkout-sec label.form-label
}
footer :is(p,a) {
    font-size: 11px;
}
}