/*------------------------------------------------------------------
Project:Pro Grow
Author: The_Krishna        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.Header Section
2.Hero Section
3.Preview Frame Section
4.Feature Section
5.Footer Section
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background:#040404
Content:#FFF
-------------------------------------------------------------------*/
/*----------------------- [ Default css ] -----------------------*/
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    cursor: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
svg {
    vertical-align: middle;
}
input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}
textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body {
    font-family: "Sora", sans-serif;
    height: auto;
    width: 100%;
    background-color: #040404;
    color: #FFF;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-corner {
    display: none;
}
::-webkit-scrollbar-thumb {
    background: transparent;
    background-clip: content-box;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
.container {
    width: 1290px;
    margin: auto;
    padding: 0;
}
.animate-section {
    opacity: 0;
    transform: translateY(60px);
    transition: all ease-in-out;
}
.animate-section-very {
    opacity: 0;
    transform: translateY(60px);
    transition: all ease-in-out;
}
/*------------ Loader --------------*/
.dot-spinner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2.8rem;
    width: 2.8rem;
}
.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}
.dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: #01BF05;
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(.9s * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}
.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(.9s * -0.875);
}
.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}
.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(.9s * -0.75);
}
.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}
.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(.9s * -0.625);
}
.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}
.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(.9s * -0.5);
}
.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}
.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(.9s * -0.375);
}
.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}
.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(.9s * -0.25);
}
.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}
.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(.9s * -0.125);
}
@keyframes pulse0112 {
    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}
.loader-mask {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #040404;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--------------- cursor --------------*/
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 99999;
    pointer-events: none;
}
.cursor div {
    position: absolute;
    display: grid;
    place-items: center;
}
.cursor div div {
    border: 1px solid #01BF05;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #ff510042;
}
.cursor div:nth-child(1),
.cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
}
.cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
}
.cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
}
.cursor div:nth-child(2) div {
    background: #01BF05;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}
/* ------------- [ Header Section Start ] -------------- */
.header {
    position: relative;
    z-index: 1000;
    transition: .5s ease;
}
.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    transition: .5s ease;
}
.tabs-ul-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.name-tab {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    line-height: 30px;
}
.button-purchase {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
    border-radius: 60px;
    border: none;
    color: #FFF;
    cursor: pointer;
    background-color: #01BF05;
    transition: all 0.2s ease;
}
.button-purchase:active {
    transform: scale(0.96);
}
.button-purchase:before,
.button-purchase:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
}
.button-purchase:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, transparent 20%, #01BF05 20%, transparent 30%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, transparent 10%, #01BF05 15%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
        10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
}
@keyframes greentopBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
            40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
            50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
            50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
.button-purchase:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, transparent 10%, #01BF05 15%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
}
@keyframes greenbottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
            70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
            105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
            110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
.nav__logo img {
    max-width: 180px;
}
.nav__data {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__toggle {
    position: relative;
    width: 32px;
    height: 32px;
    display: none;
}
.nav__toggle i {
    font-size: 30px;
}
.nav__burger, .nav__close {
    position: absolute;
    width: max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    font-size: 1.25rem;
    cursor: pointer;
    transition: opacity .1s, transform .4s;
}
.main-header-menu {
    width: 100%;
    background: #00000099;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px 0;
    opacity: 0;
    top: 50px;
    position: fixed;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.main-header-menu-tabs-ul-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.main-header-menu-name-tab {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    line-height: 30px;
    transition: all 0.2s ease;
}
.header.active {
    position: fixed;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    transform: translateY(-100%);
    transition: none;
    animation: slideIn 0.5s ease forwards;
    backdrop-filter: blur(12.5px);
    background: #00000099;
}
@keyframes slideIn {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.nav__close {
    display: none;
}
/* ------------- [ Hero section start ] -------------- */
.hero {
    padding: 100px 0;
}
.button-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.hero-built {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    background-color: #FFFF;
    border-radius: 40px;
    padding: 5px 15px;
    animation: drop-in 5s ease 500ms backwards;
}
@keyframes drop-in {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translate(0px);
    }
}
.hero-built img {
    max-width: 28px;
    width: 100%;
}
.variation {
    font-size: 16px;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    line-height: 30px;
    color: #040404;
}
.title-hero {
    font-size: 46px;
    font-weight: 700;
    line-height: 68px;
    color: #FFF;
    margin: 40px 0;
    transition: all 0.2s ease;
    text-align: center;
    animation: drop-in 4s ease 500ms backwards;
    overflow: hidden;
}
.explore-now {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    animation: drop-in 5s ease 500ms backwards;
}
.explore-button {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 10px 30px;
    border-radius: 60px;
    border: none;
    color: #FFF;
    cursor: pointer;
    background-color: #01BF05;
    transition: all 0.2s ease;
}
.explore-button:before, .explore-button:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
}
.explore-button:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, transparent 20%, #01BF05 20%, transparent 30%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, transparent 10%, #01BF05 15%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
        10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
}
@keyframes greentopBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
            40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
            50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
            50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
.explore-button:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, transparent 10%, #01BF05 15%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%),
        radial-gradient(circle, #01BF05 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
}
@keyframes greenbottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
            70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
            105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
            110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
/* ------------- [ Feature Section ] -------------- */
.feature-boes {
    row-gap: 30px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}
.feature-name {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
    font-family: "Sora", sans-serif;
    color: #FFF;
}
.feature-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(315deg, #000000, #ffffff42);
    transition: all .3s ease;
    gap: 25px;
    height: 185px;
}
.feature-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.feature-detail img {
    max-width: 64px;
    width: 100%;
}
.feature-name-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    line-height: 30px;
    color: #FFF;
    text-align: center;
}
/* ------------- [ Background Animation design ] -------------- */
.grid-lines {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -999;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    margin: 0px auto;
}
.grid-line-5, .grid-line-4, .grid-line-3, .grid-line-2, .grid-line-1 {
    position: relative;
    height: 100%;
}
.grid-line-5::before, .grid-line-4::before, .grid-line-3::before, .grid-line-2::before, .grid-line-1::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    right: -1px;
    width: 1px;
    background: rgba(39, 39, 39, 0.46);
}
.grid-line-5::after, .grid-line-4::after, .grid-line-3::after, .grid-line-2::after, .grid-line-1::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -1px;
    opacity: 0.5;
    width: 2px;
    height: 60px;
    background: linear-gradient(180deg, #212121 0%, #FFF 100%);
    border-radius: 1px;
}
.grid-lines .grid-line-5:after {
    animation: gridline 8s linear infinite;
    animation-delay: 8s;
}
@keyframes gridline {
    0% {
        top: -50px;
    }
    100% {
        top: 100%;
    }
}
.grid-lines .grid-line-4:after {
    animation: gridline 10s linear infinite;
    animation-delay: 4s;
}
.grid-lines .grid-line-3:after {
    animation: gridline 7s linear infinite;
    animation-delay: 6s;
}
.grid-lines .grid-line-2:after {
    animation: gridline 9s linear infinite;
    animation-delay: 3s;
}
.grid-lines .grid-line-1:after {
    animation: gridline 8s linear infinite;
}
.jack-image {
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.jack-image img {
    width: 100%;
}
.check-quality {
    background-color: #FFF;
    padding: 15px 0;
}
.text-lside-conta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 20px;
}
.lside-conta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.lside-conta img {
    max-width: 24px;
    width: 100%;
}
.content {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    transition: all 0.2s ease;
}
/* Preview page Design  */
.title-hero-second {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 20px;
    animation: drop-in 4s ease 500ms backwards;
    overflow: hidden;
}
.prev-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    max-width: 1290px;
    margin: auto;
    animation: drop-in 4s ease 500ms backwards;
    overflow: hidden;
}
@keyframes drop-in {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translate(0px);
    }
}
.preview-design {
    row-gap: 40px;
    margin-top: 40px;
    justify-content: center;
}
.design-preview {
    width: 100%;
    padding: 15px;
    background: linear-gradient(340deg, #000000, #ffffff9e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease;
}
.design-preview img {
    width: 100%;
    border-radius: 10px;
}
.preview-page-name {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    line-height: 30px;
    color: #FFFF;
}
/* Footer  */
/* Footer */
.footer {
    padding-bottom: 40px;
}
.third-title {
    font-size: 18px;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 20px;
}
.copy-right {
    font-size: 18px;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    line-height: 30px;
    color: #FFF;
    margin-top: 10px;
}
.copy-right a {
    margin-left: 2px;
    line-height: normal;
    color: #FFF;
}
.binding {
    margin-bottom: 10px;
}
.max-bingidng {
    margin-bottom: 30px;
}
.data-last {
    padding: 20px 0;
}