body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: black;
}

::selection {
  background-color: black;
  color: white;
}

/*Lenis scroll*/
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.fade-overlay {
  position: fixed;
  left: 0;
  top: 0;         /* Ensures it spans the full screen */
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255,255,255,0) 80px),
    linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255,255,255,0) 160px);
  background-repeat: no-repeat;
  background-size: 100% 80px, 100% 160px;
  background-position: top, bottom;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: black;
    z-index: 2;
    transition: all .6s ease-in-out;
}
.overShow {
    background-color: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(0) !important;
}

.dropScroll {
    opacity: 0;
    transform: translateY(-30px);
    filter: blur(3px);
    transition: all .5s ease-in-out;
}
.dropShow {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.bgCont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}
.bgCont::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    height: 250px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0) 100%);
}
#bgImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

/*Navbar*/

nav {
    position: relative;
    z-index: 5;
    top: 15px;
    height: 50px;
    width: 96vw;
    margin-inline: auto;
}

#navP {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    z-index: 3;
    font-size: 1.25rem;
    color: transparent;
    background-clip: text !important;
    background: linear-gradient(to right, rgb(141, 32, 204), rgb(141, 32, 204), rgb(182, 55, 255), rgb(141, 32, 204));
    font-family: "Poppins";
    font-weight: 700;
}

nav .btnCont {
    position: absolute;
    width: fit-content;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 40px;
}
nav .btnCont a {
    text-decoration: none;
    font-family: "Poppins";
    font-weight: 600;
    cursor: pointer;
    font-size: 1.25rem;
    color: hsl(0, 0%, 72%);
    transition: all .3s ease-in-out;
}
nav .btnCont:hover a {
    color: hsl(0, 0%, 55%);
}
nav .btnCont a:hover {
    color: hsl(0, 0%, 98%);
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

nav .bars {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 1.5rem;
    color: transparent;
    background: linear-gradient(50deg, rgb(141, 32, 204), rgb(182, 55, 255), rgb(141, 32, 204), rgb(141, 32, 204));
    background-clip: text !important;
    text-shadow: 0 0 8px rgba(141, 32, 204, 0.3);
    display: none;
}


/*Offcanvas*/

.offcanvas {
    background: linear-gradient(40deg, rgb(23, 11, 43), rgb(88, 20, 128));
    height: fit-content !important;
    border-bottom: 4px solid rgb(182, 55, 255) !important;
}
.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 85%;
    margin-inline: auto;
    height: fit-content !important;
    overflow: hidden;
}
.offcanvas-title {
    color: transparent;
    background-clip: text !important;
    background: linear-gradient(to right, rgb(141, 32, 204), rgb(141, 32, 204), rgb(182, 55, 255), rgb(141, 32, 204));
    font-family: "Poppins";
    font-weight: 700;
}
.offcanvas-body p {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.3rem;
    color: hsl(0, 0%, 95%);
}
.offcanvas-body .btnCont {
    display: flex;
    margin-bottom: 30px;
    margin-inline: auto;
    gap: 40px;
    width: fit-content;
}
.offcanvas-body .btnCont a {
    text-decoration: none;
    color: hsl(0, 0%, 85%);
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.25rem;

}

/**/

.myCont {
    position: relative;
    top: 100px;
    height: 100vh;
    width: 100%;
}

.showRigths {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateX(0) !important;
}

.textCont {
    position: relative;
    margin-inline: auto;
    max-width: 1200px;
    width: 80vw;
    z-index: 2;
    text-align: center;
}
.textContShow {
    transform: translateX(0) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
}
.textCont h1 {
    font-size: 6rem;
    margin-inline: auto;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05em;
    opacity: 0;
    filter: blur(5px);
    margin-bottom: -0.4rem !important;
    transform: translateX(-100px);
    color: transparent;
    background-clip: text !important;
    background: linear-gradient(10deg, #ffffff8a, #ffffff, #ffffffb0);
    transition: all .7s ease-in-out;
}
#lines {
    position: relative;
    height: 8px;
    width: 0;
    border-radius: 8px;
    margin-block: 20px;
    background: linear-gradient(to right, rgb(141, 32, 204), rgb(141, 32, 204), rgb(160, 32, 235), rgb(141, 32, 204));
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    transition: all .7s ease-in-out;
}
#lines::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: inherit;
    border-radius: inherit;
    filter: blur(16px);
}
.lineShow {
    width: 100% !important;
}
.textCont h2 {
    position: relative;
    font-size: 1.8rem;
    opacity: 0;
    transform: translateX(-100px);
    color: hsl(0, 0%, 85%);
    font-family: "Poppins";
    font-weight: 400;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    filter: blur(5px);
    margin: 0;
    transition: all .7s ease-in-out;
}

.btnCont {
    position: relative;
    top: 30px;
    display: flex;
    width: 580px;
    margin: auto;
}

.textCont a {
    position: relative;
    filter: blur(6px);
    text-decoration: none;
    color: black;
    font-family: "Poppins";
    opacity: 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.75rem;
    padding: 8px 22px;
    margin-inline: auto;
    border-radius: 22px;
    transition: all .4s ease-in-out;
}
.btnShow {
    filter: blur(0) !important;
    opacity: 1 !important;
}
.textCont a:hover {
    padding: 8px 34px;
}

#myBtn {
    background: linear-gradient(135deg, rgb(148, 30, 216), rgb(160, 32, 235), rgb(186, 66, 255), rgb(138, 28, 202));
    box-shadow: 0 0 20px #a100ff;
}
#myBtnSec {
    background: transparent;
    backdrop-filter: blur(12px);
    border: 2px solid #a100ff;
    color: #a100ff;
}
.secondCont {
    position: relative;
    width: 100%;
    background-color: black;
}

.bottonCont {
    position: relative;
    top: 240px;
    z-index: 2;
    margin-inline: auto;
    filter: blur(6px);
    opacity: 0;
    margin-bottom: 100px;
    max-width: 1600px;
    width: 80vw;
    border-radius: 40px;
    padding: 0;
    justify-items: center;
    background-color: black;
    border: 2px solid rgb(141, 32, 204);
    box-shadow: 0 0 40px rgb(127, 32, 204);
    overflow: hidden;
    transition: all .8s ease-in-out;
}
.bottonShow {
    opacity: 1 !important;
    top: 120px !important;
    filter: blur(0) !important;
}

.myUndText {
    position: relative;
    margin: 40px;
    font-size: 2.5rem;
    color: transparent;
    width: fit-content;
    background-clip: text !important;
    background: linear-gradient(20deg, #cacaca8e, #ffffff, #ffffffa6, #ffffff);
    font-family: "Poppins";
    font-weight: 600;
}


.achieveRow {
    justify-content: center;
    margin-inline: 30px;
    gap: 50px;
}
.achieveBox {
    width: 400px;
    border-radius: 30px;
    box-shadow: 0 0 24px rgb(112, 32, 204);
    text-align: center;
    padding: 30px;
    border: 2px solid rgb(127, 32, 204);
}
.smUndTxt {
    position: relative;
    font-family: "Poppins";
    width: fit-content;
    margin: auto;
    font-size: 1.75rem;
    font-weight: 600;
    color: hsl(0, 0%, 80%);
}

.smUndTxt::after, .refundTexts h2::after, .mainContTing::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 3px;
    width: 100%;
    border-radius: 6px;
    background: linear-gradient(135deg, rgb(148, 30, 216), rgb(160, 32, 235), rgb(186, 66, 255), rgb(138, 28, 202));
    box-shadow: 0 0 10px #a100ff;
}
.mainContTing::after {
    bottom: -15px !important;
}
.achieveBox p {
    color: hsl(0, 0%, 65%);
    font-family: "Poppins";
    font-size: 1.25rem;
    margin: 0;
}

.wrapper {
    position: relative;
    border: none;
    width: 95%;
    z-index: 66;
    max-width: 2000px;
    height: 250px;
    opacity: 1;
    margin-inline: auto;
    overflow-x: hidden;
    transition: all 2s ease-in-out;
    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0),
        rgba(0,0,0,1) 20%,
        rgba(0,0,0,1) 80%,
        rgba(0,0,0,0)
    );
}

.item {
    position: absolute;
    width: 500px;
    height: inherit;
    left: max(calc(500px * 4), 100%);
    border-radius: 30px;
    z-index: 434343;
    padding: 40px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    animation: scrollLeft 50s linear infinite;
}
.item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: inherit;
    backdrop-filter: blur(16px);
    transition: all .4s ease-in-out;
}
.item:hover::after {
    opacity: 1;
}
.item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.item:hover .imgInCont {
    opacity: 1;
}

.imgInCont {
    position: absolute;
    z-index: 5555;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease-in-out;
}
.imgInCont p {
    font-family: "Poppins";
    color: transparent;
    font-size: 1rem;
    width: 400px;
    background-clip: text !important;
    background: linear-gradient(-5deg, #cacaca9c, #ffffff, #ffffffb6, #ffffff);
    text-align: center;
}


.item1 {animation-delay: calc(50s / 4 * (4 - 1) * -1);}
.item2 {animation-delay: calc(50s / 4 * (4 - 2) * -1);}
.item3 {animation-delay: calc(50s / 4 * (4 - 3) * -1);}
.item4 {animation-delay: calc(50s / 4 * (4 - 4) * -1);}

@keyframes scrollLeft {
    to{
        left: -500px;
    }
}
.whyCont {
  margin-inline: 40px;
  max-width: 1100px;
}

.whyCont .row {
  display: flex;
  align-items: stretch;
}

.whyCont .col-xl-6 {
  display: flex;
  flex-direction: column;
}


.listCont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.listCont .listItems {
  background: linear-gradient(
    135deg,
    rgb(148, 30, 216),
    rgb(160, 32, 235),
    rgb(186, 66, 255),
    rgb(138, 28, 202)
  );
  box-shadow: 0 0 20px #a200ffda;
  border-radius: 40px;
  padding: 14px 20px;
}

.listCont .listItems p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.5rem;
  color: white;
  margin: 0;
}

.whyCont p {
  font-size: 1.5rem;
  color: white;
  margin: 0;
}




.priceCont {
    margin-inline: 20px;
    justify-content: center;
    gap: 6vw;
}
.priceItems {
    position: relative;
    padding: 35px 30px;
    width: fit-content;
    text-align: center;
    border: 2px solid #a100ff;
    border-radius: 40px;
    box-shadow: 0 0 10px #a100ff;
    transition: all .3s ease-in-out;
}
.priceItems:hover {
    box-shadow: 0 0 20px #a100ff;
}
.priceItems a {
    text-decoration: none;
    color: black;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.15rem;
    padding: 5px 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgb(148, 30, 216), rgb(160, 32, 235), rgb(186, 66, 255), rgb(138, 28, 202));
    box-shadow: 0 0 10px #a100ff;
    transition: all .4s ease-in-out;
}
.priceItems a:hover {
    padding: 5px 24px;
}
.priceItems h3 {
    color: hsl(0, 0%, 85%);    
}
.priceCont h4 {
    color: hsl(0, 0%, 75%);
}
.priceCont p {
    color: hsl(0, 0%, 50%);
}
.priceItems ul {
    position: relative;
    color: hsl(0, 0%, 75%);
    text-align: left !important;
    margin-bottom: 25px;
}

.priceItems h6 {
  position: absolute;
  top: -10px;
  left: 50%;
  font-size: 0.9rem;
  transform: translateX(-50%);
  color: hsl(0, 0%, 85%);
  background-color: black;
  font-size: 0.9rem;
  padding: 3px 14px;
  font-family: "Poppins";
  border: 1px solid #a100ff;
  border-radius: 5px;
  box-shadow: 0 0 8px #a100ff;
}


.refundCont {
    margin: 75px 40px 40px 40px;
    max-width: 1000px;
}

.refundTexts h2 {
    position: relative;
    font-family: "Poppins";
    color: transparent;
    width: fit-content;
    background-clip: text !important;
    background: linear-gradient(20deg, #cacaca8e, #ffffff, #ffffffa6, #ffffff);
    font-family: "Poppins";
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 600;
}
.refundTexts p {
    font-size: 1.25rem;
    color: hsl(0, 0%, 80%);
    
}

.refundImgCont img {
    width: 100%;
    transform: scale(1.2) rotateX(55deg);
    transition: all 1.6s ease-in-out;
}
.rotatePic {
    transform: scale(1.2) rotateX(0) !important;
}

/*Contact*/

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
}

.contactMainCont {
    padding-block: 0 60px;
    background-color: transparent;
}

.contactCont {
    position: relative;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
}

.middleCont {
    position: relative;
    width: 80vw;
    max-width: 1200px;
    align-items: center;
    padding: 40px;
    border: 2px solid rgb(141, 32, 204);
    box-shadow: 0 0 40px rgb(127, 32, 204);
    border-radius: 15px;
}
.middleCont h1 {
  margin-bottom: 30px;
  color: hsl(0, 0%, 80%);
  font-size: 2.75rem;
  margin-bottom: 25px;
  font-family: "Poppins" sans-serif;
  font-weight: 600;
}
.middleCont p {
  font-size: 1.25rem;
  color: hsl(0, 0%, 55%);
  font-family: "Roboto" sans-serif;
}

.input-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.input-wrapper input {
  width: 100%;
  padding: 12px 8px;
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 80%);
  outline: none;
  font-family: "Roboto" sans-serif;
  font-size: 1.4rem;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border .2s ease-in-out;
}
.input-wrapper input:focus {
  border-bottom: 2px solid #a100ff;
}

.input-wrapper label {
  position: absolute;
  left: 10px;
  top: 12px;
  background: transparent;
  padding: 0 4px;
  color: hsl(0, 0%, 67%);
  font-size: 1.4rem;
  pointer-events: none;
  transition: 0.2s ease-in-out all;
}

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label {
  top: -16px;
  left: 10px;
  font-size: 1.2rem;
  color: hsl(0, 0%, 55%);
}

.input-wrapper input::placeholder {
  color: transparent;
}

#text {
    font-size: 1.4rem;
    padding: 15px;
    width: 100%;
    height: 300px;
    color: hsl(0, 0%, 55%);
    outline: none;
    background-color: hsl(0, 0%, 10%);
    font-family: "Roboto" sans-serif;
    border: 2px solid rgba(0, 0, 0, 0);
    resize: none;
    margin-bottom: 10px;
    transition: border .2s ease-in-out;
}
#text:focus {
    border-bottom: 2px solid #a100ff;
}
#text::placeholder {
  font-family: "Roboto" sans-serif;
    color: #aaa;
    font-size: 1.4rem;
}
#submit {
    position: relative;
    font-size: 1.4rem;
    font-family: "Poppins" sans-serif;
    font-weight: 500;
    padding: 3px 24px;
    outline: none;
    border: none;
    z-index: 1;
    color: hsl(0, 0%, 10%);
    background-color: hsl(0, 0%, 80%);
    transition: color .2s ease-in-out;
}
#submit::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: hsl(0, 0%, 8%);
    transition: all .3s ease-in-out;
}
#submit:hover {
  color: hsl(0, 0%, 80%);
}
#submit:hover::after, #submit:focus::after {
    transform: scaleX(1);
}


/*Footer*/

footer {
    position: relative;
    margin: 0;
    width: 100%;
    background: linear-gradient(to right, hsl(0, 0%, 95%), hsl(0, 0%, 85%), hsl(0, 0%, 95%), hsl(0, 0%, 85%));
    padding-block: 20px;
    z-index: 5;
}
footer p {
    font-family: "Poppins";
    font-weight: 600;
    color: black;
    font-size: 1.25rem;
    margin: 0;
}