img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.home {
    background: linear-gradient(180deg, #000D1E 0%, #0C2032 100%)
}

@keyframes yAnimate {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes opacityAnimate {
    100% {
        opacity: 1
    }
}

.whole1 {
    height: calc(100vh + 1200px)
}

.whole1 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh
}

.whole1 .fix::before {
    content: "";
    background: linear-gradient(0deg, #013b7b, transparent 30%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    transition: 1s;
    pointer-events: none
}

.whole1 .fix::after {
    content: "";
    background: linear-gradient(0deg, #013b7b, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none
}

.whole1 .fix.on .last .wrap {
    display: flex;
    animation: yAnimate .6s ease forwards
}

.whole1 .fix.on .last .wrap .l .text {
    animation: opacityAnimate .6s .4s ease forwards
}

.whole1 .fix.on .last .waterBox {
    opacity: 1
}

.whole1 .fix.on .first .wrap .button {
    opacity: 1;
    pointer-events: auto
}

.whole1 .fix .first {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center
}

.whole1 .fix .first .wrap .swiper1 {
    width: 34.42708vw;
    margin: auto;
    pointer-events: none
}

.whole1 .fix .first .wrap .swiper1 .swiper-slide img {
    width: 100%
}

.whole1 .fix .first .wrap .button {
    display: flex;
    justify-content: center;
    gap: 2.60417vw;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}

.whole1 .fix .first .wrap .button .circle {
    width: 2.39583vw;
    height: 2.39583vw;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .5;
    transition: .6s
}

.whole1 .fix .first .wrap .button .circle:hover {
    opacity: 1
}

.whole1 .fix .first .wrap .button .circle:last-child {
    transform: rotateY(180deg)
}

.whole1 .fix .first .wrap .button .circle svg {
    width: 1.09375vw;
    height: 1.09375vw
}

.whole1 .fix .first .wrap .other {
    text-align: center;
    margin-top: -2.60417vw
}

.whole1 .fix .first .wrap .other .p1 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.whole1 .fix .first .wrap .other .more {
    width: 8.85417vw;
    height: 2.76042vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #051425;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 1.82292vw;
    background: #FFF;
    margin: 1.14583vw auto 0;
    border: 1px solid transparent;
    transition: .6s ease
}

.whole1 .fix .first .wrap .other .more:hover {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.4);
    color: #fff
}

.whole1 .fix .last {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.whole1 .fix .last .tu1 {
    position: absolute;
    right: 2.29167vw;
    bottom: 2.60417vw;
    width: 5.20833vw
}

.whole1 .fix .last .wrap {
    padding: 0 8.33333vw;
    display: none;
    align-items: center
}

.whole1 .fix .last .wrap .l {
    width: 39.79167vw
}

.whole1 .fix .last .wrap .l .title {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 1.35417vw
}

.whole1 .fix .last .wrap .l .text {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.12;
    transition: 1s;
    display: inline-block
}

.whole1 .fix .last .waterBox {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 4.16667vw;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 1s
}

.whole1 .fix .last .waterBox svg {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    display: block
}

.whole1 .fix .last .waterBox .water .parallax>use {
    transition: fill .5s ease-in-out;
    animation: 5s linear infinite move-forever
}

@keyframes move-forever {
    0% {
        transform: translate(-90px)
    }

    100% {
        transform: translate(85px)
    }
}

.whole1 .fix .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    color: #fff;
    z-index: 1;
    pointer-events: none
}

.whole1 .fix .bg::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(84, 112, 179, 0.7)
}

.whole1 .fix .v {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.whole1 .fix .v video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.whole2 {
    padding: 5.20833vw 8.33333vw;
    position: relative
}

.whole2 .tu1 {
    position: absolute;
    width: 5.20833vw;
    bottom: 1.875vw;
    right: 35.15625vw
}

.whole2 .title {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    color: #fff
}

.whole2 .content {
    margin: 3.125vw 0 0 0;
    display: flex;
    gap: 4.16667vw
}

.whole2 .content.animated .item .bor path {
    stroke-dashoffset: 0
}

.whole2 .content .item {
    width: 23.125vw;
    height: 27.39583vw;
    border-radius: .52083vw;
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 3.64583vw 2.39583vw;
    position: relative
}

.whole2 .content .item .bor {
    position: absolute;
    right: -.10417vw;
    top: -.10417vw;
    width: 8.95833vw;
    height: fit-content;
    z-index: 1
}

.whole2 .content .item .bor path {
    stroke-dashoffset: 322.2102355957031;
    stroke-dasharray: 322.2102355957031;
    transition: 2s
}

.whole2 .content .item:first-child {
    margin: 1.51042vw 0 0 0
}

.whole2 .content .item:nth-child(2) {
    margin: 4.0625vw 0 0 0
}

.whole2 .content .item:hover .icon svg path {
    fill: #00D9FF
}

.whole2 .content .item .icon {
    width: 3.07292vw;
    height: 3.07292vw
}

.whole2 .content .item .icon svg {
    max-width: 100%;
    max-height: 100%
}

.whole2 .content .item .icon svg path {
    fill: #fff;
    transition: .6s ease
}

.whole2 .content .item .p1 {
    margin: 1.14583vw 0 1.35417vw;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.whole2 .content .item .p2 {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45833vw;
   max-height: 10vw;
    overflow: auto;
}


          .whole2 .content .item  .p2::-webkit-scrollbar {
            width: 5px;
          }

          .whole2 .content .item  .p2::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.40);
          }

         .whole2 .content .item  .p2::-webkit-scrollbar-thumb {
            background: #fff;
          }

.whole3 {
    padding: 0vw 8.33333vw 7.39583vw 8.33333vw;
    position: relative;
    z-index: 1
}

.whole3 .content {
    margin: 7.29167vw 0 0 0;
    padding: 0 12.1875vw
}

.whole3 .content .title {
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto 1vw auto
}
.whole3 .content .st{
      color: #fff;
      margin: 1vw 0  4.16667vw 0;
      text-align: center;
}

.whole3 .content table {
    width: 100%
}

.whole3 .content table td {
    color: #FFF;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    position: relative;
    padding: 1.77083vw 0
}

.whole3 .content table td:first-child {
    width: 21.875vw;
    color: #00D9FF;
    font-weight: bold
}

.whole3 .content table td:last-child {
    width: 31.66667vw
}

.whole3 .content table td:after {
    content: '';
    position: absolute;
    width: 80%;
    height: .10417vw;
    bottom: 0;
    left: 0;
    background: #fff
}

.whole3 .content table td:last-child {
    font-size: .9375vw;
    font-style: normal;
    font-weight: 500
}

.whole3 .content table td:last-child p {
    line-height: 2.60417vw
}

.whole4 {
    padding: 0 8.33333vw 2.60417vw 8.33333vw;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.whole4 .tu1 {
    position: absolute;
    top: 0;
    left: 2.08333vw;
    width: 5.20833vw
}

.whole4 .title {
    text-align: center;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto
}

.whole4 .content {
    margin: 4.53125vw 0 0 0
}

.whole4 .content.animated .proSwiper .swiper-slide .item .bor path {
    stroke-dashoffset: 0
}

.whole4 .content .proSwiper {
    width: 100%;
    margin: 0
}

.whole4 .content .proSwiper .swiper-slide {
    padding: 1.82292vw 0 0 0
}

.whole4 .content .proSwiper .swiper-slide:nth-child(2n-1) .item {
    top: -35px
}

.whole4 .content .proSwiper .swiper-slide .item {
    width: 100%;
    height: 18.59375vw;
    border-radius: .52083vw;
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 1.35417vw 1.66667vw;
    position: relative;
    overflow: hidden
}

.whole4 .content .proSwiper .swiper-slide .item .bor {
    position: absolute;
    right: -.10417vw;
    top: -.10417vw;
    width: 8.95833vw;
    height: fit-content;
    z-index: 1
}

.whole4 .content .proSwiper .swiper-slide .item .bor path {
    stroke-dashoffset: 322.2102355957031;
    stroke-dasharray: 322.2102355957031;
    transition: 2s
}

.whole4 .content .proSwiper .swiper-slide .item:hover .icon {
    opacity: 0
}

.whole4 .content .proSwiper .swiper-slide .item:hover .y {
    transform: translateY(-7.8125vw)
}

.whole4 .content .proSwiper .swiper-slide .item:hover .p1 {
    color: #00D9FF
}

.whole4 .content .proSwiper .swiper-slide .item:hover .p2 {
    opacity: 1
}

.whole4 .content .proSwiper .swiper-slide .item .icon {
    width: 6.61458vw;
    height: 6.61458vw;
    display: flex;
    align-items: center;
    transition: .6s ease
}

.whole4 .content .proSwiper .swiper-slide .item .icon svg {
    max-width: 100%;
    max-height: 100%
}

.whole4 .content .proSwiper .swiper-slide .item .y {
    transition: .6s ease
}

.whole4 .content .proSwiper .swiper-slide .item .p1 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 2.08333vw;
    margin: 4.16667vw 0 0 0;
    width: 24.94792vw;
    transition: .6s ease;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.whole4 .content .proSwiper .swiper-slide .item .p2 {
    margin: 1.92708vw 0 0 0;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    opacity: 0;
    transition: .6s ease;
    max-height: 5vw;
    overflow: auto;
}

          .whole4 .content .proSwiper .swiper-slide .item .p2::-webkit-scrollbar {
            width: 5px;
          }

          .whole4 .content .proSwiper .swiper-slide .item .p2::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.40);
          }

          .whole4 .content .proSwiper .swiper-slide .item .p2::-webkit-scrollbar-thumb {
            background: #fff;
          }

@media screen and (max-width: 768px) {
    .whole1 {
        height: auto !important
    }

    .whole1 .fix {
        height: auto
    }

    .whole1 .fix .last {
        height: auto;
        padding: 30px 0 80px 0
    }

    .whole1 .fix .last .tu1 {
        width: 60px
    }

    .whole1 .fix .last .wrap {
        display: flex !important;
        padding: 0 5%;
        animation: none !important
    }

    .whole1 .fix .last .wrap .l {
        width: 100%
    }

    .whole1 .fix .last .wrap .l .text {
        opacity: 1
    }

    .whole1 .fix .last .waterBox {
        height: 60px
    }

    .whole1 .fix .first {
        height: auto;
        padding: 120px 0 30px 0;
        position: relative
    }

    .whole1 .fix .first .common_bg {
        opacity: 1 !important
    }

    .whole1 .fix .first .wrap .move {
        transform: none !important
    }

    .whole1 .fix .first .wrap .move .swiper1 {
        width: 70vw;
        pointer-events: auto
    }

    .whole1 .fix .first .wrap .move .button {
        opacity: 1;
        pointer-events: auto;
        gap: 20px;
        margin: 20px 0 0 0
    }

    .whole1 .fix .first .wrap .move .button .circle {
        width: 40px;
        height: 40px
    }

    .whole1 .fix .first .wrap .move .button .circle svg {
        width: 20px;
        height: 20px
    }

    .whole1 .fix .first .wrap .other {
        opacity: 1 !important;
        pointer-events: auto;
        margin: 30px 0 0 0
    }

    .whole1 .fix .first .wrap .other .more {
        padding: 0 30px;
        height: 40px;
        border-radius: 25px;
        margin: 30px auto 0;
        width: fit-content
    }

    .whole2 {
        padding: 50px 5%
    }

    .whole2 .content {
        margin: 30px 0 0 0;
        flex-direction: column;
        gap: 20px
    }

    .whole2 .content .item {
        width: 100%;
        height: auto;
        padding: 30px 5%;
        border-radius: 10px;
    }


    .whole2 .content .item .icon {
        width: 40px;
        height: 40px
    }

    .whole2 .content .item .p1 {
        line-height: 1.4;
        margin: 50px 0 20px
    }

    .whole2 .content .item .p2 {
        line-height: 1.4;
        max-height: 100px;
    }

    .whole3 {
        padding: 30px 5% 70px 5%
    }

    .whole3 .content {
        padding: 0;
        margin: 0
    }

    .whole3 .content table {
        margin: 0px 0 0 0
    }

    .whole3 .content table td {
        font-size: 12px !important;
        padding: 30px 0
    }

    .whole3 .content table td p {
        line-height: 1.6 !important
    }

    .whole4 {
        padding: 0 5% 30px 5%
    }

    .whole4 .content {
        margin: 30px 0 0 0
    }

    .whole4 .content .proSwiper {
        width: 100%
    }

    .whole4 .content .proSwiper .swiper-slide .item {
        width: 100%;
        height: auto;
        padding: 40px 5%;
        top: 0 !important;
        border-radius: 8px
    }

    .whole2 .content  .item .bor {
        width: 100px;
        top: -1px;
        right: -1px;
        height: auto;
    }

    .whole4 .content .proSwiper .swiper-slide .item .bor {
        width: 100px;
        top: -1px;
        right: -1px;
        height: auto;
    }

    .whole4 .content .proSwiper .swiper-slide .item .icon {
        width: 40px;
        height: 40px;
        opacity: 1 !important
    }

    .whole4 .content .proSwiper .swiper-slide .item .y {
        transform: none !important
    }

    .whole4 .content .proSwiper .swiper-slide .item .p1 {
        margin: 50px 0 20px;
        width: 100%;
        line-height: 1.4
    }

    .whole4 .content .proSwiper .swiper-slide .item .p2 {
        opacity: 1;
        line-height: 1.4;
        height: 60px;
    }
}