html {
    scroll-behavior:smooth;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Inter', sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.headerMain {
    width: 100%;
    display: inline-block;
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 111111111;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stickyHeader .header {
    padding: 0px 15px;
    transition: all 0.5s;
}
.stickyHeader {
    width: 787px;
    background-color: #ffffff;
    box-shadow: 0 0 2px #5f4a2e14, 0 2px 3px #5f4a2e0a, 0 4px 6px #5f4a2e0a, 0 20px 32px -12px #5f4a2e1f;
    display: flex;
    margin: 0 auto;
    border-radius: 16px;
    top: 24px;
    transition: all 0.5s;
}

.logo {
    padding: 10px 0px;
}

.stickyHeader .navbar .menuhead{
    column-gap:30px;
}
.navbar .menuhead{
    display: flex;
    align-items: center;
    column-gap:120px;
}

.navbar ul {
    width: 100%;
    display: flex;
}
.navbar .menu li a {
    color: #605A57;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 20px 16px 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.navbar .loginReg li a::after {
    display: none;
}

.navbar ul li a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10px;
    border-bottom: 2px solid #E16741;
    width: 0px;
    height: 0px;
    transition: all .5s ease-in-out;
    visibility: hidden;
}

.navbar ul li a:hover {
    color: #EC4B4B;
    transition: all 0.5s;
}

.navbar ul li a:hover::after {
    transition: all 0.5s ease-in-out;
    width: 70%;
    height: 1px;
    visibility: visible;
}

.loginReg li a {
    color: #4A4340;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}



.loginReg li:nth-child(1) {
    border-right: 2px solid #706d6c;
}

.loginReg li:nth-child(1) a {
    padding: 0px 12px 0px 0px;
}

.loginReg li:nth-child(2) a {
    padding: 0px 0px 0px 10px;
}
.stickyHeader .navbar ul li a {
    padding: 10px 8px 12px 8px;
}
.stickyHeader .navbar{column-gap:45px;}

.nav-btn {
    width: 20px;
    display: none;
}

.stickyHeader .logo {
    padding: 10px 0px 5px 0px;
}
.banner-text {
    width: 100%;
    display: inline-block;
    background-image: url(../images/banner-main.png);
    background-repeat: no-repeat;
    height: 403px;
    text-align: center;
    padding: 64px 0px;
    background-size: 100%;
}

.banner-text h1 {
    color: #37322F;
    font-size: 52px;
    line-height: 60px;
    font-weight: 500;
    max-width: 37%;
    margin: 0 auto;
    padding-bottom: 16px;
}

.asset {
    color: #E16741;
}

.banner-text p {
    color: #605A57;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.input-box {
    display: flex;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 24px 0px 6px 0px;
}

.mailbox {
    width: 390px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #37322F;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.mailbox::placeholder {
    color: #968989;
}

.mailbutton {
    width: 180px;
    height: 38px;
    background-color: #E16741;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s;
}

.mailbutton:hover {
    background-color: #37322F;
    transition: all 0.5s;
}

.check-text {
    display: flex;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
}

.check-box {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

.check-box:nth-child(1) {
    margin-left: -215px;
}

.check-box p {
    color: #4A4340;
}

.needtrackMain {
    padding: 32px 0px;
}

.trackNeed {
    width: 100%;
    display: inline-block;
    text-align: center;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #37322F;
}

.trackNeed h2 {
    padding-bottom: 32px;
    max-width: 35%;
    margin: 0 auto;
}

.supercart {
    width: 100%;
    display: inline-block;
    background-image: url(../images/image-box\ \(2\).png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 740px;
    border-radius: 16px;
    position: relative;
}

.frame:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 56px;
    height: 20px;
    animation: first 35s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes first {
    0% {
        top: 10%;
        left: 10%;
    }

    20% {
        top: 28%;
        left: 15%;
    }

    40% {
        top: 60%;
        left: 33%;
    }

    60% {
        top: 85%;
        left: 69%;
    }

    80% {
        top: 35%;
        left: 57%;
    }

    100% {
        top: 5%;
        left: 90%;
    }
}

.frame:nth-child(2) {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 46px;
    height: 20px;
    animation: second 35s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes second {
    0% {
        top: 8%;
        right: 10%;
    }

    20% {
        top: 75%;
        right: 13%;
    }

    40% {
        top: 57%;
        right: 42%;
    }

    60% {
        top: 40%;
        right: 90%;
    }

    80% {
        top: 20%;
        right: 67%;
    }

    100% {
        top: 30%;
        right: 40%;
    }
}

.frame:nth-child(3) {
    position: absolute;
    top: 15%;
    right: 15%;
    width: 50px;
    height: 20px;
    animation: third 35s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes third {
    0% {
        top: 15%;
        right: 15%;
    }

    20% {
        top: 38%;
        right: 15%;
    }

    40% {
        top: 57%;
        right: 35%;
    }

    60% {
        top: 86%;
        right: 70%;
    }

    80% {
        top: 32%;
        right: 70%;
    }

    100% {
        top: 15%;
        right: 50%;
    }
}

.frame:nth-child(4) {
    position: absolute;
    top: 4%;
    left: 8%;
    width: 76px;
    height: 20px;
    animation: fourth 35s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes fourth {
    0% {
        top: 4%;
        left: 8%;
    }

    20% {
        top: 34%;
        left: 28%;
    }

    40% {
        top: 70%;
        left: 33%;
    }

    60% {
        top: 86%;
        left: 64%;
    }

    80% {
        top: 44%;
        left: 50%;
    }

    100% {
        top: 11%;
        left: 72%;
    }
}

.enterpriceMain {
    padding: 32px 0px;
    overflow: hidden;
}

.enterprice-text {
    text-align: center;
    width: 100%;
    display: inline-block;
}

h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: #37322F;
}

.enterprice-text h3 {
    max-width: 55%;
    margin: 0 auto;
}

.slider-a {
    width: 100%;
    display: inline-block;
    padding: 32px 0px 0px 0px;
}

.slid-image {
    display: flex;
    width: 100%;
}

.slider-a .slick-track {
    margin-left: 0px;
    margin-right: 0px;
}

.insightMain {
    padding: 32px 0px;
}

.insights-text {
    width: 100%;
    display: inline-block;
    background-image: url(../images/background\ \(1\)\ 2.png);
    background-repeat: no-repeat;
    height: 576px;
    text-align: center;
    background-size: 100%;
    border-radius: 32px;
    padding: 64px 0px;
    position: relative;
}

.insights-text h2 {
    max-width: 36%;
    margin: 0 auto;
    padding-bottom: 16px;
}

.insights-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #605A57;
    max-width: 41%;
    margin: 0 auto;
}

.insights-text::after {
    content: "";
    position: absolute;
    bottom: 8%;
    left: 46%;
    background-image: url(../images/insights.png);
    width: 81px;
    height: 81px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.superchargeMain {
    padding: 32px 0px;
}

.super-charge-text {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.asset-text {
    font-size: 52px;
    line-height: 60px;
    color: #E16741;
    text-shadow: 4px 4px 20px #E89C84;
    -webkit-text-stroke: 1px #37322F;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.super-charge-text h2 {
    max-width: 35%;
    margin: 0 auto;
    padding-bottom: 16px;
}

.super-charge-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #605A57;
}

.video-box {
    width: 100%;
    display: inline-block;
    padding: 32px 0px;
    position: relative;
}

.video-box img {
    width: 100%;
}

.video-box::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 46%;
    background-image: url(../images/play-circle.png);
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.excel-box {
    width: 100%;
    display: flex;
    column-gap: 30px;
    padding: 32px 0px;
}

.excelsheet-text {
    width: 60%;
}

.excelsheet-image {
    width: 40%;
    position: relative;
}

.arrow:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 49%;
    width: 16px;
    height: 30px;
    transform: rotate(0deg);
    animation: arrow-first 30s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes arrow-first {
    0% {
        top: 8px;
        left: 49%;
        transform: rotate(0deg);
    }

    20% {
        top: 8px;
        left: 55%;
        transform: rotate(0deg);
    }

    30% {
        top: 8px;
        left: 65%;
        transform: rotate(0deg);
    }

    40% {
        top: 6px;
        left: 75%;
        transform: rotate(15deg);
    }

    50% {
        top: 13px;
        left: 80%;
        transform: rotate(18deg);
    }

    60% {
        top: 15px;
        left: 80%;
        transform: rotate(30deg);
    }

    70% {
        top: 30px;
        left: 83%;
        transform: rotate(90deg);
    }

    80% {
        top: 50px;
        left: 85%;
        transform: rotate(90deg);
    }

    90% {
        top: 70px;
        left: 85%;
        transform: rotate(90deg);
    }

    100% {
        top: 150px;
        left: 85%;
        transform: rotate(90deg);
    }
}

.arrow:nth-child(3) {
    position: absolute;
    bottom: 2px;
    right: 42%;
    width: 16px;
    height: 30px;
    transform: rotate(0deg);
    animation: arrow-second 30s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes arrow-second {
    0% {
        bottom: 2px;
        right: 42%;
        transform: rotate(0deg);
    }

    20% {
        bottom: 2px;
        right: 48%;
        transform: rotate(0deg);
    }

    30% {
        bottom: 2px;
        right: 55%;
        transform: rotate(0deg);
    }

    40% {
        bottom: 2px;
        right: 60%;
        transform: rotate(0deg);
    }

    50% {
        bottom: 2px;
        right: 60%;
        transform: rotate(0deg);
    }

    60% {
        bottom: 3px;
        right: 70%;
        transform: rotate(25deg);
    }

    70% {
        bottom: 3px;
        right: 70%;
        transform: rotate(35deg);
    }

    80% {
        bottom: 30px;
        right: 77%;
        transform: rotate(90deg);
    }

    90% {
        bottom: 50px;
        right: 77%;
        transform: rotate(90deg);
    }

    100% {
        bottom: 160px;
        right: 77%;
        transform: rotate(90deg);
    }
}

.digital-hub {
    color: #605A57;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 16px 0px;
}

.excelsheet-text p {
    max-width: 64%;
}

.btn-action {
    width: 150px;
    height: 40px;
    background-color: #E16741;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s;
    display: inline-block;
    padding: 10px 23px 10px 24px;
}

.btn-action:hover {
    background-color: #37322F;
    transition: all 0.5s;
}

.contextMain {
    padding: 32px 0px;
}

.context {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.context-image {
    margin-top: 32px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.context-image img {
    transition: all 0.5s ease;
}

.context-image:hover.context-image img {
    transform: scale(0.8);
    transition: all 0.5s ease;
}

.managehubMain {
    padding: 32px 0px;
}

.manage-hub {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.managehub-text {
    width: 50%;
}

.managehub-image {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.manage:nth-child(2) {
    position: absolute;
    top: 30px;
    left: 58%;
    width: 16px;
    height: 16px;
    transform: rotate(-28deg);
    animation: managebox 10s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes managebox {
    0% {
        top: 30px;
        left: 58%;
    }

    20% {
        top: 30px;
        left: 63%;
    }

    30% {
        top: 35px;
        left: 66%;
    }

    40% {
        top: 39px;
        left: 68%;
        transform: rotate(30deg);
    }

    50% {
        top: 41px;
        left: 69%;
        transform: rotate(30deg);
    }

    60% {
        top: 45px;
        left: 70%;
        transform: rotate(30deg);
    }

    70% {
        top: 50px;
        left: 71%;
        transform: rotate(35deg);
    }

    80% {
        top: 60px;
        left: 75%;
        transform: rotate(35deg);
    }

    90% {
        top: 100px;
        left: 81%;
        transform: rotate(40deg);
    }

    100% {
        top: 155px;
        left: 85%;
        transform: rotate(40deg);
    }
}

.manage:nth-child(3) {
    position: absolute;
    top: 42px;
    left: 54%;
    width: 16px;
    height: 16px;
    transform: rotate(-28deg);
    animation: managetwo 10s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes managetwo {
    0% {
        top: 42px;
        left: 54%;
    }

    20% {
        top: 45px;
        left: 55%;
    }

    30% {
        top: 46px;
        left: 60%;
    }

    40% {
        top: 55px;
        left: 68%;
        transform: rotate(30deg);
    }

    50% {
        top: 60px;
        left: 69%;
        transform: rotate(30deg);
    }

    60% {
        top: 65px;
        left: 71%;
        transform: rotate(30deg);
    }

    70% {
        top: 75px;
        left: 72%;
        transform: rotate(35deg);
    }

    80% {
        top: 83px;
        left: 74%;
        transform: rotate(35deg);
    }

    90% {
        top: 100px;
        left: 77%;
        transform: rotate(40deg);
    }

    100% {
        top: 155px;
        left: 82%;
        transform: rotate(40deg);
    }
}

.manage:nth-child(4) {
    position: absolute;
    top: 57px;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: rotate(-28deg);
    animation: managethree 10s ease-in-out 1s infinite;
    animation-fill-mode: backwards;
}

@keyframes managethree {
    0% {
        top: 57px;
        left: 50%;
    }

    20% {
        top: 59px;
        left: 53%;
    }

    30% {
        top: 60px;
        left: 56%;
    }

    40% {
        top: 63px;
        left: 60%;
        transform: rotate(30deg);
    }

    50% {
        top: 64px;
        left: 61%;
        transform: rotate(30deg);
    }

    60% {
        top: 65px;
        left: 62%;
        transform: rotate(30deg);
    }

    70% {
        top: 67px;
        left: 63%;
        transform: rotate(35deg);
    }

    80% {
        top: 75px;
        left: 66%;
        transform: rotate(35deg);
    }

    90% {
        top: 100px;
        left: 72%;
        transform: rotate(40deg);
    }

    100% {
        top: 160px;
        left: 79%;
        transform: rotate(40deg);
    }
}

.managehub-text h2 {
    max-width: 61%;
}

.managehub-image img {
    width: 100%;
}

.visualizedataMain {
    padding: 32px 0px;
}

.visualize {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.visualize-image {
    width: 60%;
    position: relative;
}

.visualize-image img {
    width: 100%;
}

.visualize-image::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ff3c006b;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 16px;
}

.visualize-image:hover.visualize-image::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}

.visualize-text {
    width: 40%;
}

.visualize-text h2 {
    max-width: 80%;
}

.visualize-text p {
    max-width: 83%;
}

.context-image img {
    border-radius: 16px;
}

.footerMain {
    padding: 32px 0px;
    background-color: #201E1D;
    border-radius: 32px 32px 0px 0px;
}

.footer-top {
    width: 100%;
    display: inline-block;
    background-image: url(../images/background-footer-top\ 1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 537px;
}

.collaborate {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 135px 0px 84px 0px;
}

.collaborate img {
    width: 72px;
    height: 72px;
}

.collaborate h2 {
    color: #ffffff;
    max-width: 40%;
    margin: 0 auto;
    padding-top: 55px;
}

.collaborate p {
    color: #D9D9D9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 16px 0px;
}

.gs-action {
    width: 160px;
    height: 32px;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px #421607;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #37322F;
    cursor: pointer;
    transition: all 0.5s;
    display: inline-block;
    padding: 6px 10px;
    margin-top: 6px;
}

.gs-action:hover {
    background-color: #E16741;
    transition: all 0.5s;
    color: #ffffff;
}

.footer-bottom {
    padding: 32px 0px 0px 0px;
}

.analytics {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.analytic-data p {
    font-size: 20px;
    line-height: 20px;
    color: #FBFAF9;
    font-weight: 500;
    padding: 16px 0px;
}

.credits {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.credits a {
    padding-top: 8px;
}

.credits a img {
    width: 20px;
    height: 20px;
}

.credit {
    border: 1px solid #E16741;
    width: 1px;
    height: 20px;
}

.analytic-links h3 {
    color: #CBBCA7;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 16px;
}

.analytic-links ul li a {
    color: #D9D9D9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease-in-out;
    padding-bottom: 16px;
    display: block;
}

.analytic-links ul li a:hover {
    color: #E16741;
    transition: all 0.5s;
}

.analytic-links ul li a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 2px solid #E16741;
    width: 0px;
    height: 0px;
    transition: all .5s ease-in-out;
    visibility: hidden;
}

.analytic-links ul li a:hover::after {
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 1px;
    visibility: visible;
}