@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tiro+Bangla:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Trirong:wght@400&display=swap");
* {
  scroll-behavior: smooth !important;
  box-sizing: border-box;
  font-family: "Inter", "Poppins";
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1230px;
  }
}

section {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 575px) {
  section {
    padding: 25px 0;
  }
}

p,
span {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-family: "Tiro Bangla", sans-serif;
}

h2 {
  color: #F3E9E0;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1440px) {
  input,
  p,
  a,
  label,
  span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 991px) {
  input,
  p,
  a,
  label,
  span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  input,
  p,
  a,
  label,
  span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  input,
  p,
  a,
  label,
  span {
    font-size: 12px;
  }
}

.custom-button {
  background-color: #d8959b;
  color: #F3E9E0;
  max-width: 220px;
  width: max-content;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  outline: none;
}
.custom-button:hover {
  color: #F3E9E0;
  background-color: #161e22;
}
.custom-button img {
  width: 23px;
  filter: invert(20%) brightness(500%);
}
@media only screen and (max-width: 991px) {
  .custom-button {
    max-width: 180px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .custom-button {
    padding: 10px 16px;
  }
}

.navbar {
  background-color: #344c3d;
  padding: 40px 0 20px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
.navbar.scrolled {
  border-bottom: 1px solid rgba(235, 235, 235, 0.164);
  transition: border-bottom 0.3s ease;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .navbar.scrolled {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar {
    padding: 15px 0;
  }
}
.navbar .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar .logo span {
  font-size: 32px;
  margin-top: 3px;
  font-family: "Tiro Bangla";
  color: #F3E9E0;
}
@media screen and (max-width: 767px) {
  .navbar .logo span {
    font-size: 26px;
  }
}
.navbar .logo img {
  width: 38px;
  height: 35px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .navbar .logo img {
    width: 30px;
    height: 28px;
  }
}
.navbar .navbar-nav {
  display: flex;
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav {
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #F3E9E0;
  font-size: 18px;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: white;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .custom-button {
    margin: 0 auto;
    display: block;
  }
}

.heading {
  width: 100%;
}
.heading h2 {
  z-index: 9;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .heading h2 {
    margin-bottom: 40px;
  }
}

.hero-section {
  background-color: #344c3d;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-image {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  width: 43%;
  max-width: 1000px;
  height: 100%;
  max-height: 750px;
}
.hero-section .hero-image img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.hero-section .hero-content {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero-section .hero-content {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content {
    gap: 10px;
  }
}
.hero-section .hero-content p.side-text {
  font-size: 20px;
  line-height: 28px;
  color: #F3E9E0;
  font-weight: 400;
  font-style: italic;
  width: 117px;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content p.side-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content p.side-text {
    width: 88px;
    font-size: 14px;
    line-height: 18px;
  }
}
.hero-section .hero-content .heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 576px;
}
@media only screen and (max-width: 991px) {
  .hero-section .hero-content .heading-wrap {
    gap: 30px;
    max-width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content .heading-wrap {
    gap: 20px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content .heading-wrap {
    gap: 15px;
    max-width: 200px;
  }
}
.hero-section .hero-content .heading-wrap h2 {
  font-size: 96px;
  line-height: 128px;
  color: #F3E9E0;
  font-weight: 400;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .hero-section .hero-content .heading-wrap h2 {
    font-size: 72px;
    line-height: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content .heading-wrap h2 {
    font-size: 52px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content .heading-wrap h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.hero-section .hero-content .heading-wrap .custom-button {
  z-index: 22;
}

.text-content {
  width: 100%;
  padding: 60px 80px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media only screen and (max-width: 991px) {
  .text-content {
    padding: 50px 50px;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .text-content {
    padding: 25px 25px;
    border-radius: 15px;
    gap: 20px;
  }
}
.text-content .answer {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .text-content .answer {
    gap: 15px;
  }
}
.text-content .answer p {
  font-size: 32px;
  color: #F3E9E0;
  max-width: 100%;
  margin-bottom: 10px;
}
.text-content .answer p b {
  color: #d8959b;
}
@media only screen and (max-width: 991px) {
  .text-content .answer p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .text-content .answer p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .text-content .answer p {
    font-size: 18px;
    line-height: 22px;
  }
}

.frames-section {
  background-color: #344c3d;
}

.question-section {
  background-color: #344c3d;
}
.question-section .h-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50px;
  color: white;
  right: 50px;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .question-section .h-icon {
    top: 40px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .question-section .h-icon {
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
  }
}
.question-section .h-icon img {
  width: 100%;
}
.question-section.join-party-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .question-section.join-party-section {
    margin-bottom: 20px;
  }
}
.question-section.join-party-section .text-content {
  background-color: #829672;
}
.question-section.join-party-section .text-content h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 68px;
  color: #F3E9E0;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .question-section.join-party-section .text-content h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 575px) {
  .question-section.join-party-section .text-content h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.question-section.make-your-section {
  position: relative;
  height: 100%;
}
.question-section.make-your-section .text-content {
  background-color: #d8959b;
  height: 100%;
}
.question-section.make-your-section .text-content h2 {
  font-size: 48px;
  line-height: 68px;
  font-weight: 400;
  color: #F3E9E0;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .question-section.make-your-section .text-content h2 {
    line-height: 38px;
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .question-section.make-your-section .text-content h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.question-section.make-your-section .text-content .answer {
  max-width: 550px;
}
.question-section.make-your-section .text-content .answer p {
  color: #F3E9E0;
}
.question-section.make-your-section .text-content .answer p b {
  color: #F3E9E0;
}
@media only screen and (max-width: 991px) {
  .question-section.make-your-section .text-content .answer {
    max-width: 100%;
  }
}
.question-section.keepsake-section {
  background-color: #344c3d;
}
.question-section.keepsake-section .keepsake-image span {
  font-size: 24px;
  color: #829672;
  font-style: italic;
  font-weight: 700;
  display: block;
  text-align: center;
}
.question-section.keepsake-section .keepsake-image img {
  margin: 20px 0;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .question-section.keepsake-section .keepsake-image img {
    height: 190px;
  }
}
.question-section.keepsake-section .text-content {
  background-color: #f2d1d4;
}
.question-section.keepsake-section .text-content h2 {
  color: #344c3d;
}
.question-section.keepsake-section .text-content p {
  font-size: 24px;
  color: #344c3d;
  line-height: 34px;
  max-width: 100%;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .question-section.keepsake-section .text-content p {
    font-size: 18px;
    max-width: 100%;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .question-section.q-content .text-content {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .question-section.q-content .text-content {
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .question-section.q-content .text-content {
    padding: 0px 8px;
  }
}

.how-it-works-section {
  background-color: #344c3d;
  position: relative;
}
.how-it-works-section .how-works-img {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: fit-content;
  height: calc(100% - 50px);
  max-width: 60%;
}
@media screen and (max-width: 575px) {
  .how-it-works-section .how-works-img {
    height: 60%;
    width: 100%;
    max-width: 100%;
  }
}
.how-it-works-section .how-works-img img {
  width: 100%;
  object-fit: fill;
  height: 100%;
  z-index: -1;
}
.how-it-works-section .how-works-content {
  position: relative;
  width: 100%;
}
.how-it-works-section .how-works-content .how-works-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .how-it-works-section .how-works-content .how-works-card {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-works-section .how-works-content .how-works-card {
    gap: 10px;
  }
}
.how-it-works-section .how-works-content .how-works-card img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .how-it-works-section .how-works-content .how-works-card img {
    width: 35px;
    height: 35px;
  }
}
.how-it-works-section .how-works-content .how-works-card h3 {
  color: #F3E9E0;
  font-weight: 400;
  line-height: 58px;
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  .how-it-works-section .how-works-content .how-works-card h3 {
    line-height: 48px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-works-section .how-works-content .how-works-card h3 {
    line-height: 38px;
    font-size: 28px;
  }
}
.how-it-works-section .how-works-content .how-works-card p {
  font-size: 24px;
  color: #F3E9E0;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .how-it-works-section .how-works-content .how-works-card p {
    line-height: 26px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-works-section .how-works-content .how-works-card p {
    line-height: 22px;
    font-size: 16px;
  }
}
.how-it-works-section .how-works-content .line-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 2px;
  height: 70%;
  background-color: #F3E9E0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .how-it-works-section .how-works-content .line-container {
    top: 50%;
    left: 90%;
    transform: translate(-100%, -50%);
  }
}
.how-it-works-section .how-works-content .line-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F3E9E0;
}
.how-it-works-section .how-works-content .line-container .ball {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #f2d1d4;
  position: absolute;
  border: 14px solid #F3E9E0;
}
@media only screen and (max-width: 767px) {
  .how-it-works-section .how-works-content .line-container .ball {
    width: 40px;
    height: 40px;
    border: 10px solid #F3E9E0;
  }
}
.how-it-works-section .how-works-content .line-container .ball:nth-child(1) {
  top: 0;
  transform: translateY(-50%);
}
.how-it-works-section .how-works-content .line-container .ball:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.how-it-works-section .how-works-content .line-container .ball:nth-child(3) {
  bottom: 0;
  transform: translateY(50%);
}

.pricing-section {
  background-color: #344c3d;
}
.pricing-section .pricing-content {
  background-color: #d8959b;
  border-radius: 30px;
  padding: 60px 40px;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-content {
    padding: 50px 50px;
    max-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-section .pricing-content {
    padding: 25px 25px;
    border-radius: 15px;
  }
}
.pricing-section .pricing-content .pricing-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-content .pricing-text {
    gap: 20px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.pricing-section .pricing-content .pricing-text h2 {
  font-size: 24px;
  color: #F3E9E0;
  line-height: 34px;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-content .pricing-text h2 {
    font-size: 20px;
  }
}
.pricing-section .pricing-content .pricing-text p {
  font-size: 48px;
  color: #F3E9E0;
  line-height: 56px;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-content .pricing-text p {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-section .pricing-content .pricing-text p {
    color: #F3E9E0;
    font-size: 28px;
    line-height: 36px;
  }
}
.pricing-section .pricing-content .pricing-card {
  height: 100%;
}
.pricing-section .pricing-content .pricing-card:hover {
  background-color: #F3E9E0;
}

.add-ons .pricing-card h3 {
  min-height: 75px;
}

.pricing-card {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #F1D1D3;
  border-radius: 20px;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .pricing-card {
    min-height: 370px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-card {
    min-height: 300px;
  }
}
.pricing-card h3 {
  font-size: 32px;
  color: #161e22;
}
@media only screen and (max-width: 991px) {
  .pricing-card h3 {
    font-size: 24px;
  }
}
.pricing-card p.price {
  font-size: 70px;
  color: #344c3d;
  font-weight: 700;
  line-height: 72px;
  margin: 25px 0;
}
@media only screen and (max-width: 991px) {
  .pricing-card p.price {
    line-height: 52px;
    font-size: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-card p.price {
    margin: 30px 0;
    line-height: 42px;
    font-size: 60px;
  }
}
.pricing-card ul {
  padding: 0;
}
.pricing-card ul li {
  list-style-type: none;
  font-size: 16px;
  font-family: "Trirong", serif;
  color: #161e22;
  line-height: 24px;
  margin: 5px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-card ul li img {
  width: 16px;
  height: 16px;
}
.pricing-card .card-button {
  width: 100%;
  background-color: #344c3d;
  border: 2px solid #344c3d;
  color: #F3E9E0;
  font-family: "Trirong", serif;
  font-size: 24px;
  border-radius: 50px;
  padding: 16px 0;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .pricing-card .card-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-card .card-button {
    font-size: 16px;
    border-radius: 12px;
  }
}
.pricing-card .card-button:hover {
  background-color: #d8959b;
}
.pricing-card .card-button.coming-soon {
  cursor: not-allowed;
  opacity: 0.6;
}
.pricing-card .card-button.coming-soon:hover {
  background-color: #344c3d;
}
.pricing-card:hover {
  background-color: #F3E9E0;
}

.wcu-section {
  background-color: #344c3d;
}
.wcu-section .heading h2 {
  text-align: center;
}
.wcu-section .wcu-content-2 .wcu-text {
  margin-left: auto;
}
.wcu-section .wcu-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .wcu-section .wcu-content {
    gap: 30px;
  }
}
.wcu-section p.wcu-text {
  font-size: 24px;
  color: #F3E9E0;
  line-height: 28px;
  font-weight: 600;
  width: 100%;
  max-width: 310px;
}
.wcu-section p.wcu-text span {
  font-weight: 700;
  font-size: 24px;
  color: #d8959b;
}
@media only screen and (max-width: 991px) {
  .wcu-section p.wcu-text {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
  }
  .wcu-section p.wcu-text span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wcu-section p.wcu-text {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
  .wcu-section p.wcu-text span {
    font-size: 16px;
  }
}
.wcu-section .logo {
  color: #F3E9E0;
  font-size: 32px;
  text-align: center;
  font-family: "Tiro Bangla";
}

.faq-section {
  background-color: #344c3d;
}
.faq-section .heading h2 {
  text-align: center;
}
.faq-section .faq-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-content {
    gap: 30px;
  }
}
.faq-section .faq-content .faq-item {
  width: 100%;
  padding: 0 0 50px;
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-content .faq-item {
    padding: 0 0 30px;
  }
}
.faq-section .faq-content .faq-item p {
  font-size: 24px;
  color: #F3E9E0;
  line-height: 28px;
  font-weight: 700;
  width: 100%;
}
.faq-section .faq-content .faq-item p span {
  font-size: 24px;
  color: #d8959b;
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-content .faq-item p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
  }
  .faq-section .faq-content .faq-item p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-content .faq-item p {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-section .faq-content .faq-item p span {
    font-size: 16px;
  }
}
.faq-section .faq-content .faq-item:not(:last-child) {
  border-bottom: 2px solid #F3E9E0;
}

footer {
  background-color: #344c3d;
  padding: 40px 0;
}
@media only screen and (max-width: 575px) {
  footer {
    padding: 20px 0;
  }
}
footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-row {
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer-row {
    gap: 10px;
  }
}
footer .footer-row .logo {
  color: #F3E9E0;
  font-family: "Tiro Bangla";
  font-size: 30px;
}
footer .footer-row .copy-text {
  color: #F3E9E0;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  footer .footer-row .copy-text {
    font-size: 12px;
  }
}
footer .footer-row .links {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
footer .footer-row .links a {
  color: #F3E9E0;
  font-size: 18px;
  font-family: "Inter";
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  footer .footer-row .links a {
    font-size: 16px;
    gap: 0px;
  }
}
footer .footer-row .links a img {
  width: 20px;
  height: 20px;
}
footer .footer-row .links a span {
  color: #F3E9E0;
  font-size: 16px;
  font-family: "Inter";
}
@media only screen and (max-width: 575px) {
  footer .footer-row .links a span {
    font-size: 12px;
  }
}
footer .footer-hr {
  border: 1px solid #8D8686;
}

.book-event-page {
  background-color: #f3e9e0;
  padding: 40px 0px;
  min-height: 100vh;
}
.book-event-page .logo {
  font-size: 32px;
  font-family: "Tiro Bangla";
  color: #344c3d;
}
.book-event-page .heading h2 {
  margin: 50px 0 30px;
  color: #161e22;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .heading h2 {
    font-size: 38px;
  }
}
.book-event-page .custom-form {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form {
    margin-bottom: 20px;
  }
}
.book-event-page .custom-form.add-ons .pricing-card {
  background-color: #f2d1d4;
  min-height: 557px !important;
}
.book-event-page .custom-form.add-ons .pricing-card .card-button {
  display: block;
}
.book-event-page .custom-form.add-ons .pricing-card .card-button:hover {
  background-color: #d8959b;
}
.book-event-page .custom-form.add-ons .pricing-card:hover {
  background-color: #f5f5f5;
}
.book-event-page .custom-form .form-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 10px 0 30px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .form-label {
    margin: 10px 0 15px;
  }
}
.book-event-page .custom-form .form-label h6 {
  font-size: 32px;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .form-label h6 {
    font-size: 24px;
  }
}
.book-event-page .custom-form .form-label span {
  color: #F3E9E0;
  background-color: #344c3d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .form-label span {
    width: 30px;
    height: 30px;
  }
}
.book-event-page .custom-form .input-wrap {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .input-wrap {
    margin-bottom: 10px;
  }
}
.book-event-page .custom-form .input-wrap input,
.book-event-page .custom-form .input-wrap select {
  background-color: #f2f2f2;
  border-radius: 50px;
  width: 100%;
  border: none;
  padding: 18px 40px;
  font-size: 24px;
  font-family: "Open Sans", "Inter";
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .input-wrap input,
  .book-event-page .custom-form .input-wrap select {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.book-event-page .custom-form .input-wrap input:focus,
.book-event-page .custom-form .input-wrap select:focus {
  outline: 2px solid #344c3d;
}
.book-event-page .custom-form .input-wrap .additional-button {
  width: 100%;
  border-radius: 50px;
  background-color: #f2d1d4;
  padding: 18px 40px;
  font-size: 24px;
  font-family: "Open Sans", "Inter";
  border: none;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .input-wrap .additional-button {
    margin: 20px 0;
    padding: 12px 20px;
    font-size: 16px;
  }
}
.book-event-page .custom-form .input-wrap .additional-button i {
  font-size: 24px;
}
.book-event-page .custom-form .input-wrap .additional-button:hover {
  background-color: #d8959b;
}
.book-event-page .custom-form .phone-input-wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .phone-input-wrap {
    margin-bottom: 10px;
  }
}
.book-event-page .custom-form .phone-input-wrap .phone-country-code {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: max-content;
  max-width: 140px;
  background: url("data:image/svg+xml,%3Csvg fill='black' height='16' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 0rem center;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: transparent;
  color: #344c3d;
  outline: none;
  padding-right: 5px;
}
.book-event-page .custom-form .phone-input-wrap .phone-country-code:hover {
  cursor: pointer;
}
.book-event-page .custom-form .phone-input-wrap .phone-country-code:focus {
  outline: 0px solid #344c3d;
}
.book-event-page .custom-form .phone-input-wrap input {
  background-color: #f2f2f2;
  border-radius: 50px;
  width: 100%;
  border: none;
  padding: 18px 40px;
  padding-left: 145px !important;
  font-size: 24px;
  font-family: "Open Sans", "Inter";
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .phone-input-wrap input {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.book-event-page .custom-form .phone-input-wrap input:focus {
  outline: 2px solid #344c3d;
}
.book-event-page .custom-form .small-labels {
  color: #161e22;
  font-size: 20px;
  display: block;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .small-labels {
    font-size: 14px;
  }
}
.book-event-page .custom-form .pricing-card {
  background-color: #f5f5f5;
  margin: 30px 0 15px;
  position: relative;
  cursor: pointer;
  min-height: 410px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .custom-form .pricing-card {
    margin: 20px 0 10px;
  }
}
.book-event-page .custom-form .pricing-card .card-button {
  display: block;
}
.book-event-page .custom-form .pricing-card .card-button:hover {
  background-color: #829672;
}
.book-event-page .custom-form .pricing-card:hover {
  background-color: #f2d1d4;
}
.book-event-page .form-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .form-buttons {
    gap: 10px;
  }
}
.book-event-page .form-buttons .form-button {
  color: #f5f5f5;
  display: block;
  background-color: #344c3d;
  border-radius: 8px;
  padding: 12px 30px;
  font-size: 18px;
  border: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .book-event-page .form-buttons .form-button {
    padding: 8px 20px;
    font-size: 16px;
  }
}
.book-event-page .form-buttons .form-button:hover {
  background-color: #829672;
  color: #F3E9E0;
  border-color: transparent;
}
.book-event-page .form-buttons .back-button {
  background-color: #F3E9E0;
  border: 1px solid #344c3d;
  color: #344c3d;
}
.book-event-page .checkout-form {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .book-event-page .checkout-form {
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
}
.book-event-page .checkout-form h4 {
  font-size: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #829672;
  padding-bottom: 20px;
  color: #161e22;
  font-family: "inter";
  font-weight: 600;
}
.book-event-page .checkout-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.book-event-page .checkout-form .form-group label {
  font-size: 18px;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #161e22;
}
.book-event-page .checkout-form .form-group input {
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1rem;
  color: #161e22;
  border: none;
  border: 2px solid #F3E9E0;
}
.book-event-page .checkout-form .form-group input:focus {
  outline: none;
  border: 2px solid #344c3d;
}
.book-event-page .checkout-form .form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.book-event-page .checkout-form .form-check input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #344c3d;
}
.book-event-page .checkout-form .form-check label {
  font-size: 0.95rem;
  color: #161e22;
}
.book-event-page .checkout-form button {
  background-color: #344c3d;
  color: #fff;
  padding: 0.75rem;
  border: none;
  width: 100%;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.book-event-page .checkout-form button:hover {
  background-color: #829672;
}
.book-event-page .checkout-form .note {
  font-size: 14px;
  margin-top: 1rem;
  color: #161e22;
}
.book-event-page .order-summary {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .book-event-page .order-summary {
    margin-top: 30px;
  }
}
.book-event-page .order-summary h4 {
  font-size: 24px;
  border-bottom: 1px solid #829672;
  padding-bottom: 20px;
  color: #161e22;
  font-family: "inter";
  font-weight: 600;
}
.book-event-page .order-summary .summary-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 20px 0;
}
.book-event-page .order-summary .summary-item.bordered {
  border-bottom: 1px solid #829672;
  padding-bottom: 20px;
}
.book-event-page .order-summary .discount {
  display: flex;
  gap: 0.5rem;
  border-top: 1px solid #829672;
  border-bottom: 1px solid #829672;
  padding: 20px 0;
}
.book-event-page .order-summary .discount input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  outline: none;
}
.book-event-page .order-summary .discount input:focus {
  border: 1px solid #344c3d;
}
.book-event-page .order-summary .discount button {
  padding: 0.5rem 1rem;
  background-color: #344c3d;
  color: #F3E9E0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.book-event-page .order-summary .discount button:hover {
  background-color: #829672;
}
.book-event-page .order-summary .summary-total {
  font-size: 36px;
}
.book-event-page div.payment-form {
  position: relative;
}
.book-event-page div.payment-form::after {
  content: "";
  width: 2px;
  background-color: #344c3d;
  height: 65%;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .book-event-page div.payment-form::after {
    width: 100%;
    height: 2px;
  }
}
.book-event-page .country-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.book-event-page .country-dropdown .remove-country {
  color: red;
  background: transparent;
  border: none;
  outline: none;
}
.book-event-page .country-dropdown i {
  font-size: 28px;
  color: red;
}

.confirmation-page .logo,
.wishes-page .logo {
  font-size: 32px;
  font-family: "Tiro Bangla";
  color: #344c3d;
}

.book-event-page select {
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg fill='black' height='16' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 1rem center;
  padding: 0.5rem 12rem 0.5rem 1rem;
  /* right padding for icon space */
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}
.book-event-page .pricing-card input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.book-event-page .pricing-card .card-button {
  display: none;
}
.book-event-page .pricing-card input[type=radio]:checked + .card-button {
  content: "Selected";
  background-color: white;
  color: #344c3d;
}
.book-event-page #card-element {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.book-event-page #pay-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.book-event-page #pay-button i {
  display: none;
}

.diagonal-arrow {
  transform: rotate(45deg);
  /* adjust as needed */
  display: inline-block;
}

.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviews-section {
  background-color: #344c3d;
  padding: 4rem 0;
}

.reviewSwiper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.reviewSwiper .swiper-slide {
  border-radius: 12px;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.reviewSwiper .swiper-slide p {
  color: #F3E9E0;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.reviewSwiper .swiper-slide h5 {
  color: #d8959b;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 0.5rem;
}

.reviewSwiper .swiper-slide small {
  color: #829672;
  font-size: 0.9rem;
}

/* Pagination styling */
.reviewSwiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.5rem;
}

.reviewSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(130, 150, 114, 0.4);
  opacity: 1;
  transition: all 0.3s ease;
}

.reviewSwiper .swiper-pagination-bullet-active {
  background-color: #d8959b;
  transform: scale(1.2);
}

/* Navigation buttons (optional) */
.reviewSwiper .swiper-button-next,
.reviewSwiper .swiper-button-prev {
  color: #d8959b;
  background: #F3E9E0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(22, 30, 34, 0.1);
  transition: all 0.3s ease;
}

.reviewSwiper .swiper-button-next::after,
.reviewSwiper .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: bold;
}

.reviewSwiper .swiper-button-next:hover,
.reviewSwiper .swiper-button-prev:hover {
  background: #d8959b;
  color: #F3E9E0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reviews-section {
    padding: 3rem 0;
  }
  .reviewSwiper {
    padding: 0 10px 30px;
  }
  .reviewSwiper .swiper-slide p {
    font-size: 16px;
  }
}
.swiper-wrapper img {
  width: 150px;
  height: 150px;
  border: 4px solid #F3E9E0;
  border-radius: 500px;
  margin: 0 auto;
}

.wishes-page {
  padding: 20px 0;
  min-height: 100vh;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishes-box {
  max-width: 800px;
  margin: 30px auto;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.wishes-box h1 {
  text-align: center;
  margin: 30px 0 10px;
}

.subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}

.wishes-box .subtitle span {
  font-size: 20px;
  color: #353535;
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
}

.wishes-form {
  margin-top: 30px;
}
.wishes-form .wishes-phone-input-wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wishes-form .wishes-phone-input-wrap {
    margin-bottom: 10px;
  }
}
.wishes-form .wishes-phone-input-wrap .phone-country-code {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: max-content;
  max-width: 100px;
  background: url("data:image/svg+xml,%3Csvg fill='black' height='16' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 0rem center;
  padding: 0;
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #344c3d;
  outline: none;
  padding-right: 5px;
  appearance: none;
}
.wishes-form .wishes-phone-input-wrap .phone-country-code:hover {
  cursor: pointer;
}
.wishes-form .wishes-phone-input-wrap .phone-country-code:focus {
  outline: 0px solid #344c3d;
}
.wishes-form .wishes-phone-input-wrap input {
  width: 100%;
  padding-left: 120px !important;
}
.wishes-form .wishes-phone-input-wrap input:focus {
  outline: 0px solid #344c3d;
}

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

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #495057;
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 16px;
}

.voice-recorder {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.record-button {
  background: #344c3d;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.record-button:hover {
  background: #829672;
}

.recording-status {
  margin-top: 15px;
  color: #dc3545;
}

.recording-indicator {
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.action-buttons {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

#audioPreview {
  width: 100%;
  margin-top: 15px;
}

.required {
  color: #dc3545;
}

.error-message {
  font-size: 14px;
  margin-top: 5px;
}

.alert {
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert i {
  font-size: 18px;
  margin-right: 10px;
}

.btn-close {
  margin-left: auto;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  opacity: 0.5;
}

.btn-close:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 991px) {
  .wishes-page .wishes-box {
    margin: 0px 0;
  }
}
@media only screen and (max-width: 575px) {
  .wishes-page .logo {
    display: block;
    text-align: center;
  }
  .wishes-page {
    padding: 20px 0;
  }
  .wishes-page .wishes-box {
    padding: 20px;
  }
  .action-buttons {
    margin-top: 28px;
  }
  .record-button {
    padding: 10px 16px;
    font-size: 14px;
  }
  .wishes-box h1 {
    margin: 20px 0 5px;
  }
  .form-control {
    padding: 8px;
  }
  .subtitle,
  .subtitle span {
    font-size: 18px !important;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
