/*----------------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%;
    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%;
    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;
}
.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: #0810138a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    backdrop-filter: blur(9px);
}
@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;
}
.logo {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #00C2FF;
}
/* Default hide */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100%;
    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 60px;
}
.data-hero-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.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: #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:#00C2FF;
    color: #FFF;
    transition: all .5s ease-in;
}
.demo-btn:hover .arrow-design {
    background-color: #FFF;
    transform: rotate(45deg);
    transition: all .5s ease-in;
    color: #00C2FF;
}
.herobtn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.slider-two {
    margin: 30px 0;
}
.slider-section-main {
    overflow: hidden;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper-slide {
    width: 100%;
    max-width: 400px;
}
.swiper-slide img {
    width: 100%;
    display: block;
}
/* ================ [ preview section design start ]  ================ */
.data-padding-sec {
    padding: 100px 0;
}
.data-preview {
    row-gap: 30px;
    align-items: center;
    justify-content: center;
    margin: 60px 30px 0;
}
.data-demo-list {
    row-gap: 20px;
    align-items: center;
    justify-content: center;
}
.text-layout {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
    text-align: center;
    transition: 0.3s;
}
.text-layout:hover {
    color: #00C2FF;
}
.text-layout img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}
.data-text-mext {
    text-align: end;
    display: block;
    width: 100%;
}
.home-data {
    margin-bottom: 30px;
    text-align: center;
}
.home-data p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    background: #00C2FF;
    padding: 3px 16px;
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto 10px;
}
.sec-heading {
    font-size: 56px;
    font-weight: 500;
    line-height: 70px;
    color: #000;
    max-width: 992px;
    margin: auto;
}
.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    display: block;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.4s;
}
.view-btn {
    padding: 15px 25px;
    background: #00C2FF;
    color: #FFF;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    transform: translateY(20px);
    transition: 0.4s;
}
.img-box:hover img {
    transform: scale(1.1);
    filter: blur(3px);
}
.img-box:hover .overlay {
    opacity: 1;
}
.img-box:hover .view-btn {
    transform: translateY(0);
}
/* ------------- [ Feature Section ] -------------- */
.feature-section {
    padding: 100px 0;
    background: #EAF0F0;
}
.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;
}
/*-------- Section Four------------- */
.section-four {
    padding: 100px 0;
    background: #f4f5fa;
    position: relative;
}
.lapi-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lapi-img {
    width: 100%;
    max-width: 900px;
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0001);
}