.cnvass {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.red-bg {
    background-color: rgba(255, 0, 0, 0.2);
}

.actionButton {
    background: linear-gradient(90deg, red 0%, black 100%);
    background-size: 200% 100%;
    background-position: right;
}

.actionButton:hover {
    background-position: left;
}

/* Disable the button during process */
.actionButton.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

#animationContainer {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, red, white);
    animation: move 10s linear infinite;
    pointer-events: none;
}

@keyframes move {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.circle {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    pointer-events: none;
    /* Disable events on the circles */
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s;
    /* Smooth fade-in and movement */
}

.circle.active {
    opacity: 1;
}

/* Centered and 80% width slider styling */
.slider-wrapper {
    overflow: hidden;
    /* Ensures no horizontal overflow */
    width: 80vw;
    /* 80% width */
    /* height: 600px; */
    margin: 0 auto;
    /* Centers the slider horizontally */
    position: relative;
}

.slider-container {
    display: flex;
    width: calc(80vw * 4);
    /* Adjust width based on total slides (3 slides + 1 duplicate) */
    /* height: 100%; */
    transition: transform 1s ease-in-out;
}

.slide {
    width: 80vw;
    /* Each slide takes 80% of the viewport width */
    /* height: 450px; */
    flex-shrink: 0;
    z-index: 1;
}

.dots-container {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.699);
    border: 2px solid rgb(207 125 125);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: rgb(0, 0, 0);
}
@keyframes slideInUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.slide-in {
    opacity: 0; /* Initially hidden */
}
.slide-up {
    opacity: 0; /* Initially hidden */
}

/* @keyframes slideInUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.slide-in {
    animation: slideInUp 2.5s ease forwards;
}
.slide-up {
    animation: slideIn 2.5s ease forwards;
} */
   /* Background animation */
   .animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: 200% 200%;
    animation: bgAnimation 10s infinite alternate;
    z-index: -1;
}

@keyframes bgAnimation {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 100% 100%;
    }
}



/* home slider  */

.fade {
    transition: opacity 1s ease;
    opacity: 0 !important;
  }
  /* .fade:hover {
    transition: opacity 1s ease;
    opacity: 0 ;
  } */

  .active-slide {
    opacity: 1 !important;
  }

  /* Custom Particle Background */
  .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

      /* Dot Styles */
      .dot1 {
        height: 10px;
        width: 10px;
        margin: 5px 0;
        background-color: #bbb;
        border-radius: 50%;
        display: block;
        cursor: pointer;
        transition: background-color 0.3s;
      }

      .active-dot1 {
        background-color: #03dac6;
      }

      /* Dots Container */
      .dots-container1 {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
      }
.wordcanvas {
        margin: 0;
        padding: 0;
        background: black;
        height: 400px;
        align-items: center;
        display: flex;
        overflow: hidden;

}
.wcanvas {
    display: block;
}

/* slider text imag side */

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Quicksand:wght@300..700&display=swap");

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Quicksand", sans-serif; */
}

.textimg {
  background-color: #0d0a0b;
  background: linear-gradient(145deg, #55566a 0%, #131318 76%);
}

.main1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  min-height: 100vh;
}

/* Content */

.content {
  padding-left: 120px;
  color: #c7c7c7c9;
  user-select: none;
}

.content h1 {
  /* font-family: "Dancing Script", cursive; */
  /* font-size: clamp(2.5rem, 4vw, 5rem); */
  font-weight: 900;
  background: -webkit-linear-gradient(0deg, red, red);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin-bottom: 36px;
  padding-left: 0px;
}

.content p {
  /* font-size: clamp(0.9rem, 4vw, 1.2rem); */
  line-height: 1.6;
  /* padding-right: 100px; */
}

.btn {
  background-color: #f76591;
  background-image: linear-gradient(-180deg, #ffc16f, #f76591);
  font-size: clamp(0.8rem, 8vw, 0.9rem);
  font-weight: 600;
  color: #fff;
  width: max-content;
  outline: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-top: 26px;
  text-align: center;
  transform: scale(1);
  transition: all 0.2s ease-in;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto;
}

.btn:hover {
  box-shadow: 0 4px 10px rgba(247, 101, 145, 0.5);
  transform: scale(0.98);
}

/* Stacked Cards */

.stack {
  position: relative;
}

.card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 350px;
  height: 500px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 15px 20px 0 rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
}

.card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

.card:nth-last-child(n + 5) {
  --x: calc(-50% + 90px);
  transform: translate(var(--x), -50%) scale(0.85);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.card:nth-last-child(4) {
  --x: calc(-50% + 60px);
  transform: translate(var(--x), -50%) scale(0.9);
}

.card:nth-last-child(3) {
  --x: calc(-50% + 30px);
  transform: translate(var(--x), -50%) scale(0.95);
}

.card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
}

.card:nth-last-child(1) {
  --x: calc(-50% - 30px);
  transform: translate(var(--x), -50%) scale(1.05);
}

.card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

.swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg)
      rotateY(65deg);
  }
  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}

/* Media queries for keyframes */

@media (max-width: 1200px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 200px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

@media (max-width: 1050px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 150px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

/* Media queries for other classes */

@media (max-width: 1200px) {
  .content {
    padding-left: 80px;
  }

  .content p {
    padding-right: 40px;
  }

  .card {
    width: 250px;
    height: 380px;
  }
}

@media (max-width: 1050px) {
  .content {
    padding-left: 60px;
  }

  .content p {
    line-height: 1.5;
  }

  .card {
    width: 220px;
    height: 350px;
  }
}

@media (max-width: 990px) {
  .content p {
    padding-right: 0;
  }

  .card {
    width: 200px;
    height: 300px;
  }
}

@media (max-width: 950px) {
  main {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 3fr;
    grid-template-areas:
      "stacked"
      "content";
  }

  .content {
    grid-area: content;
    text-align: center;
    padding: 0 90px;
  }

  .btn {
    margin-bottom: 30px;
  }

  .stack {
    grid-area: stacked;
  }
}
.description{
    padding-right: 0px;
     max-height: 250px;
     overflow: hidden;
     overflow-y: scroll;
     scrollbar-width: none;
      -ms-overflow-style: none;
}
@media (max-width: 650px) {
  main {
    grid-template-rows: 1fr 1fr;
  }
  .description{
    padding-right: 0px;
     max-height: 100px;
  }
  .hellslider {
      margin-top: 65px !important;
    height: 50vh !important;
  }
  .content {
    padding: 0px 15px !important;
    width: 97% !important;
    position: absolute;
    left: 0px !important;
    top: 30% !important;
  }
  .content p{
    text-align: justify;
  }
  .content h1 {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .btn {
    padding: 8px 16px;
  }

  .card {
    width: 180px;
    height: 260px;
  }

  .item {

    &:nth-child(3) {
        left: 5% !important;
        opacity: 0.8px;
    }

    &:nth-child(4) {
        left: calc(4% + 75px) !important;
        opacity: 0.8px;
    }

    &:nth-child(5) {
        left: calc(4% + 145px) !important;
        opacity: 0.8px;
    }

    &:nth-child(6) {
        left: calc(4% + 215px) !important;
        opacity: 0.8px;
    }
    &:nth-child(7) {
        left: calc(4% + 350px) !important;
        opacity: 0.8px;
    }
}
}
.heading:after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background: #d32000;
    border-radius: 3px;
    margin: 8px auto;
}
.heading1:after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background: #d32000;
    border-radius: 3px;
    margin: 8px 0px;
}
.confettiCanvas {
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

.instruction {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	/* font-family: Arial, sans-serif; */
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
}
.owl-stage-outer {
    padding: 20px 0px;
}


/*
text-xs md:text-base lg:text-lg    [paragraph]
text-lg md:text-2xl lg:text-3xl  [heading]
*/
