/*
[Master Stylesheet]
Theme Name:     EverLove - Multipurpose Wedding Planner Template HTML
Version:        1.0
Author:         cmBThemes
*/
/*
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1.0	Template Shop/Planner/Services

*/
/* fonts */
/* Main Color & Font */
:root {
  --primary-color: #E7B2A5;
  --secondary-color: #fff1ee;
  --white-color: #FFF9F6;
  --text-color: #4B4B4B;
  --cta-color: #9B6B7E;
  --primary-color-rgb: 231,
  178,
  165;
  --secondary-color-rgb: 255,
  241,
  238;
  --white-color-rgb: 255,
  249,
  246;
  --text-color-rgb: 75,
  75,
  75;
  --cta-color-rgb: 155,
  107,
  126;
  --mask-color: rgba(0, 0, 0, 0.15);
  --font-head: Playfair Display, serif;
  --font-text: Poppins, sans-serif;
  --font-logo: Italiana, sans-serif;
}

/* Utilities for text colors */
.text-cus-primary {
  color: var(--primary-color) !important;
}

.text-cus-secondary {
  color: var(--secondary-color) !important;
}

.text-cus-white {
  color: var(--white-color) !important;
}

.text-cus-text {
  color: var(--text-color) !important;
}

.text-cus-cta {
  color: var(--cta-color) !important;
}

/* Utilities for background colors */
.bg-cus-primary {
  background-color: var(--primary-color) !important;
}

.bg-cus-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-cus-white {
  background-color: var(--white-color) !important;
}

.bg-cus-text {
  background-color: var(--text-color) !important;
}

.bg-cus-cta {
  background-color: var(--cta-color) !important;
}

/* Utilities for border colors */
.border-cus-primary {
  border-color: var(--primary-color) !important;
}

.border-cus-secondary {
  border-color: var(--secondary-color) !important;
}

.border-cus-white {
  border-color: var(--white-color) !important;
}

.border-cus-text {
  border-color: var(--text-color) !important;
}

.border-cus-cta {
  border-color: var(--cta-color) !important;
}

/* iframe */
.ifCus {
  width: 100%;
  height: 100%;
}

/* Social */
.social {
  font-size: 1.3rem;
}
.social a {
  display: inline-block;
  margin: 5px;
  transition: color 0.3s;
}
.social a:hover {
  color: var(--primary-color);
}

/* Home title section */
.home-title-section {
  text-align: center;
  margin-bottom: 3rem;
}
.home-title-section h2 {
  position: relative;
}
.home-title-section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  margin: 10px auto 0;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/icon-title.png') no-repeat center/contain;
  opacity: 0.8;
  filter: invert(49%) sepia(8%) saturate(1578%) hue-rotate(284deg) brightness(92%) contrast(83%);
}
.home-title-section h6 {
  color: var(--primary-color);
  text-transform: uppercase;
}

/* Responsive video */
.responsive-video {
  width: 100%;
  height: auto;
}

/* 	Scrollbar Format
	WebKit */
*::-webkit-scrollbar {
  width: 0.5rem;
}

*::-webkit-scrollbar-track {
  background: var(--white-color);
}

*::-webkit-scrollbar-thumb {
  background: var(--cta-color);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--cta-color) var(--white-color);
}

/* Reset Style */
body {
  font-family: var(--font-text);
  background-color: var(--white-color);
}

a {
  text-decoration: none;
  color: var(--cta-color);
  transition: color 0.3s;
}
a:hover {
  color: var(--primary-color);
}

/* Heading */
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  color: var(--cta-color);
  font-family: var(--font-head);
}

h1.title {
  font-size: 2.4rem;
}
@media (min-width: 576px) {
  h1.title {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  h1.title {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  h1.title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h1.title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1400px) {
  h1.title {
    font-size: 3.4rem;
  }
}

h2.title {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  h2.title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h2.title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h2.title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  h2.title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  h2.title {
    font-size: 2.8rem;
  }
}

h3.title {
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  h3.title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  h3.title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h3.title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  h3.title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  h3.title {
    font-size: 2.6rem;
  }
}

h4.title {
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  h4.title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  h4.title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  h4.title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h4.title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  h4.title {
    font-size: 2.4rem;
  }
}

h5.title {
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  h5.title {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  h5.title {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  h5.title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  h5.title {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  h5.title {
    font-size: 2.2rem;
  }
}

h6.title {
  font-size: 1rem;
}
@media (min-width: 576px) {
  h6.title {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  h6.title {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  h6.title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  h6.title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  h6.title {
    font-size: 2rem;
  }
}

/* Form */
input[type=text],
input[type=number],
input[type=email],
input[type=password],
select,
textarea {
  border: 1px solid var(--primary-color);
  padding: 0.6rem 1.4rem;
  border-radius: 1.4rem;
  width: 100%;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--cta-color) !important;
  box-shadow: 0 0 0 0.35rem rgba(var(--cta-color-rgb), 0.25);
}
input[type=text]:focus-visible,
input[type=number]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  select,
  textarea {
    padding: 0.6rem 1.4rem;
    border-radius: 1.4rem;
  }
}
@media (min-width: 992px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  select,
  textarea {
    padding: 0.65rem 1.45rem;
    border-radius: 1.45rem;
  }
}
@media (min-width: 1200px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  select,
  textarea {
    padding: 0.65rem 1.5rem;
    border-radius: 1.5rem;
  }
}
@media (min-width: 1400px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  select,
  textarea {
    padding: 0.7rem 1.5rem;
    border-radius: 1.5rem;
  }
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
}
.select-wrapper::after {
  font-family: "bootstrap-icons";
  content: "\f282";
  position: absolute;
  font-size: 15px;
  right: 1rem;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

/* List Unordered */
.list-unordered {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-unordered li {
  padding: 5px;
}

/* List Ordered */
.list-ordered {
  list-style: none;
  counter-reset: circle-counter;
  padding-left: 0;
}
.list-ordered li {
  counter-increment: circle-counter;
  margin-bottom: 20px;
  padding-left: 48px;
  position: relative;
}
.list-ordered li::before {
  content: counter(circle-counter);
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--cta-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--cta-color);
}

/* List Icon */
.list-icon {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-icon li {
  padding: 5px;
}
.list-icon li::before {
  font-family: "bootstrap-icons";
  content: "\f27b";
  margin-right: 8px;
  line-height: 1px;
  font-size: 0.7rem;
}

/* Bootstrap Pagination */
.pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.pagination .page-item.active .page-link:hover {
  background-color: var(--cta-color);
  border-color: var(--cta-color);
}
.pagination .page-item .page-link {
  color: var(--primary-color);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 1.6rem;
  text-align: center;
  display: inline-block;
  margin: 5px 10px;
}
.pagination .page-item .page-link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* Breadcrumb */
.breadcrumb .breadcrumb-item a {
  color: var(--cta-color);
}
.breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
}
.breadcrumb li + li::before {
  font-family: "bootstrap-icons";
  content: "\f76d" !important;
  color: var(--cta-color) !important;
}

/* Nav Tabs */
.nav-tabs .nav-link {
  color: var(--cta-color);
}

/* Nav Main */
.nav-main {
  transition: top 0.3s;
  z-index: 9990;
}
.nav-main.hide {
  top: -6rem;
}
.nav-main .nav-link {
  position: relative;
  color: var(--cta-color);
  transition: color 0.3s;
  font-weight: 300;
}
.nav-main .nav-link:hover {
  color: var(--primary-color);
}
.nav-main .nav-link:active {
  color: var(--primary-color);
}
.nav-main .nav-link.active {
  color: var(--primary-color);
}
.nav-main .title {
  font-size: 2em;
  color: var(--cta-color);
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: bold;
}
.nav-main .title img {
  height: 50px;
}
.nav-main .navbar-toggler {
  color: var(--cta-color);
  border: 3px solid var(--primary-color);
}
.nav-main .offcanvas {
  width: 90%;
}
.nav-main .nav-btn .nav-link {
  background-color: var(--cta-color);
  color: var(--white-color);
  display: inline-block;
  padding: 2rem;
  position: relative;
}
.nav-main .nav-btn .nav-link .cart-count {
  position: absolute;
  top: 20%;
  left: 50%;
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: var(--white-color);
  font-size: 0.8rem;
  text-align: center;
  color: var(--cta-color);
}
.nav-main .nav-btn .nav-link:hover {
  color: var(--primary-color);
}
.nav-main form input:focus {
  border: 1px solid var(--primary-color) !important;
  box-shadow: 0 0 0 0.35rem rgba(var(--primary-color-rgb), 0.25);
}
.nav-main form input:focus-visible {
  outline: none;
}
.nav-main .dropdown-cus {
  position: initial;
}
.nav-main .dropdown-cus .dropdown-menu {
  left: 0;
}
.nav-main .dropdown-cus .dropdown-menu figure {
  padding: 0.5rem;
}
.nav-main .dropdown-cus .dropdown-menu figure figcaption {
  padding: 1rem;
  background-color: var(--secondary-color);
  text-align: center;
}
.nav-main .dropdown-cus .dropdown-menu figure figcaption h3 {
  font-size: 1.1rem;
}
.nav-main .dropdown-cus .dropdown-menu .nav-link-cus a {
  display: block;
  padding: 1rem 0;
  position: relative;
  color: var(--white-color);
}
.nav-main .dropdown-cus .dropdown-menu .nav-link-cus a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  transition: width 0.3s;
}
.nav-main .dropdown-cus .dropdown-menu .nav-link-cus a:hover::after {
  width: 100%;
  border: 1px solid var(--cta-color);
}
.nav-main .shortcut-search {
  position: relative;
}
.nav-main .shortcut-search .search-form-desktop {
  position: absolute;
  right: 0;
  width: 300px;
  background-color: var(--white-color);
  padding: 1rem;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.nav-main .shortcut-search .search-form-desktop.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.nav-main .input-group-cus input {
  padding-right: 4rem;
}
.nav-main .input-group-cus button {
  border: none;
  background-color: var(--cta-color);
  color: var(--white-color);
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.24rem;
  border-radius: 1.5rem;
  transition: background-color 0.3s;
}
.nav-main .input-group-cus button:hover {
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .nav-main .offcanvas {
    background-color: rgba(var(--cta-color-rgb), 0.75);
  }
  .nav-main .offcanvas .offcanvas-title {
    color: var(--white-color);
  }
  .nav-main .offcanvas .nav-item .nav-link {
    color: var(--white-color);
  }
  .nav-main .offcanvas .nav-item .nav-link.dropdown-toggle::after {
    font-family: "bootstrap-icons";
    content: "\f27b";
    right: 10px;
    top: 0.5rem;
    position: absolute;
    border: none;
    transition: transform 0.3s;
  }
  .nav-main .offcanvas .nav-item .nav-link.dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .nav-main .offcanvas .nav-item .dropdown-menu {
    border-color: var(--primary-color);
    border-radius: 0px;
    background-color: var(--cta-color);
    transition: height 0.3s;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-main .offcanvas .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: background-color 0.3s;
  }
  .nav-main .offcanvas .nav-item .dropdown-menu .dropdown-item.active {
    background-color: var(--cta-color);
    color: #fff;
  }
  .nav-main .offcanvas .nav-item .dropdown-menu .dropdown-item:hover, .nav-main .offcanvas .nav-item .dropdown-menu .dropdown-item:active, .nav-main .offcanvas .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: var(--cta-color);
  }
}
@media (min-width: 992px) {
  .nav-main .navbar-center .nav-link {
    padding: 1.5rem 0.5rem !important;
    font-size: 1.1rem;
    color: var(--cta-color);
  }
  .nav-main .navbar-center .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    transition: width 0.3s;
  }
  .nav-main .navbar-center .nav-link:hover::after {
    width: 100%;
    border: 2px solid var(--cta-color);
  }
  .nav-main .navbar-center .nav-link.dropdown-toggle::after {
    border: none;
  }
  .nav-main .navbar-center .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.25s ease;
    border-radius: 0px;
    border: none;
    background-color: var(--white-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-main .navbar-center .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .nav-main .navbar-center .dropdown-item {
    padding: 1rem 1.3rem;
    color: var(--cta-color);
    position: relative;
  }
  .nav-main .navbar-center .dropdown-item.active {
    background-color: var(--cta-color);
    color: #fff;
  }
  .nav-main .navbar-center .dropdown-item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    transition: width 0.3s;
  }
  .nav-main .navbar-center .dropdown-item:hover::after {
    width: 100%;
    border: 1px solid var(--cta-color);
  }
  .nav-main .navbar-center .dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
  }
  .nav-main .navbar-center .dropdown-cus .dropdown-menu .nav-link-cus {
    padding: 1rem;
  }
  .nav-main .navbar-center .dropdown-cus .dropdown-menu .nav-link-cus a {
    color: var(--cta-color);
  }
  .nav-main .navbar-right .nav-link {
    padding: 1.5rem 1rem !important;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .nav-main .navbar-center .nav-link,
  .nav-main .navbar-right .nav-link {
    padding: 1.5rem 1rem !important;
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .nav-main .navbar-center .nav-link,
  .nav-main .navbar-right .nav-link {
    padding: 1.5rem 1.2rem !important;
    font-size: 1.3rem;
  }
}

/* Go To Top */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--cta-color);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.scroll-top svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.scroll-top .progress-ring__background {
  fill: none;
  stroke: var(--cta-color);
  stroke-width: 2;
}
.scroll-top .progress-ring__progress {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 0.2s ease;
}
.scroll-top .scroll-percent {
  font-size: 0.5rem;
  z-index: 2;
}
.scroll-top.show {
  opacity: 1;
  pointer-events: all;
}
.scroll-top:hover {
  background-color: var(--primary-color);
}

/* Preloader */
.preloader {
  background-color: #f1f2f3;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100vh;
}
.preloader .infinity-wrapper {
  transform-style: preserve-3d;
  animation: spinPause 5s ease-in-out infinite;
  animation-delay: 3s;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.preloader .infinity-wrapper svg {
  width: 100px;
  height: 50px;
}
.preloader .infinity-wrapper .infinity-path {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0;
  animation: draw 3s ease-in-out forwards, fadein 1s ease-in-out forwards;
}
.preloader .infinity-wrapper .pen-light {
  fill: none;
  stroke: var(--white-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  filter: blur(6px);
  opacity: 0.8;
  animation: draw 3s ease-in-out forwards, fadeout 1s ease-in-out forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinPause {
  0% {
    transform: translate(-50%, -50%) rotateX(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(0deg);
  }
}

/* Hero */
.hero {
  position: relative;
  /* Scroll for more */
  /* End scroll for more */
}
.hero .swiper .swiper-slide {
  position: relative;
}
.hero .swiper .swiper-slide img.slide {
  width: 100%;
}
.hero .swiper .swiper-slide .content {
  align-items: stretch;
  height: auto;
  background-color: var(--secondary-color);
}
.hero .swiper .swiper-slide .content .thumb {
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: contain;
}
.hero .swiper .swiper-slide .content .flower {
  position: absolute;
  width: 120px;
}
.hero .swiper .swiper-slide .content .flower img {
  width: 100%;
}
.hero .swiper .swiper-slide .content .flower-left-top {
  left: 0px;
  top: 0px;
}
.hero .swiper .swiper-slide .content .flower-left-bottom {
  left: 0px;
  bottom: 0px;
}
.hero .swiper .swiper-slide .content .flower-right-top {
  right: 0px;
  top: 0px;
}
.hero .swiper .swiper-slide .content .flower-right-bottom {
  right: 0px;
  bottom: 0px;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: var(--cta-color);
  transition: color 0.3s ease;
}
.hero .swiper .swiper-button-prev:hover,
.hero .swiper .swiper-button-next:hover {
  color: var(--primary-color);
}
.hero .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}
.hero .swiper .progress-wrap {
  width: 100%;
  height: 3px;
  background: var(--secondary-color);
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  z-index: 99;
}
.hero .swiper .progress-wrap .progress-bar {
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: var(--primary-color);
  transition: transform 0.08s linear;
}
.hero .scroll-cta {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  margin-bottom: 20px;
  animation: fadeIn 2s ease-in-out;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.hero .scroll-cta p {
  font-size: 1.1rem;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 10px;
}
.hero .scroll-cta .mouse {
  width: 28px;
  height: 45px;
  border: 2px solid white;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  background-color: rgba(var(--cta-color-rgb), 0.55);
  transition: background-color 0.3s ease;
}
.hero .scroll-cta .mouse::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: scrollDown 1.5s infinite;
}
.hero .scroll-cta .scroll-arrow {
  font-size: 1.5rem;
  margin-top: 10px;
  animation: bounce 1.5s infinite;
  color: var(--cta-color);
}
.hero .scroll-cta:hover .mouse {
  background-color: rgba(var(--primary-color-rgb), 0.55);
}
@keyframes scrollDown {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@media (min-width: 768px) {
  .hero .swiper .swiper-slide .content .flower {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .hero .swiper .swiper-slide .content {
    height: 87vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .hero .swiper .swiper-slide .content .thumb {
    width: auto;
    height: 70vh;
    border-radius: 50px;
    position: relative;
  }
  .hero .swiper .swiper-slide .content .flower {
    width: 260px;
  }
  .hero .scroll-cta {
    display: block;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hero .swiper .swiper-slide .content .flower {
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .hero .swiper .swiper-slide .content .flower {
    width: 320px;
  }
}

/* Services */
.services .services-swiper {
  padding: 80px 1rem 50px 1rem;
}
.services .services-swiper .swiper-wrapper {
  margin-top: 50px;
}
.services .services-swiper .swiper-wrapper .swiper-slide {
  transition: transform 0.3s;
}
.services .services-swiper .swiper-wrapper .swiper-slide figure {
  border: 5px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.services .services-swiper .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  left: 0px;
  bottom: 2rem;
  width: 100%;
  padding: 1rem;
  color: #fff;
  background-color: rgba(var(--cta-color-rgb), 0.85);
  text-align: center;
}
.services .services-swiper .swiper-wrapper .swiper-slide figure figcaption h3 {
  font-size: 1.2rem;
  color: #fff;
}
.services .services-swiper .swiper-wrapper .swiper-slide figure figcaption .icon {
  height: 2rem;
  line-height: 2rem;
  transition: line-height 0.3s;
}
.services .services-swiper .swiper-wrapper .swiper-slide figure figcaption:hover .icon {
  line-height: 1.5rem;
}
.services .services-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 99;
}
.services .services-swiper .swiper-pagination {
  bottom: 0px;
}
.services .services-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
}
.services .services-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--cta-color);
}
.services .services-swiper .swiper-pagination .swiper-pagination-bullet.active {
  background-color: var(--cta-color);
}

/* portfolio */
.portfolio .item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.portfolio .item img {
  width: 100%;
  display: block;
  border-radius: 1rem;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.85);
  animation: pulse 3s infinite;
}
.portfolio .item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(var(--cta-color-rgb), 0.7), transparent 60%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding: 20px;
  transition: bottom 0.5s ease;
}
.portfolio .item figcaption h3 {
  font-size: 1.3rem;
}
.portfolio .item figcaption a {
  color: #fff;
}
.portfolio .item figcaption .icon .bi {
  display: inline-block;
  animation: bounce-right 2s infinite;
}
.portfolio .item figcaption::before, .portfolio .item figcaption::after {
  pointer-events: none;
}
.portfolio .item .cta-text {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(4px);
}
.portfolio .item:hover img {
  transform: scale(1.08);
  filter: brightness(1);
  animation: none;
}
.portfolio .item:hover figcaption {
  bottom: 0;
}
.portfolio .item:hover .cta-text {
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
}
@media (min-width: 992px) {
  .portfolio .item figcaption {
    bottom: -100%;
  }
  .portfolio .item .cta-text {
    opacity: 0.8;
    transform: translateX(-50%);
  }
}
@keyframes pulse {
  0%, 100% {
    filter: brightness(0.85);
  }
  50% {
    filter: brightness(0.95);
  }
}
@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

/* Achievements */
.achievements {
  position: relative;
  overflow: hidden;
}
.achievements .row .item .stat {
  animation: floatItem 7s ease-in-out infinite;
}
.achievements .row .item .stat .number {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-shadow: 0 0 20px rgba(var(--cta-color-rgb), 0.15);
  color: var(--cta-color);
}
.achievements .row .item .stat .number::before, .achievements .row .item .stat .number::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--primary-color-rgb), 0.55);
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  transition: all 0.3s;
  pointer-events: none;
}
.achievements .row .item .stat .number::before {
  top: -1.25rem;
  left: -1.25rem;
}
.achievements .row .item .stat .number::after {
  top: -0.75rem;
  left: -0.75rem;
}
.achievements .row .item .stat .number:hover::before, .achievements .row .item .stat .number:hover::after {
  top: -1rem;
  left: -1rem;
}
.achievements .row .item .stat p {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.achievements .row .item .stat:hover .number {
  text-shadow: 0 0 35px rgba(var(--cta-color-rgb), 0.35);
}
.achievements .row .item:nth-child(1) .stat {
  animation-delay: 0s;
}
.achievements .row .item:nth-child(2) .stat {
  animation-delay: 1.5s;
}
.achievements .row .item:nth-child(3) .stat {
  animation-delay: 3s;
}
.achievements .row .item:nth-child(4) .stat {
  animation-delay: 4.5s;
}
.achievements::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(var(--primary-color-rgb), 0.2) 0%, transparent 70%);
  animation: bg-rotate 30s linear infinite;
  z-index: 0;
}
@keyframes floatItem {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bg-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Weddings Video */
.weddings .video {
  height: 500px;
  width: 100%;
  margin-left: auto;
  position: relative;
}
.weddings .video .mask {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-video.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) {
  .weddings .video {
    margin-left: -3rem;
  }
}

/* Testimonials */
.testimonials {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/testimonials/bg01.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/testimonials/bg02.png');
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 150px, 150px;
}
.testimonials .testimonials-swiper .swiper-slide .thumb {
  width: 80%;
  position: relative;
  text-align: center;
}
.testimonials .testimonials-swiper .swiper-slide .thumb img {
  width: 100%;
  border-radius: 2rem;
  position: relative;
}
.testimonials .testimonials-swiper .swiper-slide .thumb.odd {
  transform: rotate(10deg);
}
.testimonials .testimonials-swiper .swiper-slide .thumb.odd::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(5deg) translate(-50%, -50%);
  transition: transform 0.3s;
}
.testimonials .testimonials-swiper .swiper-slide .thumb.odd:hover::before {
  transform: rotate(0deg) translate(-50%, -50%);
}
.testimonials .testimonials-swiper .swiper-slide .thumb.even {
  transform: rotate(-10deg);
}
.testimonials .testimonials-swiper .swiper-slide .thumb.even::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-5deg) translate(-50%, -50%);
  transition: transform 0.3s;
}
.testimonials .testimonials-swiper .swiper-slide .thumb.even:hover::before {
  transform: rotate(0deg) translate(-50%, -50%);
}
.testimonials .testimonials-swiper .swiper-slide .blockquote {
  position: relative;
  padding: 2rem;
}
.testimonials .testimonials-swiper .swiper-slide .blockquote::before, .testimonials .testimonials-swiper .swiper-slide .blockquote::after {
  content: '"';
  font-family: var(--font-head);
  font-style: italic;
  position: absolute;
  font-size: 6rem;
  color: var(--primary-color);
  line-height: 0px;
}
.testimonials .testimonials-swiper .swiper-slide .blockquote::before {
  top: 2rem;
  left: 0;
}
.testimonials .testimonials-swiper .swiper-slide .blockquote::after {
  right: 0;
  bottom: 0;
}
.testimonials .testimonials-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
}
.testimonials .testimonials-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--cta-color);
}
.testimonials .testimonials-swiper .swiper-pagination .swiper-pagination-bullet.active {
  background-color: var(--cta-color);
}
@media (min-width: 768px) {
  .testimonials {
    background-size: 200px, 200px;
  }
}
@media (min-width: 992px) {
  .testimonials {
    background-size: 250px, 250px;
  }
}
@media (min-width: 1200px) {
  .testimonials {
    background-size: 280px, 280px;
  }
}
@media (min-width: 1400px) {
  .testimonials {
    background-size: 300px, 300px;
  }
}

/* Wedding Price */
.wedding-price {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-hero01.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-hero02.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-hero04.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-hero03.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 80px, 80px, 80px, 80px;
}
.wedding-price h2::after {
  filter: brightness(1000%) !important;
}
.wedding-price .box {
  position: relative;
  border: 3px solid var(--primary-color);
  height: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wedding-price .box::before, .wedding-price .box::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--primary-color-rgb), 0.55);
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  transition: all 0.3s;
  pointer-events: none;
}
.wedding-price .box::before {
  top: -1.25rem;
  left: -1.25rem;
}
.wedding-price .box::after {
  top: -0.75rem;
  left: -0.75rem;
}
.wedding-price .box:hover::before, .wedding-price .box:hover::after {
  top: -1rem;
  left: -1rem;
}
.wedding-price .box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.wedding-price .box ul li {
  padding: 10px 5px;
  font-size: 0.9rem;
}
.wedding-price .box ul li:not(:last-child) {
  border-bottom: 1px solid var(--primary-color);
}
.wedding-price .box::before, .wedding-price .box::after {
  pointer-events: none;
}
@media (min-width: 992px) {
  .wedding-price {
    background-size: 100px, 100px, 100px, 100px;
  }
}
@media (min-width: 1200px) {
  .wedding-price {
    background-size: 120px, 120px, 120px, 120px;
  }
}
@media (min-width: 1400px) {
  .wedding-price {
    background-size: 160px, 160px, 160px, 160px;
  }
}

/* Subscribe */
.subscribe {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/subscribe/bg.jpg');
  background-position: center;
}
.subscribe .input-subscribe {
  position: relative;
}
.subscribe .input-subscribe .txt-cus-sub {
  padding: 1rem 4rem 1rem 2rem;
}
.subscribe .input-subscribe .btn-cus-sub {
  position: absolute;
  border: none;
  background-color: var(--cta-color);
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  right: 0.5rem;
  top: 0.3rem;
  color: var(--white-color);
  transition: background-color 0.3s;
}
.subscribe .input-subscribe .btn-cus-sub:hover {
  background-color: var(--primary-color);
}

/* shop */
.shop {
  /* quick-view-swiper */
}
.shop .product-card {
  background: #fff;
  border: none;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.35s ease;
  position: relative;
}
.shop .product-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.shop .product-card:hover .product-img img {
  transform: scale(1.08);
}
.shop .product-card .product-img {
  position: relative;
  overflow: hidden;
  background: var(--secondary-color);
}
.shop .product-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.shop .product-card .product-info {
  padding: 20px;
}
.shop .product-card .product-info h5 a {
  color: var(--text-color);
}
.shop .product-card .product-info h5 a:hover {
  color: var(--primary-color);
}
.shop .product-card .product-price {
  color: var(--cta-color);
  font-weight: 700;
  font-size: 1.1rem;
}
.shop .product-card .product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.shop .product-card .btn-quickview {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 30px;
  padding: 8px 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  outline: none;
}
.shop .product-card .btn-quickview:hover {
  background: var(--primary-color);
  color: #fff;
}
.shop .product-card .btn-quickview:active, .shop .product-card .btn-quickview:focus {
  border-color: var(--cta-color);
}
.shop .rating {
  color: var(--primary-color);
}
.shop .btn-cart {
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 8px 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  outline: none;
}
.shop .btn-cart:hover {
  background: var(--cta-color);
  transform: translateY(-2px);
}
.shop .btn-cart:active, .shop .btn-cart:focus {
  border-color: var(--cta-color);
}
.shop .quick-view-swiper {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.shop .quick-view-swiper .swiper-slide img {
  width: 100%;
  border-radius: 15px;
}
.shop .quick-view-swiper .swiper-button-next,
.shop .quick-view-swiper .swiper-button-prev {
  color: var(--cta-color);
}

/* Faqs */
.faqs .accordion-item {
  transition: all 0.3s ease;
}
.faqs .accordion-item:hover {
  transform: translateY(-2px);
}
.faqs .accordion-item .accordion-button {
  color: var(--cta-color);
}
.faqs .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  box-shadow: none;
}
.faqs .accordion-item .accordion-button:focus {
  box-shadow: none;
}

/* News */
.news .news-swiper .swiper-slide figure {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.news .news-swiper .swiper-slide figure img {
  transition: transform 0.3s;
}
.news .news-swiper .swiper-slide figure figcaption {
  text-align: center;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem 1rem;
  width: 90%;
  background-color: rgba(var(--secondary-color-rgb), 0.55);
  backdrop-filter: blur(10px);
}
.news .news-swiper .swiper-slide figure figcaption h3 {
  font-size: 1.1rem;
  color: var(--text-color);
}
.news .news-swiper .swiper-slide figure:hover img {
  transform: scale(1.05);
}
.news .news-swiper .swiper-slide .date-posted {
  position: absolute;
  background-color: var(--cta-color);
  top: 0px;
  right: 1rem;
  color: var(--white-color);
  text-align: center;
  padding: 1rem;
}
.news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
}
.news .news-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--cta-color);
}
.news .news-swiper .swiper-pagination .swiper-pagination-bullet.active {
  background-color: var(--cta-color);
}
.news .news-swiper .swiper-pagination {
  position: relative;
  padding-top: 2rem;
}

/* Partners */
.partners .partners-swiper .swiper-slide img {
  border: 5px solid var(--white-color);
  transition: border 0.3s;
  cursor: pointer;
}
.partners .partners-swiper .swiper-slide:hover img {
  border: 5px solid var(--secondary-color);
}
.partners .partners-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
}
.partners .partners-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--cta-color);
}
.partners .partners-swiper .swiper-pagination .swiper-pagination-bullet.active {
  background-color: var(--cta-color);
}

/* RSVP */
.rsvp .right-form {
  position: relative;
}
.rsvp .right-form .rsvp-form {
  background-color: rgba(var(--secondary-color-rgb), 0.55);
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
  height: 80%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 3px solid var(--primary-color);
}
.rsvp .right-form .rsvp-form .title h5 {
  position: relative;
}
.rsvp .right-form .rsvp-form .title h5::after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  margin: 10px auto 0;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/icon-title.png') no-repeat center/contain;
  opacity: 0.8;
  filter: invert(49%) sepia(8%) saturate(1578%) hue-rotate(284deg) brightness(92%) contrast(83%);
}
.rsvp .right-form .rsvp-form form {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.rsvp .right-form .bg {
  position: absolute;
  top: 2%;
  left: 0px;
  width: 100%;
}

/* Footer */
footer .box {
  background-color: rgba(var(--secondary-color-rgb), 0.55);
  position: relative;
}
footer .box::before, footer .box::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--primary-color-rgb), 0.55);
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  transition: all 0.3s;
  pointer-events: none;
}
footer .box::before {
  top: -1.25rem;
  left: -1.25rem;
}
footer .box::after {
  top: -0.75rem;
  left: -0.75rem;
}
footer .box:hover::before, footer .box:hover::after {
  top: -1rem;
  left: -1rem;
}
footer .box h3.title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
footer .box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .box ul.footer-contact li {
  padding: 5px 0px;
  color: var(--cta-color);
}
footer .box ul.footer-links li {
  padding: 5px 0px;
}
footer .box ul.footer-links li a {
  transition: padding-left 0.3s;
}
footer .box ul.footer-links li a:hover {
  padding-left: 0.5rem;
}
footer .box ul.footer-links li::before {
  font-family: "bootstrap-icons";
  content: "\f135";
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: var(--cta-color);
  vertical-align: middle;
}
footer .box ul.footer-tags li {
  display: inline-flex;
  justify-items: center;
  margin: 5px;
}
footer .box ul.footer-tags li a {
  display: inline-block;
  border: 1px solid var(--primary-color);
  padding: 5px;
  font-size: 0.7rem;
  border-radius: 0.5rem;
}
footer .box .footer-logo {
  height: 60px;
  margin-bottom: 2rem;
}
footer .box::before, footer .box::after {
  pointer-events: none;
}

/* Button Custom */
.btn-cus-primary,
.btn-cus-primary-frame {
  background-color: var(--cta-color);
  border: 1px solid var(--cta-color);
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.btn-cus-primary.active,
.btn-cus-primary-frame.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn-cus-primary:hover,
.btn-cus-primary-frame:hover {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.btn-cus-primary:active,
.btn-cus-primary-frame:active {
  color: #fff !important;
  border: 1px solid var(--cta-color) !important;
}

.btn-cus-primary-frame::before, .btn-cus-primary-frame::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--primary-color-rgb), 0.55);
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  transition: all 0.3s;
}
.btn-cus-primary-frame::before {
  top: -1.25rem;
  left: -1.25rem;
}
.btn-cus-primary-frame::after {
  top: -0.75rem;
  left: -0.75rem;
}
.btn-cus-primary-frame:hover::before, .btn-cus-primary-frame:hover::after {
  top: -1rem;
  left: -1rem;
}

/* Button Outline */
.btn-cus-outline-primary {
  background-color: var(--white-color);
  padding: 0.5rem 1rem;
  border: 1px solid var(--cta-color);
  color: var(--cta-color);
  border-radius: 0px;
  display: inline-block;
  text-align: center;
}
.btn-cus-outline-primary:hover {
  background-color: #fff;
  border: 1px solid var(--cta-color);
  color: var(--primary-color);
}

/* Button Line */
.btn-cus-line {
  padding: 0.5rem 1rem;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 0px;
  display: inline-block;
  text-align: center;
}
.btn-cus-line:hover {
  color: var(--secondary-color);
}

/* Button Circle Effect */
.btn-cus-circle-ripple {
  background-color: rgba(var(--white-color-rgb), 0.55);
  backdrop-filter: blur(20px);
  color: var(--cta-color);
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: color 0.3s, backdrop-filter 0.3s;
  display: inline-block;
}
.btn-cus-circle-ripple:hover {
  backdrop-filter: blur(10px);
  color: var(--primary-color);
}
.btn-cus-circle-ripple::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0px solid rgba(var(--white-color-rgb), 0.75);
  animation: ripple 3s ease-out infinite;
  pointer-events: none;
  top: 0;
  left: 0;
}

/* Keyframes Effect */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.75;
    border-width: 5px;
  }
  60% {
    transform: scale(1.6);
    opacity: 0.6;
    border-width: 3px;
  }
  100% {
    transform: scale(3.6);
    opacity: 0;
    border-width: 0.8px;
  }
}
/* Custom Modal */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  overflow: auto;
}
.custom-modal .custom-modal-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.custom-modal .custom-modal-content {
  position: relative;
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.custom-modal .custom-modal-content .custom-modal-header {
  border-bottom: 2px solid #eee;
  margin-bottom: 1.5rem;
}
.custom-modal .custom-modal-content .custom-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */