/* carousel start */
.carousel {
    width: 100%;
    height: 100vh;
    position: relative;
    justify-content: center;
    overflow: hidden;
}

.carousel .carousel-bg-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.carousel .carousel-radient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(10, 13, 58, 0) 0, #0a0d3a 130%);
    /* background: radial-gradient(circle,rgba(10, 13, 58, 0.938) 0,#0a0d3a 130%); */

    z-index: 3;
}

.carousel .carousel-bg-wrapper img {
    object-fit: cover;
    width: 100%;
    object-position: center;
    opacity: 100%;
    /* display: none; */
    /* mask: radial-gradient(circle, #0a0d3a 0%, #0a0d3a 100%);
    -webkit-mask: radial-gradient(circle,rgba(10,13,58,0) 0,#0a0d3a 50%);
    background: radial-gradient(circle,rgba(10,13,58,0) 0,#0a0d3a 50%); */
}

.carousel .carousel-lb-wrapper {
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 10rem;
    left: 3rem;
}

.carousel-lb-wrapper .carousel-title {
    font-family: var(--font-family);
    font-size: 4rem;
    color: var(--theme-text-invert);
}

.carousel-lb-wrapper .carousel-title .btn-wrapper {
    display: inline-flex;
    background-color: var(--theme-text-invert);
    height: 3rem;
    width: 15rem;
    border-radius: 3rem;
    align-items: center;
    justify-content: center;
    transform: translateY(-30%);
}

.carousel-lb-wrapper .carousel-title .carousel-talk-btn {
    text-decoration: none;
    /* letter-spacing: .rem; */
    position: inline-block;
}

.carousel-lb-wrapper .carousel-title .carousel-talk-btn span {
    font-size: 1.2rem;
    /* letter-spacing: .rem; */
    word-spacing: .1rem;
    color: var(--theme-text-primary);
    position: inline-block;

    background: linear-gradient(-90deg, #08feb4, #0000ff);
    background-size: 200% auto; /* 扩展背景大小 */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: gradient-animation 4s infinite alternate; /* 添加动画 */
}

@keyframes gradient-animation {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}


@keyframes fade-in-up {
    from {
        transform: translateY(-20%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* carousel end */

/* why-us-block start */
.why-us-block {
    width: 100%;
    height: 110vh;
    position: relative;
    /* justify-content: center; */
    align-items: center;
    background-color: var(--theme_bg_primary);
    /* background-color: var(--theme-text-invert); */
    /* overflow: hidden; */
    border-radius: 30rem;
    flex-direction: column;
}

.why-us-block .logo-wrapper {
    position: relative;
    width: 100%;
    justify-content: center;

}
.why-us-block .logo-wrapper .logo-svg {
    width: 100%;
    height: auto;
    width: 25rem;
    height: 16rem;
    object-position: center;
}
.why-us-block .logo-wrapper .logo-svg .logo-svg-line {
    /* fill: #009FE9; 
    fill: var(--theme-green-bright); */
    /* stroke-width: 1rem; */
    stroke: var(--theme-green-bright);
}

.why-us-block .wheel {
    position: absolute;
    top: 20rem;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30rem;
    width: 100%;

    max-width: 2000px;
    max-height: 2000px;
    /* border: 1px solid green; */

    filter: brightness(0.8);

}

.why-us-block .wheel .wheel-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    max-width: 20rem;
    aspect-ratio: 1 /1;

}
.why-us-block .wheel .wheel-card img {
    width: 100%;
    z-index: 999;
    border-radius: 1rem;
}

.why-us-block .about-us-text-wrapper {
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}
.why-us-block .about-us-text-wrapper p {
    color: var(--theme-text-invert);
    font-family: var(--font-family);
    font-size: 1.4rem;
    line-height: 2.2;
}
.why-us-block .about-us-text-wrapper .button-wrapper a {
    /* background-color: var(--theme-green-bright); */
    border-bottom: 1px solid var(--theme-green-bright);
    margin: 0 2rem;
    width: 8rem;
    text-align: center;
    transition: all 0.2s;
}

.why-us-block .about-us-text-wrapper .button-wrapper span {
    color: var(--theme-green-bright);
    font-family: var(--font-family);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
}
.why-us-block .about-us-text-wrapper .button-wrapper a:hover {
    background-color: var(--theme-green-bright);
    border-radius: 2rem;

}

.why-us-block .about-us-text-wrapper .button-wrapper a:hover span {
    color: var(--theme-text-invert);
}

/* why-us-block end */

/* about-block test */
.about-block {
    width: 100%;
    height: 500vh;
    overflow: scroll;
    flex-direction: row;
    /* border: 2px solid darkblue; */
    /* Test */
    /* transition: all; */
}

.scroll-box {
    /* position: relative; */
    height: 100vh;
    flex-shrink: 0;
    /* overflow: scroll; */
    /* border: 2px solid red; */
    /* transform: translate(100px, 0); */
    align-items: center;
    justify-self: center;

    /* Test */
    transition: all;
}

.scroll-box .scroll-card {
    /* position: relative; */
    flex-shrink: 0;
    background-color: var(--theme_white);
    /* border: 2px solid hotpink; */
    width: 80rem;
    height: 100vh;
}

.scroll-box .first-card {
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}

.scroll-card .item-card {
    width: 50%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.scroll-card .card-up {
    width: 100%;
    height: 45%;
}

.scroll-card .card-down {
    width: 100%;
    height: 55%;
    background-color: #9499A0;
    position: relative;
    /* border: 1px solid red; */
}

.scroll-card .card-down .card-img-wrapper {
    width: 100%;
    height: 100%
}

.scroll-card .card-down .card-img-wrapper img {
    width: 100%;
    object-fit: cover;
}

.scroll-card .card-up .card-text-wrapper {
    flex-direction: column;
    max-width: 20rem;
    padding-left: 4rem;
    padding-top: 1rem;
}

.scroll-card .card-up .card-text-wrapper h2 {
    font-family: var(--font-family);
    font-size: 3rem;
    line-height: 2;
}

.scroll-card .card-up .card-text-wrapper p {
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: .02em
}

.scroll-card .card-up .card-text-wrapper .btn-wrapper {
    /* width: 12rem;
    height: 3rem;
    background-color: var(--theme-text-invert);
    border-radius: 3rem; */
}
.card-up .card-text-wrapper .btn-wrapper a {
    cursor: pointer;
    font-weight: 400;
    font-family: var(--font-family);
    transition: all 0.2s;
    padding: .3rem .7rem .3rem 1rem;
    border-radius: 10rem;
    background: transparent;
    border: 1px solid var(--theme-text-primary);
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  
  .card-up .card-text-wrapper .btn-wrapper a:hover {
    background: var(--theme-text-primary);
  }
  
  .card-up .card-text-wrapper .btn-wrapper a > svg {
    width: 3rem;
    transition: transform 0.3s ease-in-out;
  }
  .card-up .card-text-wrapper .btn-wrapper a > svg circle{
    stroke: none;
  }
  .card-up .card-text-wrapper .btn-wrapper a:hover svg {
    transform: translateX(5px);
  }
  
  .card-up .card-text-wrapper .btn-wrapper a:active {
    transform: scale(0.95);
  }
  
  .card-up .card-text-wrapper .btn-wrapper a:hover span {
    color: var(--theme-text-invert);
  }
  .card-up .card-text-wrapper .btn-wrapper a:hover svg path{
    fill: var(--theme-text-invert);
  }



.first-card .item-card:nth-child(1) {
    width: 50%;
    height: 100%;
    background-color: var(--theme-purple-bright);
}

.first-card .item-card:nth-child(2) {
    width: 50%;
    height: 100%;
    background-color: var(--theme-cyan-bright);
}


.second-card .item-card:nth-child(1) {
    width: 50%;
    height: 100%;
    background-color: var(--theme-green-bright);
}

.second-card .item-card:nth-child(2) {
    width: 50%;
    height: 100%;
    background-color: var(--theme-orange-bright);
}

.third-card .item-card:nth-child(1) {
    width: 50%;
    height: 100%;
    background-color: var(--theme-red-bright);
}

.third-card .item-card:nth-child(2) {
    width: 50%;
    height: 100%;
    background-color: var(--theme-blue-bright);
}


/* below old */
.scroll-box .why-us-card {
    flex-direction: row;

    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}

.scroll-box .pic-wall {
    position: relative;
    /* perspective: 2000px; */

    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}

.scroll-box .pic-wall .pic-warpper {
    --scale: 0.8;
    position: absolute;
    height: calc(13rem * var(--scale));
    /* object-fit: fill; */

}

.scroll-box .pic-wall .pic-warpper img {
    object-fit: fill;
}

.scroll-box .why-us-card .title {
    position: absolute;
    z-index: 44;
    font-size: 6rem;
    top: 15rem;
    /* top: -9rem; */
    /* transform: translateY(-350px); */
}

.why-us-card .tl-A-wrapper {
    position: absolute;
    left: 3rem;
    border-right: 1px solid black;
    stroke-dasharray: 20 10;
}

.why-us-card .tl-A-wrapper .tl-A-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 3rem;
    margin-bottom: 2rem;
}

.why-us-card .tl-A-wrapper .tl-A-item .tl-A-textD {
    flex-direction: column;
    width: 10rem;
}

.time-text {
    font-size: 3rem;
}

.time-describe {
    font-size: 1.2rem;

}

.tl-A-wrapper .tl-A-item .time-img {
    width: 12rem;
    /* object-fit: fill; */
}

.why-us-card .tl-B-wrapper {
    /* height: 20rem; */
    position: absolute;
    border-top: 1px solid #171717;
    align-self: flex-end;
    left: 30rem;
    margin-bottom: 1rem;
    width: 60rem;
}

.why-us-card .tl-B-wrapper .tl-B {
    display: flex;
    flex-direction: row;
    /* gap:10rem */
}

.tl-B-item {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    justify-content: start;
    height: 23rem;
    width: 27rem;
}

.tl-B-item .tl-B-textD {
    display: flex;
    flex-direction: column;
    width: 25rem;
}

.tl-B-item .time-img {
    object-fit: cover;
    /* display: none; */
}

.scroll-box .experience-card {
    flex-direction: column;
}


.scroll-card3 {
    /* position: relative; */
    transform: translate(0, 0);
    background-color: #17f700;
    width: 35rem;
    height: 25rem;
    margin: 5rem;
}

/* about-us start */

/* best quality affordable price start */
.advantage-price-card {
    align-items: center;
    justify-content: center;
}

.advantage-price-card .title-two {
    position: absolute;
    z-index: 44;
    font-size: 4rem;
    top: 0;
    left: 0rem;
}

.advantage-price-card .advantage {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



.advantage-price-card .robust-supply-chain .img-wrapper {
    background-image: url("/asset/img/homepage/z8pro_1.png");
    border-radius: 50%;
    backdrop-filter: blur(8px);

    background-position: center;
    background-size: 9rem;
    background-repeat: no-repeat;
    filter: drop-shadow(0.1rem 0.1rem .2rem var(--theme_black));
}

.advantage-price-card .robust-supply-chain .img-wrapper .round-img-wrapper {
    border: 1px solid orange;

    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}

.round-img-wrapper .supply-chain-item {
    position: absolute;
    height: 8rem;
    width: 8rem;
    overflow: visible;
}

.round-img-wrapper .supply-chain-item .supply-chain-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    /* border: 2px solid green; */
    transform: translate(5rem, 5rem);
    margin: -2rem;
    border-radius: 34rem;

}

.round-img-wrapper .supply-chain-item:nth-child(1) {
    --n: 1;
    --per: 60deg;
    rotate: calc(var(--per) * var(--n));
    transform-origin: top left;
    /* transform: translate(-3rem -3rem); */
    /* transform-origin: 10rem 10rem; */
}

.round-img-wrapper .supply-chain-item:nth-child(1) .supply-chain-img {
    --n: 1;
    --per: -60deg;
    rotate: calc(var(--per) * var(--n));
}

.round-img-wrapper .supply-chain-item:nth-child(2) {
    --n: 2;
    --per: 60deg;
    rotate: calc(var(--per) * var(--n));
    transform-origin: top left;
    /* transform: translate(-3rem -3rem); */
    /* transform-origin: 10rem 10rem; */
}

.round-img-wrapper .supply-chain-item:nth-child(2) .supply-chain-img {
    --n: 2;
    --per: -60deg;
    rotate: calc(var(--per) * var(--n));
}

.round-img-wrapper .supply-chain-item:nth-child(3) {
    --n: 3;
    --per: 60deg;
    rotate: calc(var(--per) * var(--n));
    transform-origin: top left;
    /* transform: translate(-3rem -3rem); */
    /* transform-origin: 10rem 10rem; */
}

.round-img-wrapper .supply-chain-item:nth-child(3) .supply-chain-img {
    --n: 3;
    --per: -60deg;
    rotate: calc(var(--per) * var(--n));
}

.round-img-wrapper .supply-chain-item:nth-child(4) {
    --n: 4;
    --per: 60deg;
    rotate: calc(var(--per) * var(--n));
    transform-origin: top left;
    /* transform: translate(-3rem -3rem); */
    /* transform-origin: 10rem 10rem; */
}

.round-img-wrapper .supply-chain-item:nth-child(4) .supply-chain-img {
    --n: 4;
    --per: -60deg;
    rotate: calc(var(--per) * var(--n));
}

.round-img-wrapper .supply-chain-item:nth-child(5) {
    --n: 5;
    --per: 60deg;
    rotate: calc(var(--per) * var(--n));
    transform-origin: top left;
    /* transform: translate(-3rem -3rem); */
    /* transform-origin: 10rem 10rem; */
}

.round-img-wrapper .supply-chain-item:nth-child(5) .supply-chain-img {
    --n: 5;
    --per: -60deg;
    rotate: calc(var(--per) * var(--n));
}

.round-img-wrapper .supply-chain-item:nth-child(6) {
    --n: 6;
    --per: 60deg;
    rotate: calc(var(--per) * var(--n));
    transform-origin: top left;
    /* transform: translate(-3rem -3rem); */
    /* transform-origin: 10rem 10rem; */
}

.round-img-wrapper .supply-chain-item:nth-child(6) .supply-chain-img {
    --n: 6;
    --per: -60deg;
    rotate: calc(var(--per) * var(--n));
}

.supply-chain-item {
    animation: round-rotate 200s linear infinite normal;
}

.supply-chain-img {
    animation: round-rotate 200s linear infinite reverse;
}

@keyframes round-rotate {
    from {
        transform: rotate(0deg) translate(5rem, 5rem);
    }

    to {
        transform: rotate(360deg) translate(5rem, 5rem);
    }
}

.advantage-text-wrapper {
    /* margin-top: 10rem; */
    flex-direction: column;
    max-width: 35rem;
    position: relative;
    left: 15rem;

    /* border: 1px solid var(--theme_white); */
    backdrop-filter: blur(6px);
    box-shadow: 1rem 1rem 25px rgba(0, 0, 0, 0.226);

}

.advantage-text-wrapper .advantage-text {
    font-size: 3rem;
}

.advantage-text-wrapper .advantage-process {
    font-size: 1.2rem;
    color: var(--theme_blue_deep)
}

/* best quality affordable price ends */

.advantage-product-card {
    justify-content: space-around;
    align-items: center;
}

.process-diagram-wrapper {
    /* border: 1px solid green; */
    height: 90%;
    width: 50rem;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
}

.process-diagram-wrapper .process-diagram-row-wrapper {
    justify-content: space-around;
    /* margin-bottom: 4rem; */
}

.process-diagram-wrapper .process-diagram-row-wrapper:nth-child(2n + 1) {
    transform: translateX(-3rem);
}

.process-diagram-wrapper .process-diagram-row-wrapper .process-diagram-img-wrapper {
    /* border: 1px solid orange; */
    width: 12.8rem;
    height: 8rem;

    overflow: hidden;
}

.process-diagram-row-wrapper .process-diagram-img-wrapper .process-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.process-diagram-wrapper .process-diagram-row-wrapper .process-diagram-text-wrapper {
    background-color: var(--theme_blue_deep);
    display: block;
    position: absolute;
    width: 5.3rem;
    height: 1.5rem;
    /* border-radius: 2rem; */
    text-align: end;
    /* bottom: 0; */
    /* left: -9rem; */
    transform: translate(7.5rem, 6.6rem);
    border-radius: 56% 44% 0% 100% / 100% 0% 100% 0%
}

.process-diagram-wrapper .process-diagram-row-wrapper .process-item-text {
    color: var(--theme_white);
    padding-right: .5rem;
}

.advantage-product-text-wrapper {
    /* margin-top: 10rem; */
    flex-direction: column;
    max-width: 30rem;
    height: 35rem;
    /* position:relative; */
    /* left:15rem; */
    justify-self: center;
    /* align-self: start; */
    /* border: 1px solid var(--theme_white); */
    /* backdrop-filter: blur(6px); */
    box-shadow: 1rem 1rem 25px rgba(0, 0, 0, 0.226);

}

.advantage-product-text-wrapper .advantage-text {
    font-size: 3rem;
    line-height: 9rem;
}

.advantage-product-text-wrapper .advantage-process {
    font-size: 1.2rem;
    color: var(--theme_blue_deep);
    line-height: 2rem;

}



/* advantage-product-card ends */

/* customization-experience-card start */
.customization-experience-card {
    flex-direction: column;
    align-items: center;
    transition-property: opacity;
}

.customization-pic-row {
    align-items: center;
    margin-top: 5rem;
}

.customization-pic-row .customization-item {
    flex-direction: column;
    width: 26rem;
    /* height: 16rem; */
    overflow: hidden;
    margin: 0 1rem;
    /* border: 3px solid orange; */

}

.customization-pic-row .customization-item .customization-pic-box {
    /* border: 1px solid orange; */
    width: 78rem;
    height: 18rem;
    animation: pic-switch ease 8s infinite;
    border-radius: 55rem;
}

.customization-pic-row .customization-item .customization-text-wrapper {
    margin-top: 1.5rem;
}

.customization-item .customization-text-wrapper {
    align-items: baseline;
    justify-content: space-between;
}

.customization-item .customization-text-wrapper .customization-text-left {
    font-size: 1.4rem;
    padding-left: .5rem;
}

.customization-item .customization-text-wrapper .customization-text-right {
    /* font-size: 1rem; */
    padding-right: 1rem;
    color: #17190F;
    opacity: 0.6;
}

.customization-pic-row .customization-item .customization-pic-box img {
    object-fit: cover;
    height: 100%;
    width: 26rem;
    object-position: center;
}

@keyframes pic-switch {

    0%,
    24% {
        margin-left: 0rem;
    }

    32%,
    56% {
        margin-left: -26rem;
    }

    64%,
    88% {
        margin-left: -52rem;
    }

    100% {
        margin--left: 0rem;
    }
}

.customization-title-wrapper {
    position: relative;
    bottom: 3rem;
    height: 100%;
    width: 93%;
    justify-content: space-between;
    align-items: end;
}

.customization-title-wrapper .left-title-wrapper h2 {
    font-size: 2.2rem;
}

.customization-title-wrapper .right-description-wrapper {
    flex-direction: column;
    max-width: 20rem;
    color: #17190F;
    opacity: 0.6;
}

.customization-title-wrapper .right-description-wrapper .right-describition-top {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

/* customization-card end */

/* start-block start */
.start-block {
    width: 100%;
    flex-direction: column;
    background-color: var(--theme_black);
}

.design {
    width: 100%;
    height: 1768px;

    background-color: var(--theme_black);
    flex-direction: column;
}

.up {
    background: url("/asset/img/homepage/up_min.png") no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    left: 0;
    top: 0;
    width: 100%;
    height: 879px;


    object-fit: cover;
    overflow: hidden;
    z-index: 2;
    background-attachment: fixed !important;

    /* border: 1px solid rgb(9, 255, 0); */
}

.down {
    background: url("img/down_min.png") no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    left: 0;
    /* top: 879px; */
    width: 100%;
    height: 879px;


    overflow: hidden;
    z-index: 3;
    background-attachment: fixed;
}

.start-block .start-block-wrapper {
    width: 100%;
    /* height: 200vh; */
    /* align-items: center; */
    justify-content: center;
    /* background-color: var(--theme_white); */
    border: 1px solid palegoldenrod;
    /* margin-top: 30rem; */
    /* color:rgba */
}

.indicator {
    background-image: url("/asset/img/homepage/box_family_portrait2_nomark.jpg");
    width: 100%;
    height: 200vh;
    border: 1px solid pink;
    background-position: center;
    background-size: cover;
    background-attachment: fixed !important;

    justify-content: space-around;
    gap: 20rem;
    /* background-color: #17f700; */
    /* color: var(--theme_white); */
    /* margin-top: 20rem; */
}

/* comment-block start */
.comment-block {
    /* position: relative; */
    width: 100%;
    height: 300vh;
    background-color: var(--theme_black);

}

.comment-block .comment-title-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-block .comment-title-wrapper h2 {
    color: var(--theme_white);
    font-size: 3rem;
}

.comment-block .start-block-wrapper {
    width: 100%;

}

.indicator .comment-container {
    height: 30rem;
    overflow: scroll;
    z-index: 8;

}

.indicator .comments-wrapper {
    /* position: absolute; */
    /* border: 1px solid red; */
    /* max-width: 20rem; */
    flex-direction: column;

}

.indicator .comments-wrapper .comment-pic-wrapper {
    width: 30rem;
    /* height: 30rem; */
    /* overflow: hidden; */
    /* border: 1px solid red; */

}

.indicator .comments-wrapper .comment-pic-wrapper img {
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    margin: 2rem 0;
    z-index: 8;
}

/* transition-block start */
.transition-block {
    width: 100%;
    height: 200vh;
    position: relative;

}

.transition-card-div {
    position: absolute;
    background-color: var(--theme-text-primary);
    background-color: var(--theme_bg_primary);
    /* background-color: #182799; */
    /* background-color: #0a0d3a; */
    width: 100%;
    height: 100vh;
    /* clip-path: circle(20% at center); */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position:sticky; */
    top: 0rem;
    /* border: 2px solid salmon; */
}

.transition-card-div h2
{
    color: var(--theme-text-invert);
    font-size: 4rem;
}

/* transition-block end */

/* solution-block start */
.solution-block {
    width: 100%;
    height: 300vh;
    background-color: var(--theme-text-primary);
    background-color: var(--theme_bg_primary);
    flex-direction: column;
}

.solution-block .solution-wrapper {
    width: 100%;
    height: 100vh;
    /* border: 1px solid red; */
    position: relative;
    align-items: center;
    /* background-color: red; */
    overflow: hidden;
}

.solution-block .solution-wrapper:nth-child(2) {
    flex-direction: row-reverse;
}

.solution-wrapper .solution-text-wrapper {
    width: 45rem;
    /* height: 20rem; */
    flex-direction: column;
    margin: 0 3rem;
    /* background-color: #fbfafe; */
    border: 1px solid rgba(255, 255, 255, 0.329);
    box-shadow: -1rem 1rem 25px rgba(180, 180, 180, 0.291);
    padding: 1rem;
    border-radius: .5rem;
    backdrop-filter: blur(10px);
    z-index: 9;
}

.solution-wrapper .solution-text-wrapper h2 {
    font-family: var(--font-family);
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    color: var(--theme-text-invert);
}

.solution-wrapper .solution-text-wrapper p {
    font-family: var(--font-family);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
    color: var(--theme-text-invert);
}

/* From Uiverse.io by alexmaracinaru */ 
.solution-wrapper .solution-text-wrapper .cta {
    position: relative;
    margin: 3rem 0 0 0;
    padding: .1rem 1.2rem;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 7;

}
  
.solution-wrapper .solution-text-wrapper .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 20rem;
    background: var(--theme-green-bright);
    background: var(--theme-text-invert);
    background: var(--theme-blue-deep);

    width: 2rem;
    height: 2rem;
    transition: all 0.3s ease;
  }
  
.solution-wrapper .solution-text-wrapper .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--theme-text-invert);

}
  
.solution-wrapper .solution-text-wrapper .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--theme-green-bright);
    stroke: var(--theme-text-invert);

    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
.solution-wrapper .solution-text-wrapper .cta:hover:before {
    width: 100%;
    background: var(--theme-text-invert);
    background: var(--theme-blue-deep);
}
  
.solution-wrapper .solution-text-wrapper .cta:hover svg {
    transform: translateX(0);
  }
  
.solution-wrapper .solution-text-wrapper .cta:active {
    transform: scale(0.95);
  }
  



.solution-wrapper .solution-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: radial-gradient(circle,rgba(10,13,58,0) 0,#0a0d3a 130%); */
    /* background: radial-gradient(circle,rgba(10, 13, 58, 0.938) 0,#0a0d3a 130%); */
    z-index: 3;
}

.solution-wrapper .solution-img-wrapper {
    width: 100%;
    height: 95%;
    z-index: 1;
    position: absolute;
}

.solution-wrapper:nth-child(1) .solution-img-wrapper {
    left: 8rem;
}

.solution-wrapper:nth-child(2) .solution-img-wrapper {
    right: 8rem;
}


.solution-wrapper .solution-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
}

/* solution-block end */
















/* comment-block-t start */
.comment-block-t {
    width: 100%;
    height: 400vh;
    /* border: 2px solid firebrick; */
    background-color: var(--theme_black);
    position: relative;
}

.comment-block-t .comment-scroller {
    position: absolute;
    /* top here is neccessary */
    top: 0rem;
    /* z-index: 424; */
    /* border: 1px solid green; */
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100vh;

    background-image: url("/asset/img/homepage/box_family_portrait2_nomark.jpg");
    /* background-image: url("C:/Users/TomatoLeo/Downloads/cool-background%20(1).svg"); */

    background-position: center;
    background-size: cover;

}

.comment-block-t .comment-scroller .comment-text-wrapper {
    max-width: 30rem;
    height: 20rem;
    /* border: 1px solid white; */
}

.comment-block-t .comment-scroller .comment-text-wrapper h2 {
    font-size: 4rem;
    color: var(--theme_white);
}

.comment-block-t .comment-scroller .comment-wrapper {
    width: 40rem;
    height: 30rem;
    /* border: 1px solid white; */
    overflow: hidden;
    flex-direction: column;

}

.comment-wrapper .comment-pic-wrapper {
    width: 100%;
    margin: 1rem 0;
}

.comment-wrapper .comment-pic-wrapper img {
    width: 100%;
    object-fit: cover;
}

/* comment-block-t end */

/* news-block start */
.news-block {
    width: 100%;
    /* height:150vh; */
    /* border: 2px solid firebrick; */
    background-color: var(--theme_black);
    background-color: var(--theme-text-primary);
    background-color: var(--theme_bg_primary);
    /* position: relative; */
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.news-title-wrapper {
    width: 90%;
    height: 10rem;
    justify-content: start;
    align-items: end;
}

.news-title-wrapper h2 {

    font-size: 4rem;
    color: var(--theme_white);
}

.articles-list {
    width: 90%;
    /* border: 1px solid white; */
    z-index: 0;
    margin-bottom: 10rem;
}

.articles-list .article-item {
    /* width: 100%; */
    height: 15rem;
    padding: 0 5% 0 5%;
    /* padding-left: 5%; */
    border-top: .1rem solid var(--theme_white);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 0;

    /* margin: 2rem 0; */
    /* background-color: #f1d06f; */

}

.articles-list .article-item::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--theme_white);
    z-index: 0;
    position: absolute;
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    transition: clip-path .4s ease;
    /* animation: article-clip-path ease .4s; */
    /* mix-blend-mode: difference; */
}

.articles-list .article-item.focused::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* background-color: var(--theme_white); */
}

.articles-list .article-item.focused .order-number-wrapper span {
    color: var(--theme-green-bright);
}

.article-item.focused .article-description-wrapper .article-title,
.article-item.focused .article-description-wrapper .article-description,
.articles-list .article-item.focused .article-time {
    color: var(--theme_black);
}

.articles-list .article-item .order-number-wrapper {
    height: 100%;
    width: 10rem;
    /* border: 1px solid salmon; */
    align-items: center;
    justify-content: center;
    z-index: 1;

}

.articles-list .article-item .order-number-wrapper span {
    color: var(--theme_white);
    font-size: 6rem;
    color: var(--theme_white);
    -webkit-text-stroke: .1rem var(--theme_white);
    letter-spacing: .2rem;
    margin-right: 2rem;
    transition: -webkit-text-stroke .4s ease, color .4s ease;
    transition: color .4s ease;
}

.articles-list .article-item .article-description-wrapper {
    height: 100%;
    max-width: 78%;
    flex-direction: column;
    justify-content: center;
    /* border: 1px solid gold; */
    z-index: 1;

}

.article-description-wrapper .article-title {
    font-size: 2.5rem;
    color: var(--theme_white);
    transition: color .4s ease;
}

.article-description-wrapper .article-description {
    font-size: 1rem;
    color: var(--theme_white);
    transition: color .4s ease;
}

.articles-list .article-item .article-time {
    position: absolute;
    right: 5%;
    color: var(--theme_white);
    z-index: 1;
    transition: color .4s ease;

}

.news-block .article-abrrevation-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 28rem;
    height: 18rem;
    background-color: var(--theme-text-invert);
    border-radius: 1rem;
    margin-left: -3rem;
    margin-top: -3rem;
    overflow: hidden;
    pointer-events: none;
    transform: scale(0);
}
.news-block .article-abrrevation-wrapper img {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* news-block end */

/* contact-block start */
.contact-block {
    width: 100%;
    height: calc(100vh);

    background-color: var(--theme-text-primary);
    background-color: var(--theme_bg_primary);
    justify-content: center;
    align-items: center;
}

.contact-wrapper {
    margin-top: 20rem;
    width: 90%;
    height: auto;
}

.contact-left {
    position: relative;
    width: 45%;
    height: 90%;
    background-color: var(--theme-green-bright);
    /* background-color: white; */
    border-radius: 5rem 0 0 5rem;
    z-index: 1;
    justify-content: flex-end;
}

.contact-right {
    position: relative;
    box-sizing: border-box;
    width: 45%;
    height: 90%;
    /* background-color: var(--theme-orange-bright); */
    border: .2rem solid var(--theme-text-invert);
    border-radius: 0 5rem 5rem 0;
    z-index: 0;
}

.contact-left .contact-form-wrapper {
    margin-right: .2rem;
    flex-direction: column;
    width: 80%;
}

.contact-left .form-title-wrapper {
    width: 80%;
    justify-content: left;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.contact-left .form-title {
    font-size: 3.5rem;
    font-family: var(--font-family);
}

.contact-left .form-name-wrapper,
.form-email-wrapper,
.form-detail-wrapper {
    flex-direction: column;
    width: 90%;
    margin-bottom: 1rem;
    /* border: 1px solid red; */
}

.contact-left .form-name-wrapper label,
.form-email-wrapper label,
.form-detail-wrapper label {
    color: var(--theme-text-primary);
    font-size: .9rem;
    font-family: var(--font-family);
    letter-spacing: .15rem;
    line-height: .9rem;
    margin-bottom: .5rem;
    transition: color .3s ease;
}

.form-name-wrapper .input-name,
.form-email-wrapper .input-email {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 3.2rem;
    border: .25rem solid var(--theme-text-primary);
    border-radius: 2rem;
    background-color: var(--theme-text-invert);
    padding-left: 2rem;
    outline: none;
    font-family: var(--font-family);
    font-size: 1rem;
    color: var(--theme-text-primary);
    letter-spacing: .05rem;
    cursor: pointer;
}

.form-detail-wrapper .input-detail {
    box-sizing: border-box;
    height: 17rem;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .05rem;
    font-family: var(--font-family);
    padding: 1rem;

    border: .25rem solid var(--theme-text-primary);
    outline: none;

}

.form-bottom-wrapper {
    width: 80%;
    justify-content: space-between;
}

.form-bottom-wrapper .form-bottom-icon-wrapper {
    gap: 2rem;

}

.form-bottom-wrapper .form-bottom-icon-wrapper .icon-wrapper {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
}

/* From Uiverse.io by Madflows */
.form-submit-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-family: inherit;
    font-size: 15px;
}

.form-submit-btn {
    font-weight: 600;
    font-size: 1.2rem;
    width: 8rem;
    color: var(--theme-text-primary);
    text-transform: uppercase;
    padding: .25em 2em;
    background: var(--theme-text-invert);
    border: .25rem solid var(--theme-text-primary);
    border-radius: 2.75rem;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}

.form-submit-btn::before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-blue-bright);
    border: .25rem solid var(--theme-text-primary);

    border-radius: inherit;
    /* -webkit-box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2; */
    -webkit-transform: translate3d(0, .7rem, -.4rem);
    transform: translate3d(0, .7rem, -.4rem);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}

.form-submit-btn:hover {
    background: var(--theme_green_deep);
    -webkit-transform: translate(0, 0.25em);
    transform: translate(0, 0.25em);
    color: var(--theme-text-invert)
}

.form-submit-btn:active {
    background: var(--theme_green_deep);
    -webkit-transform: translate(0em, 0.75em);
    transform: translate(0em, 0.75em);
    color: var(--theme-text-invert)
}

.form-submit-btn:active::before {
    /* -webkit-box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0, -1em); */
    transform: translate3d(0, 0, -1em);
}





/* test for codepen */
