﻿
*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
img{
    width:auto;
    max-width:100%;
}
ul{
    list-style:none;
}
a{
    text-decoration:none;
}

body, html {
    overflow-x: clip;
}
body, .p {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    font-family: 'Inter 18pt';
  
}
body {
    background: linear-gradient(0deg, var(--color-azure-6, #05111A) 0%, var(--color-azure-6, #05111A) 100%), var(--color-white-solid, #FFF);
}

.cursor-pointer{
    cursor:pointer;
}

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        font-weight: 600;
        color: #ffffff;
    }
h1, .h1 {
    font-size:68px;
    line-height:86px;
}
h2, .h2{
    font-size:50px;
    line-height:60px;
}
h3, .h3{
    font-size:40px;
    line-height:normal;
}
h6, .h6 {
    font-size: 24px;
    line-height: normal;
}
h5, .h5 {
    font-size:21px;
    line-height:35px;
}
h6, .h6 {
    font-size: 18px;
    line-height: 28px;
}

.font24{
    font-size:24px;
    line-height:normal;
}
.font22 {
    font-size: 22px;
    line-height: normal;
}
.font14 {
    font-size: 14px;
    line-height: normal;
}
.font11 {
    font-size: 11px;
    line-height: normal;
}
.line-height26{
    line-height:26px;
}
.text-lightgray {
    color: #CACACA;
}

.text-darkgray {
    color: #6C6C6C;
}

.text-green {
    color: #00CC61;
}

.bg-offblack {
    background-color: #121B21;
}
.bg-lightblack {
    background-color: #05111A;
}

.bth-bg,.download-btn {
    background-color: #936DFF;
}

    .download-btn:hover {
        background-color: #af95f8;
    }

    .btn-text {
        color: #936DFF;
    }

.magnifier-gradient {
    background: linear-gradient(90deg, #6B817F 0%, #05111A 33.65%);
}

.border-green {
    border: 1px solid #00CC61;
}
.border-features {
    border: 2px solid #252D32;
}

.style-disc {
    list-style: disc;
}

.text-innerbg {
    background: linear-gradient(90deg, #ffc107 19.68%, #E1FFEF 95.83%);
    /*background: linear-gradient(90deg, #00CC61 19.68%, #E1FFEF 95.83%);*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-shadow {
    box-shadow: 0px 0px 30px 0px rgba(10, 10, 16, 0.04);
}

.ml-40{
    margin-left:40px;
}

.navbar-nav li {
    position: relative;
    transition: width 0.5s;
}



    .navbar-nav li::after, .navbar-nav li::before {
        content: "";
        width: 0px;
        height: 2px;
        background-color: #936DFF;
        position: absolute;
        top: 0;
        transition: width 0.5s;
    }

    .navbar-nav li::after {
        right: 0;
    }

    .navbar-nav li::before {
        left: 0;
    }

    .navbar-nav li:hover::after, .navbar-nav li:hover::before {
        width: 50px;
    }

    .navbar-nav li:hover a, .footer-inner ul li a:hover, .navbar-collapse ul li a.buy-now:hover {
        color: #936DFF !important;
    }

.banner-sec {
    padding-top: 147px;
    background: url('images/hero_shape_2.svg');
    z-index:0;
}

.blue-cricle {
    background-color: #3305a2;
    border-radius: 50%;
    /*  box-shadow: 0px 0px 217px #3305a2;*/
    filter: blur(260px);
    z-index: -1;
}

.cricle1 {
    width: 621px;
    height: 606px;
    top: -140px;
    left: -140px;
}
.cricle2 {
    top: -140px;
    right: -140px;
    width: 551px;
    height: 572px;
}
.cricle3 {
    width: 909px;
    height: 888px;
    bottom: -444px;
    left: 113px;
}
.cricle4 {
    width: 565px;
    height: 546px;
    bottom: -243px;
    right: -230px;
}
.cricle-img {
    top: 25%;
    left: 12%;
    animation: circular-rotation 15s linear infinite;
}
.cleanupready-cricle {
    filter: blur(150px);
}
.cleanupready-cricle1 {
    width: 379px;
    height: 254px;
    border-radius: 379px;
    top: -100px;
    left: -100px;
}
.cleanupready-cricle2 {
    width: 463px;
    height: 296px;
    border-radius: 463px;
    top: -120px;
    right: -100px;
}
.cleanupready-cricle3 {
    width: 395px;
    height: 289px;
    border-radius: 395px;
    bottom: -120px;
    left: 23%;
}
.cleanupready-cricle4 {
    width: 333px;
    height: 197px;
    border-radius: 333px;
    right: -100px;
    bottom: -120px;
}

    @keyframes circular-rotation {
        0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.tringle-img {
    top: 20%;
    right: 12%;
}
.tringle-img, .cleanupready-img-box1, .cleanupready-img-box2 {
   
    animation: spinAnimation 15s linear infinite;
}

@keyframes spinAnimation {
    0% {
        transform: rotateX(-20deg) rotateY(0deg);
    }

    75% {
        transform: rotateX(-20deg) rotateY(360deg);
    }

    100% {
        transform: rotateX(-20deg) rotateY(360deg);
    }
}

.flexibiliy-right-innerbox{
    top:25%;
    right:0px;
}

.search-sc1,.aifeature-search {
    top: 42px;
}
.search-sc1, .aifeature-generativeai {
    right: -30px;
}
.search-sc2, .aifeature-generativeai {
    bottom: 42px;
}
.search-sc2, .aifeature-search {
    left: -30px;
}

.cleanupready-inner-box{
    padding:100px 100px;
}

.cleanupready-img-box1 {
    bottom: 100px;
    left: 100px;
}
.cleanupready-img-box2 {
   top: 65px;
    right: 100px;
}

.faq-inner .accordion .accordion-item h2 button{
    box-shadow:none;
    border:none;
}

.faq-inner .accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #252D32;
}
.faq-inner .accordion .accordion-item {
    border: 1px solid #252D32;
}

.accordion-button:not(.collapsed) {
    color: #CACACA;
}

.accordion-button::after{
    content:"+";
    background-image:none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
    transform: rotate(45deg);
}
.copyright-sec {
    border-top:1px solid #323232;
}

.flexibiliy-right-innerbox {
    animation: slide-left 30s linear infinite;
}

.search-sc1 {
    animation: slide-left 30s linear infinite;
}

.search-sc2 {
    animation: slide-right 30s linear infinite;
}

@keyframes slide-right {
    50% {
        transform: translateX(70px);
    }
}

@keyframes slide-left {
    50% {
        transform: translateX(-120px);
    }
}

.screenshot-carousel .owl-stage {
    animation: scroll 40s linear infinite;
}

.email-sec {
    width: 40px;
    height: 40px;
    background-color: #6DF2D0;
    border-radius:50px;
}
.email-right{
    width:87%;
}
.navbar-toggler.collapsed .line {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display:block;
}
.navbar-toggler .line2 {
    display:none;
}

.navbar-toggler .line1 {
    transform: rotate(-45deg);
    margin: 0px 0px -8px 0px;
}
.navbar-toggler .line3 {
    transform: rotate(45deg);
    margin: 0px 0px 10px 0px;
}
/*button.navbar-toggler[aria-expanded=true] {
    background-color: blanchedalmond;
}*/
button.navbar-toggler[aria-expanded=false] span, button.navbar-toggler[aria-expanded=true] span {
    background-image: url('https://webcf.quickphotofinder.com/win/quick-file-finder/website/images/download2.svg');
}
.navbar-header {
    position: fixed !important;
    width: 100%;
    z-index: 999;
}
button.navbar-toggler:focus, button.navbar-toggler:focus-within, button.navbar-toggler:focus-visible {
    border: none;
    box-shadow: none;
}
.navbar-header.darkHeader {
    background-color: #000000 !important;
    position: fixed !important;
    top: -110px;
    opacity: 0;
    transition: all 0.4s ease;
}
    .navbar-header.active {
        top: 0px !important;
        opacity: 1;
    }

.banner-img-box{
    max-width: 1000px;
    margin: auto;
}

    @media screen and (max-width:1199px){
        .ml-40 {
            margin-left: 20px;
        }
        .navbar-nav li a{
            font-size:13px;
        }
    }

@media screen and (max-width:991px) {
    .navbar-nav li::after, .navbar-nav li::before{
        display:none;
    }
    h1, .h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    h2, .h2 {
        font-size: 38px;
        line-height: 48px;
    }

        .navbar-collapse.mobile-dropdown {
            position: absolute;
            top: 100%;
            bottom: 0;
            left: -100%;
            background-color: #000000;
            width: 100%;
            transition: 1s all !important;
            height: 100vh;
        }

            .navbar-collapse.mobile-dropdown.collapse {
                transition: 1s all !important;
            }

        .mobile-dropdown.collapse, .mobile-dropdown.show .mobile-dropdown.collapse.show, .mobile-dropdown.collapsing.show {
            left: 0%;
            
        }
           
        .navbar-collapse.collapse.collapsing, .navbar-collapse.collapsing {
            height: 100vh !important;
        }

        .mobile-dropdown ul {
            --bs-scroll-height: 100% !important;
            flex-wrap: wrap;
            padding: 0px;
        }
        .mobile-dropdown ul li {
           /* border-bottom: 1px solid #DFDFDF;*/
            padding: 10px 25px;
            width: 100%;
           /* color: #000000 !important;*/
            margin-left: 0px !important;
        }
            
}

@media screen and (max-width:767px){
    h1, .h1 {
        font-size: 34px;
        line-height: 44px;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .banner-sec {
        padding-top: 100px;
    }

    .cleanupready-inner-box {
        padding: 25px 25px;
    }
}