* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

:root {
    --primary-color: #000000;
    --secondary-color: #898989;
    --light-text: #9570FB;
    --title-text: #ffffff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

p,
ul {
    margin: 0;
}

a {
    text-decoration: none;

}

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: clip;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }

body {
    background: var(--primary-color);
    color: var(--title-text);
    position: relative;
    z-index: 0;
    font-family: "Inter", "sans-serif";
}

header {
    position: relative;
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;
}


.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
}

.nav-links a{
    color: var(--title-text);
}

.nav-links a:hover{
    color: var(--light-text);
}

.btn1 {
    background-color: var(--light-text);
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 50px;
    color: var(--title-text);
	cursor:pointer;
	border: none;
}

.btn2 {
    background-color: transparent;
    color: var(--light-text);
    border: 1px solid var(--light-text);
    padding: 12px 30px;
    border-radius: 50px;
	cursor:pointer;
}


.btn3 {
    background-color: transparent;
    color: var(--title-text);
    border: 1px solid var(--title-text);
    padding: 12px 22px;
    border-radius: 50px;
    width: 100%;
    display: block;
    text-align: center;
    display: none;
	cursor:pointer;
}

.btn3:hover {
    background-color: var(--title-text);
    color: var(--light-text);
}

.btn-list{
    display: none;
    font-size: 30px;
}
#close_icon {
    display: none;
}

main {
    position: relative;
    z-index: -1;
}

.scrolled {
    background-color: var(--primary-color);
    backdrop-filter: blur(70px);
}
main::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 12, 8, 0.01);
    backdrop-filter: blur(150px);
    z-index: 0;
}

.bg-vector {
    position: absolute;
    overflow: hidden;
    z-index: -2;
}

.bg-vector:nth-child(1) {
    position: absolute;
    top: 80%;
}

.bg-vector:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 10%;
}

.bg-vector:nth-child(3) {
    position: absolute;
    top: 54%;
    right: 65%;
}

.bg-vector:nth-child(4) {
    position: absolute;
    top: 80%;
    right: 20%;
}

.bg-vector:nth-child(5) {
    position: absolute;
    top: 40%;
    left: 10%;
}

.bg-vector:nth-child(5) {
    position: absolute;
    bottom: 40%;
    left: 10%;
}


.section-gap {
    padding: 100px 0;
    position: relative;
    z-index: 5;
}

.banner {
    text-align: center;
    overflow: hidden;
    padding-top: 200px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .container {
    position: relative;
    z-index: 9;
}

.banner h1 {
    font-size: 90px;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

h2 {
    font-size: 50px;
    font-weight: bold;
}

.banner p {
    font-size: 22px;
    width: 50%;
    margin: auto;
}

.highlight {
    color: var(--light-text);
}

.bannerbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerbg:nth-child(1) {
    z-index: -1;
    opacity: .5;
}

.bannerbg:nth-child(2) {
    z-index: 1;
}

.banner::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 12, 8, 0.01);
    backdrop-filter: blur(100px);
    z-index: 0;
}

.banner .container {
    position: relative;
    z-index: 5;
}

/* srvc slider */

.icon {
    width: 20%;
}

.srvcs h2 {
    width: 60%;
    margin-bottom: 90px;
}

.srvcs .swiper-slide {
    position: relative;
    overflow: hidden;
}

.card-vector {
    position: absolute;
    width: 160%;
    z-index: -1;
}

.swiper-slide:nth-child(1) .card-vector {
    top: -250px;
    right: -189px;
}

.swiper-slide:nth-child(2) .card-vector {
    bottom: 10px;
    left: 50px;
}


.srvcs .mySwiper {
    overflow: hidden;
}

.mySwiper .swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: start;
    font-size: 18px;
    background: transparent;
    color: var(--title-text);
    padding: 40px 40px;
    border-radius: 30px;
    border: 1px solid rgba(149, 112, 251, 0.3);
    height: 520px;
}




@media only screen and (min-width: 1400px) {
    .container-stage {
        width: auto;
        min-width: auto;
        max-width: inherit;
        padding-right: 0;
    }

    .swiper-wrapper .swiper-slide:first-child{
        margin-left: calc((100% - 1320px) / 2);
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid #9b5de5;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b5de5;
    box-shadow: 0px 0px 6px #ffffff8c;
    transition: box-shadow 0.3s ease;
    position: unset !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    box-shadow: 0 0 15px #9b5de5, 0 0 30px #5f0f40;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.button-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

/* pricing */
.pricing-card {
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #9570FB;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    font-size: 17px;
}

.pricing-card ul li:before {
    content: '\eb80';
    font-family: remixicon !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    color: #9570fb;
}

.price {
    font-size: 63px;
}

.pri-btn {
    border: 1px solid #9570FB;
    color: #9570FB;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    padding: 14px;
    text-decoration: none;
    width: 100%;
	cursor:pointer;
}


.featured {
    background-color: #9570FB;
    border-radius: 20px;
}

.featured ul li {
    color: #ffffff;
}

.featured ul li:before {
    color: #fff !important;
}

.featured-btn {
    border: 1px solid #fff;
    background-color: #fff;
    color: #9570FB;
}


/* about */
.about p {
    color: var(--secondary-color);
    font-size: 30px;
}

.about h2 {
    margin-bottom: 40px;
}

/* cta */
.cta {
    position: relative;
    border: 1px solid var(--light-text);
    text-align: center;
    overflow: hidden;
    z-index: 0;
    border-radius: 30px;
}

.cta-grid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cta h2 {
    font-size: 60px;
}

.cta p {
    font-size: 22px;
   margin-top: 40px;
}

.cta>div {
    position: relative;
    width: 70%;
    margin: auto;
    z-index: 2;
    padding: 100px 0;
}



/* testimonial */
.testimonial .swiper {
    width: 100%;
    height: 100%;
    padding: 50px 0 !important;
}

.testimonial p{
    font-size: 20px;
    font-style: italic;
}

.testimonial .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
    padding: 0 100px;
}

.testimonial .swiper-wrapper{
    margin-bottom: 40px;
}

.testimonial .swiper-slide img {
    height: 50px;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

/* Base dot style */
.testimonial .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid var(--light-text);
    opacity: 1;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
}

/* Active dot style */
.testimonial .swiper-pagination-bullet-active {
    background-color: var(--light-text);
    transform: scale(1.2);
}

/* footer */
footer {
    position: relative;
    z-index: 5;
    border-top: 1px solid #9570FB33;
    border-bottom: 1px solid #9570FB33;
}

.logo {
    color: var(--light-text);
}

.rights {
    position: relative;
    z-index: 5;
    padding: 30px 0;
}


/*Contact Form*/
.modal-content{
	text-align: start;
    font-size: 18px;
    background: #000000;
    color: var(--title-text);
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(149, 112, 251, 0.3);
	overflow: hidden;
	position: relative;
}
.modal-content .card-vector{
    top: -200px;
}

.modal-content input, textarea{
	background: #00000080;
	color:#fff;
	border-radius: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    outline: none;
    border: 1px solid rgba(149, 112, 251, 0.3);
}
.modal-content .form-label {
    color: #7c7c7c;
}
.modal-btn{
	padding: 8px 30px;
	width: 100%;
}


.modal-backdrop.show {
    opacity: 1 !important;
}

/* responsive */
@media (max-width: 992px) {
    .banner h1 {
        width: 100%;
        font-size: 62px;
    }

    .banner p {
        width: 100%;
        font-size: 16px;
    }

    h2 {
        font-size: 42px;
    }

    .section-gap {
        padding: 90px 0;
    }

    .pricing-card {
        gap: 0;
    }

    .pricing-section .h-100 {
        min-height: 500px !important;
    }

    .about p {
        font-size: 24px;
    }

    .cta {
        padding: 80px 30px;
    }

    .cta h2 {
        font-size: 42px;
    }

    .cta>div {
        width: 100%;
    }
    header .btn1{
        display: none;
    }

}

@media (max-width: 768px) {
    .nav-links {
        font-size: 18px;
    }

    .testimonial .swiper-slide {
        padding: 0;
    }

    .testimonial p{
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .banner h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 34px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .cta>div {
        width: 100%;
        padding: 0;
    }

    .srvcs .prnt_btn.d-flex {
        flex-direction: column !important;
        align-items: end !important;
        margin-right: 5px;
    }

    .srvcs h2 {
        width: 100%;
    }
}




@media (max-width: 376px) {
    .logo {
        width: 30%;
    }
    .logo img{
        width: 100%;
    }
    .nav-links {
        font-size: 14px;
        gap: 20px;
    }
    .banner h1 {
        font-size: 40px!important;
    }
    .btn1 {
        font-size: 15px;
        padding: 8px 24px;
    }
    .btn2 {
        font-size: 15px!important;
        padding: 8px 20px!important;
    }
    .button-wrapper {
        gap: 20px!important;
        justify-content: end!important;
    }
    h2 {
        font-size: 28px!important;
    }
    .srvcs{
        padding-top:0px!important;
    }
    
    .mySwiper .swiper-slide{
        font-size: 16px!important;
    }
    
    .pricing-section{
        padding-top: 0!important;
    }
    .about{
        padding-bottom: 0!important;
    }
    .cta h2 {
        font-size: 28px!important;
    }
    .cta p {
        font-size: 16px!important;
    }
    .testimonial .swiper-slide{
        margin-top: 0!important;
    }
}







