@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    overflow-x: hidden;
}

body,
html,
* {
    font-family: "Manrope", sans-serif;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4
h5,.h5,
h6,.h6{
    font-family: "Space Grotesk", sans-serif;
}

a,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
    color: #5300FD;
}

a:hover {
    color: #5300FD;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

.modal-content {
    border: none;
}

.modal-content .modal-body {
    padding: 30px;
    border-radius: 10px;
}

body,
div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
figure,
::before,
::after {
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    color: inherit;
}

body {
    height: 100%;
    overflow-x: hidden;
    font-size: 16px;
    background: #010313;
}

section {
    position: relative;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.color-primary {
    color: #5300FD !important;
}

.primary-bg{
    background: #5300FD;
}

.row>* {
    padding: 0 12px;
}

.grid-row {
    grid-row-gap: 30px;
}

.header .navbar .nav-link:hover {
    color: #fff !important;
    border: 1px solid #fff;
}


.text-24{
    font-size: 24px;
    line-height: 40px;
}

.text-22{
    font-size: 22px;
    line-height: 40px;
}

.text-17{
    font-size: 17px;
    line-height: 30px;
}

.text-18{
    font-size: 18px;
    line-height: 30px;
}

.text-14{
    font-size: 14px;
    line-height: 24px;
}

.heading-48{
    font-size: 48px;
    line-height: 60px;
}

.heading-42{
    font-size: 42px;
    line-height: 54px;
}

.heading-35{
    font-size: 35px;
    line-height: 45px;
}

.title-heading{
    color: #BC82F7;
}

.border,
.border-start,
.border-end,
.border-top,
.border-bottom{
    border-color: #31334660 !important;
    border-width: 2px !important;
}

.theme-btn{
    display: inline-block;
    border-radius: 5px;
    padding: 8px 40px;
    border: 0;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    position: relative;
}

.theme-btn.animate-btn .arrow-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    opacity: 0;
}

.theme-btn.animate-btn span{
    position: relative;
}

.theme-btn.animate-btn span::after{
    content: '';
    background: url(../images/arrow-right.svg) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.theme-btn.animate-btn:hover span::after,
.theme-btn.animate-btn:focus span::after {
    opacity: 1;
    right: -28px;
}

.theme-btn.animate-btn:hover span{
    position: relative;
    transform: translateX(-15px);
}

.theme-btn.animate-btn:hover .arrow-icon{
    opacity: 1;
}

.blue-btn{
    background: #5300FD;
    color: #fff;
}

.blue-btn:hover,
.blue-btn:focus{
    background: #4300CC;
    color: #fff;
}

.mt-30{
    margin-top: 30px;
}

.mt-20{
    margin-top: 20px;
}

.mt-15{
    margin-top: 15px;
}

.mt-10{
    margin-top: 10px;
}

/*Main CSS*/

.header{
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 0px 0;
    border-width: 2px !important;
    background: #00000003;
}

header#header .container.d-flex.align-items-center {
    padding-top: 26px;
    padding-bottom: 26px;
}

.fixed-header{
    top: 0;
    backdrop-filter: blur(40px);
}

.header-ad-main{
    padding: 6px 0;
    z-index: 99;
}

.header-ad-main .close-btn{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.header .navbar ul li{
    display: inline-block;
}

.header .navbar .nav-link {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
}

.header .navbar .nav-link:hover{
    color: #535862;
}

.grid-lines{
    border-left: 2px solid #31334660;
    border-right: 2px solid #31334660;
    position: relative;
    z-index: 9;
}

.grid-lines.lines-3::before,
.grid-lines.lines-3::after{
    content: '';
    position: absolute;
    top: 0;
    left: 33.33%;
    transform: translateX(-33.33%);
    height: 100%;
    width: 2px;
    background: #31334660;
    z-index: -9;
}

.grid-lines.lines-3::after{
    left: 66.66%;
    transform: translateX(-66.66%);
}

.features-benefits-main .grid-lines{
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-image-slice: 1;
  border-image-source: linear-gradient(
    to bottom,
    #ece7fa60 0%,
    #ece7fa60 10%,
    #ece7fa60 20%,
    #ece7fa60 100%
  );
}

.features-benefits-main .grid-lines::before,
.features-benefits-main .grid-lines::after{
    background: linear-gradient(to bottom,  #ece7fa60 0%,#ece7fa60 10%,#ece7fa60 20%,#ece7fa60 100%);
}

.features-benefits-main .box{
    padding: 0 50px;
    margin-top: 100px;
}

.features-benefits-main .box .text{
    padding: 30px 0;
}

.features-benefits-main .box.control-box{
    background: #BB82F6;
}

.features-benefits-main .box .text .main-heading{
    margin-bottom: 200px;
    font-size: 52px;
    line-height: 66px;
}

.video-main .grid-lines{
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-image-slice: 1;
  border-image-source: linear-gradient(
    to top,
    #31334660 0%,
    #77758660 10%,
    #ece7fa60 20%,
    #ece7fa60 100%
  );
}

.video-main .grid-lines::before,
.video-main .grid-lines::after{
    background: linear-gradient(to top,  #31334660 0%,#77758660 10%,#ece7fa60 20%,#ece7fa60 100%);
}

.banner-logos-main{
    z-index: 9;
    margin-top: 142px;
}

.banner-logos-main:before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    background: linear-gradient(to bottom, #2c1d4d 0%, #010313 25%, #010313 100%);
}

.banner-logos-main .text{
    padding: 100px 0 164px;
}

.banner-logos-main .text h1{
    max-width: 900px;
    margin: auto;
    font-size: 65px;
    line-height: 90px;
}

.banner-logos-main .text .text-24{
    margin: 90px auto 0;
    max-width: 560px;
}

.banner-logos-main .text .text-17{
    margin-top: 15px;
}

.banner-logos-main .text .text-14 img{
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.banner-logos-main .text .theme-btn{
    margin-top: 0px;
    min-width: 260px;
}

a.theme-btn.purple-btn.animate-btnv2 {
    background: #BC82F7;
    color: #fff;
}

a.theme-btn.purple-btn.animate-btnv2 svg {
    position: relative;
    top: -1px;
}

.btn_grps {
    margin-top: 110px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.banner-logos-main .shape-imgs{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.banner-logos-main .shape-imgs .shape-img{
    position: absolute;
    pointer-events: none;
}

.banner-logos-main .shape-imgs .shape-img.img-1{
    bottom: 260px;
    left: 240px;
}

.banner-logos-main .shape-imgs .shape-img.img-2{
    filter: brightness(0) invert(1);
    top: 90px;
    right: 110px;
}

.banner-logos-main .shape-imgs .shape-img.img-3{
    left: 150px;
    top: 170px;
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
  padding: 55px 0;
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  animation: logo-scroll 25s linear infinite;
}

.logo-marquee-track .item {
  min-width: 200px;
  margin-right: 30px;
  flex-shrink: 0;
  text-align: center;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

.solutions-main .title-heading,
.solutions-main .heading-text,
.why-main .title-heading,
.why-main .heading-text{
    padding-top: 180px;
}

.solutions-main .heading-text,
.why-main .heading-text,
.features-benefits-main .heading-text{
    margin-left: -8px;
}

.solutions-main .heading-text p,
.why-main .heading-text p,
.features-benefits-main .heading-text p{
    max-width: 430px;
    color: #E0E1F360;
}

.solutions-main .grid-lines .row+.row,
.why-main .grid-lines .row+.row{
    margin-top: 170px;
}

.solutions-row > div:nth-child(2) .box{
    margin-left: -8px;
    width: 100%;
}

.solutions-row > div:nth-child(3) .box{
    margin-left: -16px;
}

.solutions-main .box{
    position: relative;
    z-index: 9;
    min-height: 520px;
}

.solutions-main .box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),calc(100% - 50px) 100%,0 100%);
}

.solutions-main .box figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.solutions-main .box.blue-box::before{
    background: #5300FD;
}

.solutions-main .box.purple-box::before{
    background: #BB82F6;
}

.solutions-main .box.white-box::before{
    background: #ffffff;
}

.solutions-main .box.white-box figure img {
    height: 250px;
    width: auto;
}

.why-main{
    z-index: 99;
}

.why-main .box{
    border: 2px solid #31334660;
    padding: 120px 100px;
    border-radius: 50%;
    background: #010313;
}

.why-main .box:hover{
    border-color: #BC82F7;
}

.why-main .box figure img{
    height: 110px;
}

.why-main .box:hover figure img{
    transform: translateY(-10px);
}

.why-main .box:hover .text{
    transform: translateY(10px);
}

.why-main .grid-lines .row+.row+.row{
    margin-top: 350px;
}

.features-benefits-main{
    z-index: 9;
}

.features-benefits-main::before{
    content: '';
    position: absolute;
    top: -180px;
    left: 0;
    z-index: -9;
    width: 100%;
    height: 620px;
    background: linear-gradient(to bottom,  #030316 0%,#0f072b 10%,#280f56 22%,#4b1992 35%,#6e24ce 48%,#9963dd 60%,#bb97e8 70%,#d6c0f1 79%,#ebe0f8 88%,#f8f4fd 95%,#ffffff 100%);
}

.features-benefits-main .title-heading,
.features-benefits-main .heading-text{
    padding-top: 520px;
}

.video-wrapper .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    background: none;
    border: 0;
    padding: 0;
}

.video-wrapper video{
    width: 100%;
}

.video-main .grid-lines{
    padding: 200px 0 350px;
}

.video-wrapper.playing .play-btn {
  opacity: 0;
}

.video-main{
    z-index: 9;
}

.video-main::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    z-index: -9;
    background: linear-gradient(to bottom,  #fcfafe 0%,#f8f4fd 5%,#ebe0f8 12%,#d6c0f1 21%,#bb97e8 30%,#9963dd 41%,#6e24ce 52%,#4b1992 65%,#280f56 78%,#0f072b 90%,#030316 100%);
}

.contact-form-main .grid-lines{
    padding: 400px 0 250px;
}

.contact-form-box{
    margin-top: 0px;
    padding: 1px;
}

.contact-form-box .contact-form{
    padding: 60px 120px;
}

.form-group{
    margin: 0 0 30px;
}

.form-group .input-label{
    font-size: 16px;
    line-height: 24px;
    color: #535862;
    margin: 0 0 5px;
    font-weight: 600;
}

.form-group .form-control{
    font-size: 18px;
    min-height: 50px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #BC82F7;
    color: #fff;
    padding-left: 15px;
    background: none;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #A4A7AE;
}
.form-group .form-control::-moz-placeholder {
    color: #A4A7AE;
}
.form-group .form-control:-ms-input-placeholder {
    color: #A4A7AE;
}
.form-group .form-control:-moz-placeholder {
    color: #A4A7AE;
}

.form-group .form-control:focus{
    border-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.form-group textarea.form-control{
    padding-top: 15px;
    min-height: 120px;
}

.form-group select.form-control{
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) 50%;
}

.theme-btn.animate-btn.send-btn .arrow-icon{
        right: calc(50% - 73px);
}

.stats-faq-main{
    z-index: 9;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 140px), calc(100% - 140px) 100%, 0 100%);
    border-left: 50px solid;
    border-right: 50px solid;
}

.stats-faq-main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 560px;
    background: linear-gradient(to bottom,  #030316 0%,#0f072b 8%,#280f56 18%,#4b1992 27%,#6e24ce 37%,#9963dd 47%,#bb97e8 55%,#d6c0f1 64%,#ebe0f8 72%,#f8f4fd 79%,#fcfafe 87%,#ffffff 100%);
    z-index: -9;
}

.stats-faq-main .grid-lines{
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom,  #ece7fa60 0%,#ece7fa60 3%,#ece7fa60 9%,#ece7fa60 55%,#ece7fa60 100%);
    padding-top: 60px;
}

.stats-faq-main .grid-lines::before,
.stats-faq-main .grid-lines::after{
    background: #ece7fa60;
    top: 0px;
    height: calc(100% - 0px);
}



.stat-text h3{
    font-size: 80px;
    line-height: 200px;
    margin-right: 20px;
    color: #BC82F7;
    font-weight: 700;
}

.stat-text .text{
    max-width: 210px;
}

.stat-text .text p{
    color: #E0E1F3;
}

.security-main{
    margin-top: 200px;
    padding-bottom: 170px;
}

.security-main .theme-btn{
    width: 90%;
    max-width: 100%;
}

.security-main .text .text-22{
    max-width: 480px;
    color: #535862;
}

.security-laptop-img .shape-img{
    position: absolute;
    z-index: -9;
}

.security-laptop-img .shape-img.img-1{
    left: 430px;
    top: 260px;
}

.security-laptop-img .shape-img.img-2{
    right: 120px;
    top: 150px;
}

.security-laptop-img .shape-img.img-3{
    right: 130px;
    bottom: 284px;
}

.security-laptop-img:hover .shape-img.img-1{
    left: 310px;
}

.security-laptop-img:hover .shape-img.img-2{
    right: 10px;
    top: 30px;
}

.security-laptop-img:hover .shape-img.img-3{
    right: 0px;
}

.faq-main.border-top{
    padding: 50px 0 100px;
    border-color: #EBEBED !important;
}

.faq-accordian{
    padding: 0 50px 50px;
}

.faq-accordian .accordion-item{
    border: 0;
}

.faq-accordian .accordion-item+.accordion-item{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ECE7FA;
}

.faq-accordian .accordion-item .accordion-button{
    padding: 0;
    box-shadow: none;
    border: 0;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    background: none;
}

.faq-accordian .accordion-item .accordion-button::after{
    background-image: url(../images/plus.svg);
    background-size: 18px;
}

.faq-accordian .accordion-item .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus.svg);
    background-size: 18px;
}

.faq-accordian .accordion-item .accordion-body{
    padding: 15px 0 0;
}

.footer .grid-lines{
    padding: 100px 0 50px;
}

.footer-links-main{
    grid-gap: 5px;
}

.footer-links{
    flex: 1;
    margin-left: -6px;
}

.footer-links li {
    margin-top: 15px;
}

.footer-links li a{
    font-size: 17px;
    line-height: 26px;
    color: #ffffff60;
}

.footer-links li a img{
    opacity: .6;
}

.footer-links li a:hover{
    color: #BC82F7;
}

.footer-links .text-18{
    pointer-events: none;
    position: relative;
}

.copyright-text{
    margin-top: 60px;
    color: #ffffff60;
}

span.animate_cs, span.animate_cs_v2 {
    position: relative;
    padding: 16px 20px 27px 20px;
    /* display: inline-block; */
    font-family: 'Space Grotesk';
    letter-spacing: 1px;
    font-weight: 700;
    transition: padding 0.35s ease, letter-spacing 0.35s ease;

}

span.animate_cs:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/frame1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: scale(1);
}

span.animate_cs_v2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/frame2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: scale(1);
}

span.animate_cs_v2 {
    padding: 25px 20px 27px 20px;
}

.cursor-fix {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(8%, -104%);
    background: #6a00ff;
    font-size: 12.5px;
    padding: 7px 14px;
    border-radius: 0px;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 9999;
    white-space: nowrap;
    font-family: 'Manrope';
    color: #FAF8FC;
    font-weight: 600px;
    letter-spacing: 1px;
  }
  

  .active_cl {
    padding: 0px !important;
    font-family: inherit !important;
    letter-spacing: 0 !important;
   
}

.active_cl:before {
    transform: scale(1.05);
    opacity: 0 !important;
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate_cs:after,
.animate_cs_v2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #BC82F7;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  box-shadow:
    0 -28px 0 0 #BC82F7,
    0 28px 0 0 #BC82F7,
    28px 0 0 0 #BC82F7,
    -28px 0 0 0 #BC82F7,
    20px -20px 0 0 #BC82F7,
    -20px -20px 0 0 #BC82F7,
    20px 20px 0 0 #BC82F7,
    -20px 20px 0 0 #BC82F7,
    8px -32px 0 0 #BC82F7,
    -8px 32px 0 0 #BC82F7,
    32px 8px 0 0 #BC82F7,
    -32px -8px 0 0 #BC82F7;
  filter: drop-shadow(0 0 10px rgba(188,130,247,1))
          drop-shadow(0 0 18px rgba(188,130,247,0.8));
  border-radius: 1px;
}

.active_cl:after {
  animation: magicSpark 0.65s cubic-bezier(.2,.8,.3,1) forwards;
}

@keyframes magicSpark {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3) rotate(0deg);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3) rotate(65deg);
  }
}



.why-main {
    position: relative;
    overflow: hidden;
  }
  
  .box_merge {
    position: relative;
    z-index: 5;
  }
  
  .why-main  .box {
    position: relative;
    z-index: 2;
    will-change: transform, opacity;
  }

  .box.control-box.bxv2 {
    background: #6200fc !important;
}

.box.control-box.bxv3 {
    background: #020413 !important;
}


section.features-benefits-main.bg-white .col-sm-12 {
    position: relative;
    min-height: 600px;
    /* padding-top: 104px; */
    margin-top: 100px;
}


.stat-text .text h5 {
    font-family: 'Space Grotesk';
    line-height: 31px;
}


.stats_row {
    border-left: 2px solid #31334660;
    border-right: 2px solid #31334660;
    border-bottom: 2px solid #31334660;
}

.stats-main.border-top.border-bottom {
    border: none !important;
}



.backed_text {
    font-size: 24px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    font-family: 'Space Grotesk';
    margin-bottom: 40px;
}

span.animate_cs_v2 {
    color: #5400fd;
}

span.animate_cs_v2.active_cl {
    color: #fff !important;
}



section#why-sec .grid-lines.lines-3 {
    padding-bottom: 100px;
}


section#features-sec .grid-lines.lines-3 {
    padding-top: 200px;
}

section#features-sec .grid-lines.lines-3 {
    padding-top: 320px;
}


.pin-wrap {
    position: relative;
    margin-top: 130px !important;
    
  }
  
  .box.control-box {
    left: 0;
    top: 0;
    width: 100%;
    height: 620px;
    transform-origin: center center;
    will-change: transform;
  }


  .row.no_padding {
    padding-top: 50px !important;
}





  .stats-faq-main:before {
    display: none;
}

section.stats-faq-main.bg-white {
    background: #fff !important;
    border: none !important;
    /* padding-top: 56px; */
    margin-top: -1px;
        transition: background-color .8s 
ease-in-out 0s, color .8s 
ease-in-out 0s;
}

.security-main {
    margin-top: 0px !important;
}

.stats-faq-main .grid-lines {
    border-top: none !important;
}

section#features-sec {
    border-bottom: none !important;
}

section#features-sec .grid-lines.lines-3 {
    padding-bottom: 300px !important;
}

.contact-form-box {
    clip-path: none !important;
}

.contact-form-box .contact-form {
    clip-path: none !important;
}

.faq-main.border-top {
    margin-top: 150px;
}


.contact-form form {
    margin-top: 80px;
}

div#accordionExample {
    background: #fff !important;
    padding-top: 100px !important;
    margin-top: -50px;
    padding-bottom: 100px !important;
}

.faq-main.border-top {
    padding-bottom: 0px !important;
}

.opac_vt {
    opacity: 0;
    visibility: hidden;
}

.copyright_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright_flex p.text-17.copyright-text.text-center {
    min-width: 33.33%;
    text-align: center;
    max-width: 33.33%;
}

#features-sec {
    transition: background-color 1s  ease-in-out 0s, color .5s ease-in-out 0s;
  }

  section#features-sec {
    background: #010313 !important;
    transition: background-color .8s 
    ease-in-out 0s, color .8s 
    ease-in-out 0s;
}

section#features-sec .grid-lines.lines-3::before, section#features-sec .grid-lines.lines-3::after {
    background: #31334660;
    transition: background-color .8s  ease-in-out 0s, color .8s ease-in-out 0s;
}

.features-benefits-main .grid-lines {
    border-color: #31334660 !important;
    border-image-source: none !important;
    transition: background-color .8s  ease-in-out 0s, border-color .8s ease-in-out 0s;
}

section#features-sec h2.title-heading.text-24 {
    color: #BC82F7 !important;
}

section#features-sec .heading-text h3 {
    color: #fff !important;
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}

section#features-sec .heading-text p {
    color: #fff !important;
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}

  
  #features-sec.active_sc_gl {
    background: #fff !important;
    transition: background-color .8s 
    ease-in-out 0s, color .8s 
    ease-in-out 0s;
  }

  h2.title-heading.text-24 {
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
  }



  

  #features-sec.active_sc_gl h2.title-heading.text-24 {
  color:#BC82F7 !important;
  }


  section#features-sec.active_sc_gl .heading-text h3 {
    color: #000 !important;
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
    
}

section#features-sec.active_sc_gl .heading-text p {
    color: #928E9E !important;
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}

section#features-sec.active_sc_gl .grid-lines.lines-3::before, section#features-sec.active_sc_gl .grid-lines.lines-3::after {
    background: #ece7fa60;
    transition: background-color .8s  ease-in-out 0s, color .8s ease-in-out 0s;
}

.features-benefits-main.active_sc_gl .grid-lines {
    border-color: #ece7fa60 !important;
    border-image-source: none !important;
    transition: background-color .8s  ease-in-out 0s, border-color .8s ease-in-out 0s;
}

.grid-lines  {
    transition: background-color 1.2s  ease-in-out 0s, border-color 1.2s ease-in-out 0s;
}


.grid-lines:before {
    transition: background-color .8s  ease-in-out 0s, border-color .8s ease-in-out 0s;
}

.grid-lines:after {
    transition: background-color .8s  ease-in-out 0s, border-color .8s ease-in-out 0s;
}

  



.header-wt a.nav-link.scrollto {
    color: #000;
}

.form-group .form-control {
    color: #000 !important;
}


section.stats-faq-main.bg-white.active_sc_glv2 {
    background: #010313 !important;
}

section.stats-faq-main.bg-white.active_sc_glv2 h2.heading-35.fw-bold {
    color: #fff !important;
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}

section.stats-faq-main.bg-white.active_sc_glv2  p.text-18.color-black.fw-light.mt-20 {
    color: #fff !important;
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}
p.text-18.color-black.fw-light.mt-20, h2.heading-35.fw-bold {
    transition: background-color .5s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}

section.stats-faq-main.bg-white.active_sc_glv2  .security-laptop-img .shape-img.img-2 {
    filter: invert(1);
}



section.stats-faq-main.bg-white.active_sc_glv2 .grid-lines::before, section.stats-faq-main.bg-white.active_sc_glv2 .grid-lines::after {
    background: #31334660;
    transition: background-color .8s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}

section.stats-faq-main.bg-white .grid-lines.lines-3 {
    transition: background-color .8s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}

section.stats-faq-main.bg-white.active_sc_glv2 .grid-lines.lines-3 {
    border-color: #31334660 !important;
    border-image-source: none !important;
    transition: background-color .8s  ease-in-out 0s, color 1.2s ease-in-out 0s;
}




.circle_1_anim {
    position: absolute;
    top: 0;
    left: -8px;
}

.circle_1_anim img {
    max-width: 40px;
}

.circle_2_anim {
    position: absolute;
    top: -40px;
    right: 3px;
}

.circle_2_anim img {
    max-width: 70px;
}

.ph_animate {
    position: relative;
}

.shape_main {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 2;
}

.mn_container {
    position: relative;
    visibility: hidden;
}

.sec_animate {
 padding-top: 150px;
 padding-bottom: 150px;
}


.sec_animate .row {
    pointer-events: revert;
}

.sec_animate.active_animate1 {}

.sec_animate.active_animate1 {
}

.sec_animate .row .col-md-4 {
    transition: transform 1.6s ease;
  }
  
  .sec_animate.active_animate1 .row .col-md-4:nth-child(1) {
    transform: translateX(100%);
  }
  
  .sec_animate.active_animate1 .row .col-md-4:nth-child(3) {
    transform: translateX(-100%);
  }



.sec_animate.active_animate1 .row .text {
    opacity: 0;
}

.sec_animate.active_animate1 .row .col-md-4 {
    z-index: 1 !important;
}


.sec_animate.active_animate1 .box.text-center {
    background: transparent;
}

.sec_animate .row .col-md-4 figure {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transition: top 3s ease, left 3s ease, right 3s ease;
  }
  

.sec_animate.active_animate1 .row .col-md-4:nth-child(3) figure {
    position: relative;
    top: 200px;
    left: 70px;
    transition-delay: .3s;
   
}



.sec_animate.active_animate1 .row .col-md-4:nth-child(2) figure {
    top: 0;
    position: relative;
    left: -80px;
    transition-delay: .3s;

}

.sec_animate.active_animate1 .row .col-md-4:nth-child(1) figure {
    top: 100px;
    position: relative;
    transition-delay: .3s;
}




.sec_animate.active_animate1.active_animate2 .shape_main {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 5 !important;
}

.sec_animate.active_animate1.active_animate2 .box.text-center {
    opacity: 0 !important;
}


.sec_animate.active_animate1.active_animate2 .shape_main .mn_container {
    visibility: visible;
}

.circle_1_anim {
    top: 150px;
    left: 20px;
    transition: top 3s ease, left 3s ease, right 3s ease;
}

.circle_2_anim {
    top: 200px;
    right: 10px;
    transition: top 3s ease, left 3s ease, right 3s ease;
}

.mn_img {
    position: relative;
    z-index: 2;
}


.sec_animate.active_animate1.active_animate2 .mn_img img {
    animation: spin360 1.5s linear 1;
  }


  .sec_animate.active_animate1.active_animate2.active_animate2 .circle_2_anim {
    top: -60px;
    right: 4px;

}

.sec_animate.active_animate1.active_animate2.active_animate2 .circle_1_anim {
    top: -20px;
    left: 0;

}


  
  @keyframes spin360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  

  .box.control-box {
    position: absolute;
}

.pin-wrap {
    overflow: hidden;
    height: 850px;
}

.box.control-box.bxv1 {
    top: 0;
}

.box.control-box.bxv2 {
    bottom: -1000px;
    top: inherit !important;
}

.box.control-box.bxv3 {
    bottom: -1000px;
    top: inherit !important;
}

.pin-wrap.scrl_1 .box.control-box.bxv2 {
    bottom: 130px;
}

.pin-wrap.scrl_1 .box.control-box.bxv1 {
    top: 0px;
    transform: scale(0.9);
}


.pin-wrap.scrl_1.scrl_2 .box.control-box.bxv2 {
    transform: scale(0.9);
}


.pin-wrap.scrl_1.scrl_2 .box.control-box.bxv3 {
    bottom: 130px;
}

.pin-wrap .box.control-box {
    transition: 
      transform 2s cubic-bezier(0.22, 0.61, 0.36, 1),
      top 2s cubic-bezier(0.22, 0.61, 0.36, 1),
      bottom 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .pin-wrap .box.control-box {
    transform-origin: center;
    backface-visibility: hidden;
  }

  div#exampleModal video.video {
    width: 100%;
    border-radius: 10px;
}


.modal-dialog.modal-dialog-scrollable {
    max-width: 1600px;
}

.modal-content {
    padding: 0px !important;
    background: transparent !important;
}

.modal-content .modal-body {
    padding: 0px !important;
}

button.btn-close {
    filter: invert(1);
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 20px;
    opacity: 1 !important;
}




@media (min-width: 768px) {
.solutions-main .box {
    perspective: 1000px;
    padding: 0px 0px !important;
    transform: perspective(500px);
}

.content_main {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  left: 0;
  top: 0;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.box:hover .content_main {
  transform: rotateY( 180deg ) ;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: transform 1s;
}


.fnt,
.bck {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  background: rgb(83, 0, 253);
  padding: 32px 35px;
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),calc(100% - 50px) 100%,0 100%);
}

.bck {
  transform: rotateY(180deg);
}

.box.blue-box:before {
    display: none;
}


.box.purple-box:before {
    display: none;
}
.box.purple-box .fnt{
background:#bb82f6;
}

.solutions-main .box .text-24 {
    font-weight: 600;
}

.box.purple-box .bck {
    background: #bb82f6;
}


.box.white-box:before {
    display: none;
}

.box.white-box .fnt {
background:#fff;
}

.box.white-box .bck {
    background: #fff;
}



.features-benefits-main::before {
    display: none;
}



.features-benefits-main .title-heading, .features-benefits-main .heading-text {
    padding: 0px !important;
}

}

.prob_sol_txt {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.6;
}

.solutions-main .box .text-24 {
    opacity: .6;
    margin-top: 0px !important;
}

.bck {
    /* margin-top: 10px; */
}

.solutions-main .box {
    padding: 0px !important;
    min-height: 270px !important;
}

.fnt {
    padding: 30px;
}

.bck {
    padding: 30px;
    background: #5400fd;
}

.solutions-main .box figure {
    display: none !important;
}

.solutions-main .box .heading-42 {
    font-size: 28px !important;
}


.box.purple-box .prob_sol_txt {
    color: #000;
}


.box.white-box .prob_sol_txt {
    color: #000;
}

.why-main .box p.text-18.mt-30.color-white {
    opacity: .6;
}

.header-wt {
    border-color: #f8f7fe !important;
}

.active_sc_gl p.text-22.color-black.mt-20 {
    color: #928E9E !important;
}

a.theme-btn.white-btn.animate-btn.text-center.send-btn.w-100.mt-20 {
    background: #fff;
}

.box.control-box figure {
    max-width: 90%;
    margin-left: auto;
}

.form-group .form-control:hover {
    border: 2px solid #BC82F7;
}

.form-group .form-control {
    border: 2px solid #BC82F7;
}

.header-wt a.logo.me-auto.scrollto img:first-child {
    display: none;
}

.header-wt a.logo.me-auto.scrollto img:last-child {
    display: block !important;
}

nav#navbar ul li:last-child {
    margin-left: 20px;
}

.form-group .form-control:focus {
    border: 2px solid #BC82F7;
}

p.text-17.copyright-text.text-center {
    text-align: left !important;
}


.header-wtv2 a.nav-link.scrollto {
    color: #fff !important;
}

.header-wtv2 a.logo.me-auto.scrollto img:last-child {
    display: none !important;
}

.header-wtv2 a.logo.me-auto.scrollto img:first-child {
    display: block !important;
}

.header-wtv2 {
    border-color: #31334660 !important;
}



.contact-form {
    border: 2px solid #bd83f7;
    position: relative;
    padding: 60px 120px;
    /* overflow: hidden; */
  }
  
  .contact-form::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: 78px;
    width: 80px;
    height: 80px;
    border-right: 2px solid #bd83f7;
    border-bottom: 3px solid #bd83f7;
    transform: skewY(-45deg);
    transform-origin: bottom right;
    background: white;
    z-index: 2;
    transition: background-color .8s 
    ease-in-out 0s, color .8s 
    ease-in-out 0s;
  }
  
  .contact-form::before {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -10px;
    width: 80px;
    height: 150px;
    background: white;
    z-index: 1;
    transition: background-color .8s 
    ease-in-out 0s, color .8s 
    ease-in-out 0s;
  }
  

  section.stats-faq-main.bg-white.active_sc_glv2 .contact-form::before, section.stats-faq-main.bg-white.active_sc_glv2 .contact-form::after {
    background: #010313 !important;
    transition: background-color .8s 
    ease-in-out 0s, color .8s 
    ease-in-out 0s;
}

section.stats-faq-main.bg-white {
    margin-top: -300px;
}