@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

::selection {
  color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "jost";
}

a,
button {
  cursor: pointer;
  display: inline-block;
}

a {
  min-width: fit-content !important;
  width: fit-content;
}

.container {
  max-width: 1240px;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}

body:before {
  background: linear-gradient(
    180deg,
    rgba(117, 171, 247, 1) 6%,
    rgba(40, 110, 180, 1) 49%,
    rgba(255, 51, 116, 1) 100%
  );
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.banner-section {
  /* background: url("./images/hero-black-bg.png") no-repeat center top fixed; */
  color: #fff;
  /* background: #75ABF7; */
  /* background: linear-gradient(180deg, rgba(117, 171, 247, 1) 6%, rgba(40, 110, 180, 1) 49%, rgba(255, 51, 116, 1) 100%); */
}

.announcement-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* background-color: rgb(0 0 0 / 30%); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #dddddd36;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 60px;
}

.leftbar-col a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.leftbar-col a:hover {
  color: #df314d;
}

.ann-icons img {
  object-fit: contain;
  transition: all 0.5s ease;
}

.ann-icons img:hover {
  transform: scale(1.2);
}

.announcement-icons {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  max-width: 100%;
}

nav a:hover {
  color: #df314d;
}

.leftbar-col span {
  padding: 20px;
  padding-left: 0;
}

.leftbar-col span i {
  margin-right: 7px;
}

.ann-icons img {
  object-fit: contain;
}

.ann-icons {
  display: flex;
  gap: 0;
}

.ann-icons a {
  border-right: 1px solid #dddddd36;
}

.card-hd p {
  color: #4c4c4c;
  margin-top: 14px;
}

.leftbar-col span:last-child {
  border-left: 1px solid #dddddd36;
  padding-left: 30px;
}

.ann-icons a:last-child {
  border: none;
}

.logo {
  display: flex;
  align-items: center;
  max-width: 10%;
  width: 100%;
}

.auth-buttons {
  max-width: 90%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2vw;
}

.leftbar-col {
  max-width: 60%;
  width: 100%;
  display: flex;
  gap: 2vw;
}

/* Base styles */
.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
}

.announcement-bar .container,
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announcement-bar span {
  /* margin-right: 20px; */
  font-size: 16px;
  font-weight: 400;
}

.dropdown-menu a {
  width: 100%;
}

.announcement-icons a {
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 40px;
  /* background-color: rgb(0 0 0 / 30%); */
  position: sticky;
  top: 60px;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  margin-right: 10px;
}

nav a {
  color: #fff;
  padding: 15px 10px !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.auth-buttons button {
  margin-left: 10px;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.login-btn {
  background-color: #fff;
  color: #df314d;
  text-decoration: none;
  padding: 18px 15px;
  border-radius: 2px 0 0 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.signup-btn {
  background-color: #264699;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  color: #fff;
  text-decoration: none;
  padding: 18px 15px;
  border-radius: 0 2px 2px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header-btn {
  display: flex;
}

.header-btn > * {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main {
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 70px;
  position: relative;
  height: 72vh;
}

.main .container {
  display: flex;
}

.main h1 {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
}

.form-card p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  max-width: 85%;
  line-height: 1.9rem;
  margin-bottom: 10px;
}

.find-partner {
  cursor: pointer;
}

.right-img-col img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.form-col {
  max-width: 60%;
  width: 100%;
}

.right-img-col {
  max-width: 40%;
  width: 100%;
  display: flex;
  position: relative;
}

.form-card {
  background-color: transparent;
  padding: 30px;
  border-radius: 0;
  max-width: 420px;
  width: 100%;
  margin-bottom: 100px;
  border: 5px solid #fff;
  position: relative;
}

.form-card::after {
  content: "";
  background-image: url(./images/heart-right.png);
  position: absolute;
  right: -70px;
  top: -50px;
  height: 160px;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-card::before {
  content: "";
  background-image: url(./images/heart-left.png);
  position: absolute;
  left: -70px;
  bottom: -70px;
  height: 160px;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

option {
  background-color: #361862;
  /* Dark transparent background */
  color: #fff;
  border-radius: 0;
  border: 1px solid #dddddd36;
  border-top: unset;
}

/* Optional: remove blue highlight on focus in some browsers */
select:focus {
  outline: none;
}

.gender,
.looking,
.age-div,
.city-name {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.form-card label {
  display: inline-block;
  margin-top: 15px;
  text-align: left;
  font-size: 16px;
  max-width: 30% !important;
  width: 100%;
  background-image: url(./images/dots.png);
  background-position: right center;
  background-size: 3px;
  background-repeat: no-repeat;
  font-family: "Jost", sans-serif;
  color: #fff;
}

.form-card strong {
  font-family: "Jost", sans-serif !important;
}

.form-card select,
.form-card input {
  width: 100%;
  padding: 14px 10px;
  margin-top: 5px;
  display: block;
  background-color: transparent;
  color: #fff;
  border: 1px solid #dddddd36;
  font-size: 16px;
  font-family: "Jost";
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-card input::placeholder {
  color: #fff;
}

.form-card select {
  background-image: url(./images/select-down.png);
  background-position: 95% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

select#age {
  background-position: 89% center;
}

.form-card select:focus-within,
.form-card input:focus-within {
  outline: unset;
}

.select-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.form-card input::placeholder {
  color: #ffffff7c;
}

.form-card button.find-partner {
  width: 100%;
  background-color: #264699;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  margin-top: 30px;
  font-family: "Jost", sans-serif !important;
  transition: all 0.3s ease-in-out;
  border-radius: 7px;
}

button.find-partner:hover {
  box-shadow: 3px 3px 0px;
}

.social-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.google-btn {
  background-image: url(./images/google.png);
  background-position: 9% center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 16px 40px !important;
  font-size: 16px;
  font-family: "Jost";
  color: #555555 !important;
  border-radius: 2px !important;
}

.social-buttons a {
  border: none;
  padding: 10px 20px;
  border-radius: 1px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px !important;
}

.google-btn {
  background-color: white;
  color: #fff;
}

.facebook-btn {
  background-color: #3b5998;
  color: white;
}

.twitter-btn {
  background-color: #00acee;
  color: white;
}

img.banner-shape {
  position: absolute;
  content: "";
  display: none;
}

.banner-section .all-shapes {
  display: none;
}

.banner-section .all-shapes .shape-1 {
  animation: up-down 6s infinite linear;
  top: 38%;
  right: 5%;
}

.banner-section .all-shapes .shape-2 {
  animation: angle-move 5s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
  top: 40%;
  right: 19%;
}

.banner-section .all-shapes .shape-3 {
  animation: zoom 7s infinite;
  top: 59%;
  right: 38%;
}

.banner-section .all-shapes .shape-4 {
  animation: up-down 5s infinite ease-in-out;
  top: 26%;
  right: 26%;
}

.banner-section .all-shapes .shape-5 {
  animation: angle-move 5s infinite ease-in-out;
  top: 50%;
  right: 45%;
}

.banner-section .all-shapes .shape-6 {
  animation: up-down 5s infinite ease-in-out;
  top: 32%;
  right: 30%;
}

.banner-section .all-shapes .shape-7 {
  animation: rotate 10s infinite linear;
  top: 62%;
  right: 44%;
}

.banner-section .all-shapes .shape-8 {
  animation: bounce-1 5s infinite linear;
  top: 25%;
  right: 45%;
}

@keyframes up-down {
  0%,
  100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }
}

@keyframes angle-move {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }

  50% {
    transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes zoom {
  0%,
  100% {
    transform: scale(0.9) rotate(0deg);
  }

  50% {
    transform: scale(1.1) rotate(30deg);
  }

  80% {
    transform: rotate(-30deg);
  }
}

@keyframes up-down {
  0%,
  100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }
}

@keyframes angle-move {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }

  50% {
    transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes up-down {
  0%,
  100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }
}

@keyframes rotate {
  0%,
  100% {
    transform: rotate(10deg) translate(10px, 15px);
  }

  50% {
    transform: rotate(240deg) translate(0, 0);
  }
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);
  }

  100% {
    transform: translateY(0);
  }
}

.members-section {
  text-align: center;
  padding: 60px 20px;
  /* background-color: #000; */
}

.subheading {
  color: #fce4ec;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  font-family: "Jost";
  line-height: normal;
}

.heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff;
  font-family: "Jost";
  line-height: normal;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
  max-width: 1200px;
  margin: auto;
}

.member-card {
  background-color: #fce4ec;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  transition: transform 0.3s ease;
}

/* .member-card:hover {
        transform: translateY(-5px);
      } */

.image-wrapper {
  position: relative;
  border-radius: 2px;
}

.members-section .image-wrapper {
  padding-top: 120%;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transform: translate(10px, 10px);
  transition: all 0.3s ease;
}

.members-section .image-wrapper > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
form.coupon--code input[type="text"] {
  border: 1px solid #e91e64;
  background: transparent;
  border-radius: 40px 0px 0px 40px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
}

form.coupon--code {
  display: flex;
  margin-bottom: 10px;
}

form.coupon--code button {
  background: #e91e64;
  color: #fff;
  line-height: 1;
  padding: 10px;
  border-radius: 0px 40px 40px 0px;
  font-size: 16px;
  border: 1px solid #e91e64;
  border-left: 0px;
}

form.coupon--code button:hover {
  background: #000;
  color: #fff;
}
.member-card:hover img {
  transform: translate(0px, 0px);
}

.member-card:hover {
  background-color: #df314d;
}

.card-content {
  padding: 30px 10px;
}

.eye-icon img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(10px, 10px);
  height: 15px;
  width: 20px;
}

.member-card:hover {
  width: 95%;
  height: 95%;
  transition: all 0.5s ease;
}

.image-wrapper:hover .eye-icon {
  opacity: 0;
}

.member-card h3 {
  font-size: 18px;
  color: #df314d;
  font-family: "Jost";
}

.member-card p {
  font-size: 14px;
  color: #df314d;
  font-family: "Roboto";
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}

.member-card:hover h3,
.member-card:hover p {
  color: #fff;
}

.join-btn {
  display: inline-block;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  background-color: #264699;
  color: white;
  padding: 15px;
  margin-top: 40px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.join-btn:hover {
  background-color: #df314d;
  color: #fff;
  box-shadow: 3px 3px 0 currentColor;
}

a.join-btn img {
  margin-right: 10px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 40px;
}

.card {
  background-color: #fce4ec;
  width: calc(25% - 15px);
  padding: 2rem 1rem;
  border-radius: 0px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.header-section {
  position: sticky;
  top: 0;
  z-index: 999;
  /* background-color: #000;  */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #5b96e0;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(117, 171, 247, 1) 6%,
    rgba(40, 110, 180, 1) 49%,
    rgba(255, 51, 116, 1) 100%
  );
  width: 30px;
  height: 30px;
  transition: all 0.3s linear;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 0%);
}

.card:hover::before {
  width: 100%;
  height: 100%;
  clip-path: none;
}

.card:hover .number,
.card:hover .label {
  color: #df314d;
}

.card:hover hr {
  background-color: #df314d;
}

.counter--sec .card .label {
  font-size: 14px;
  color: #df314d;
  text-align: center;
}

.card img {
  transition: all 0.3s ease-in-out;
}

.card:hover img {
  filter: grayscale(1);
}

.counter--sec .card:hover img {
  transform: scale(1);
  filter: brightness(0) invert(1);
}

.card img {
  width: 120px;
  margin-bottom: 2rem;
}

.card hr {
  max-width: 50%;
  margin: auto;
  color: #fff;
  background-color: #fff;
  height: 2px;
  border: unset;
  transition: all 0.3s ease-in-out;
}

.number {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
  font-family: "Jost";
  color: #fff;
}

.card .label {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}

.counting {
  /* background-image: url(./images/hero-black-bg.png); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
  color: #fff;
}

section.counting h4 {
  font-size: 24px;
  line-height: 1.7rem;
  font-family: "Jost";
  margin-bottom: 10px;
  color: #fce4ec;
}

section.counting h2 {
  font-size: 36px;
  font-family: "Jost";
}

.username input {
  max-width: calc(50% - 3px);
  width: 100%;
}

.username {
  display: flex;
  gap: 10px;
}

.dating-steps-section {
  padding: 100px 20px;
  text-align: center;
  background-image: url(./images/light-map.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.subtitle {
  color: #fce4ec;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Jost";
}

.dating-steps-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  z-index: -1;
}

.dating-steps-section > .container {
  position: relative;
  z-index: 1;
}

.event-image-wrapper {
  max-width: 40%;
  width: 100%;
}

.event-image-wrapper img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.main-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: "jost";
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.step-box {
  flex: 1;
  max-width: 320px;
  text-align: center;
}

.step-box:hover .step-label {
  background-color: #df314d;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.step-box:hover .step-title {
  color: #df314d;
  text-shadow: 1px 1px 1px #fff;
}

.step-circle {
  width: 144px;
  height: 140px;
  margin: 0 auto 20px;
  position: relative;
}

.step-label {
  position: absolute;
  top: 0;
  right: 0px;
  background: #fff;
  color: black;
  border-radius: 50%;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: bold;
  width: 42px;
  height: 42px;
  font-family: "Jost";
  line-height: 1.2;
  border: 2px solid #503676;
}

.step-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Jost";
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 1px transparent;
}

.step-description {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50px;
}

.subscription-section {
  padding: 60px 20px;
  text-align: center;
  /* background-image: url(./images/hero-black-bg.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: -1px;
}

.subscription-header p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Jost";
  color: #fce4ec;
  text-align: center;
}

.subscription-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
  font-family: "Jost";
}

.plans {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.top-contant-box {
  width: 100%;
}

.plan {
  background-color: #fce4ec;
  border-radius: 2px;
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.plan h3 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #3f51b517;
  padding: 25px 10px;
  color: #ffffff;
  /* background: linear-gradient(rgb(117, 171, 247) 6%, rgb(40, 110, 180) 49%, rgb(255, 51, 116) 100%); */
  background-color: #df314d;
}

.price_box {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: hsl(0deg 0% 100% / 59%);
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #ff2d84;
  margin: 0 !important;
  font-family: "Jost";
}
.center-div h3 {
  background: transparent;
  padding: 0;
  border: none;
  text-align: center;
  margin-bottom: 7px;
  color: #ff2d84;
}

.price del {
  color: #000;
  margin-right: 5px;
  text-decoration: revert;
}

.per-month {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}

.description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 20px;
}

.subscription-section .description {
  color: #000;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.plan ul li {
  margin: 0;
  position: relative;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
  /* border-bottom: 1px dashed #ccc; */
  padding: 14px 0;
  text-transform: capitalize;
}

.plan ul li::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0%;
  width: 90%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(117, 171, 247, 0) 0%,
    rgba(117, 171, 247, 1) 20%,
    rgba(40, 110, 180, 1) 50%,
    rgba(255, 51, 116, 1) 80%,
    rgba(255, 51, 116, 0) 100%
  );
}

.plan ul li:last-child:before {
  display: none;
}

.plan ul li i {
  color: #4caf50;
  margin-right: 7px;
}

.price small {
  font-size: 16px;
  font-weight: 400;
  color: #494848dd;
}

.buy-btn {
  display: inline-block;
  /* background-color: #fff; */
  color: #fff;
  border-radius: 5px;
  padding: 15px 27px 15px 48px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 60px !important;
  position: relative;
  z-index: 1;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  background-color: #264699;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 0px #df314d;
}

.buy-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(./images/arrow-btn-vector.png);
  background-position: 20% center;
  background-size: 12px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: filter 0.3s ease;
  border-radius: 4px;
  /* match parent */
  filter: brightness(0) invert(1);
}

.buy-btn:hover {
  background-color: #df314d;
  color: #fff;
  box-shadow: 3px 3px 0 #df314d;
}

.buy-btn:hover::before {
  filter: brightness(0) invert(1);
  /* ✅ inverts background only */
}

.tl-subtitle {
  background-color: #df314d;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

.tl-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

/* Tabs */
.tl-tabs {
  display: inline-flex;
  gap: 15px;
  margin-bottom: 40px;
}

.tl-tab-btn {
  background: #264699;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.tl-tab-btn.active {
  opacity: 1;
}

.tl-tab-btn i {
  font-size: 16px;
}

/* Grid & Cards */
.tl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.tl-card {
  background: #fce4ec;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  text-align: center;
  color: #ffff;
  position: relative;
}

.tl-card-img-wrapper {
  position: relative;
  padding-top: 110%;
}

.tl-card-img-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.tl-card .eye-icon img {
  position: absolute;
  top: 35%;
  left: 40%;
  transform: translate(10px, 10px);
  height: 15px;
  width: 20px;
}

.tl-card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  padding: 4px;
  position: relative;
}

.tl-card-info {
  padding: 15px 10px 20px;
}

.tl-card-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #df314d;
  transition: all 0.3s ease-in-out;
}

.tl-card-info p {
  font-size: 13px;
  color: #df314d;
  transition: all 0.3s ease-in-out;
}

.tl-card:hover h3,
.tl-card:hover p {
  color: #fff;
}

/* Hidden for filtering */
.tl-card.hidden {
  display: none;
}

.tl-card:hover {
  background-color: #df314d;
}

.events-wrapper {
  text-align: center;
  padding: 60px 0;
  /* background-image: url(./images/hero-black-bg.png); */
  /* background: linear-gradient(180deg, rgba(117, 171, 247, 1) 6%, rgba(40, 110, 180, 1) 49%, rgba(255, 51, 116, 1) 100%); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.events-header {
  margin-bottom: 40px;
}

.events-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #fce4ec;
}

.events-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 8px;
  color: #fff;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.event-card {
  background-color: #fce4ec;
  display: flex;
  padding: 20px;
  border-radius: 0;
  gap: 20px;
  align-items: center;
  transition: background-color 0.3s ease;
}

.event-card:hover {
  background-color: #df314d;
}

.event-image-wrapper img {
  object-fit: cover;
}

.event-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.event-card:hover .event-date {
  color: #fff;
}

.event-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #df314d;
}

.event-description {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.4;
}

.event-date {
  font-size: 13px;
  color: #df314d;
  margin-bottom: 10px;
}

.event-card:hover .event-title,
.event-card:hover .event-description {
  color: #fff;
}

.event-button {
  background-color: #264699;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-flex;
  width: max-content;
  transition: all 0.3s ease-in-out;
}

.event-button:hover {
  background-color: #210053;
  color: #fff;
  box-shadow: 3px 3px 0 #fff;
}

.reviews-section {
  text-align: center;
  padding: 60px 20px;
  color: #fff;
  /* background-color: #000; */
  overflow: hidden;
}

.reviews-section h4 {
  color: #fce4ec;
  margin: 0;
  font-size: 24px;
}

.reviews-section h2 {
  margin: 5px 0 40px;
  font-size: 36px;
}

/* --- Map & Avatars --- */
.map-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  height: 600px;
  /* background: url("./images/map-s.png") center/cover no-repeat; */
  background: url("./images/light-map-small.png") center/cover no-repeat;
}

.avatar-wrapper {
  position: absolute;
}

.avatar {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.avatar::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  opacity: 0.2;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0ca5f1;
}

.avatar::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  opacity: 0.09;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0ca5f1;
}

.avatar.purple-avatar::before,
.avatar.purple-avatar::after {
  background: #7256df;
}

.avatar.brown-avatar::before,
.avatar.brown-avatar::after {
  background: #eb59d5;
}

.avatar.light-p-avatar::before,
.avatar.light-p-avatar::after {
  background: #fe7855;
}

.avatar.green-avatar::before,
.avatar.green-avatar::after {
  background: #37d87b;
}

.avatar.dark-brown-avatar::before,
.avatar.dark-brown-avatar::after {
  background: #ffc313;
}

.avatar:hover::before {
  animation: ripple 1.05s infinite;
}

@keyframes ripple {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* --- Review Box --- */
.review-box {
  position: absolute;
  top: auto;
  left: 100%;
  margin-left: 10px;
  transform: translate(5%, -20%);
  width: 300px;
  background: #fff;
  border-radius: 0px 10px 10px 10px;
  padding: 20px;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.2); */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  color: #fff;
  pointer-events: none;
  z-index: 1;
  text-align: left;
}

/* show on hover of wrapper */
.avatar-wrapper:hover .review-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* for reviews that should appear above instead of centered */
.avatar-wrapper.review-top + .dark-brown-avatar .review-box {
  top: auto;
  bottom: 50%;
  transform: translate(-130%, 0%);
}

.review-box .arrow {
  content: "";
  position: absolute;
  background-image: url(./images/review-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 2px;
  left: -20px;
  width: 15px;
  height: 15px;
  visibility: hidden;
}

.review-top .review-box .arrow {
  content: "";
  position: absolute;
  background-image: url(./images/review-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  bottom: 90%;
  left: -20px;
  width: 15px;
  height: 15px;
  visibility: hidden;
}

.dark-brown-avatar + .review-box .arrow {
  content: "";
  position: absolute;
  background-image: url(./images/review-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  bottom: 90%;
  left: -35%;
  width: 15px;
  height: 15px;
  visibility: hidden;
}

/* Show the arrow when review box is visible */
.avatar-wrapper:hover .review-box .arrow {
  visibility: visible;
}

/* review content */
.review-box p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #5c5c5c;
}

.review-stars {
  color: #ffc107;
  font-size: 16px;
  margin-bottom: 8px;
}

.review-author {
  font-weight: bold;
  color: #f2377e;
  font-size: 16px;
}

/* Download App Section */
.download-app-section {
  /* background-color: #df314d; */
  position: relative;
  overflow: hidden;
  color: #fff;
}

.app-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.download-app-section::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  width: 800px;
  height: 800px;
  background: url("hearts-bg.png") no-repeat center/contain;
  transform: translate(50%, -50%);
  opacity: 0.2;
  pointer-events: none;
}

.download-app-section__content {
  flex: 1;
  max-width: 60%;
  z-index: 2;
  position: relative;
}

.download-app-section__subtitle {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.download-app-section__title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}

.download-app-section__description {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: normal;
}

span.download-app-section__btn-text span {
  color: #df314d;
  font-size: 24px;
  font-family: "Jost";
}

.download-app-section__btn-group {
  display: flex;
  gap: 20px;
}

.download-app-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s;
  border-radius: 8px;
}

.download-app-section__btn:hover {
  transform: translateY(-2px);
}

.download-app-section__btn-icon {
  height: 45px;
  width: 45px;
  object-fit: contain;
}

.download-app-section__btn-text {
  display: inline-block;
  color: #767676;
  font-size: 13px;
}

.download-app-section__phone {
  flex: 1;
  max-width: 40%;
  text-align: right;
}

.download-app-section__phone-image {
  max-width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@keyframes up-down {
  0%,
  100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }
}

/* Base colors & globals */
.footer {
  /* background-color: #000; */
  color: #fff;
  padding: 40px 0px 0;
  line-height: 1.5;
  margin-top: -4px;
  position: relative;
  border-top: 1px solid #dddddd36;
}

/* top row of contact info */
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-bottom: 30px;
}

.footer-top .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3vw;
}

.footer-container .container:nth-child(2) {
  padding: 70px 0 0px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}

.footer-contact-item img {
  filter: grayscale(100%) brightness(0) invert(1);
}

.footer-top a {
  text-decoration: none;
  color: #fff;
}

.footer-top a:hover {
  color: #ff4c60;
}

.newsletter-input:focus-visible {
  outline: unset;
}

.footer-contact-item span {
  height: 40px;
}

.footer-contact-item i {
  font-size: 20px;
  color: #ff4c60;
  margin-right: 8px;
}

.footer-contact-item {
  flex-direction: column;
  max-width: calc(33.33% - 3vw);
  width: 100%;
  text-align: center;
}

/* three-column main content */
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  /* margin-bottom: 30px; */
  padding: 0 20px;
}

/* ABOUT */
.footer-info {
  flex: 1;
  min-width: 250px;
}

.footer-info h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-info p {
  margin-bottom: 16px;
  color: #fff;
}

.footer-info img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* NEWS */
.footer-news {
  flex: 1;
  min-width: 250px;
}

.footer-news-item img {
  width: 80px;
  height: 70px;
  object-fit: cover;
  border-radius: 0;
  margin-right: 17px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.footer-news h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-news-item {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}

.author {
  width: 80px;
  overflow: hidden;
  min-width: 80px;
}

.footer-news-item img {
  width: 80px;
  height: 70px;
  object-fit: cover;
  border-radius: 0;
  margin-right: 17px;
}

.news-item-text a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
}

.news-item-text span {
  font-size: 14px;
  color: #fce4ec;
  transition: all 0.3s ease-in-out;
}

.footer-news-item:hover .news-item-text span {
  color: #fff;
}

/* NEWSLETTER */
.footer-newsletter {
  flex: 1;
  min-width: 250px;
}

.footer-newsletter h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-newsletter p {
  color: #fff;
}

.newsletter-form {
  margin-top: 15px;
}

.newsletter-input {
  flex: 1;
  padding: 20px;
  width: 100%;
  border: none;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #dddddd36;
}

.newsletter-button {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border: none;
  border-radius: 5px;
  background-color: #264699;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 15px;
  font-weight: normal;
  transition: all 0.3s ease;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
}

.footer-news-item:hover .news-item-text a {
  color: #df314d;
}

.footer-news-item:hover img {
  transform: scale(1.1) rotate(-5deg);
}

.newsletter-button i {
  margin-left: 6px;
}

/* bottom row */
.footer-bottom {
  text-align: center;
  padding: 40px 20px;
  /* background: #0c0c0c; */
}

.footer-bottom a {
  color: #264699;
  text-decoration: none;
  font-weight: bold;
}

button.newsletter-button:hover {
  box-shadow: 3px 3px 0 #fff;
}

.avatar.brown-avatar + .review-box {
  position: absolute;
  top: 90%;
  left: auto;
  right: 155%;
  margin-left: 10px;
  transform: translate(5%, -20%);
  width: 300px;
  background: #fff;
  border-radius: 0px 10px 10px 10px;
  padding: 20px;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.2); */
}

.avatar.brown-avatar + .review-box .arrow {
  left: 100%;
}

.avatar.dark-brown-avatar + .review-box {
  right: 150%;
  left: auto;
}

.avatar.dark-brown-avatar + .review-box .arrow {
  left: 100%;
}

/*login-page*/

.login-banner {
  /* background-image: url(./images/hero-black-bg.png); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2vw 0;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 20%);
}

.login-banner h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.7;
}

.login-banner p {
  font-size: 16px;
  color: #fce4ec;
}

.banner span {
  font-weight: bold;
}

.form-section {
  /* background-color: #0c0c0c; */
  text-align: center;
  color: #fff;
  padding: 4vw 0;
}

.login-container {
  background-color: rgb(0 0 0 / 43%);
  padding: 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 505px;
  margin: auto;
  box-shadow: 0px 2px 4px 0px rgba(223, 49, 77, 0.3);
  border: 1px solid rgb(255 255 255 / 32%);
}

.login-form h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.login-form .form-options label {
  margin-bottom: 0px;
}

.login-form input {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 25px;
  /* border: 1px solid rgba(223, 49, 77, 0.3); */
  border: 1px solid #dddddd36;
  border-radius: 4px;
  background-color: rgb(255 255 255 / 20%);
  color: #fff;
  font-size: 16px;
}

.login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(255 255 255 / 20%) inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.login-form input:focus,
.login-form input:focus-visible {
  box-shadow: unset;
  outline: unset;
}

.login-form input::placeholder {
  color: #bbb;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 15px;
}

.remember-me {
  display: flex;
  align-items: center;
}

.remember-me input {
  margin-right: 5px;
}

.form-options a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.remember-me input {
  margin-right: 5px;
  width: auto;
  margin-bottom: 0;
}

.submit-btn {
  width: 100%;
  background-color: #df314d;
  border: none;
  padding: 16px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  box-shadow: 3px 3px 0 white;
}

.form-options a:hover,
.signup-link a:hover {
  color: #df314d;
}

.signup-link {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}

.signup-link a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/*   
    .or-divider {
        position: relative;
        margin: 20px 0;
        text-align: center;
    } */

.or-divider {
  display: block;
  margin: 24px auto 40px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #df314d;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.or-divider span {
  display: inline-block;
  background: #df314d;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.or-divider span::before,
.or-divider span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: #df314d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(223, 49, 77, 0.3);
  width: 100%;
  height: 100%;
  animation: pulse 2s linear infinite;
  -webkit-animation: pulse 2s linear infinite;
  -moz-animation: pulse 2s linear infinite;
  opacity: 0;
  z-index: -1;
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  90% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.or-divider span::before {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.social-login-text {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Jost";
  font-size: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: unset;
}

.social-icons a:nth-child(2) {
  background-color: #4460a0;
}

.social-icons a:nth-child(3) {
  background-color: #0077b5;
}

.social-icons a:nth-child(4) {
  background-color: #e1306c;
}

.social-icons a:nth-child(5) {
  background-color: #bd081c;
}

.social-icons a:hover {
  opacity: 0.8;
}

/*profile-page*/

.profile-banner {
  /* background-color: #200042; */
  margin: 0;
  color: #fff;
  position: relative;
  min-height: 350px;
  margin-bottom: 30px;
}

/* .cover-photo {
  position: relative;
  background: url(./images/cover.jpg) no-repeat center center / cover;
  height: auto;
  min-height: 200px;
  transition: 0.3s;
} */

.profile-name {
  margin-top: 10px;
}

#editBtn img {
  max-width: 20px;
}

.cover-photo:hover .edit-btn {
  opacity: 1;
  pointer-events: all;
}

.edit-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}

.profile-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgb(224 59 125 / 69%);
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.profile-content {
  display: inline-flex;
  align-items: center;
}

.profile-info {
  text-align: center;
}

.profile-image {
  flex-shrink: 0;
}

.profile-image img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-position: top;
  max-width: 124px;
  max-height: unset;
  border: 4px solid #fff;
}

.action-btn img {
  max-width: 35px;
  background-color: #df314d;
  padding: 10px;
  object-fit: contain;
  border-radius: 50px;
  color: #fff;
  height: 35px;
  line-height: normal;
}

.profile-info h2 {
  font-size: 24px;
}

.profile-info p {
  margin: 5px 0 15px;
  color: #fff;
  font-size: 16px;
}

.profile-actions {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.profile-details .profile-info h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}

.action-btn {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  background: #df314d;
  border: unset;
  border-radius: 5px;
  padding-right: 12px;
  padding-block: 5px;
}

.profile-menu-container {
  /* background: #200042; */
  padding: 15px 0;
}

.profile-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.profile-header {
  padding: 0px 0 10px;
  height: 100%;
  position: relative;
}

.profile-menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}

.profile-menu a.active {
  color: #ff305b;
}

.profile-menu .count {
  background: #ff305b;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
}

.dropdown {
  margin-left: auto;
}

.dropdown a {
  color: #fff;
  display: flex;
  column-gap: 5px;
}

.dropdown a img {
  max-width: 15px;
}

/* Custom dropdown styles */
.profile-dropdown {
  position: relative;
  margin-left: auto;
}

.profile-more-link {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 10px;
}

.post-stats-custom img {
  max-width: 15px;
  display: inline-flex;
  width: auto;
}

.emojis {
  display: flex;
  gap: 5px;
  align-items: center;
}

.post-actions-custom img {
  max-width: 15px;
}

.profile-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #3a0060;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  min-width: 220px;
  z-index: 20;
}

.profile-dropdown-item {
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

.profile-dropdown-item:hover {
  background: #550080;
}

/* Show dropdown on hover */
.profile-dropdown:hover .profile-dropdown-menu {
  display: flex;
}

.Everything-drop .profile-dropdown-menu {
  min-width: 100px;
}

.profile-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 40px;
  flex-direction: row-reverse;
}

.tab-col {
  max-width: 75%;
  width: 100%;
  flex: 1 1 auto;
}

.filter-col {
  max-width: 25%;
  width: 100%;
  flex: 1 1 auto;
}

.social-tabs-header {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  align-items: center;
  position: relative;
  border-radius: 14px;
}

.tab-button-custom {
  text-decoration: none;
  padding: 10px 16px;
  background: transparent;
  border: none;
  font-weight: normal;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  position: relative;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tab-button-custom:hover {
  background-color: #0e2f78;
}

.tab-button-active,
.settings-link:hover {
  background-color: #df314d;
  color: #fff;
}

.dropdown-wrapper-custom {
  position: relative;
}

.dropdown-toggle-custom::after {
  content: "";
}

.dropdown-menu-custom {
  position: absolute;
  top: 45px;
  left: 0;
  background: #4e0470;
  border-radius: 6px;
  padding: 10px 0;
  display: none;
  flex-direction: column;
  min-width: 150px;
  z-index: 999;
}

.dropdown-wrapper-custom:hover .dropdown-menu-custom {
  display: flex;
}

.dropdown-option-custom {
  padding: 8px 20px;
  background: none;
  border: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-weight: normal;
  transition: background 0.3s;
}

.dropdown-option-custom:hover {
  background: #600f92;
}

.profile-tab {
  /* background-color: #0c0c0c; */
  background: transparent !important;
  padding-bottom: 100px;
}

.content-wrapper-custom {
  border-radius: 8px;
  color: #fff;
}

.post-header-custom img {
  max-width: 50px;
  border-radius: 100px;
}

.tab-content-custom {
  display: none;
}

.tab-content-active {
  display: block;
}

.tab-content-custom h2 {
  margin-bottom: 10px;
  color: #ffd1f5;
}

.tab-content-custom p {
  color: #fff;
}

/* Post Card */
.post-card-custom {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #210053;
}

.post-header-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 30px 30px;
}

.post-user-info-custom {
  display: flex;
  flex-direction: column;
}

.post-name-custom {
  font-weight: bold;
  font-size: 18px;
  font-family: "Jost";
  margin-bottom: 10px;
}

.post-details-custom {
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.post-content-custom {
  font-size: 16px;
  padding: 0 30px 30px;
  line-height: 1.5;
}

.post-stats-custom {
  font-size: 16px;
  padding: 15px 30px;
  border-top: 1px solid #ffffff36;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-actions-custom {
  font-size: 16px;
  padding: 15px 30px;
  border-top: 1px solid #ffffff36;
  display: flex;
  justify-content: flex-start;
}

.post-actions-custom button {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 0;
}

.post-details-custom img {
  max-width: 15px;
}

/* Header */
.post-header-custom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-header-custom img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Name and details */
.post-user-info-custom {
  display: flex;
  flex-direction: column;
}

.post-name-custom {
  font-weight: bold;
  color: #fff;
}

#tab-mentions .post-details-custom {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
  padding: 2px 0px;
  background-color: #391965;
  border-radius: 2px;
}

.post-details-custom img {
  width: 14px;
  height: 14px;
}

/* Dropdown (Public, Friends, Only Me) */
.privacy-select-custom {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  outline: none;
  background-image: url("./images/arrow-down.png");
  /* You can replace this */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}

/* Content area */
.post-content-custom {
  margin-top: 10px;
}

.post-content-custom textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  resize: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}

.post-content-custom textarea::placeholder {
  color: #744cac;
}

/* Actions */
.post-actions-custom {
  display: flex;
  align-items: center;
  justify-content: start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding: 20px 30px;
  column-gap: 40px;
}

.attaach-file {
  justify-content: space-between;
}

.post-div {
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 50%;
  width: 100%;
  justify-content: space-between;
}

.post-actions-custom button {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
}

.post-actions-custom button img {
  width: 15px;
  height: 15px;
}

/* Post button */
.post-button-custom {
  display: inline-block;
  background-color: #df314d;
  color: white;
  padding: 10px 30px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 16px;
}

.post-name-custom {
  margin: 0;
}

.Everything-drop .profile-more-link {
  background-color: #391965;
  border-radius: 2px;
  padding: 5px 10px;
}

.post-details-custom {
  position: relative;
  display: inline-flex;
  align-items: center;

  padding: 5px 10px;
  border-radius: 8px;
}

.privacy-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.privacy-select-custom {
  color: white;
  border: none;
  appearance: none;
  padding: 5px 35px 5px 35px;
  font-size: 16px;
  cursor: pointer;
  background-image: url("./images/world.png"),
    url('data:image/svg+xml;utf8,<svg fill="white" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: 8px center, right 10px center;
  background-size: 20px 20px, 20px 20px;
}

/* Remove default select styles on focus */
.privacy-select-custom:focus {
  outline: none;
}

.post-button-custom:hover {
  background-color: #df314d;
  color: #fff;
  box-shadow: 3px 3px 0 currentColor;
}

.post-actions-custom a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.load-more a {
  color: #fff;
  text-decoration: none;
  background: #df314d;
  transition: all 0.3s ease;
  border-radius: 2px;
  line-height: 50px;
  padding: 0 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.load-more a img {
  max-width: 15px;
}

.load-more a:hover {
  background-color: #df314d;
  color: #fff;
  box-shadow: 3px 3px 0 currentColor;
}

.load-more {
  text-align: center;
  margin-top: 30px;
}

.tab-button-custom img {
  max-width: 12px;
}

/* Main Card */
.filter-member-card {
  background-color: rgb(0 0 0 / 25%);
  border-radius: 14px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  position: sticky;
  top: 184px;
}

.form-content {
  padding: 30px;
}

/* Title */
.filter-title {
  color: #ffffff;
  font-size: 20px;
  padding: 16px 20px;
  font-weight: 600;
  border-bottom: 1px solid #ffffff2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.filter-title .pluse-icon {
  position: absolute;
  display: none;
  width: 22px;
  top: 50%;
  right: 15px;
}

.filter-title .pluse-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 100px;
}

.filter-title .pluse-icon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 100px;
  transform: rotate(90deg) translateX(2px);
  transition: all 0.3s ease-in-out;
}

.filter-title.icon-active span::after {
  transform: rotateZ(0deg);
  opacity: 0;
}

.form-content select {
  background-image: url(./images/down-arrow.png);
  background-position: 95% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

/* Description */
.filter-description {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Dropdown Container */
.filter-dropdown {
  margin-bottom: 15px;
}

/* Select Boxes */
.filter-select {
  width: 100%;
  padding: 12px 15px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  appearance: none;
  background: transparent;
  border: 1px solid #ffffff2e;
}

/* Age Range Container */
.filter-age-range {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

/* Age Select Boxes */
.filter-age-select {
  flex: 1;
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid #ffffff2e;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  appearance: none;
}

/* Submit Button */
.filter-submit-btn {
  width: 100%;
  padding: 15px 12px;
  background-color: #e53952;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.filter-submit-btn:hover {
  background-color: #d32f2f;
}

.suggestion-card {
  margin: 20px auto;
  background-color: #210053;
  border-radius: 2px;
  overflow: hidden;
  padding-bottom: 20px;
}

.suggestion-title {
  color: #ffffff;
  font-size: 24px;
  padding: 25px 30px;
  margin: 0;
  border-bottom: 1px solid #ffffff2e;
}

.suggestion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 30px;
}

.suggestion-item {
  position: relative;
  overflow: hidden;
}

.suggestion-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.heart-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #df314d;
  color: white;
  font-size: 18px;
  line-height: 1;
  clip-path: polygon(25% 25%, 75% 25%, 51.88% 48.13%, 25% 75%);
  height: 80px;
  width: 80px;
}

.heart-icon img {
  max-width: 12px;
  position: absolute;
  right: 50%;
  top: 33%;
}

.suggestion-item img {
  transition: all 0.3s ease;
}

.suggestion-item:hover img {
  transform: scale(1.1) rotate(-5deg);
}

.group-section {
  max-width: 400px;
  margin: 30px auto;
  background-color: #210053;
  border-radius: 2px;
  color: #fff;
}

.group-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff2e;
  padding: 25px 30px;
}

.group-card {
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.group-name {
  font-size: 16px;
  font-weight: bold;
}

.group-description {
  font-size: 14px;
  color: #ddd;
  margin: 8px 0 12px 0;
}

.group-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -10px;
  background-color: #ccc;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
}

.group-count {
  background-color: #df314d;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100%;
  padding: 10px 8px;
  margin-left: -15px;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
}

.view-button {
  background-color: #4c0bb0;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

.view-button:hover {
  background-color: #3a0891;
}

/* Complete Your Profile */
.profile-completion-container {
  background-color: #210053;
  padding: 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  box-shadow: 0px 2px 4px 0px rgba(223, 49, 77, 0.3);
}

.profile-completion-container h2 {
  color: #fff;
  margin-bottom: 18px;
}

#progressbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 30px;
  counter-reset: step;
}

#progressbar li {
  text-align: center;
  padding-block: 10px;
  position: relative;
  font-size: 14px;
  color: #bbb;
  border-radius: 5px;
  background-image: radial-gradient(#442083, transparent);
  border: 1px solid #3a0891;
}

#progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  background: #df314d;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
  line-height: 30px;
  color: white;
}

#progressbar li.active::before,
#progressbar li.active {
  background: #df314d;
  color: white;
  font-weight: bold;
  border: 1px solid #df314d;
}

#progressbar li.active::before {
  background-color: #fff;
  color: #df314d;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-row-full {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

fieldset {
  border: none;
}

fieldset:first-of-type {
  display: block;
}

.step1 .form-row .form-group:nth-child(7) {
  grid-column: span 2;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #ccc;
  text-align: start;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(223, 49, 77, 0.3);
  border-radius: 4px;
  background-color: #391965;
  color: #fff;
  font-size: 16px;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.submit-btn,
.form-btn {
  display: block;
  border: 0;
  width: 100%;
  max-width: 150px;
  background-color: #df314d !important;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  color: white;
  padding: 15px;
  margin-top: 20px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 16px;
}

.submit-btn:hover,
.form-btn:hover {
  background-color: #3a0891;
  color: #fff;
  box-shadow: 3px 3px 0 currentColor;
}

.dob select {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
}

/* Profile search */
.search-container h2 {
  margin-bottom: 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid .card {
  background-color: rgb(223 49 77 / 51%);
  border: 1px solid #df314d;
  width: 100%;
  backdrop-filter: blur(10px);
  position: relative;
  text-align: center;
  padding: 10px;
  border-radius: 14px;
}

.grid .card img {
  width: 100%;
  /* aspect-ratio: 10/14; */
  object-fit: cover;
  margin-bottom: 1rem;
  height: 254px;
  object-position: center center;
  border-radius: 14px;
}

.grid p {
  margin-bottom: 0px;
}

.grid .btn-group {
  gap: 2px;
}

.grid .btn {
  display: block;
  width: 100%;
  display: block;
  border: 0;
  background-color: white;
  color: #df314d;
  padding: 15px;
  margin-top: 20px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 16px;
}

.grid .btn:hover {
  background-color: #3a0891;
  color: #fff;
}

.grid .card > a {
  text-decoration: none;
  color: #fff;
}

.favorite-icon {
  border: 0;
  background: #ffffff61;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  z-index: 11;
}

.favorite-icon i {
  color: #fff;
}

.favorite-icon .text-danger {
  color: red !important;
}

.profile-card h3 {
  font-weight: 400;
  margin-bottom: 14px;
}

.online-status span {
  display: block;
  width: 10px;
  height: 10px;
  background: #e10000;
  border-radius: 100px;
}

.online-status {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  width: max-content;
  background: #ffffff;
  padding: 8px;
  border-radius: 100px;
  margin-top: -32px;
  z-index: 1;
  position: relative;
}

.online-status span {
  display: block;
  width: 10px;
  height: 10px;
  background: #e10000;
  border-radius: 100px;
}

.online-user {
  background: green;
}

.friend-btn-gp {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.gp-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #fff;
  padding: 8px 12px;
  background: #00000094;
  border-radius: 100px;
}

.gp-btn i {
  font-size: 10px;
}

.inner-info-wapper-header {
  display: flex;
  justify-content: space-between;
  margin: 26px 0;
}

.right-options-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

span.online-user {
  background: green;
}

.profile-card::before {
  display: none;
}

.profile-link-items {
  list-style: none;
  padding: 10px 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-link-items .settings-link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-member-card .filter-title {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 5px;
}

.block-list-block .grid .card {
  filter: grayscale(1);
}

.change-password-block .form-group,
.manage-account .form-group {
  margin-top: 28px;
}

.change-password-block,
.manage-account {
  background: rgb(0 0 0 / 31%);
  padding: 35px 30px;
  border-radius: 14px;
}

.change-password-block form,
.manage-account form {
  max-width: 100%;
}

input[type="checkbox"] {
  width: fit-content;
}

.privacy-section h2 {
  font-size: clamp(1.6em, 2vw, 55px);
  margin-bottom: 16px;
}

.privacy-section h2,
.privacy-section h3,
.privacy-section h4,
.privacy-section h5,
.privacy-section h6 {
  color: #ffffff;
  margin: 34px 0 12px 0 !important;
  font-size: 24px !important;
}

.privacy-section a {
  color: #ffffff;
  text-decoration: underline;
}

.privacy-section h3 {
  font-size: clamp(1.3em, 1.5vw, 40px);
  margin-bottom: 16px;
}

.privacy-section p {
  margin-bottom: 16px;
  color: #fff;
}

.privacy-section ul {
  padding-left: 1.2rem;
  margin-bottom: 16px;
}

.privacy-section ul li {
  margin-bottom: 5px;
  color: #fff;
}

.subscription-block-section {
  background: #391965;
  padding: 8vw 0;
}

.subscription-block-section .plan {
  background-color: #210053;
  text-align: center;
  color: #fff;
}

.subscription-header h2 {
  text-align: center;
  color: #fff;
}

form#editProfile {
  background: #210053;
  padding: 30px 20px;
}

form#editProfile h2 {
  margin-bottom: 16px;
}

form#editProfile hr {
  margin: 2em 0;
  border: 0.5px solid #9f9f9f;
}

form#editProfile .group-one .form-row .form-group:last-child {
  grid-column: span 2;
}

.check-box {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  align-items: center;
  font-size: 12px;
}

input#confirm-delete {
  margin-top: 3px;
}

.manage-account h2 {
  margin-bottom: 16px;
}

.content-wrapper-custom article {
  padding: 20px 20px 30px;
  background: rgb(0 0 0 / 25%);
  margin-bottom: 20px;
  border-radius: 14px;
}

.content-wrapper-custom article h2,
.content-wrapper-custom article p {
  margin-bottom: 15px;
}

.content-wrapper-custom article .info-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 7px;
  padding: 8px 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.content-wrapper-custom article .info-list li:last-child {
  border-bottom: none;
}

.content-wrapper-custom article .info-list li > p {
  position: relative;
  margin-bottom: 0;
}

.content-wrapper-custom article .info-list li p:last-child::after {
  content: ":";
  position: absolute;
  left: -10px;
}

.gallery {
  margin-top: 20px;
  column-count: 3;
  column-gap: 1rem;
}

.gallery-item {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

button.open-modal-btn {
  text-decoration: none;
  padding: 10px;
  border: none;
  font-weight: normal;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #fff;
  background: #df314d;
  transition: background 0.3s, color 0.3s;
}

section.contact-block {
  background: #391965;
  padding: 8vw 0;
}

.contact-form-section,
.contact-details-section {
  color: #fff;
  /* background: #000; */
  padding: 20px 30px 30px;
  height: 100%;
  margin-top: 30px;
}

.profile-tab input,
.profile-tab select,
.profile-tab textarea {
  background: rgb(255 255 255 / 18%);
  border: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

form#commentform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.profile-tab form#commentform {
  display: flex;
  flex-wrap: wrap;
}

.profile-tab form#commentform .form-inputs {
  width: calc(50% - 10px);
  flex-grow: 1;
}

.profile-tab form#commentform .form-inputs.full-width {
  width: 100%;
}

.contact-form-section h2,
.contact-form-section p,
.contact-info-title h2,
.contact-info-title p {
  margin-bottom: 15px;
}

.profile-tab form#commentform .form-inputs > div {
  margin-top: 5px;
}

button.lab-btn {
  background-color: #264699;
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 18px 15px;
  border: 0;
  border-radius: 5px;
  max-width: fit-content;
}

#commentform textarea {
  grid-column: span 2;
}

.contact-item {
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
}

.contact-item p {
  margin-bottom: 12px;
}

span.fw-bold {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.contact-item a {
  color: #fff;
  text-decoration: none;
}

/* Events Page Start */

.event--details {
  padding: 60px 0px;
  /* background: #0c0c0c;   */
}

.event-details-heading > * {
  text-align: center;
}

.event-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.event-details-grid img {
  height: 65px;
  filter: invert(1);
}

.event-details-grid .event-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  gap: 10px;
}

.event-icon {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(180deg, rgba(117, 171, 247, 1) 6%, rgba(40, 110, 180, 1) 49%, rgba(255, 51, 116, 1) 100%); */
  background-color: #264699;
}

.event-details-grid .event-item h3 {
  font-size: 22px;
  line-height: 1.4;
}

.merchandise--details {
  padding: 60px 0px;
  text-align: center;
  /* background-image: url(./images/hero-black-bg.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: -1px;
}

.merchandise-details-grid .merchandise-item {
  display: flex;
  flex-direction: column;
  background-color: rgb(223 49 77 / 51%) !important;
  border: 1px solid #df314d;
  width: 100%;
  backdrop-filter: blur(10px);
  position: relative;
  text-align: center;
  padding: 10px;
  border-radius: 14px;
}

.merchandise-details-grid .merchandise-item-info {
  padding: 10px 0px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.merchandise-details-grid .owl-item {
  display: flex;
}

.merchandise-details-grid .merchandise-item-info h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.merchandise-details-grid .merchandise-item-info p {
  color: #ffffff;
  font-size: 14px;
}

.product-list-item a h3 {
  color: #fff !important;
  font-weight: 400;
}

.product-list-item a p {
  color: #fff !important;
}

.price-tag {
  color: #fff;
  font-size: 16px;
}

.price-tag del {
  text-decoration: line-through;
  font-size: 14px;
  color: rgb(255 255 255 / 57%);
}

.product-list-item img {
  border-radius: 14px;
}

.merchandise-item .merchandise-icon {
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
}

.merchandise-item .merchandise-icon img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merchandise-details-grid .owl-stage {
  display: flex;
}

.merchandise-item .buy-btn {
  margin-bottom: 15px;
  margin-top: 0px;
}

.merchandise-details-grid .owl-dots {
  margin-top: 30px !important;
}

body .merchandise-details-grid .owl-dot.active span {
  background: linear-gradient(
    180deg,
    rgba(117, 171, 247, 1) 6%,
    rgba(40, 110, 180, 1) 49%,
    rgba(255, 51, 116, 1) 100%
  ) !important;
}

/* Events Page End */

.figures-box {
  position: relative;
  width: 100%;
}

.figures-box .img-bg {
  background: #fff;
  padding: 14px;
  border-radius: 20px;
  width: 15.0625vw;
  margin: 0 auto;
  height: 21.979166666666668vw;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  /* z-index: 1; */
  transition: all 0.3s ease-in-out;
}

.figures-box .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.figures-box .img-bg:last-child {
  transform: rotate(-14deg) translate(-286px, -62%);
  z-index: 0;
}

.figures-box .img-bg:nth-child(2) {
  transform: rotate(16deg) translate(0px, -45%);
  /* z-index: -1; */
}

.banner-left-content h2 {
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.banner-left-content p {
  font-size: 24px;
  line-height: 1.5;
  max-width: 700px;
}

.top-img-icon {
  transform: rotate(-50deg);
  margin-left: -52px;
  margin-bottom: -36px;
}

.figures-box .img-bg:hover {
  z-index: 9;
}

.figures-box .img-bg:hover:first-child {
  transform: scale(1.05) translate(-50%, -50%);
}

.figures-box .img-bg:hover:nth-child(2) {
  transform: scale(1.05) rotate(16deg) translate(-52px, -45%);
}

.figures-box .img-bg:hover:last-child {
  transform: scale(1.05) rotate(-16deg) translate(-225px, -58%);
}

.hamburger-close {
  font-size: 40px;
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 20px;
}

.hero--sec.profile-tab {
  padding-top: 70px;
  padding-bottom: 0px;
}

.hero--sec .col-4 {
  width: 40%;
}

.hero--sec .col-8 {
  width: 60%;
}

.hero--sec .f-bnr-img {
  width: 100%;
}

/* .hero--sec .feature {
    background: linear-gradient(180deg, rgba(117, 171, 247, 1) 6%, rgba(40, 110, 180, 1) 49%, rgba(255, 51, 116, 1) 100%) !important;
  } */

.hero--sec.feature h1 {
  font-size: 42px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 1rem;
  line-height: 54px;
  color: #fff;
}

.hero--sec.feature p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.hero--sec .find-partner {
  /* background-image: linear-gradient(135deg, #E60073, #3F51B5); */
  background-color: #264699;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  border-radius: 7px;
  margin-top: 30px;
  font-family: "Jost", sans-serif !important;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.hero--sec .f-bnr-img {
  animation: floatUpDown 5s ease-in-out infinite;
}

.hero--sec .f-left,
.hero--sec .f-right {
  position: relative;
}

.hero--sec .shape-f1 {
  position: absolute;
  right: -25px;
  bottom: -70px;
  rotate: 18deg;
}

.hero--sec .shape-f2 {
  position: absolute;
  right: 0;
  top: 0;
}

/* Age-pop-up-css */
.overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  backdrop-filter: blur(10px) saturate(120%);
  background: color-mix(in oklab, #000 65%, transparent);
  z-index: 9999;
  animation: fadeIn 0.5s ease both;
  justify-content: center;
}

.close-thank-you {
  position: absolute;
  top: -14px;
  right: -14px;
  background: #f23778;
  font-size: 24px;
  padding: 6px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 100px;
}

.card-inner {
  width: min(720px, 100%);
  background: linear-gradient(
      180deg,
      color-mix(in oklab, #ffffff 6%, transparent),
      transparent
    ),
    rgba(255, 255, 255, 0.08);
  border: 1px solid color-mix(in oklab, #fff 10%, transparent);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: visible;
}

.card-inner {
  position: relative;
  padding: 28px clamp(20px, 4vw, 40px) 34px;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: color-mix(in oklab, #ff0b69 12%, transparent);
  border: 1px solid color-mix(in oklab, #ff0b69 30%, transparent);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.eyebrow svg {
  width: 16px;
  height: 16px;
}

#ageForm {
  margin-top: 32px;
  display: grid;
  gap: 18px;
}

.row {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 15px;
}

.field {
  display: grid;
  gap: 10px;
}

.input,
.chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 14px;
  color: #e7e7e7;
  outline: none;
  width: 100%;
}

.hint {
  font-size: 12px;
  color: #ffe0ff;
  text-align: left;
}

.label {
  font-size: 14px;
  color: #b8c1ec;
}

.chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.popup-heading {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.chip.yes:has(input:checked),
.chip.yes.active {
  background: linear-gradient(
    180deg,
    rgba(124, 92, 255, 0.16),
    rgba(0, 224, 199, 0.1)
  );
  border-color: color-mix(in oklab, #7c5cff 55%, transparent);
}

.sub {
  color: #fff;
  font-size: 12px;
}

.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button#continueBtn {
  background: #328500;
  border: none;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 22px;
  transition: all 0.3s linear;
}

.skip-btn {
  cursor: pointer;
  color: #fff;
}

.welcome-popup .card-inner {
  background: linear-gradient(
    180deg,
    rgba(117, 171, 247, 1) 6%,
    rgba(40, 110, 180, 1) 49%,
    rgba(255, 51, 116, 1) 100%
  );
  text-align: center;
}

.welcome-popup .card-inner img {
  width: 112px;
  margin: 0 auto 22px auto;
  text-align: center;
}

.welcome-popup .card-inner .popup-heading {
  font-size: 42px;
}

.welcome-popup .card-inner p {
  color: #fff;
  font-size: 18px;
  margin-top: 17px;
  text-transform: capitalize;
}

.figures-box .img-bg {
  transition: all 0.3s linear;
}

.color-whihte {
  color: #fff;
}

#languageSwitcher .form-select {
  color: #fefefe;
  font-size: 13px;
  padding: 1px 8px;
  background-image: url("/assets/frontend/images/down.png") !important;
  background: #f93475a3;
  border-radius: 6px;
  border: 1px solid #f83677;
}

.subsciption-popup .center-div h3 {
  padding: 0 !important;
}

.privacy-section.list-styled ul li {
    list-style: disc;
}

/* Responsive Styles */

@media (max-width: 1440px) {
  .figures-box .img-bg:last-child {
    transform: rotate(-14deg) translate(-230px, -62%);
    z-index: 0;
  }

  .announcement-bar {
    height: unset;
  }

  .leftbar-col span,
  .announcement-icons a {
    padding: 10px 20px;
  }

  header .logo img {
    height: 68px !important;
  }

  nav a {
    padding: 10px 0px;
    font-size: 14px;
  }
}

@media (max-width: 1242px) {
  .banner-section .main {
    height: 100%;
  }

  .img-bg {
    position: unset !important;
    transform: unset !important;
    margin: 0 !important;
  }

  .main .figures-box {
    display: flex;
    gap: 0px;
  }

  .figures-box .img-bg {
    border-radius: 100%;
    width: 270px !important;
    height: 270px;
    overflow: hidden;
    padding: 4px;
  }

  .figures-box .img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }

  .main .container {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .top-img-icon {
    transform: rotate(-50deg);
    margin-left: 0;
    margin-bottom: -36px;
  }

  .form-col,
  .right-img-col {
    max-width: 100%;
  }

  .form-card {
    max-width: 90%;
    margin: 0 auto;
  }

  .figures-box .img-bg:nth-child(2) {
    transform: rotate(16deg) translate(-20%, -50%);
  }

  .figures-box .img-bg:last-child {
    transform: rotate(-16deg) translate(-80%, -73%);
  }
}

@media screen and (max-width: 1150px) {
  .tab-col,
  .filter-col {
    max-width: 100%;
  }

  .gallery {
    column-count: 2;
  }

  .contact-info-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
  }

  .contact-item {
    text-align: center;
    border-bottom: transparent;
    border-right: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-item:last-child {
    border-right: none;
    padding-right: 0px;
  }

  .contact-details-section {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
  }

  .contact-info-title h2 {
    margin-bottom: 5px;
  }

  .contact-info-title p {
    margin-bottom: 25px;
  }

  .contact-form-section {
    text-align: center;
  }

  .profile-tab form#commentform {
    justify-content: center;
  }

  .profile-tab {
    padding-bottom: 50px;
  }

  button.lab-btn {
    max-width: 350px;
    width: 100% !important;
  }

  .hero--sec .profile-row {
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) {
  .banner-section .all-shapes .shape-1 {
    top: -10%;
    right: 0%;
    display: none;
  }

  .banner-section .all-shapes .shape-2 {
    top: -5%;
    right: 21%;
    display: none;
  }

  .banner-section .all-shapes .shape-3 {
    top: 29%;
    right: 70%;
    z-index: 0;
    display: none;
  }

  .banner-section .all-shapes .shape-4 {
    top: -22%;
    right: 64%;
    z-index: 0;
  }

  .banner-section .all-shapes .shape-5 {
    top: 10%;
    display: none;
    right: 100%;
  }

  .banner-section .all-shapes .shape-6 {
    top: -14%;
    right: 70%;
  }

  .banner-section .all-shapes .shape-7 {
    top: 36%;
    right: 98%;
    display: none;
  }

  .banner-section .all-shapes .shape-8 {
    top: -20%;
    right: 100%;
    display: none;
  }

  .download-app-section__phone {
    position: relative;
  }

  .download-app-section__phone::before {
    position: absolute;
    content: "";
    right: 70%;
    bottom: 13%;
    background: url(./images/heart.png);
    width: 280px;
    height: 365px;
    animation: up-down 8s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
    z-index: 0;
  }

  .banner-section .all-shapes {
    display: block;
  }
}

@media (max-width: 992px) {
  .announcement-bar .leftbar-col,
  .announcement-icons .ann-icons,
  .announcement-icons span {
    display: none;
  }
  .announcement-bar .container {
    margin: 0;
    justify-content: end;
  }

  .auth-buttons nav {
    display: none;
  }

  /* .header-btn {
    margin-right: 70px;
  } */

  .hamburger {
    display: block;
    z-index: 1000;
    position: absolute;
    right: 25px;
    color: #fff;
  }

  /* Initial state */
  .nav-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
    transition: top 0.4s ease-in-out;
    z-index: 999;
  }

  .nav-menu.active {
    top: 0;
  }

  /* Hamburger styles */
  .hamburger {
    font-size: 30px;
    cursor: pointer;
    z-index: 1000;
    background: none;
    border: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    top: 0%;
    left: -100%;
    /* background-color: rgba(117, 171, 247, .91); */
    background: linear-gradient(
      180deg,
      rgba(117, 171, 247, 1) 6%,
      rgba(40, 110, 180, 1) 49%,
      rgba(255, 51, 116, 1) 100%
    );
    width: 85%;
    list-style: none;
    backdrop-filter: blur(1px);
    transition: all 0.3s ease-in-out;
    padding: 20px;
    max-width: 600px;
    height: 100vh;
    z-index: 99999;
  }

  body.menu-active {
    overflow: hidden;
  }

  .mobile-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100vh;
    content: "";
    background: rgba(0, 0, 0, 67%);
    z-index: -9999;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .mobile-overlay.active {
    opacity: 1;
    z-index: 9999;
    width: 100vw;
  }

  .hamburger.active {
    z-index: -1;
  }

  .mobile-menu > * {
    z-index: 999;
  }

  .mobile-menu.active {
    left: 0;
  }

  .menu.mobile-menu li a {
    color: #fff;
    text-decoration: none;
  }

  .menu.mobile-menu li {
    padding: 10px;
    border-bottom: 1px solid #fff;
    list-style: none;
  }

  ul.menu.mobile-menu.active {
    display: none;
  }

  ul .active {
    display: block;
  }

  .main {
    /* padding-top: 120px; */
  }

  .main .container {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
  }

  .form-col {
    max-width: 100%;
    margin: auto;
  }

  .right-img-col {
    max-width: 100%;
    width: 100%;
  }

  .form-card {
    margin: auto;
  }

  .right-img-col {
    display: block;
    text-align: center;
  }

  .steps-wrapper .arrow {
    display: none;
  }

  .steps-wrapper {
    row-gap: 40px;
  }

  .plan {
    width: calc(100% / 3 - 8px);
  }

  .download-app-section {
    padding: 80px 0 0;
  }

  .download-app-section__btn-group {
    padding-bottom: 80px;
  }

  .download-app-section__phone {
    margin-top: 112px;
  }

  .footer-contact-item {
    flex-direction: column;
    border: 1px solid #ffffff21;
    padding: 20px;
  }

  .card {
    width: calc(50% - 15px);
  }

  .plan h3 {
    font-size: 18px;
    padding: 10px 10px;
  }

  .price {
    font-size: 18px;
  }

  .price small {
    font-size: 12px;
  }

  .price_box {
    min-height: 68px;
  }

  .plans {
    gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .profile-row {
    flex-wrap: wrap;
  }

  .social-tabs-header {
    gap: 8px;
  }

  .tab-button-custom {
    padding: 6px;
  }

  .event-icon {
    width: 100px;
    height: 100px;
  }

  .event-details-grid img {
    height: 50px;
  }

  .event-details-grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .figures-box .img-bg {
    z-index: 1;
  }

  .figures-box .img-bg:nth-child(2) {
    transform: rotate(16deg) translate(-111px, -50%);
    /* z-index: -1; */
  }

  .figures-box .img-bg:last-child {
    transform: rotate(-16deg) translate(-228px, -70%);
    z-index: 0;
  }

  .contact-info-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .contact-item {
    border-right: transparent;
    padding: 0px;
  }

  .hero--sec .profile-row {
    flex-direction: column-reverse !important;
  }

  .hero--sec .profile-row > div {
    width: 100% !important;
  }

  .hero--sec.feature .f-left {
    text-align: center;
  }

  .hero--sec.feature h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 850px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .main {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: left;
  }
}

@media (max-width: 1200px) {
  header .container,
  .announcement-bar .container {
    max-width: 100%;
  }

  .announcement-bar span {
    margin-right: 0;
  }

  .announcement-icons {
    max-width: 35%;
  }

  header {
    padding: 21px 0px;
  }

  .logo img {
    margin-right: 10px;
    max-width: 200px;
  }

  .leftbar-col span {
    padding: 13px;
  }

  .announcement-icons a {
    padding: 13px;
  }

  .announcement-bar {
    height: 46px;
  }

  .auth-buttons {
    /* max-width: 80%; */
    max-width: calc(100% - 100px);
    gap: 10px;
  }

  header nav a {
    padding: 15px 8px !important;
  }

  header .logo {
    max-width: 80px !important;
  }

  .login-btn {
    padding: 13px 15px;
  }

  .signup-btn {
    padding: 13px 15px;
  }

  .banner-section .all-shapes .shape-4 {
    top: -22%;
    right: 50%;
  }

  .banner-section .all-shapes .shape-6 {
    top: -14%;
    right: 57%;
  }

  .banner-section .all-shapes .shape-5 {
    top: 10%;
    right: 85%;
  }

  .banner-section .all-shapes .shape-7 {
    top: 30%;
    right: 88%;
  }

  .banner-section .all-shapes .shape-8 {
    top: -20%;
    right: 90%;
  }

  .members-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-row-gap: 20px;
  }

  .member-card {
    max-width: 220px;
  }

  .footer-contact-item {
    flex-direction: column;
  }

  .footer {
    padding: 0;
  }

  .news-item-text a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1024px) {
  .download-app-section__title {
    font-size: 28px;
  }

  .download-app-section__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .footer-contact-item {
    max-width: calc(51% - 3vw);
  }
}

@media (max-width: 768px) {
  .members-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-row-gap: 20px;
  }

  .footer-newsletter p {
    color: #fff;
    max-width: 50%;
  }

  .member-card {
    max-width: 350px;
  }

  .main-title {
    max-width: 530px;
    margin: 20px auto;
  }

  .newsletter-input {
    width: 50%;
  }

  .subscription-header h2 {
    margin-bottom: 40px;
  }

  .plan {
    width: 100%;
  }

  .avatar.light-p-avatar + .review-box {
    max-width: 280px;
  }

  .newsletter-input {
    width: 100%;
  }

  .footer-newsletter p {
    color: #fff;
    max-width: 100%;
  }

  .footer-contact-item {
    width: 100%;
  }

  .download-app-section__phone {
    display: none;
  }

  .events-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .download-app-section__phone {
    margin-top: 0;
    text-align: center;
    max-width: 200px;
  }

  .download-app-section__content {
    max-width: 100%;
  }

  .download-app-section__phone {
    margin-top: 40px;
    text-align: center;
  }

  .download-app-section::after {
    right: 50%;
    transform: translate(50%, -50%);
    width: 600px;
    height: 600px;
  }

  .footer-top,
  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-info,
  .footer-news,
  .footer-newsletter {
    width: 100%;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .card {
    width: 45%;
  }

  .profile-completion-container {
    padding: 20px;
  }

  .figures-box .img-bg {
    z-index: 1;
    position: unset;
    transform: unset !important;
    height: unset;
  }

  .figures-box .img-bg:last-child {
    transform: rotate(22deg) !important;
  }

  .figures-box .img-bg:first-child {
    transform: rotate(-22deg) !important;
  }

  .figures-box {
    min-height: unset;
    margin-bottom: 0;
  }

  .subscription-section .container {
    padding: 0 !important;
  }

  .profile-tab form#commentform .form-inputs {
    width: 100%;
  }

  .profile-tab form#commentform {
    align-items: center;
  }

  .hero--sec.feature h1 {
    font-size: 32px;
  }

  .hero--sec.feature p {
    font-size: 16px;
  }

  .hero--sec.profile-tab {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .social-tabs-header {
    gap: 8px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tab-button-custom {
    text-align: center;
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 6px 13px;
    border-radius: 6px;
  }

  .profile-dropdown.Everything-drop {
    grid-column: span 2;
    margin: 0 auto;
  }

  .privacy-select-custom {
    padding: 5px 30px 5px 30px;
    font-size: 12px;
    background-position: 3px center, right 15px center;
    background-size: 15px 15px, 15px 15px;
  }

  .post-header-custom img {
    width: 40px;
    height: 40px;
  }

  .post-name-custom {
    margin: 0;
    font-size: 16px;
  }

  .post-details-custom {
    font-size: 12px;
    margin-left: auto;
  }

  .post-content-custom {
    font-size: 14px;
    padding: 0 15px 15px;
    line-height: 1.5;
  }

  .post-stats-custom {
    font-size: 12px;
    padding: 10px 15px 0;
  }

  .post-header-custom {
    padding: 10px;
    gap: 8px;
  }

  .post-content-custom textarea {
    font-size: 14px;
  }

  .post-stats-custom img {
    max-width: 10px;
  }

  .post-details-custom img {
    width: 12px;
    height: 12px;
  }

  .post-actions-custom button {
    display: block;
    width: 100%;
  }

  .attaach-file {
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }

  .post-actions-custom {
    padding: 15px 15px;
  }

  .post-actions-custom a {
    font-size: 14px;
  }

  .post-div {
    gap: 15px;
    max-width: 100%;
    width: 100%;
  }

  .gallery {
    column-count: 1;
  }

  form#commentform {
    display: flex;
    flex-direction: column;
  }

  .figures-box {
    margin-top: 0px;
  }

  .banner-section .main {
    overflow: visible;
  }

  .counting {
    padding-top: 0px;
  }

  .subscription-section {
    padding: 30px 20px;
  }

  section.members-section.custom-member-sections,
  .reviews-section {
    padding: 30px 20px;
  }

  .events-wrapper {
    padding: 30px 10px;
  }

  .figures-box {
    margin-top: 0px;
  }
  .banner-left-content h2 {
    font-size: 36px !important;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
  }
  .banner-left-content p {
    font-size: 15px !important;
    text-align: center;
  }
  .main-heading {
    font-size: 34px;
    font-weight: 600;
  }
}

@media (max-width: 575px) {
  header {
    padding: 15px 0px;
  }

  .members-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }

  .card {
    width: calc(100% - 15px);
  }

  .section-header h2 {
    margin-top: 0;
  }

  .members-section {
    padding: 80px 20px;
  }

  /* .event-card {
        flex-direction: column;
    }
    .event-card {
        align-items:baseline;
  } */
  .google-btn {
    padding: 16px 20px 16px 30px !important;
    font-size: 11px;
  }

  .map-container .avatar-wrapper:first-child {
    left: 0 !important;
    top: 0 !important;
  }

  .map-container .avatar-wrapper:nth-child(2) {
    left: 0 !important;
  }

  .map-container .avatar-wrapper:nth-child(3) {
    left: 0 !important;
    top: 37% !important;
  }

  .map-container .avatar-wrapper:nth-child(4) {
    left: 0 !important;
    top: 55% !important;
  }

  .map-container .avatar-wrapper:nth-child(5) {
    left: 0 !important;
    top: 73% !important;
  }

  .map-container .avatar-wrapper:nth-child(6) {
    left: 0 !important;
    top: 91% !important;
  }

  .avatar.brown-avatar + .review-box {
    left: 100%;
    right: 0;
  }

  .avatar.brown-avatar + .review-box .arrow {
    left: -20px;
  }

  .avatar.dark-brown-avatar + .review-box {
    right: 0;
    left: 100%;
    bottom: -30%;
  }

  .avatar.dark-brown-avatar + .review-box .arrow {
    left: -20px;
    bottom: 0;
    transform: rotate(270deg);
  }

  .form-card::after {
    right: -30px;
    top: -65px;
    height: 134px;
    width: 116px;
  }

  .header-btn {
    display: none;
  }

  .download-app-section__btn {
    padding: 12px 15px;
    width: calc(100% / 2);
  }

  .tl-tabs {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .form-card::after {
    right: -15px;
  }

  .heading,
  section.counting h2,
  .main-title,
  .subscription-header h2,
  h2.heading,
  .events-title,
  .reviews-section h2 {
    font-size: 26px;
  }

  section.counting h4,
  .subtitle,
  .subscription-header p,
  .subheading,
  .events-subtitle,
  .reviews-section h4 {
    font-size: 14px;
  }

  .download-app-section__btn-group {
    gap: 10px;
  }
  .download-app-section__btn-icon {
    height: 24px;
    width: 24px;
    object-fit: contain;
  }
  span.download-app-section__btn-text span {
    font-size: 16px;
  }
  .download-app-section__btn-text {
    font-size: 12px;
  }
  .footer-contact-item {
    text-align: center;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .avatar.light-p-avatar + .review-box {
    max-width: 60vw;
  }

  .avatar.brown-avatar + .review-box {
    max-width: 60vw;
  }

  .review-box {
    width: 60vw;
  }

  .login-container {
    max-width: 100%;
  }

  .form-row,
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-group {
    margin-bottom: 15px;
    width: 100%;
    grid-column: span 2;
  }

  .footer-top .container {
    flex-direction: column;
  }

  .footer-contact-item {
    max-width: 100%;
  }

  #progressbar {
    gap: 6px;
  }

  .footer-container .container:nth-child(2) {
    padding: 30px 0 0px;
  }

  .events-wrapper .event-card {
    flex-direction: column;
  }

  .events-wrapper .event-image-wrapper,
  .events-wrapper .event-image-wrapper img {
    width: 100%;
    max-width: 100%;
  }

  .contact-form-section,
  .contact-details-section {
    padding: 0px;
  }

  .contact-form-section {
    margin-bottom: 30px;
  }

  .event-details-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .username {
    flex-direction: column;
    gap: 0px;
  }

  .username > div {
    width: 100% !important;
  }

  .login-form .form-group .error {
    text-align: left;
  }

  .login-btn,
  .signup-btn {
    border-radius: 0px;
  }

  .contact-info-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-item p {
    margin-bottom: 0px;
  }

  .hero--sec.feature h1 {
    font-size: 28px;
  }

  .hero--sec.profile-tab {
    padding-top: 30px;
  }
}

/* CSS--By--Sachin */

.sec_padding {
  padding: 50px 0;
}

*:nth-last-child {
  margin-bottom: 0 !important;
}

/* Event-css-start */
.search-bar form {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}

.search-filter-input-box {
  width: 290px;
  position: relative;
}

.search-filter-input-box input[type="text"] {
  padding: 15px 66px 15px 20px;
}

.search-filter-input-box button {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgb(255 255 255 / 19%);
  outline: none;
  border: none;
}

.filter_wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.search-filter-input-box select {
  appearance: none;
  width: 290px;
  padding: 15px 20px 15px 20px;
}

span.filter-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

span.filter-icon i {
  color: #fff;
  font-size: 18px;
}

.search-filter-input-box input,
.search-filter-input-box select {
  border-radius: 100px;
  color: #d5d0d0;
  font-size: 15px;
}

.pasignation_wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.pasignation_wrapper ul {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  gap: 7px;
  background: #391965;
  padding: 4px;
}

.pasignation_wrapper ul .pasignation-li a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgb(223 49 77 / 22%);
  transition: all 0.3s linear;
}

.pasignation_wrapper ul .pasignation-li a:hover,
.pasignation_wrapper ul .pasignation-li.active a {
  background: #df314d;
}

.pasignation_wrapper ul .previous a,
.pasignation_wrapper ul .next a {
  width: fit-content;
  padding: 12px;
}

/* Event-css-End */

/* Event-single-CSS-start */
.feature_image_wrapper img {
  width: 100%;
  border-radius: 18px;
}

h1.event_heading {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}

.event_detail_wrapper {
  margin-top: 24px;
}

.event_detail_wrapper p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

ul.date_ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

ul.date_ul li {
  color: #fff;
}

.detail_header {
  margin-bottom: 24px;
}

.detail-banner {
  background: rgb(91 150 224 / 0%);
  padding: 82px;
}

.detail-banner .detail_header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
}

.detail-banner {
  background: rgb(91 150 224 / 0%);
  padding: 82px;
}

.detail-banner .detail_header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
}

.blog-flex-row {
  display: flex;
  gap: 20px;
}

.blog-flex-row .blog-col:first-child {
  width: 70%;
}

.blog-flex-row .blog-col:last-child {
  width: 30%;
}

.aside_wrapper {
  padding: 10px;
  border: 1px solid #dddddd52;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(0, 0, 0, 0.2);
}

.aside_wrapper aside {
  background: rgb(91 150 224 / 43%);
  border-radius: 6px;
  padding: 24px;
  backdrop-filter: blur(30px);
}

ul.aside_ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

ul.aside_ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

ul.aside_ul li i {
  color: #fff;
  margin-right: 4px;
}

.small_heading {
  color: #fff;
  margin-bottom: 20px;
}

ul.tags_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

ul.tags_list li a {
  text-decoration: none;
  color: #fff;
  background: #df314d;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 100px;
  display: block;
  transition: all 0.3s linear;
}

ul.tags_list li a:hover {
  color: #df314d;
  background: #fff;
}

.feature_image_wrapper {
  width: 100%;
  height: 430px;
}

.feature_image_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Event-single-CSS-End */

/* Product-css-start */
.product_flex_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.image-thumb img,
.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list-item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.product-list-item {
  background-color: #fff !important;
}

.product-list-item .merchandise-icon {
  position: relative;
}

.image-preview {
  overflow: hidden;
  height: 500px !important;
}

.image-thumb {
  height: 120px !important;
}

.cart-btn {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.cart-btn i {
  color: #df314d;
  font-size: 18px;
}

.cart-btn:hover {
  background: #df314d;
  color: #fff;
}

.cart-btn:hover i {
  color: #fff;
}

.product_wrapper {
  display: flex;
  gap: 20px;
}

.product_wrapper .product_col {
  width: calc(100% / 2);
}

.slider-nav .slick-track {
  transform: unset;
}

.slider-nav .slick-slide {
  margin: 0 8px;
}

.slider-nav .slick-list {
  margin: 0 -8px;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
  overflow: hidden !important;
}

body {
  overflow-x: hidden;
}

.product-heading {
  color: #fff;
  font-size: 32px;
  margin-bottom: 18px;
}

.price-heading {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 18px;
}

.price-heading del {
  text-decoration: line-through;
  font-size: 18px;
  color: #ff4e4e;
}

.rating-box {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ffff;
  margin-bottom: 24px;
}

.rating-box span {
  display: flex;
  gap: 7px;
}

.rating-box span i {
  color: #ffbf00;
  font-size: 14px;
}

.description-wrapper p {
  color: #fff;
}

.size-selector {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.size-selector input[type="radio"] {
  display: none;
}

.size-selector label {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

/* Checked Style */
.size-selector input[type="radio"]:checked + label {
  background: #df314d;
  color: white;
  border-color: #df314d;
}

.selection_wrapper {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.error-size,
.error-color {
  color: #fff900;
}

.selection_wrapper .items-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.check-heading {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.color-options {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.color-options h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.color-options label {
  position: relative;
  cursor: pointer;
}

.color-options input {
  display: none;
}

.color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}

.color-options input:checked + .color-circle {
  border: 2px solid #000;
  /* black border on selected */
  box-shadow: 0 0 0 2px #fff inset;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
}

/* Quantity box */
.quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 15px;
  gap: 15px;
  color: #fff;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

.qty {
  font-size: 16px;
  font-weight: 500;
}

/* Add to cart button */
.add-cart {
  flex: 1;
  background: #264699;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Icons */
.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}

/* Buy Now button */
.buy-now {
  width: 100%;
  background: #fdd400;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.info-box {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.info-item p {
  margin: 0;
}

.info-item b {
  font-weight: 600;
}

.info-icon svg {
  stroke: #fff;
}

/* Product-css-End */

.detail-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-form .form-group {
  width: calc(100% / 2 - 5px);
}

.detail-form .form-group input,
.detail-form .form-group select {
  padding: 18px 12px 18px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  border-color: rgb(255 255 255 / 15%);
}

.check-wrapper .product_col:first-child {
  width: 65%;
}

.check-wrapper .product_col:last-child {
  width: 35%;
}

.sec_heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.form-wrapper,
.order-wrapper {
  padding: 30px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.detail-form .form-group:nth-child(7),
.detail-form .form-group:nth-child(10),
.detail-form .form-group:nth-child(11),
.button-group {
  width: 100%;
}

.form-group textarea {
  border-radius: 8px;
  background: rgb(255 255 255 / 17%);
  border-color: rgb(255 255 255 / 15%);
}

.pay-opt-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
}

.pay-opt-group input {
  width: auto;
}

.pay-opt-group label {
  margin-bottom: 0;
}

input[type="radio"] {
  accent-color: #ff0000;
  width: 30px;
  height: 16px;
  cursor: pointer;
}

.form-group textarea {
  border-radius: 8px;
}

.pay-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 20px;
  border-radius: 100px;
  font-size: 20px;
  width: 100%;
  transition: all 0.3s linear;
}

.pay-btn:hover {
  background: #ffd603;
  color: #391965;
}

li.order-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.img-prd {
  width: 90px;
  height: 90px;
}

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

.infor-prd {
  display: grid;
  gap: 8px;
  flex: 1;
}

.price-prd {
  font-size: 16px;
  color: #fff;
}

.prd_name a {
  color: #ffffff;
  font-size: 15px;
}

.prd_select.text-small {
  font-size: 14px;
  color: #fff;
}

.list-order-product {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-total .total-item:first-child {
  border-top: 1px solid rgb(255 255 255 / 16%);
}

.list-total {
  margin-top: 30px;
}

.list-total .total-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.last-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}

.text-white {
  color: #fff;
}

/* Thank-you */

.thank-you-wrapper {
  padding: 30px;
  background: rgb(57 25 101 / 45%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order-summery-box {
  padding: 30px;
  background: rgb(0 0 0 / 48%);
  margin-top: 30px;
  border-radius: 12px;
}

.thank-you-wrapper > img {
  text-align: center;
  width: 128px;
  margin: 0 auto !important;
}

h2.msg_heading {
  color: #fff;
  text-align: center;
  font-size: 32px;
}

.thank-you-wrapper p {
  color: #fff;
  text-align: center;
}

.small-heading {
  color: #fff;
  margin-bottom: 22px;
}

.gohome_btn_box {
  text-align: center;
  margin-top: 25px;
}

.gohome_btn_box a {
  color: #fff;
  background: #000;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s linear;
}

.gohome_btn_box:hover a {
  background: #264699;
}

.thank-you-wrapper .last-total {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* Thank-you-end */

/* Cart-css */
.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
  color: #fff;
  text-transform: capitalize;
}

.cart-table td {
  padding: 20px 0;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
  vertical-align: middle;
  color: #fff;
}

.cart-table th:last-child {
  text-align: right;
}

.cart-product {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-product img {
  width: 100px;
  height: 100px !important;
  object-fit: cover;
  height: auto;
  border-radius: 4px;
}

.cart-info .brand {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.cart-info h4 {
  margin: 2px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.cart-info p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 5px 10px;
  gap: 15px;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.qty {
  font-size: 14px;
}

.delete-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
}

.cart-total {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: right;
}

.cart-wrapper {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 12px;
}

.cart-bottom {
  display: flex;
  gap: 75px;
  justify-content: end;
  margin-top: 29px;
}

.cart-bottom .check-out-btn {
  width: max-content;
  padding: 10px 26px;
  font-size: 17px;
}

.cart-bottom .last-total {
  margin-top: 0;
  align-items: center;
  gap: 15px;
  width: 22%;
}

.cart-bottom .last-total span:first-child {
  margin-bottom: 0;
  font-size: 20px;
}

/* order-table */
.order-list {
  background: rgb(0 0 0 / 29%);
  padding: 20px;
  border-radius: 14px;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.order-table th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  border-bottom: 1px solid rgb(255 255 255 / 28%);
}

.order-table td {
  padding: 15px 10px;
  border-bottom: 1px solid rgb(255 255 255 / 28%);
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}

.product-col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-col img {
  width: 70px;
  height: auto;
  border-radius: 4px;
}

.product-info h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.product-info p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #fff;
}

.status {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
}

.status.completed {
  background: #eaf4ed;
  color: #207244;
}

.status.pending {
  background: #fff6e6;
  color: #e09b1d;
}

.status.delivery {
  background: #e7f5f8;
  color: #1087a5;
}

.status.canceled {
  background: #fbe9eb;
  color: #c6374a;
}

.order-table a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.order-table a:hover {
  text-decoration: underline;
}

.product-image img {
  width: 100%;
  height: 100%;
}

.order-list .selection_wrapper {
  gap: 16px;
}

.order-list .selection_wrapper {
  gap: 18px;
}

.order-list .selection_wrapper .items-box {
  gap: 4px;
}

.order-list .selection_wrapper .items-box .check-heading {
  font-size: 20px;
}

p.value-heading {
  font-size: 13px;
}

.pay-btn.theme_btn {
  display: inline-block;
  width: auto;
  margin-top: 12px;
  font-size: 14px;
  padding: 11px 22px;
  background: #df314d;
}

.order-list .product-heading {
  font-size: 22px;
}

.order-list .price-heading {
  font-size: 22px;
  margin-bottom: 0 !important;
}

/* track-order */
.order-tracker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

.step.completed .circle {
  background: #ffffff;
}

.step.active .circle {
  border: 2px solid #22c55e;
  background: #fff;
  color: #22c55e;
}

.step.completed .circle {
  background: #03a703;
  color: #fff;
}

.step.completed + .line {
  background: #03a703;
}

.step p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.line {
  flex: 1;
  height: 3px;
  background: #ffffff;
  margin: 0 8px;
  margin-top: -22px;
  border-radius: 100px;
}

.crat-top a {
  color: #fff;
  position: relative;
  display: block;
}

span.total-count-cart {
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 11px;
  background: red;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -16px;
  right: -14px;
}

.account-settings a {
  width: 100% !important;
  min-width: 100% !important;
}

/* Login-Css */
.form-container {
  max-width: 696px;
  background: rgb(207 21 90 / 40%);
  border: 1px solid rgb(223 49 77 / 36%);
  box-shadow: none;
  padding: 24px;
  border-radius: 14px;
  backdrop-filter: blur(18px);
}

.form-container .form-group select,
.form-container .form-group input,
.dropdown-btn {
  background-color: rgb(255 255 255 / 19%) !important;
  padding: 15px;
  font-size: 14px;
  border: none;
}

.form-container .form-group select,
.form-container .form-group input,
.dropdown-btn {
  background-color: rgb(255 255 255 / 19%) !important;
  padding: 15px !important;
  font-size: 14px;
  border: none !important;
}

.form-container .form-group {
  margin-bottom: 0 !important;
  border: 1px solid rgb(255 255 255 / 22%);
  padding: 18px 16px;
  border-radius: 14px;
}

.form-container form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.upload-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.upload-box {
  width: 100%;
  height: 100px;
  background: #1c1c1c85;
  border: 1px dashed rgb(255 45 85 / 44%);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-box input {
  display: none;
}

.upload-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.upload-box .plus-icon {
  font-size: 28px;
  color: #ff2d55;
  font-weight: bold;
}

.form-step-wrapper {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}

.step-line {
  flex: 1;
  width: 100%;
  height: 2px;
  background: rgb(233 233 233 / 24%);
  border-radius: 100px;
}

.step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgb(233 233 233 / 24%);
  color: #ffffff;
  border-radius: 100px;
  font-weight: 600;
  border: 1px solid #b5b5b5;
}

.step-complete {
  background: #df314d;
  border-color: #df314d;
}

.step-complete + .step-line {
  background: #df314d;
}

.form-flex {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.input_wrapper {
  margin-top: 20px;
}

p.radio-div {
  background: rgb(0 0 0 / 29%);
  border-radius: 6px;
  display: flex;
  padding: 10px;
  position: relative;
  min-height: 60px;
}

.radio-div input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}

.form-flex-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

label.form-label {
  color: #fff;
  font-size: 20px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
}

.p-4 {
  padding: 18px !important;
}

.checkbox-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
}

.checkbox-div label {
  margin-bottom: 0;
  color: #fff;
}

.radio-div {
  background: rgb(0 0 0 / 29%);
  border-radius: 6px;
  display: flex;
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}

.checkbox-div {
  background: rgb(0 0 0 / 29%);
  border-radius: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-div input[type="radio"] + label {
  padding: 10px;
  width: 100%;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.radio-div input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.radio-div input[type="radio"]:checked ~ label {
  background: #df314d;
  color: #fff;
}

input[type="checkbox"] {
  accent-color: #df314d;
  width: 25px;
  height: 22px;
  cursor: pointer;
}

input[type="range"] {
  accent-color: #df314d;
  cursor: pointer;
  border: none;
}

.form-button-group {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.form-button-group .form-btn {
  width: auto;
  padding: 7px 18px;
  text-transform: capitalize;
}

.radio-option-body .flex-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  flex-wrap: wrap;
}

.radio-option-body .flex-wrapper label {
  width: calc(100% / 4 - 12px);
}

.error-text {
  display: block;
  margin-top: 8px;
  color: yellow;
}

.radio-option-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  background: rgb(0 0 0 / 18%) !important;
  border-radius: 14px;
  /* padding: 18px; */
  backdrop-filter: blur(7px);
}

.radio-option-body .label-heading {
  padding: 18px;
  border-bottom: 1px solid rgb(255 123 166 / 25%);
  width: 100%;
  text-align: left;
}

.radio-option-body .flex-wrapper {
  padding: 14px;
}

.radio-option-body .flex-wrapper label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.radio-option-body .flex-wrapper input[type="radio"] {
  width: 20px;
  height: 20px;
}

.form-hide {
  display: none;
}

.form-unhide {
  display: block;
}

.many-checkboxes {
  height: 400px;
  overflow-y: scroll;
}

.many-checkboxes .checkbox-div {
  min-height: 60px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #df314d rgb(91 49 223 / 22%);
}

/* Chrome, Edge, and Safari */
.many-checkboxes::-webkit-scrollbar {
  width: 4px;
}

.many-checkboxes::-webkit-scrollbar-track {
  background: #ffffff;
  width: 4px;
}

.many-checkboxes::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.main-heading {
  font-size: 62px;
  margin-bottom: 24px;
}

.step-image {
  width: 150px;
  height: 150px;
  border-radius: 100px;
}

/* preloader-css */
body.no-scroll {
  overflow: hidden;
}

#preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  z-index: 99999;
}

#preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#skipPreloader {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-weight: 600;
}

.form-popup-body {
  max-width: 578px;
  background: #060024;
  padding: 50px 40px;
  border-radius: 20px;
  text-align: center;
}

.light-popup .form-popup-body {
  background: #fff;
  position: relative;
  z-index: 1;
}

.bg-logo {
  position: absolute;
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: -94px;
  z-index: -1;
  opacity: 0.1;
}

#match-popup .form-popup-body img {
  width: 70px;
}

.form-popup-body .img-box {
  background: #fff;
  width: 62px;
  height: 62px;
  border-radius: 100px;
  padding: 15px;
  margin: 0 auto 28px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-popup-body .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-popup-body .img-box i {
  color: #e50c64;
  font-size: 26px;
}

.form-pop-wrapper .popup-heading {
  font-weight: 400;
  font-size: 22px;
}

.light-popup .popup-heading {
  color: #e50c64 !important;
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
}

.avtar-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.match-avtar-img {
  width: 120px !important;
  height: 120px;
  object-fit: cover;
  display: block;
  border-radius: 100px;
  border: 4px solid #e50c64;
  object-position: center center;
}

.form-pop-btn {
  font-size: 18px;
  padding: 10px 26px;
  margin-top: 20px;
  transition: all 0.3s linear;
  border: none;
  border-radius: 100px;
  background: #e50c64;
  color: #fff;
  margin-bottom: 18px;
}

.popup-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  justify-content: center;
  align-items: center;
}

.popup-button-wrapper .form-pop-btn {
  margin: 0;
}

.swip-next {
  color: #746f8d;
  font-style: italic;
  margin-top: 26px;
  font-size: 20px;
}

.form-pop-btn:hover {
  background: #03a703;
}

.form-carousel .slick-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.form-carousel .slick-dots li {
  width: 14px;
  height: 14px;
  border: 2px solid #424242;
  border-radius: 100px;
  list-style: none;
}

.form-carousel .slick-dots li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-carousel .slick-dots li.active {
  border-color: red !important;
}

.form-carousel li.slick-active {
  border-color: #d6125a;
}

/* swipe-card-css */
/* polyamory Card Container */
.polyamory-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.card-stack {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* polyamory Card Styles */
.polyamory-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, opacity 0.3s;
  background: white;
  color: #333;
  display: flex;
  flex-direction: column;
  contain: content;
}

.swipe-indicator {
  position: absolute;
  top: 30px;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 24px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  background: #fff;
}

.swipe-right {
  left: 20px;
  border: 3px solid #4caf50;
  color: #4caf50;
  transform: rotate(-10deg);
}

.swipe-left {
  right: 20px;
  border: 3px solid #f44336;
  color: #f44336;
  transform: rotate(10deg);
}

.swipe-up {
  top: 50px;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  border: 3px solid #2196f3;
  color: #2196f3;
}

.card-main {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-profile {
  position: relative;
  width: 100%;
  height: 540px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  display: none;
  background: #fff;
}

.image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

.slider-image.active {
  opacity: 1;
}

.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.slider-dot.active {
  background: white;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.slider-nav:hover {
  opacity: 1;
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}

.card-overlay {
  /* position: absolute;
        bottom: 0;
        left: 0;
        right: 0; */
  padding: 20px;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
  color: white;
  z-index: 2;
}

.profile-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-age {
  font-size: 20px;
}

.profile-info {
  margin-bottom: 20px;
}

.profile-info-item {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-info-item i {
  color: #ff3374;
  width: 20px;
  text-align: center;
}

.profile-bio {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.profile-name span {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 500;
}

.looking-for {
  background: #e8f5e9;
  border-radius: 12px;
  padding: 15px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.looking-for-icon {
  font-size: 28px;
}

.looking-for-text {
  color: #2e7d32;
}

.profile-section {
  margin: 20px 0;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 8px 15px;
  border-radius: 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 14px;
}

.action-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  background: white;
  position: sticky;
  bottom: 0;
  z-index: 10;
}

.action-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.action-button:hover {
  transform: scale(1.1);
}

.action-back {
  background: white;
  color: #9e9e9e;
  border: 2px solid #e0e0e0;
}

.action-nope {
  background: white;
  color: #f44336;
  border: 2px solid #f44336;
}

.action-super-like {
  background: white;
  color: #2196f3;
  border: 2px solid #2196f3;
}

.action-like {
  background: white;
  color: #4caf50;
  border: 2px solid #4caf50;
}

.action-boost {
  background: white;
  color: #7c4dff;
  border: 2px solid #7c4dff;
}

.card-footer {
  /* position: absolute;
        bottom: 0;
        left: 0;
        right: 0; */
  padding: 20px;
  display: flex;
  justify-content: space-around;
  z-index: 10;
}

.card-action {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.card-action:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}

.card-action,
.card-action-favorite-icon,
.profile-toggle {
  position: relative;
  cursor: pointer;
}

.card-action::after,
.card-action-favorite-icon::after {
  content: attr(title);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.card-action:hover::after,
.card-action-favorite-icon:hover::after,
.profile-toggle:hover::after {
  opacity: 1;
}

.profile-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--polyamory-pink);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99999;
}

.image-slider .slick-slide {
  height: 332px;
}

.polyamoryswapper-card {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  /* overflow: hidden; */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  position: relative;
  background: rgb(233 30 99 / 48%);
  color: #333;
  transition: transform 0.3s;
  border: 1px solid #e91e63;
}

.polyamoryswapper-card:hover {
  transform: translateY(-5px);
}

.image-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.polyamoryswapper-card .slick-slider {
  margin-bottom: 0;
  border-radius: 20px;
}

.profile-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff3374;
  color: white;
  width: fit-content;
  height: fit-content;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  font-size: 12px;
  padding: 4px 8px;
}

.tag:hover {
  background: #ff3374;
  color: white;
  border-color: #ff3374;
  transform: translateY(-2px);
}

.mb-5 {
  margin-bottom: 20px !important;
}

#form-step-one .form-button-group {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  animation: sparkle 4s infinite alternate;
}

@keyframes sparkle {
  50% {
    opacity: 0.4;
    transform: scale(0.5);
    box-shadow: 0px 0px 10px 5px #fff 5e;
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0px 0px 10px 5px white;
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
    box-shadow: 0px 0px 10px 5px #fff 5e;
  }
}

.profile-card .card-action {
  font-size: 14px;
  width: 34px;
  height: 34px;
}

.job-flex-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #d1145a;
  border: 1px solid color-mix(in oklab, #ff0b69 30%, transparent);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.job-tittle {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.location {
  display: flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: color-mix(in oklab, #ff0b69 12%, transparent);
  border: 1px solid color-mix(in oklab, #ff0b69 30%, transparent);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.job-card-box p {
  color: #fff;
  margin-bottom: 16px;
  margin-top: 10px;
}

.job-card-box {
  background: rgb(0 0 0 / 71%);
  transition: all 0.3s ease-in-out;
}

.job-card-box:hover {
  box-shadow: none;
}

.job-flex-item:nth-child(even) .job-card-box {
  background: rgb(211 19 89 / 57%);
}

.apply-btn {
  color: #fff;
  background: #d1145a;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 14px;
  transition: all 0.3s linear;
}

.apply-btn:hover {
  background: #090140;
}

.job-descrion-tion-wrapper,
.page-content-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 22px;
}

img.logo-for-description {
  width: 118px;
  display: block;
  margin-bottom: 20px;
}

.job-header .job-tittle {
  color: #101010;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.job-header .job-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 34px;
}

.job-header .job-list li {
  color: #4a4a4a;
}

.job-header .job-list li strong,
.page-content-wrapper p strong {
  color: #000;
}

.job-descrion-tion-wrapper p,
.page-content-wrapper p {
  color: #4a4a4a;
  line-height: 26px;
  margin-bottom: 20px;
}

/* .page-content-wrapper p strong{
  font-size: 20px;
} */
.page-content-wrapper .main-heading {
  font-size: 32px;
}

*:last-child {
  margin-bottom: 0;
}

.job-descrion-tion-wrapper h3 {
  margin-bottom: 12px;
  margin-top: 40px;
  font-size: 18px;
}

/* Container for the slider */
.slider-container {
  position: relative;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-container input[type="range"] {
  background-color: #00000000 !important;
}

/* The common slider styles */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* Webkit (Chrome, Safari, Edge) thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #df314d;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
  pointer-events: all;
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

/* Firefox thumb */
input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #df314d;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid rgb(223 49 77 / 59%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
  pointer-events: all;
}

input[type="range"]::-moz-range-thumb:hover {
  transform: scale(1.1);
}

/* The track element */
.slider-track {
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 9999px;
}

/* The filled part of the track */
.slider-range {
  position: absolute;
  height: 8px;
  background-color: #df314d;
  border-radius: 9999px;
  top: 50%;
  transform: translateY(-50%);
}

/* Value display element */
.value-display {
  position: absolute;
  bottom: 40px;
  transform: translateX(-50%);
  padding: 4px 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  background-color: #df314d;
  border-radius: 0.5rem;
  white-space: nowrap;
  pointer-events: none;
  transition: left 0.1s linear;
}

.value-display::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #df314d;
}

.missing-wrapper {
  display: flex;
  flex-direction: column;
  background-color: rgb(223 49 77 / 51%) !important;
  border: 1px solid #df314d;
  width: 100%;
  backdrop-filter: blur(10px);
  position: relative;
  text-align: center;
  padding: 10px;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.missing-wrapper .main-heading {
  color: #fff;
  font-size: 44px;
}

.missing-wrapper p {
  color: #fff;
}

.missing-wrapper img {
  max-width: 400px;
  width: 100%;
}

.missing-wrapper .join-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.heading-container h2 {
  margin-bottom: 0 !important;
}

.btn-gallery {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  background: rgb(223 49 77 / 41%);
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid rgb(223 49 77 / 71%);
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.active-page {
  color: #df314d;
}

/* Start 10-09-2025 */

.profile-row.new-profile-row {
  flex-direction: row;
  margin-bottom: 100px;
  text-align: center;
}

.profile-row.new-upcoming-events {
  margin-bottom: 30px;
}

.profile-row.new-profile-row > * {
  width: 100%;
}

.profile-row.join-team-sec {
  margin-bottom: 0px;
}

.profile-tab.contact-form-new input::placeholder,
.profile-tab.contact-form-new textarea::placeholder {
  color: #fff;
}

.profile-tab.contact-us-new .profile-row.new-profile-row {
  margin-bottom: 0px;
}

/* End 10-09-2025 */

#ageForm input[type="radio"] {
  accent-color: #ff0000;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#ageForm #dob {
  color: #000;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a {
  color: #fff;
}

ul.term-ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

ul.term-ul li a {
  font-size: 14px;
  font-weight: 400;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  display: flex;
  width: 100%;
  justify-content: center;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 1.3em !important;
  line-height: 1.8em;
  text-align: center;
}

.active-like i {
  color: #ffd600;
}

.card-profile {
  padding: 20px;
}

fieldset {
  padding: 16px !important;
  border: 1px solid #ddd;
}

legend {
  padding: 0;
  margin-left: 22px;
  font-weight: 700;
}

.card-profile-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-title span {
  font-size: 14px;
  display: block;
  color: #606060;
  font-weight: 400;
  margin-top: 5px;
}

textarea::placeholder {
  color: #fff;
}

#login-account input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  border-radius: 0;
  padding: 0;
}

.center-div {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

header .logo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

span.logo-text {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
}

.subsciption-popup .plan {
  width: 100%;
}
.subsciption-popup .form-popup-body {
  /* width: 800px; */
  padding: 20px 30px;
  position: relative;
}

.subsciption-popup .form-popup-body .plan h3 {
  font-size: 18px;
  padding: 10px;
}

.subsciption-popup .form-popup-body .price {
  font-size: 16px;
}

.subsciption-popup .form-popup-body .price small {
  font-size: 12px;
}

.subsciption-popup .form-popup-body .price_box {
  min-height: auto;
  padding: 10px 2px;
}

.subsciption-popup .form-popup-body .plan ul li {
  font-size: 10px;
  padding: 7px 32px;
}

.subsciption-popup .form-popup-body .btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px 4px 12px 4px;
}
button.subscribe-btn {
  font-size: 12px;
  background: #e91e63;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.subsciption-popup .form-popup-body .btn-box form {
  margin: 0 !important;
}
.subsciption-popup .heading-box h2 {
  color: #fff9fa;
  font-size: 22px;
  margin-bottom: 18px;
}

.paln-table {
  width: 100%;
}

.paln-table tr th,
.paln-table tr td {
  text-align: left;
  padding: 11px;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.subscription-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.subscription-btn-wrapper .btn {
  padding: 10px 20px;
  background: red;
  border-radius: 100px;
  font-size: 13px;
}

.btn-succses,
.inactive-plan {
  background: #06bb06 !important;
}

.btn-secondary {
  background: #edbd05 !important;
  color: #000;
}
.subsciption-popup .heading-box p {
  color: #fff;
  margin-bottom: 22px;
}
.upgrade-btn {
  color: #fff;
  background: green;
  border-radius: 100px;
  padding: 10px 26px;
  font-size: 18px;
}

.location-flex {
  display: flex;
  align-items: center;
}

.location-flex button {
  margin-top: 0;
  width: fit-content;
  text-wrap-mode: nowrap;
  padding: 12px 26px;
}

input#address {
  padding: 10px 15px !important;
}

input#address::placeholder {
  color: #fff;
}

/* Responsive-Css*/

@media (max-width: 1536px) {
  .main {
    height: 82vh;
  }
}

@media (max-width: 1440px) {
  .tab-button-custom {
    padding: 10px 14px;
    font-size: 14px;
  }

  .banner-left-content h2 {
    font-size: 32px !important;
  }

  .banner-left-content p {
    font-size: 18px !important;
    max-width: 500px;
  }

  .main {
    height: 80vh;
    padding-top: 0;
  }

  .main .container {
    margin: 0;
  }

  .top-img-icon {
    transform: rotate(-50deg);
    margin-left: -6px;
    margin-bottom: -18px;
    width: 100px;
  }
}

@media (max-width: 1224px) {
  .check-wrapper {
    flex-direction: column-reverse !important;
  }

  .check-wrapper .product_col {
    width: 100% !important;
  }

  .sec_heading {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .filter-title .pluse-icon {
    display: block;
  }

  .blog-flex-row {
    flex-direction: column;
  }

  .blog-flex-row .blog-col {
    width: 100% !important;
  }

  .detail-banner {
    padding: 60px 15px 0px 15px;
  }

  h1.event_heading {
    font-size: 22px;
  }

  ul.date_ul li {
    font-size: 12px;
  }

  .main-heading {
    font-size: 44px;
  }

  .job-flex-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .profile-row {
    flex-direction: column-reverse;
  }

  .product_wrapper {
    flex-direction: column;
  }

  .product_wrapper .product_col {
    width: 100%;
  }

  .cart-bottom {
    justify-content: space-around;
  }

  .cart-bottom .last-total {
    width: unset;
  }

  .welcome-popup .card-inner .popup-heading {
    font-size: 24px;
  }

  .product_flex_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 678px) {
  .search-filter-input-box,
  .col.search-bar,
  .search-filter-input-box select {
    width: 100%;
  }

  .search-bar form .form-group {
    width: calc(100% / 2);
  }

  .cart-bottom {
    gap: 14px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .responsive-table {
    overflow-x: scroll;
  }

  .cart-table {
    min-width: 554px;
  }

  .responsive-table table {
    min-width: 572px;
  }

  .order-tracker {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .line {
    flex: unset;
    height: 68px;
    background: #ffffff;
    margin: 0 8px;
    margin-top: 0;
    width: 5px;
    margin-left: 14px;
  }

  .step {
    gap: 12px;
    flex-direction: row;
  }

  .detail-form .form-group {
    margin-bottom: 0;
  }

  input[type="checkbox"] {
    flex: 0;
  }

  .upload-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .product_flex_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-popup-body {
    max-width: 100%;
  }

  .polyamory-container {
    padding: 0;
  }

  .image-slider .slick-slide {
    height: 258px;
  }

  .swipe-indicator {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 18px;
    z-index: 10;
  }

  .job-flex-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .missing-wrapper img {
    max-width: 334px;
    width: 100%;
  }

  .missing-wrapper .main-heading {
    font-size: 34px;
  }

  .checkbox-div label {
    font-size: 14px;
  }

  .many-checkboxes .checkbox-div {
    min-height: 82px;
    gap: 8px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .radio-option-body .flex-wrapper label {
    gap: 5px;
    font-size: 12px;
  }

  .radio-option-body .flex-wrapper label {
    width: unset;
  }

  .location-flex button {
    font-size: 12px;
    padding: 12px 8px;
  }

  input#address {
    padding: 7px 15px !important;
    font-size: 12px;
  }
}

@media (max-width: 525px) {
  .thank-you-wrapper > img {
    width: 92px;
  }

  .msg_heading {
    font-size: 26px;
  }

  .thank-you-wrapper .img-prd {
    max-width: 48px;
  }

  .thank-you-wrapper p.price-prd,
  .thank-you-wrapper .prd_select.text-small {
    font-size: 12px;
  }

  .thank-you-wrapper .last-total {
    max-width: 100%;
  }

  .image-thumb {
    height: 88px !important;
  }

  .image-preview {
    height: 300px !important;
  }

  .form-pop-wrapper .popup-heading {
    font-size: 16px;
  }

  .form-popup-body {
    max-width: 100%;
    padding: 35px 18px;
  }

  .missing-wrapper .main-heading {
    font-size: 22px;
  }

  .missing-wrapper img {
    max-width: 232px;
  }

  .missing-wrapper p {
    font-size: 14px;
  }
}
