@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
body{
      overflow-x: hidden; 
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
    list-style: none;
}
.navbar-toggler.btn{
    background-color: transparent;
}
.hero-banner-sec {
    background-image: url("../../assets/images/banner-img.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;

}

header a.nav-link {
    font-weight: 500;
    font-size: 20px;
}

header a.nav-link.active {
    font-weight: 700;
}

header .navbar-nav li.nav-item {
    margin-inline: 6px;
}

header .container {
    background-color: rgb(0 0 0 / 50%);
}

h1 {
    font-size: 58px;
    font-weight: 700;
}

.learn-more-btn {
    font-size: 32px;
    font-weight: 500;
    background-color: transparent;
    margin-top: 70px;
    color: white;
}
.learn-more-btn:hover{
    background-color: #fff;
    color: #6F20EE;
    transition: 1s linear;
}

.main-img {
    position: relative;
}

.animated-images-banner>img {
    position: absolute;
}

.banner-main-img {
    /* right: 5%;
    top: 20%;
    max-width: 40%; */
    width: 100%;
    z-index: 1;
}

.top-left {
    max-width: 127px;
    top: 25%;
    left: 43%;
}

.center-left {
    max-width: 12%;
    top: 42%;
    left: 43%;
}

.bottom-left {
    max-width: 79px;
    bottom: 14%;
    left: 49%;
}

.bottom-left2 {
    max-width: 56px;
    bottom: 5%;
    left: 44%;
    -webkit-animation: bottom-left3 1s infinite alternate;
    animation: bottom-left3 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
}
@keyframes bottom-left3 {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(-50px);
    }
}
.top-right {
    max-width: 12%;
    right: 0;
    top: 38%;
}

.center-right {
    max-width: 79px;
    bottom: 20%;
    right: 7%;
}

.bottom-right {
    max-width: 79px;
    bottom: 5%;
    right: 0%;
    -webkit-animation: bottom-right3 1s infinite alternate;
    animation: bottom-right3 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes bottom-right3 {
    0% {
        transform: translateX(-60px);
    }

    100% {
        transform: translateY(10px);
    }
}


.banner-main-img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
    transition-delay: 20S;
}

@keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(70px);
    }
}

/* ----------------------------------------------------------- */
.top-left {
    -webkit-animation: left1 1s infinite alternate;
    animation: left1 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes left1 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-40px);
    }
}

/* ------------------------------------------------------------------ */
.center-left {
    -webkit-animation: left2 1s infinite alternate;
    animation: left2 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes left2 {
    0% {
        transform: translateX(30px);
    }

    100% {
        transform: translateY(60px);
    }
}

/* --------------------------------------------------------------------- */
.bottom-left {
    -webkit-animation: left3 1s infinite alternate;
    animation: left3 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes left3 {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(-50px);
    }
}


/* ---------------------------------------------------------------------- */
.top-right {
    -webkit-animation: right1 1s infinite alternate;
    animation: right1 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes right1 {
    0% {
        transform: translateX(-40px);
    }

    100% {
        transform: translateY(60px);
    }
}

/* ---------------------------------------------------------------------- */
.center-right {
    -webkit-animation: right2 1s infinite alternate;
    animation: right2 1s infinite alternate;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes right2 {
    0% {
        transform: translateX(100px);
    }
   
    100% {
        transform: translateX(160px);
    }
}

/* ------------------------------------------------------------------------- */
.variation-img {
    -webkit-animation: zoomeffect 7s infinite;
    -moz-animation: zoomeffect 7s infinite;
    animation: zoomeffect 7s infinite;
}

@keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1, 1);
    }

    50% {
        background-position: center;
        transform: scale(1.4, 1.4);
    }

    100% {
        background-position: center;
        transform: scale(1, 1);
    }
}
.dots-img {
    max-width: 500px;
    top: 25px;
    left: 22%;
}
.dots-img {
    animation: moving 1s infinite alternate;
    animation-duration: 4s;
    animation-timing-function: linear;
}

@keyframes moving {
    0% {
        transform: translateX(20px);
    }
    50% {
        transform: translateY(-50px);
    }

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

.ellip1{
    max-width: 70px;
    top: 25px;
    left: 22%;
    animation: move 1s infinite alternate;
    animation-duration: 5s;
    animation-timing-function: linear;
}

 @keyframes move {
    0% {
        transform: translateX(10px);
    }
    
     100% {
        transform: translateY(300px);
    } 
}
.ellip2{
    max-width: 70px;
    bottom: 25px;
    right: 32%;
    animation: move2 1s infinite alternate;
    animation-duration: 5s;
}
@keyframes move2 {
    0% {
        transform: translateX(10px);
    }
    
     100% {
        transform: translateY(-300px);
    } 
}
.ellip3{
    max-width: 70px;
    top: 50%;
    left: 50%;
    animation: move3 1s infinite alternate;
    animation-duration: 5s;
}
@keyframes move3 {
    0% {
        transform: translateX(10px);
    }
    50% {
        transform: translateY(80px);
    }
    
     100% {
        transform: translateX(-300px);
    } 
}
.ellip4{
    max-width: 70px;
    top: 10%;
    left: 70%;
    animation: move4 1s infinite alternate;
    animation-duration: 5s;
}
@keyframes move4 {
    0% {
        transform: translateX(10px);
    }
    50% {
        transform: translateY(10px);
    }
    
     100% {
        transform: translateX(-300px);
    } 
}
.ellip5{
    max-width: 70px;
    bottom: 30%;
    left: 30%;
    animation: move5 1s infinite alternate;
    animation-duration: 5s;
}
@keyframes move5 {
    0% {
        transform: translateX(100px);
    }
    50% {
        transform: translateY(90px);
    }
    
     100% {
        transform: translateX(-300px);
    } 
}
.ellip6{
        position: absolute;
        width: 270px;
        height: 270px;
        top: 20%;
        left: 38%;
    animation: move6 1s infinite alternate;
    animation-duration: 4s;
    animation-timing-function: linear;
}
@keyframes move6{
    100% {
  transform: scale(1.4);
    }
  }
  .glass-img img{
    bottom: 0;
    width: 10%;
    right: 0;
  }
h2 {
    color: #6F20EE;
    font-size: 22px;
    font-weight: 700;
}

h3 {
    color: #3F3F3F;
    font-size: 44px;
    font-weight: 700;
}

.features {
    background-color: #D9D9D9;
}

.features .underline::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100px;
    background-color: #6F20EE;
    bottom: 0;
    left: 0;
}

.fs-18 {
    font-size: 18PX;
}

.about {
    padding: 70px 0px;
    position: relative;
    z-index: 1;
}
.about:before {
    content: '';
    width: 100%;
    height: 130px;
    position: absolute;
    background-color: #d9d9d9;
    bottom: 0;
    z-index: -1;
}
.offer{
    position: relative;
    z-index: 1;
}
section.offer:before {
    background-color: white;
    bottom: 0;
    height: 100px;
    width: 100%;
    position: absolute;
    content: '';
}
.about .container {
    background-image: linear-gradient(#4B4A4F, #4129C4, #3220A7,  #3220A7, #000040);
}
.shadow-col{
        box-shadow: 0 1px 10px 0 rgb(0 0 0 / 25%);
    }
.about .underline::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.variation-img {
    width: 27%;
    top: 125px;
    left: 12%;
}


.blank-section {
    background-color: #D9D9D9;
}

.device {
    background-image: linear-gradient(to right, #6F20EE, #6425AB);
}

h4 {
    font-size: 64px;
    font-weight: 700;
}

.space {
    padding-left: 100px;
    padding-bottom: 60px;
}



.variation-card{
    background-color: #6F20EE;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 43%);
    /* transition: all 1s linear; */
   
}
/* .bounce2 {
    animation: bounce2 2s ease infinite;
  } */

.purple360 {
    filter: brightness(0) invert(1);
}

.variation-card:hover {
    background-color: #fff;
    border-bottom: 8px solid #6F20EE;
    /* background-color: #6425AB; */
    animation: bounce2 0.8s ease;
    transform: translateY(10px);
}

@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(10px);}
	40% {transform: translateY(5px);}
}

.variation-card:hover .fs-24 {
    color: #000;
    padding-top: 30px;
}
.variation-card, .variation-card * {
    transition: all 0.4s ease;
}
.variation-card .img-360-outer {
    position: absolute;
    bottom: 50%;
    left: 0%;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
    margin-inline: auto;
}
.purple360 {
    margin-inline: auto;
    display: block;
}
.variation-card:hover .img-360-outer {
    top: -65px;
}
.variation-card:hover .purple360 {
    zoom: 2;
    filter: none;
    animation: bounce-in22 1s ease alternate;
}
@keyframes bounce-in22 {
    0% {
      opacity: 0;
      transform: scale(.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% { transform: scale(.9); }
    100% { transform: scale(1); }
  }
.white360 {
    opacity: 0 !important;
    visibility: hidden;
}

  .variation-card img {
    width: 100px;
}

.fs-24 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding-top: 16px;
}
.fs-26{
    font-size: 26px;
    font-weight: 700;

}

.store-testimonial {
    background-image: linear-gradient(to right, #6F20EE, #6425AB);

}

.slick-dots li button:before {
    color: #fff !important;
    opacity: 100% !important;
    font-size: 10px !important;
}

.slick-dots li.slick-active button:before {
    color: #3CE01F !important;
    font-size: 15px !important;

}

.content p {
    font-size: 22px;
}
.content2 p{
   font-size: 22px;
}
.content2 p:nth-child(2) {
    color: #3CE01F !important;
}

.container-form {
    max-width: 795px;
    margin: 0 auto;
}
.form-control{
padding: 0.595rem 0.75rem !important;
}
.submit-btn {
    background-color: #6F20EE;
    font-size: 24px;
    font-weight: 700;
}

.bg-purple {
    background-color: #6F20EE;
    height: 360px;
}
.bg-gradient-purple {
    background: linear-gradient(180deg, transparent 20%, #6F20EE 20%, #6F20EE 100%, transparent 20%);
    height: 450px;
}
.bg-gradient-purple p{
    color: #fff;
}
 /* .bg-purple img {
    position: absolute;
    border: 1px solid white;
    border-radius: 50%;
    top: -90px;
    padding: 10px;
}  */
.bg-gradient-purple  img {
    border: 1px solid white;
    border-radius: 50%;
    padding: 10px;
    width: 100%;
}

.connect h2 {
    color: #6F20EE;
    font-size: 22px;
}

.explore {
    background-image: url('../../assets/images/Portrait\ young.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.mx-700 {
    max-width: 500px;
    font-size: 20px;
}

.bottom-space {
    padding-bottom: 60px;

}

.client-testimonial {
    margin-bottom: 100px;
}
.fs-50{
    font-size: 50px !important;
}
.slider p{
    font-size: 18px;
}
h5{
    font-size: 28px;
}
h6{
    font-size: 28px;
    font-weight: 600;
}
.bg{
    background-color: #6F20EE;
}

/* .slick-dots {
    width: 50%;
    right: 0;
    margin: 0;
    list-style: none;
} */
.client-testimonial .slick-dots {
    position: absolute;
    bottom: 125px;
    display: block;
    width: 64%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.form-control{
        box-shadow: inset 0 2px 4px 0 #00000033;
        background-color: #f0f0f0;  
}
footer p, footer li{
    font-size: 20px;
}

/* @media  screen and (min-width: 576px){ 
.bg-gradient-purple  img {
    border: 1px solid white;
    border-radius: 50%;
    padding: 10px;
    width: 85%;
}
} */
@media  screen and (min-width:1400px) {
.bg-gradient-purple {
    background: linear-gradient(180deg, transparent 20%, #6F20EE 20%, #6F20EE 100%, transparent 20%);
    height: 530px;
}
/* .variation-img {
   
    top: 96px;
    left: 12%;
} */
}

@media  screen and (max-width:1199px) {
    .bg-gradient-purple {
        background: linear-gradient(180deg, transparent 20%, #6F20EE 20%, #6F20EE 100%, transparent 20%);
        height: 390px;
    }
    .client-testimonial .slick-dots {
        bottom: 90px;
    }
}
@media  screen and (max-width:991px) {
    .top-left, .center-left, .bottom-left, .bottom-left2, .top-right, .center-right, .bottom-right{
        display: none;
    }
    /* .banner-main-img {
        right: 0px;
        bottom: 20px;
    } */
    .variation-img {
        top: 17%;
        left: 17%;
    }
    .space {
        padding-left: 60px;
        padding-bottom: 40px;
    }
    .navbar-collapse {
  
            background-color: rgb(111 32 238);
       
    }
    header .container {
        background-color: transparent;
    }
    .bg-gradient-purple {
        height: 290px;
    }
    .client-testimonial .slick-dots {
        position: absolute;
        bottom: 50px;
        display: block;
        /* width: 100%; */
    }
    .variation-card:hover .purple360 {
        left: 6%;
    }
}
@media  screen and (max-width: 767px) {
/* .banner-main-img {
    right: 0px;
    bottom: 0px;
    max-width: 342px;
} */
.variation-img {
    top: 19%;
    left: 34%;
}
.glass-img img {
    max-width: 550px;
}
.ellip6 {
    width: 175px;
    height: 170px;
    top: 51%;
    left: 38%;
}
h3 {
    line-height: 40px;
    font-size: 36px;
}
h4{
    font-size: 50px;
    line-height: 46px;
}
.learn-more-btn {
    margin-top: 30px;
    font-size: 22px;
}
/* .bg-gradient-purple {
    height: 720px;
} */
.bg-gradient-purple {
    height: 755px;
}
.bg-gradient-purple .client-testimonial .slick-dots {
    bottom: 0;
  
}
.variation-card:hover .purple360 {
    position: absolute;
    top: -21px;
    left: 30%;
    display: block;
    width: 37%;
}

}
@media  screen and (max-width: 576px) {
.variation-img {
    left: 120px;
}
h1 {
    font-size: 40px;
}
h3{
    font-size: 36px;
}
h4{
    font-size: 44px;
}
.ellip6{
    display: none;
}
.slick-slide img {
    display: block;
    width: 100%;
}

.space {
    padding-left: 20px;
    padding-bottom: 40px;
}
.client-testimonial .slick-dots {
    bottom: -25px;
}
.client-testimonial {
    margin-bottom:  0;
}
.bg-gradient-purple {
    height: 770px;
    background: none;
}
.bg-gradient-purple p{
    color: #000;
}
.bg-gradient-purple .slick-dots li button:before {
    color: #000 !important;
    opacity: 100% !important;
    font-size: 10px !important;
}

}
@media  screen and (max-width: 480px) {
/* .banner-main-img {
    right: 0px;
    bottom: 0px;
    max-width: 280px;
} */
.learn-more-btn {
    margin-top: 25px;
}
.variation-img {
    left: 75px;
}
.space {
    padding-left: 10px;
}
.bg-gradient-purple {
    height: 720px;
}
h4 {
    font-size: 28px;
}
.variation-card:hover .purple360 {
    top: 25px
}
}