@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --col-primary: #ff0059;
  --col-secondary: #ff5500;
  --col-white: #fff;
  --COL-black: #121212;
  --col-lightshade: #ccc;
  --col-greyshade: #333;
  --col-lightgrey: #555454;
  --col-darkgrey: #434a57;
  --col-green: #00ff88;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #000;
  color: white;
}

/* css for organiser login page */
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
/* Container */
.login-container {
  max-width: 1350px;
  width: 90%;
  padding: 20px;
  text-align: center;
}

/* Logo Image */
.login-logo {
  width: 180px;
  margin-bottom: 15px;
}

/* Subtitle */
.subtitle {
  font-size: 14px;
  margin-bottom: 8px;
  color: #ccc;
}

/* Heading */
h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Welcome text */
.welcome-text {
  font-size: 14px;
  margin-bottom: 25px;
}

/* Form inputs */
.login-container form {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.login-container form input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 18px;
  border: none;
  border-radius: 10px;
  background-color: #222;
  color: #fff;
  font-size: 14px;
}

/* Remember and forgot password container */
.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 25px;
}

label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  accent-color: #ff2162;
}

.forgot-password {
  color: #ff6a00;
  text-decoration: none;
}
.forgot-password:hover {
  text-decoration: underline;
}

/* Login button */
button.login-btn {
  width: 100%;
  padding: 14px 0;
  background: linear-gradient(to right, #ff006a, #ff6a00);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* Bottom sign up text */
.signup-text {
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
}

.signup-text a {
  color: #ff6a00;
  text-decoration: none;
  font-weight: bold;
}
.signup-text a:hover {
  text-decoration: underline;
}

/* css for sign up page */

.tagline {
  font-size: 16px;
  margin-bottom: 5px;
}

h1 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 5px;
}

.welcome-top {
  font-size: 14px;
  margin-bottom: 30px;
}

.input[type="email"] {
  width: 650px;
  height: 55px;
  background-color: #202020;
  border: none;
  border-radius: 16px;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  outline: none;
  margin-bottom: 30px;
}

input::placeholder {
  color: #888888;
}

.welcome-bottom {
  font-size: 14px;
  margin-top: 50px;
}

/* css for profile set up page */

.subtext {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 50px;
}

.profile-pic-placeholder {
  width: 80px;
  height: 80px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 auto 35px auto;
}

h2 {
  margin-bottom: 10px;
}

p.description {
  margin: 0 0 30px 0;
  color: #bbb;
  font-size: 16px;
}

form {
  max-width: 800px;
  margin: 0 auto;
}

.prifile-setup input[type="text"],
input[type="tel"],
input[type="location"] {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: none;
  background-color: #222;
  color: #eee;
  font-size: 16px;
}

input::placeholder {
  color: #777;
}

/* verify-email page css starts here */

.instruction {
  font-size: 14px;
  margin-bottom: 40px;
  color: #ddd;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.otp-input {
  width: 50px;
  height: 50px;
  background-color: #1a1a1a;
  border-radius: 10px;
  border: none;
  color: white;
  font-size: 24px;
  text-align: center;
}

button {
  width: 100%;
  max-width: 800px;
  background: linear-gradient(90deg, #ff007f 0%, #ff7600 100%);
  border: none;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 auto 35px auto;
  display: block;
}

.resend {
  color: #ccc;
  font-size: 14px;
}

.resend a {
  color: #ff5a00;
  text-decoration: none;
  cursor: pointer;
  margin-left: 5px;
}
/* css for user-welcome-page */

.celebration img {
  width: 141px;
  height: 141px;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}

.btn {
  padding: 20px 40px;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.btn-primary {
  background: linear-gradient(135deg, #ff1461, #ff6b35);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 20, 97, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}
/* main-log-register page css starts here */

/* Reset & base */

.main-log-register {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.main-log-register .container {
  max-width: 1350px;
  width: 100%;
  text-align: center;
}

/* Logo and header */

.title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 0.3em;
}

.subtitle {
  font-weight: 300;
  opacity: 0.7;
  font-size: 1em;
  margin-bottom: 2em;
}

/* Register box */
.register-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.register-label {
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

/* Buttons */
.btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(90deg, #ff6600 0%, #ff0066 100%);
  color: white;
  transition: all 0.5s ease;
}

.btn:nth-child(2) {
  background: linear-gradient(90deg, #ff0066 0%, #ff6600 100%);
}

.btn:hover {
  filter: brightness(1.1);
  box-shadow: 2px 10px 20px rgba(255, 0, 102, 0.352);
  transform: scale(1.1);
}

/* home page css starts here */
/* Timer Section */
.timer {
  border-bottom: 1px solid #333;
  box-shadow: 0px 4px 12px 4px #333;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 5px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

/* Header Styles */
header {
  position: relative;
  width: 100%;
}

.header {
  background-color: #000;
  position: relative;
  z-index: 1000;
  text-transform: capitalize;
}

a {
  text-decoration: none;
  color: var(--col-white);
}

.logo a {
  display: block;
  width: 111px;
}

img {
  height: auto;
  width: 100%;
}

.lowerheader a {
  color: var(--col-white);
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

.lowerheader a:hover {
  color: var(--col-primary);
  transform: translateY(-3px);
  text-shadow: 0 10px 20px rgba(255, 0, 102, 0.352);
}

.topheader {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #333;
}

.lowerheader {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  background-color: #000;
  border-bottom: 2px solid #333;
}

/* Search Bar */
.searchbar {
  padding: 7px 110px;
  background-color: transparent;
  color: #d4c8c8;
  text-align: center;
  box-shadow: 4px 4px 12px 4px #555454;
  border-radius: 7px;
}

.searchbar input {
  background-color: black;
  font-size: 16px;
  border: #000;
  color: #333;
}

/* Navigation */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* Mobile Toggle Button */
.mobile-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-toggle span {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.navbar .leftnav ul,
.navbar .section-nav ul {
  display: flex;
  list-style: none;
}

.section-nav ul li,
.leftnav ul li {
  list-style: none;
}

.section-nav ul li a,
.leftnav ul li a {
  text-decoration: none;
  padding: 0 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s ease;
  text-decoration: none;
}

.section-nav ul li a:hover,
.leftnav ul li a:hover {
  color: var(--col-primary);
  transform: translateY(-3px);
}

.btn-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15px;
}

.location-selector {
  padding: 8px 15px;
  background-color: transparent;
  border: 1px solid #333;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 20px;
}

.location-selector option {
  background-color: #000;
}

.btn-section form {
  padding: 0 5px;
  font-size: 16px;
}

.cmn-btn {
  padding: 11px 29px;
  border-radius: 18px;
  margin-right: 20px;
  font-size: 16px;
  background: linear-gradient(45deg, #ff0059 0%, #ff5500 100%);
  transition: all 0.3s ease;
  border: none;
  color: white;
  cursor: pointer;
}

.cmn-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 102, 0.352);
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: left 0.3s ease;
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav-content {
  background: #000;
  width: 80%;
  max-width: 400px;
  height: 100%;
  padding: 80px 30px 30px;
  overflow-y: auto;
  border-right: 1px solid #333;
}

.mobile-nav-links {
  list-style: none;
}

.mobile-nav-links li {
  margin-bottom: 20px;
}

.mobile-nav-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #333;
  transition: color 0.3s ease;
}

.mobile-nav-links li a:hover,
.mobile-nav-links li a.active {
  color: var(--col-primary);
}

.mobile-header-actions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-header-actions .cmn-btn {
  position: static;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 18px;
  color: white;
  border: none;
  background: linear-gradient(45deg, #ff0059 0%, #ff5500 100%);
}

.mobile-header-actions .location-selector {
  margin-right: 0;
  width: 100%;
}

/* Banner and Swiper */
.banner {
  position: relative;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 10;
}

.row {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.col20 {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;
}

.col25 {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

.swiper-container {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 100;
  background-position: center;
  background-size: cover;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  background: url("image/baner-background.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.slide-content {
  flex: 1;
  max-width: 500px;
  z-index: 10;
}

.slide-date {
  color: var(--col-primary);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.slide-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.slide-subtitle {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 10px;
}

.slide-price {
  font-size: 20px;
  color: var(--col-green);
  margin-bottom: 30px;
}

.book-btn {
  padding: 15px 30px;
  background: linear-gradient(45deg, #ff0059 0%, #ff5500 100%);
  border: none;
  border-radius: 18px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 102, 0.3);
}

.slide-image {
  flex: 1;
  max-width: 400px;
  margin-left: 50px;
}

.slide-image img {
  max-width: 100%;
  height: 550px;
  /* border-radius: 15px; */
}

/* Navigation Arrows */
.swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.swiper-nav:hover {
  background: rgba(255, 0, 102, 0.3);
  border-color: #ff0066;
}

.swiper-nav-prev {
  left: 30px;
}

.swiper-nav-next {
  right: 30px;
}

/* Pagination Dots */
.swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 100;
}

.swiper-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-dot.active {
  background: #ff0066;
  transform: scale(1.2);
}

/* Events Section */
.events {
  position: relative;
  width: 100%;
}

h2 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: bold;
}

.h2-line {
  position: relative;
  display: inline-block;
  padding: 5px;
  align-items: center;
  text-align: center;
  border-bottom: #ff0059 3px solid;
}

.figure {
  box-shadow: 4px 0px 12px 4px #383737;
  border-radius: 15px;
}

.figure img {
  height: auto;
  width: 100%;
}

.artists {
  position: relative;
  width: 100%;
  margin-top: 30px;
  background: #000;
}

.artists .container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.artist-figure {
  padding: 10px;
  text-align: center;
}

.artist-figure img {
  height: 100px;
  width: 100px;
}

.artists figcaption {
  margin-top: 15px;
  color: var(--col-white);
}

.blogcard20 img {
  height: auto;
  width: 100%;
}

.event-lists {
  margin-top: 35px;
}

.event-lists .row {
  padding: 15px 0;
}

.figcaption {
  background-color: #000000;
  border: 2px solid #fff;
  border-bottom-right-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  font-size: 18px;
  text-decoration: none;
  color: var(--col-white);
}

/* Footer */
.footer {
  width: 100%;
  position: relative;
  padding: 30px 0;
  margin-top: 50px;
}
.footer img {
  width: 200px;
  height: auto;
}
.socials {
  display: flex;
  color: #fff;
  margin-top: 10px;
  gap: 15px;
}

.socials i {
  font-size: 24px;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.socials i:hover {
  transform: scale(1.2);
}

.upper-footer li {
  margin-bottom: 15px;
  transition: all 0.3s ease;
  font-size: 16px;
  list-style: none;
}

.upper-footer li:hover {
  transform: scale(1.1);
}

.footer-heading {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 24px;
}

.scan-caption {
  margin-top: 15px;
  padding: 0 25px;
}

.upper-footer p {
  line-height: 1.7;
}

.logo-about {
  margin-left: 20px;
}

.logo-about h4 {
  font-size: 24px;
  margin: 10px 0;
}

.scan img {
  padding: 35px;
}

.lower-footer {
  padding: 50px 100px 20px 100px;
}

.lower-footer .container {
  display: flex;
  margin: 25px 0;
  justify-content: space-between;
  margin-top: 10px;
}

.tc {
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
}

.tc p {
  padding: 0 10px;
}

/* css for testimonial page */
.testimonial-banner {
  max-width: 1350px;
  width: 100%;
  /* align-items: center; */
  position: relative;
}

.testimonial-banner .col40{
  width: 40%;
  flex: 0 0 40%;
  padding: 0 15px;
}
.testimonial-banner .col60{
  width: 60%;
  flex: 0 0 60%;
  padding: 0 15px;
}
.form-card {
  background: rgba(0, 0, 0, 0.8);

  border-radius: 8px;
  padding: 120px;
  color: white;
}

.small-heading {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 15px;
  font-weight: normal;
}

.main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  color: white;
}

.main-heading.orange {
  color: #ff5722;
  margin-bottom: 8px;
}

.description {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 25px;
}

.datetime-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #333;
}

.datetime-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.icon {
  width: 20px;
  height: 20px;
  fill: white;
}

.datetime-text {
  font-size: 14px;
  color: white;
}

.section-heading {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 15px;
}

.label {
  font-size: 14px;
  color: white;
  margin-bottom: 8px;
  display: block;
}

.input-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.input-wrapper {
  flex: 1;
}

.testimonial-banner input {
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: 1px solid #555;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

input:focus {
  border-color: #ff5722;
}

input::placeholder {
  color: #888;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(90deg, #ff1744 0%, #ff5722 100%);
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 87, 34, 0.4);
}

.submit-btn:active {
  transform: translateY(0);
}

/* .right-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} */

.image-container {
  position: relative;
  width: 100%;
  padding: 30px;
  /* max-width: 600px; */
}

.main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  opacity: 0.9;
}

.overlay-circle {
  position: absolute;
  left: 15%;
  top: 30%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.overlay-text {
  font-size: 36px;
  color: white;
  text-align: center;
  line-height: 1.3;
  font-weight: 300;
  font-style: italic;
}

.decorative-flower {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 150px;
  height: 150px;
  opacity: 0.3;
}

.flower-path {
  stroke: #ff69b4;
  stroke-width: 2;
  fill: none;
}

.middle-testimonial .container {
    position: relative;
    width: 1350px;
    height: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .middle-testimonial .header {
    margin-top: 40px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
  }
  .header strong {
    color: #ff4b00;
  }
  /* Center circle with gradient ring */
  .center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px; /* half width */
    margin-top: -100px; /* half height */
    border-radius: 50%;
    background-color: #161616;
    box-shadow: 0 0 15px 4px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
  }
  /* Numbered blocks around the circle */
  .item {
    position: absolute;
    color: #ff4b00;
    font-weight: bold;
    font-size: 48px;
  }
  .item-text {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    max-width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }

  /* Positions of the numbers and text: The layout is symmetrical */
  .item-1 {
    top: 150px;
    left: 530px;
  }
  .item-1 .item-text {
    margin-left: 10px;
    display: inline-block;
  }

  .item-2 {
    top: 260px;
    left: 70%;
  }
  .item-2 .item-text {
    display: inline-block;
    margin-top: 12px;
    text-align: left;
  }

  .item-3 {
    top: 430px;
    left: 68%;
  }
  .item-3 .item-text {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    margin-top: 12px;
  }

  .item-4 {
    top: 430px;
    left: 16%;
  }
  .item-4 .item-text {
    display: inline-block;
    max-width: 180px;
    margin-top: 12px;
    text-align: left;
  }

  .item-5 {
    top: 270px;
    left: 14%;
  }
  .item-5 .item-text {
    display: inline-block;
    margin-left: 10px;
    max-width: 180px;
  }

  /* The large number inside each item */
  .item-number {
    color: #ff4b00;
    font-size: 48px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
  }

  /* Button below */
  .button-container {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
  }
  .btn {
    width: 100%;
    background: linear-gradient(90deg, #ff0055, #ff4b00);
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .testimonial-card{
    position: relative;
    width: 100%;
    padding: 80px;
  }
  .testimonial-card .content{
    margin-bottom: 15px;
    text-align: center;
    
  }
.col25{
    padding: 30px;
  }
  .col50{
    width: 50%;
    flex:  0 0 50%;
    padding: 0 15px;
  }
  .servicecard50{
    padding: 0 90px;
  }
  .testimonial-review h3{
    margin-bottom: 15px;
  }
  .testimonial-review p{
    margin-bottom: 10px;
    font-size: 12px;
  }
/* css for about page */

.about-banner{
  background: url('image/about-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 927px;
   margin-top: -40px;
}

.about-banner .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-banner .content .cmn-btn{
  margin-top: 20px;
}
.about-lowerbanner{
  background: url('image/about-banner-lower.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  margin-top: -40px;
  /* max-width: 1920px; */
  min-height: 347px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-lowerbanner .logo{
  height: 75px;
  width: 111px;
}
.lower-bannercontent{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* RESPONSIVE MEDIA QUERIES */

/* 1299px and below */
@media (max-width: 1299px) {
  .container {
    max-width: 1200px;
  }

  .swiper-slide {
    padding: 0 30px;
  }

  .slide-title {
    font-size: 42px;
  }

  .lower-footer {
    padding: 50px 50px 20px 50px;
  }

  .searchbar {
    padding: 7px 80px;
  }
  .col60 {
    width: 100%;
    max-width: 503px;
  }

  .col40 {
    width: 100%;
  }
  .testimonial-banner {
    max-width: 1200px;
  }
  
  .form-card {
    padding: 80px;
  }
  
  .middle-testimonial .container {
    width: 1200px;
    height: 650px;
  }
  
  .item-1 {
    left: 480px;
  }
  
  .testimonial-card {
    padding: 60px;
  }
  
  .servicecard50 {
    padding: 0 60px;
  }
}

/* 1024px and below */
@media (max-width: 1024px) {
  .container {
    max-width: 950px;
  }

  .col20 {
    width: 33.33%;
    flex: 0 0 33.33%;
  }

  .col25 {
    width: 50%;
    flex: 0 0 50%;
  }

  .slide-title {
    font-size: 36px;
  }

  .slide-subtitle {
    font-size: 20px;
  }

  .swiper-container {
    height: 500px;
  }

  .artist-figure img {
    height: 80px;
    width: 80px;
  }

  .searchbar {
    padding: 7px 60px;
  }

  .lower-footer {
    padding: 40px 30px 20px 30px;
  }

  .scan img {
    padding: 25px;
  }
  .testimonial-banner {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .testimonial-banner .col40 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  
  .testimonial-banner .col60 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-top: 30px;
  }
  
  .form-card {
    padding: 60px;
  }
  
  .main-heading {
    font-size: 28px;
  }
  
  .overlay-circle {
    width: 160px;
    height: 160px;
    padding: 20px;
  }
  
  .overlay-text {
    font-size: 28px;
  }
  
  .decorative-flower {
    width: 120px;
    height: 120px;
  }
  
  .middle-testimonial .container {
    width: 100%;
    max-width: 900px;
    height: 600px;
  }
  
  .center-circle {
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
    font-size: 12px;
  }
  
  .item {
    font-size: 40px;
  }
  
  .item-number {
    font-size: 40px;
  }
  
  .item-text {
    font-size: 12px;
    max-width: 140px;
  }
  
  .item-1 {
    top: 120px;
    left: 400px;
  }
  
  .item-2 {
    top: 220px;
  }
  
  .item-3 {
    top: 380px;
  }
  
  .item-4 {
    top: 380px;
  }
  
  .item-5 {
    top: 230px;
  }
  
  .col50 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  
  .servicecard50 {
    padding: 0 30px;
  }
  
  .testimonial-card {
    padding: 40px;
  }
  
  .col25 {
    padding: 20px;
  }
}

/* 991px and below */
@media (max-width: 991px) {
  .mobile-toggle {
    display: flex;
  }

  .navbar .leftnav,
  .navbar .section-nav,
  .btn-section {
    display: none;
  }

  .mobile-nav {
    display: block;
  }
  .slide-image {
    display: none;
  }
  .swiper-slide {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .slide-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .slide-image {
    margin-left: 0;
    max-width: 300px;
  }

  .swiper-nav-prev {
    left: 15px;
  }

  .swiper-nav-next {
    right: 15px;
  }

  .row {
    justify-content: center;
  }

  .col20 {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .searchbar {
    padding: 7px 40px;
  }
}

/* 768px and below */
@media (max-width: 768px) {
  .topheader {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
  }

  .logo a {
    width: 80px;
  }

  h1 {
    font-size: 24px;
  }
  input[type="email"],
  input[type="password"] {
    font-size: 13px;
    padding: 12px 14px;
  }
  button.login-btn {
    font-size: 14px;
    padding: 12px 0;
  }

  .options {
    flex-direction: column;
    align-items: flex-start;
  }
  .forgot-password {
    margin-top: 10px;
  }
  .register-box {
    max-width: 800px;
    padding: 15px;
  }
  .slide-image {
    display: none;
  }
  .swiper-container {
    height: 400px;
  }

  .slide-title {
    font-size: 28px;
  }

  .slide-subtitle {
    font-size: 18px;
  }

  .slide-date {
    font-size: 16px;
  }

  .slide-price {
    font-size: 18px;
  }

  .col20,
  .col25 {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .figure {
    margin-bottom: 20px;
  }

  .artist-figure img {
    height: 70px;
    width: 70px;
  }

  .footer-heading {
    font-size: 20px;
  }

  .socials {
    justify-content: center;
  }

  .lower-footer {
    padding: 30px 20px 15px 20px;
  }

  .lower-footer .container {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .tc {
    justify-content: center;
    margin-right: 0;
  }

  .searchbar {
    padding: 7px 20px;
  }

  .searchbar input {
    font-size: 14px;
  }

  h2 {
    font-size: 18px;
  }
  .form-card {
    padding: 40px;
  }
  
  .main-heading {
    font-size: 24px;
  }
  
  .input-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .image-container {
    padding: 20px;
  }
  
  .overlay-circle {
    width: 140px;
    height: 140px;
    left: 10%;
    top: 25%;
  }
  
  .overlay-text {
    font-size: 22px;
  }
  
  .decorative-flower {
    width: 100px;
    height: 100px;
  }
  
  .middle-testimonial .container {
    max-width: 700px;
    height: 800px;
  }
  
  .middle-testimonial .header {
    font-size: 20px;
    margin-top: 20px;
    padding: 0 20px;
  }
  
  .center-circle {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
    font-size: 11px;
    padding: 15px;
  }
  
  .item {
    font-size: 32px;
  }
  
  .item-number {
    font-size: 32px;
  }
  
  .item-text {
    font-size: 11px;
    max-width: 120px;
  }
  
  .item-1 {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .item-1 .item-text {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  
  .item-2 {
    top: 200px;
    left: 65%;
  }
  
  .item-3 {
    top: 500px;
    left: 60%;
  }
  
  .item-4 {
    top: 500px;
    left: 10%;
  }
  
  .item-5 {
    top: 210px;
    left: 10%;
  }
  
  .button-container {
    width: 280px;
  }
  
  .servicecard50 {
    padding: 0 20px;
  }
  
  .testimonial-card {
    padding: 30px;
  }
}

/* 575px and below */
@media (max-width: 575px) {
  .container {
    padding: 0 10px;
  }

  .slide-image {
    display: none;
  }
  .swiper-slide {
    padding: 15px;
  }

  .slide-title {
    font-size: 24px;
  }

  .slide-subtitle {
    font-size: 16px;
  }

  .book-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .swiper-container {
    height: 350px;
  }

  .swiper-nav {
    width: 40px;
    height: 40px;
  }

  .mobile-nav-content {
    width: 90%;
    padding: 70px 20px 20px;
  }

  .artist-figure img {
    height: 60px;
    width: 60px;
  }

  .figcaption {
    padding: 8px 20px;
    font-size: 16px;
  }

  .cmn-btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 10px;
  }

  .scan img {
    padding: 15px;
  }

  .logo-about {
    margin-left: 10px;
  }

  .logo-about h4 {
    font-size: 20px;
  }

  .searchbar {
    padding: 5px 15px;
  }
  .input-row {
    flex-direction: column;
  }

  .datetime-row {
    flex-direction: column;
    gap: 15px;
  }

  .main-heading {
    font-size: 24px;
  }

  .overlay-circle {
    width: 150px;
    height: 150px;
    padding: 20px;
  }

  .overlay-text {
    font-size: 24px;
  }
  .form-card {
    padding: 30px;
  }
  
  .main-heading {
    font-size: 20px;
  }
  
  .description {
    font-size: 13px;
  }
  
  .datetime-row {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
  
  .datetime-item {
    margin-right: 0;
  }
  
  .submit-btn {
    padding: 12px;
    font-size: 14px;
  }
  
  .image-container {
    padding: 15px;
  }
  
  .overlay-circle {
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
  }
  
  .overlay-text {
    font-size: 18px;
  }
  
  .decorative-flower {
    display: none;
  }
  
  .middle-testimonial .container {
    max-width: 100%;
    height: 900px;
    padding: 0 15px;
  }
  
  .middle-testimonial .header {
    font-size: 18px;
  }
  
  .center-circle {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    font-size: 10px;
    padding: 10px;
  }
  
  .item {
    font-size: 28px;
  }
  
  .item-number {
    font-size: 28px;
  }
  
  .item-text {
    font-size: 10px;
    max-width: 100px;
  }
  
  .item-1 {
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .item-2 {
    top: 180px;
    left: auto;
    right: 10px;
  }
  
  .item-3 {
    top: 550px;
    left: auto;
    right: 10px;
  }
  
  .item-4 {
    top: 550px;
    left: 10px;
  }
  
  .item-5 {
    top: 190px;
    left: 10px;
  }
  
  .button-container {
    width: 250px;
    bottom: 20px;
  }
  
  .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  
  .servicecard50 {
    padding: 0 15px;
  }
  
  .testimonial-card {
    padding: 20px;
  }
  
  .col25 {
    padding: 15px;
  }
}

/* 420px and below */
@media (max-width: 420px) {
  .btn {
    padding: 12px 0;
    font-size: 16px;
  }
  .slide-title {
    font-size: 20px;
  }

  .slide-image {
    display: none;
  }
  .slide-subtitle {
    font-size: 14px;
  }

  .slide-date {
    font-size: 14px;
  }

  .slide-price {
    font-size: 16px;
  }

  .swiper-container {
    height: 300px;
  }

  .slide-image {
    max-width: 250px;
  }

  .artist-figure img {
    height: 50px;
    width: 50px;
  }

  .mobile-nav-content {
    width: 95%;
    padding: 60px 15px 15px;
  }

  .mobile-nav-links li a {
    font-size: 16px;
    padding: 12px 0;
  }

  .footer-heading {
    font-size: 18px;
  }

  .tc p {
    padding: 0 5px;
    font-size: 14px;
  }

  .timer {
    padding: 3px;
    font-size: 12px;
  }

  .figcaption {
    font-size: 14px;
    padding: 6px 15px;
  }
  .form-card {
    padding: 25px;
  }
  
  .main-heading {
    font-size: 18px;
  }
  
  .small-heading {
    font-size: 11px;
  }
  
  .description {
    font-size: 12px;
  }
  
  .testimonial-banner input {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .label {
    font-size: 13px;
  }
  
  .overlay-circle {
    width: 100px;
    height: 100px;
    padding: 12px;
  }
  
  .overlay-text {
    font-size: 16px;
  }
  
  .middle-testimonial .container {
    height: 850px;
  }
  
  .middle-testimonial .header {
    font-size: 16px;
  }
  
  .center-circle {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    font-size: 9px;
  }
  
  .item {
    font-size: 24px;
  }
  
  .item-number {
    font-size: 24px;
  }
  
  .item-text {
    font-size: 9px;
    max-width: 90px;
  }
  
  .item-1 {
    top: 80px;
  }
  
  .item-2 {
    top: 160px;
    right: 5px;
  }
  
  .item-3 {
    top: 520px;
    right: 5px;
  }
  
  .item-4 {
    top: 520px;
    left: 5px;
  }
  
  .item-5 {
    top: 170px;
    left: 5px;
  }
  
  .button-container {
    width: 220px;
  }
  
  .testimonial-card {
    padding: 15px;
  }
  
  .servicecard50 {
    padding: 0 10px;
  }
}

/* 320px and below */
@media (max-width: 320px) {
  .container {
    padding: 0 8px;
  }
  .slide-image {
    display: none;
  }
  .slide-title {
    font-size: 18px;
  }

  .slide-subtitle {
    font-size: 12px;
  }

  .book-btn {
    padding: 10px 18px;
    font-size: 12px;
  }

  .swiper-container {
    height: 280px;
  }

  .slide-image {
    max-width: 200px;
  }

  .mobile-nav-content {
    width: 100%;
    padding: 50px 10px 10px;
  }

  .artist-figure img {
    height: 45px;
    width: 45px;
  }

  .logo a {
    width: 60px;
  }

  .cmn-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .swiper-nav {
    width: 35px;
    height: 35px;
  }

  .swiper-nav-prev {
    left: 10px;
  }

  .swiper-nav-next {
    right: 10px;
  }

  .figcaption {
    font-size: 12px;
    padding: 5px 10px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .logo-about h4 {
    font-size: 18px;
  }

  .tc p {
    font-size: 12px;
  }

  h2 {
    font-size: 16px;
  }

  .searchbar {
    padding: 4px 10px;
  }
  .form-card {
    padding: 20px;
  }
  
  .main-heading {
    font-size: 16px;
  }
  
  .small-heading {
    font-size: 10px;
    margin-bottom: 10px;
  }
  
  .description {
    font-size: 11px;
    margin-bottom: 20px;
  }
  
  .testimonial-banner input {
    padding: 8px 10px;
    font-size: 12px;
  }
  
  .label {
    font-size: 12px;
  }
  
  .submit-btn {
    padding: 10px;
    font-size: 13px;
  }
  
  .datetime-text {
    font-size: 12px;
  }
  
  .icon {
    width: 16px;
    height: 16px;
  }
  
  .image-container {
    padding: 10px;
  }
  
  .overlay-circle {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  
  .overlay-text {
    font-size: 14px;
  }
  
  .middle-testimonial .container {
    height: 800px;
    padding: 0 10px;
  }
  
  .middle-testimonial .header {
    font-size: 14px;
    margin-top: 15px;
  }
  
  .center-circle {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 8px;
    padding: 8px;
  }
  
  .item {
    font-size: 20px;
  }
  
  .item-number {
    font-size: 20px;
  }
  
  .item-text {
    font-size: 8px;
    max-width: 70px;
  }
  
  .item-1 {
    top: 70px;
  }
  
  .item-2 {
    top: 140px;
    right: 2px;
  }
  
  .item-3 {
    top: 480px;
    right: 2px;
  }
  
  .item-4 {
    top: 480px;
    left: 2px;
  }
  
  .item-5 {
    top: 150px;
    left: 2px;
  }
  
  .button-container {
    width: 180px;
    bottom: 15px;
  }
  
  .btn {
    padding: 8px 12px;
    font-size: 11px;
  }
  
  .testimonial-card {
    padding: 12px;
  }
  
  .col25 {
    padding: 10px;
  }
  
  .servicecard50 {
    padding: 0 8px;
  }
  
  .testimonial-review h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .testimonial-review p {
    font-size: 10px;
  }
}
