.hero-section {
    position: relative;
    height: calc(100vh - var(--navbar-height));
}

.hero-section img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.hero-section .hero-content-container {
    position: absolute;
    left: clamp(20px, 6.25%, 6.25%);
    bottom: clamp(20px, 8.25%, 8.25%);
    right: clamp(20px, 4.167%, 4.167%);

}

.hero-section .hero-content-container .top-wrapper {
    display: flex;
    padding-bottom: var(--fs20);
    border-bottom: 1px solid var(--white-05);
    gap: 1%;
}

.hero-section .hero-content-container .top-wrapper .content {
    flex-basis: 55.5%;
}

.hero-section .hero-content-container .top-wrapper h2 {
    font-size: var(--fs36);
    font-weight: 500;
    color: var(--white);
    margin-bottom: var(--fs15);
}

.hero-section .hero-content-container .top-wrapper .desc {
    font-size: var(--fs32);
    font-weight: 400;
    color: var(--white);
    width: 90%;
}

.hero-section .hero-content-container .top-wrapper .download-btn {
    background-color: var(--GeraniumLake);
    padding: var(--fs20) var(--fs30);
    font-size: var(--fs20);
    font-weight: 400;
    color: var(--white);
    border-radius: 100px;
    margin-top: auto;
    border: 1px solid transparent;
}

.hero-section .hero-content-container .top-wrapper .download-btn:hover {
    background-color: transparent;
    font-weight: 500;
    border: 1px solid var(--GeraniumLake);
}

.hero-section .hero-content-container .bottom-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: var(--fs36);
}

.hero-section .hero-content-container .bottom-wrapper .text {
    color: var(--white);
    font-weight: 400;
}

.hero-section .hero-content-container .bottom-wrapper .text-1 {
    font-size: var(--fs20);
    width: 18%;
    line-height: 1.3;
}

.hero-section .hero-content-container .bottom-wrapper .text-2 {
    font-size: var(--fs24);
    width: 43%;
    line-height: 1.292;
}

/*what*/

.what-section {
    padding: clamp(30px, 6.25%, 6.25%) clamp(20px, 5.32%, 5.32%) clamp(30px, 6.78%, 6.78%) clamp(20px, 5.21%, 5.21%);
    display: flex;
    justify-content: space-between;
}

/*left wrapper*/
.what-section .left-wrapper {
    display: flex;
    flex-direction: column;
    width: 31.96%;

}

.what-section .left-wrapper h2 {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: var(--fs30);
    font-weight: normal;
}

.what-section .left-wrapper h2 span {
    display: inline-block;
    background-color: var(--black);
    width: var(--fs20);
    height: var(--fs20);
    margin-right: var(--fs20);
}

.what-section .left-wrapper .content {
    margin-top: auto;

}

.what-section .left-wrapper .content .desc {
    font-size: var(--fs24);
    font-weight: normal;
    color: var(--black-07);
    margin-bottom: var(--fs26);
}

.what-section .left-wrapper .content img {
    width: 100%;
}

/*right wrapper */
.what-section .right-wrapper {
    width: 42.5%;
}

.what-section .right-wrapper h3 {
    color: var(--black);
    font-size: var(--fs28);
    font-weight: normal;
    margin-bottom: var(--fs50);
}

.what-section .right-wrapper .desc {
    font-size: var(--fs24);
    font-weight: normal;
    color: var(--black-07);
    margin-bottom: var(--fs53);
    width: 98%;
}

.what-section .right-wrapper img {
    width: 100%;
}

/*works*/
/* .works-section {
    padding: clamp(30px, 5.21%, 5.21%) clamp(20px, 5.417%, 5.417%) clamp(20px, 5.47%, 5.47%) clamp(20px, 5%, 5%);
    background-color: var(--black-11);
}

.works-section h2 {
    font-size: var(--fs36);
    color: var(--white);
    font-weight: normal;
    padding-bottom: var(--fs35);
    border-bottom: 1px solid var(--white-05);
}

.works-list .item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    align-items: start;
    padding: var(--fs50) clamp(20px, 6%, 103px) var(--fs50) 0;
    border-bottom: 1px solid var(--white-05);
}

.works-list .item:last-of-type {
    border-bottom: none;
}

.works-list .item .number {
    color: var(--white);
    font-size: var(--fs24);
    font-weight: 400;
}

.works-list .item .text {
    display: flex;
    flex-direction: column;
    padding-left: clamp(40px, 37%, 36%);
    padding-right: clamp(40px, 28%, 28%);

}

.works-list .item h3 {
    font-weight: 400;
    font-size: var(--fs36);
    color: var(--white);
    margin-bottom: var(--fs20);
}

.works-list .item .desc {
    color: var(--white-07);
    font-size: var(--fs26);
    font-weight: 400;
}

.works-list .item img {
    width: var(--fs150);
} */

/* How it works */

.work-section {
    width: 100%;
    padding: var(--fs120) 0;
    background: var(--black);
}

.work-section .work-wrapper {
    width: 87%;
    margin: 0 auto;
}

.work-section .work-wrapper h2.work-title {
    font-weight: 500;
    font-size: var(--fs40);
    text-transform: uppercase;
    margin-bottom: var(--fs100);
    text-align: center;
    color: var(--white);
}

.work-section .work-wrapper .timeline {
    display: flex;
    flex-direction: column;
    gap: var(--fs13);
}

.work-section .work-wrapper .timeline .step {
    width: 100%;
    display: flex;
    gap: 0;
}

.work-section .work-wrapper .timeline .step svg.arrow {
    margin-top: var(--fs70);
    transition: all .4s ease-in-out;
}

.work-section .work-wrapper .timeline .step.left svg.arrow {
    transform: translateX(10%);
}

.work-section .work-wrapper .timeline .step.right svg.arrow {
    /* flex: 1; */
    margin-left: auto;
    transform: translateX(15%);
}


.step svg.arrow path:first-child {
  stroke-dasharray: 6 6;
  stroke-dashoffset: 120;
  opacity: 0;
}

.step.draw-arrow svg.arrow path:first-child {
  animation: drawDashed 3s linear forwards;
}

@keyframes drawDashed {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.step.draw-arrow svg.arrow path:last-child {
    animation: arrowHead 0.3s ease forwards;
    animation-delay: 0.7s;
}

.step svg.arrow path:last-child {
    opacity: 0;
}

.work-section .work-wrapper .timeline .step.right .card {
    background: #FFFFFF;
    margin-left: auto;
    margin-top: -10%;
}

.work-section .work-wrapper .timeline .step .card {
    width: 39.25%;
    border-radius: var(--fs30);
    padding: var(--fs30);
    background: #FBECEC;
    aspect-ratio: 651 / 390;

    display: flex;
    align-items: stretch;
    gap: var(--fs20);

    opacity: 0;
    transform: translateY(60px);
    transition: all .4s ease-in-out;
}

.work-section .work-wrapper .timeline .step.active .card {
    animation: cardUp 0.6s ease forwards;
}


.work-section .work-wrapper .timeline .step .card .badge {
    width: 10%;
    height: 100%;
    background: var(--GeraniumLake);
    color: var(--white);
    border-radius: var(--fs15);

    flex-shrink: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.work-section .work-wrapper .timeline .step .card .badge.dark {
    background: var(--black);
}

.work-section .work-wrapper .timeline .step .card .badge p {
    font-weight: 400;
    font-size: var(--fs24);
    color: var(--white);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: fit-content;
}

.work-section .work-wrapper .timeline .step .card .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: var(--fs10);
    gap: var(--fs27);
}

.work-section .work-wrapper .timeline .step .card .card-header {
    display: flex;
    align-items: center;
    gap: var(--fs12);
}

.work-section .work-wrapper .timeline .step .card .card-header .icon-container {
    width: var(--fs75);
    height: var(--fs75);
    flex-shrink: 0;
}

.work-section .work-wrapper .timeline .step .card .card-header .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.work-section .work-wrapper .timeline .step .card .card-header h3 {
    font-weight: 600;
    font-size: var(--fs26);
    color: var(--black-11);
    width: 62%;
}

.work-section .work-wrapper .timeline .step .card p {
    font-weight: 400;
    font-size: var(--fs22);
    color: var(--black-11);
    width: 90%;
}

.work-section .work-wrapper .timeline .step .card ul.t-list {
    padding-left: var(--fs20);
}

.work-section .work-wrapper .timeline .step .card ul.t-list li {
    font-weight: 400;
    font-size: var(--fs22);
    color: var(--black-11);
    list-style: disc;
}


@keyframes cardUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes arrowHead {
    to {
        opacity: 1;
    }
}

/* Powered by section */

.powered-section {
    width: 100%;
    background: var(--GeraniumLake);
    padding: var(--fs70) var(--fs100);
}

.powered-section .powered-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.powered-section .powered-wrapper .p-left h1 {
    font-weight: 500;
    font-size: var(--fs40);
    color: var(--white);
}

.powered-section .powered-wrapper .p-right {
    width: 35%;
}

.powered-section .powered-wrapper .p-right p {
    font-weight: 400;
    color: var(--white);
    font-size: var(--fs26);
    margin-bottom: var(--fs29);
}

.powered-section .powered-wrapper .p-right .pill-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--fs14) var(--fs12);
}

.powered-section .powered-wrapper .p-right .pill-container .pill {
    padding: var(--fs10) var(--fs18);
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: var(--fs100);
    font-size: var(--fs24);
    width: fit-content;
}

/*features */
.features-section {
    padding: clamp(30px, 6.25%, 6.25%) clamp(20px, 15.34%, 15.34%) clamp(30px, 6.25%, 6.25%) clamp(20px, 14.532%, 14.532%);
    overflow: hidden;
    position: relative;
}

.features-section h2 {
    margin-bottom: var(--fs83);
    font-size: var(--fs48);
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;

}

/* .features-section .card-wrapper{
    position: relative;
    
} */
.features-section .card-wrapper .card-container {
    display: flex;
    justify-content: space-between;
}

.features-section .card-wrapper .card-container-2 {
    margin-top: var(--fs58);
}

.features-section .card-wrapper .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: clamp(270px, 38.1%, 38.1%);
    height: var(--fs306);
    padding-left: var(--fs30);
    padding-bottom: var(--fs36);
    background-color: var(--GeraniumLake);
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.8s ease-in-out;
}

.features-section .card-wrapper .card.show {
    opacity: 1;
    transform: translateY(0);
}

.features-section .card-wrapper .card-container .card-1 {
    transition-delay: 0.1s;
}

.features-section .card-wrapper .card-container .card-2 {
    margin-top: var(--fs42);
    margin-right: var(--fs50);
    transition-delay: 0.2s;
}

.features-section .card-wrapper .card-container .card-3 {
    transition-delay: 0.3s;
    margin-left: var(--fs91);
}

.features-section .card-wrapper .card-container .card-4 {
    margin-top: var(--fs42);
    margin-left: var(--fs93);
    transition-delay: 0.35s;
}

.features-section .card-wrapper .card-5 {
    margin-top: var(--fs58);
    margin-left: var(--fs130);
    transition-delay: 0.1s;
}

.features-section .card-wrapper .card .content {
    margin-top: auto;
}

.features-section .card-wrapper .card .content h3 {
    color: var(--white);
    font-size: var(--fs28);
    font-weight: 600;
    margin-bottom: 5px;
}

.features-section .card-wrapper .card .content .desc {
    color: var(--white-09);
    font-size: var(--fs22);
    font-weight: normal;
    width: 84%;

}

.features-section .card-wrapper .card .dot-pattern-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: clamp(45px, 21.1%, 21.1%);

}

.features-section .card-wrapper .card-btn-container {
    text-align: center;
    position: absolute;
    top: 42%;
    left: 47.7%;
    transform: translate(-47.7%, -42%);
    transition: transform 0.2s ease;
    z-index: 2;
}


.features-section .card-wrapper .card-btn-container .scroll-down-btn {
    display: inline-flex;
    align-items: center;
    /* gap: 6px; */
    padding: var(--fs14) var(--fs15);
    font-size: var(--fs16);
    border: 1px solid var(--black-05);
    border-radius: 100px;
    text-transform: uppercase;
    /* cursor: pointer; */
    pointer-events: none;
}

.features-section .card-wrapper .card-btn-container .scroll-down-btn span {
    color: var(--black);
    display: inline-block;
    transition: color 0.2s ease;
}

.features-section .card-wrapper .card-btn-container .scroll-down-btn img {
    width: var(--fs20);
    margin-left: 6px;
}

/*digital */

.digital-section {
    padding: clamp(30px, 5.47%, 5.47%) clamp(20px, 7.3%, 7.3%);
    background-color: var(--black-11);
}

.digital-section .content-container {
    display: flex;
    align-items: flex-end;
    margin-bottom: var(--fs60);
    gap: 18%;
}

.digital-section .content-container .left-wrapper h3 {
    color: var(--white);
    font-size: var(--fs32);
    font-weight: 500;
    margin-bottom: var(--fs40);
}

.digital-section .content-container .left-wrapper .text {
    color: var(--white-07);
    font-size: var(--fs28);
    font-weight: 400;
}

.digital-section .content-container .right-wrapper .text {
    color: var(--white-07);
    font-size: var(--fs28);
    font-weight: 400;
}

.digital-section .digital-img {
    width: 100%;
}

/*who it for */
.who-section {
    padding: clamp(30px, 5.47%, 5.47%) clamp(20px, 5.47%, 5.47%) clamp(90px, 11.2%, 11.2%) clamp(20px, 5.47%, 5.47%);

}

.who-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs30);
    font-weight: normal;
    color: var(--black);
    margin-bottom: var(--fs70);
    text-transform: uppercase;
    text-align: center;

}

.who-section h2 span {
    display: inline-block;
    width: var(--fs20);
    height: var(--fs20);
    margin-right: var(--fs20);
    background-color: var(--black-11);

}

.who-section .content-container {
    position: relative;
}

.who-section .content-container .text-wrapper {
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}

.who-section .content-container .text-wrapper .text {
    color: var(--black-03);
    font-size: var(--fs64);
    font-weight: 700;
    cursor: default;
    transition: color 0.4s ease;
}

.who-section .content-container .text-wrapper .text.red {
    color: var(--GeraniumLake);
}

.who-section .content-container .img-wrapper {
    position: absolute;
    bottom: calc(var(--fs75)*-1);
    right: clamp(30px, 6.2%, 6.2%);
    width: var(--fs390);
    z-index: -1;

}

.who-section .content-container .img-wrapper.first {
    top: var(--fs20);
    bottom: 0;
}

.who-section .content-container .img-wrapper.second {
    top: var(--fs90);
    bottom: 0;
}

.who-section .content-container .img-wrapper.third {
    bottom: calc(var(--fs75)*-1);
}

.who-section .content-container .img-wrapper.last {
    bottom: calc(var(--fs150)*-1);
}


.who-section .content-container .img-wrapper img {
    width: 100%;
    display: block;
    transition: opacity 0.7s ease;

}

.who-section .content-container .img-wrapper img.fade-out {
    opacity: 0;
}

.who-section .content-container .img-wrapper img.fade-in {
    opacity: 1;
}


.mobile-view {
    display: none;
}

.whoSwiper {
    padding-bottom: 40px;
    /* space for dots */
    position: relative;
}

.whoSwiper .swiper-slide {
    text-align: center;
}

.whoSwiper img {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
}

.whoSwiper p {
    font-size: 20px;
    font-weight: 600;
    color: var(--GeraniumLake);
}


.whoSwiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    /* stick to bottom */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.whoSwiper .swiper-pagination-bullet-active {
    background: #e53935;
}

/* experience */
.xr-section {
    padding-left: var(--fs59);
    padding-right: var(--fs58);
    position: relative;
    margin-top: var(--fs110);
}

.xr-section h2 {
    font-size: var(--fs48);
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    background: linear-gradient(0deg,
            #FFFFFF -115.71%,
            #000000 278.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.xr-section .xr-img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: var(--fs15);
    
}

.xr-section .xr-img img {
    width: 100%;
    height: auto;
    transition: 0.6s ease-in;
    display: block;
}

.xr-section .xr-img img:hover {
    transform: scale(1.05);
}

.xr-section .xr-content {
    position: absolute;
    left: var(--fs59);
    right: var(--fs58);
    bottom: var(--fs70);
    padding-inline: var(--fs50);
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.xr-section .xr-content .left-wrapper {
    width: 34%;
}

.xr-section .xr-content .left-wrapper h3 {
    font-size: var(--fs28);
    font-weight: 500;
    color: var(--white);
}

.xr-section .xr-content .left-wrapper .desc {
    font-size: var(--fs22);
    font-weight: 600;
    color: var(--white-08);
}

.xr-section .xr-content .right-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: var(--fs19);
}

.xr-section .xr-content .right-wrapper .qr-img-wrapper {
    width: var(--fs171);
}

.xr-section .xr-content .right-wrapper .qr-img-wrapper img {
    width: 100%;
    display: block;
}

.xr-section .xr-content .right-wrapper .btn-container a {
    display: inline-flex;
    align-items: center;
    gap: var(--fs10);
    border-bottom: 1px solid var(--white);
}

.xr-section .xr-content .right-wrapper .btn-container .download-btn {
    font-size: var(--fs20);
    font-weight: 400;
    color: var(--white);
    cursor: pointer;
}

.xr-section .xr-content .right-wrapper .btn-container .download-btn img {
    width: var(--fs24);
}

/*connect*/
.connect-section {
    width: 100%;
    padding: clamp(30px, 5.94%, 5.94%) clamp(20px, 8.65%, 8.65%) clamp(30px, 3.23%, 3.23%);
    cursor: pointer;
}

.connect-section .connect-wrapper {
    width: 100%;
}

.connect-section .connect-wrapper a {
    display: inline-block;
}

.connect-section .connect-wrapper .connect-txt {
    display: block;
    width: 100%;
    height: auto;
}


@media screen and (max-width:1366px) {
    .xr-section .xr-content .right-wrapper .btn-container .download-btn img {
        width: 18px;
    }
}