/*----------------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:#FFF
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: "Nunito Sans", sans-serif;
    font-family: "Marcellus", serif;
    height: 100%;
    width: 100%;
    background-color: #ecf0f0;
    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: #00C2FF;
    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: #FFF;
    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 #00C2FF;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #00c3ff59;
}
.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: #00C2FF;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}
/* ------------- [ 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: #00c2ff1c;
}
.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, #ffffff2b 0%, #00C2FF 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;
    text-align: center;
    margin-top: 60px;
}
.jack-image img {
    width: 100%;
    max-width: 1000px;
}
.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;
}
/* ================ [ header section design start ]  ================ */
.header-container {
    width: 100%;
    margin: 0 15px;
}
.header {
    position: relative;
    z-index: 1000;
    transition: .5s ease;
}
.header {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.header-container.active {
    position: fixed;
    padding: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 30px);
    right: 0;
    left: 0;
    background: transparent;
    transform: translateY(-100%);
    transition: none;
    animation: slideIn 0.5s ease forwards;
    backdrop-filter: blur(15px);
    background: #081013;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@keyframes slideIn {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.main-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
}
.ui-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}
.nav-link-data {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #FFF;
    transition: all .5s ease-in;
}
.nav-link-data:hover {
    color: #00C2FF;
    transition: all .5s ease-in;
}
.buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 50px;
    text-align: center;
    gap: 10px;
    background-color: #FFF;
}
.btn_text {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    font-family: "Sora", sans-serif;
}
.btn_img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.menu-btn {
    justify-content: center;
    outline: none;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    color: #FFFF;
}
.menu-btn i {
    font-size: 28px;
    font-weight: 500;
    color: #FFF;
}
/* Default hide */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100vh;
    backdrop-filter: blur(20px);
    background: #0000008a;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 999;
    display: none;
    padding: 40px 20px;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}
/* Active state */
.mobile-menu.active {
    transform: translateX(0);
}
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 998;
}
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.menu-close {
    display: none;
}
.display-menu-mobile {
    display: none;
}
.btn-menu-mix {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.menu-ul-nav {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    margin: 60px 0;
    width: 100%;
    gap: 30px;
}
.menu-nav-link {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #FFF;
    transition: all .5s ease-in;
}
.menu-nav-link:hover {
    transition: all .5s ease-in;
    color: #00C2FF;
}
/* ================ [ Hero section design start ]  ================ */
.hero {
    background: url(../images/hero/bg-main.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    position: relative;
    margin: 15px;
    margin-bottom: 0;
    border-radius: 15px;
    z-index: 0;
    overflow: hidden;
}
.data-padding {
    padding: 200px 0;
}
.data-hero-text {
    text-align: center;
}
.title-heading {
    font-size: 64px;
    font-weight: 500;
    line-height: 94px;
    color: #FFF;
}
.text-desc {
    font-size: 20px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    line-height: 36px;
    color: #FFF;
    margin: auto;
    margin-top: 30px;
    max-width: 1140px;
}
.demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 10px;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    border-radius: 50px;
    padding-left: 25px;
    margin-top: 50px;
    transition: all .5s ease-in;
}
.arrow-design {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00C2FF;
    color: #000;
    padding: 8px;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    font-size: 24px;
    transform: rotate(0deg);
    transition: all .5s ease-in;
}
.demo-btn:hover {
    background-color: #00C2FF;
    transition: all .5s ease-in;
}
.demo-btn:hover .arrow-design {
    background-color: #FFF;
    transform: rotate(45deg);
    transition: all .5s ease-in;
}
.left-data {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.30;
}
.left-data img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}
.right-data {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.30;
}
.right-data img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}
/* ================ [ preview section design start ]  ================ */
.data-padding-sec {
    padding: 100px 0;
}
.data-preview {
    row-gap: 60px;
    align-items: center;
    justify-content: center;
}
.data-demo-list {
    row-gap: 20px;
    align-items: center;
    justify-content: center;
}
.image-data {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.image-data img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}
.text-layout {
    font-size: 34px;
    font-weight: 500;
    line-height: 56px;
    color: #000;
}
.theme-color {
    background-color: #000;
}
.data-text-mext {
    text-align: end;
    display: block;
    width: 100%;
}
.home-data {
    margin-bottom: 30px;
    text-align: center;
}
.home-data p {
    font-size: 24px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    line-height: 30px;
    color: #00C2FF;
    margin-bottom: 10px;
}
.sec-heading {
    font-size: 56px;
    font-weight: 500;
    line-height: 70px;
    color: #000;
    max-width: 992px;
    margin: auto;
}
.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 15px;
}
.marquee_group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    min-width: 100%;
    animation: scroll-x 200s linear infinite;
}
.sport-inter {
    width: 500px;
}
.sport-inter img {
    max-height: 600px;
}
.marquee-reverse .marquee_group {
    animation-direction: reverse;
    animation-delay: -3s;
}
@keyframes scroll-x {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 15px));
    }
}
.marquee .data-size {
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: 18 / 9;
    border-radius: 0.5rem;
    justify-content: center;
}
.wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;
    max-width: 100%;
}
.design-preview {
    width: 100%;
    padding: 15px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease;
}
.preview-page-name {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    line-height: 30px;
    color: #FFFF;
}
.preview-design {
    row-gap: 40px;
    margin-top: 40px;
    justify-content: center;
}
/* ------------- [ 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: "Nunito Sans", sans-serif;
    color: #000;
}
.feature-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px;
    border-radius: 15px;
    background: #FFF;
    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: "Nunito Sans", sans-serif;
    line-height: 30px;
    color: #040404;
    text-align: center;
}
.copy-right {
    font-size: 18px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    line-height: 30px;
    color: #000;
    margin-top: 10px;
}
.copy-right a {
    margin-left: 2px;
    line-height: normal;
    color: #000;
}