.navbar-transparent {
    background-color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/img/menu.png);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    background-color: rgb(0, 0, 0, 0.1);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #000;
    font-weight: 700;
    overflow-wrap: break-word;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    overflow-wrap: break-word;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .navbar-transparent {
        background-color: #fff !important;
    }
}

@media (max-width: 767.98px) {
    .navbar-dark .offcanvas-collapse {
        background-color: #fff;
    }
}

.navbar-dark .navbar-nav .btn-index {
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 1rem;
}

.navbar-nav .nav-link {
    font-size: .9rem;
}

.bg-index {
    background-color: #000 !important;
}

.font-index {
    font-family: poppins;
    font-size: clamp(48px, 7.2vw, 72px) !important;
}

.btn-index-1 {
    margin-right: 10px;
}

.btn-index-1 .btn-primary {
    background: #F03B01 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 18px 32px;
    font-size: 1rem;
    font-weight: 600;
}

.btn-index-2 .btn-primary {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    border-radius: 30px !important;
    padding: 18px 32px;
    font-size: 1rem;
    font-weight: 600;
}

.btn-index-3 .btn-primary {
    background: #F03B01 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 600;
}

.row-index-padding {
    padding-top: 96px;
}

.row-index {
    margin-top: 96px;
    border-top: 1px solid #fff;
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (max-width: 767.98px) {
    .btn-index-1 .btn-primary {
        padding: 12px 12px;
    }

    .btn-index-2 .btn-primary {
        padding: 12px 12px;
    }

    .row-index-padding {
        padding-top: 0px;
    }

    .row-index {
        margin-top: 16px;
    }
}

.card-index-index {
    color: #d5d6d9;
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(36px, 4.8vw, 48px);
    flex-basis: 130px;
    letter-spacing: -1px;
    font-family: "Poppins", sans-serif;
}

.card-index-title {
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    font-family: poppins;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.card-index-text {
    font-family: poppins;
    font-size: clamp(12px, 1.5vw, 14px);
    color: #fff;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bg-index-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #011527;
}

.index-box1-title {
    color: #6242f1;
    font-family: "Poppins", sans-serif;
}

.index-box1-title1 {
    font-family: "Poppins", sans-serif;
}

.index-box1-box1 {
    position: relative;
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.concentric-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 五层同心圆 */
.circle-1 {
    width: 82px;
    height: 82px;
}

.circle-2 {
    width: 165px;
    height: 165px;
}

.circle-3 {
    width: 247px;
    height: 247px;
}

.circle-4 {
    width: 330px;
    height: 330px;
}

.circle-5 {
    width: 412px;
    height: 412px;
}

/* 三个小圆 */
.small-circle {
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.top-left {
    top: 50px;
    left: 50px;
    color: rgba(118, 53, 243, 1);
}

.right-middle {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(249, 166, 28, 1);
}

.bottom-left {
    bottom: 50px;
    left: 150px;
    color: rgba(0, 200, 30, 1);
}

.small-circle-num {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.small-circle-text {
    font-size: 15px;
    line-height: 15px;
    color: #646bfa;
}

@media (max-width: 767.98px) {
    .index-box1-box1 {
        position: relative;
        width: 100%;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .concentric-circle {
        position: absolute;
        border-radius: 50%;
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 五层同心圆 */
    .circle-1 {
        width: 12px;
        height: 12px;
    }

    .circle-2 {
        width: 65px;
        height: 65px;
    }

    .circle-3 {
        width: 147px;
        height: 147px;
    }

    .circle-4 {
        width: 230px;
        height: 230px;
    }

    .circle-5 {
        width: 312px;
        height: 312px;
    }

    /* 三个小圆 */
    .small-circle {
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 1.5rem;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    }

    .top-left {
        top: 50px;
        left: 0px;
        color: rgba(118, 53, 243, 1);
    }

    .right-middle {
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(249, 166, 28, 1);
    }

    .bottom-left {
        bottom: 50px;
        left: 50px;
        color: rgba(0, 200, 30, 1);
    }

    .small-circle-num {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 5px;
        font-family: "Poppins", sans-serif;
    }
}

.bg-index-2 {
    background-color: #1a2633c4;
}

.index-box2 {
    width: 100%;
    height: 379px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-box2-img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
}

.index-box2-img2 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.index-box2-img3 {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .index-box2-img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        overflow: hidden;
    }

    .index-box2 {
        height: 278px;
    }

    .index-box2-img3 {
        width: 286px;
        height: 286px;
        border-radius: 50%;
        overflow: hidden;
    }
}

.index-box2-img img,
.index-box2-img2 img,
.index-box2-img3 img {
    object-fit: cover;
}

.no-padding {
    padding: 0 !important;
}

.card-index1 {
    width: 100%;
    border: 8px solid #E8EBEE;
    border-radius: 20px;
    padding: 32px;
    background-color: #000;
}

.card-index1-index {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 19px;
    color: #FFFFFD;
}

.card-index1-index1 {
    color: #ffffff;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: "Poppins", sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    letter-spacing: 0px;
}

.card-index2 {
    width: 100%;
    padding: 24px;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1);
    border: 1px solid #d6dadd;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 0px #000;
}

.card-index2:hover {
    box-shadow: 0px 0px 10px 0px #0693e3;
    transform: translateX(0) translateY(0) rotate(0deg) scale(1.1) !important;
    transition: transform 0.23s ease-in-out !important;
}

.index-box3-title {
    font-style: normal;
    font-weight: 700;
    font-family: poppins;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.2;
}

.card-index3 {
    width: 100%;
    height: 100%;
    padding: 24px;
    padding-top: 200px;
    /* min-height: 630px; */
    border-radius: 30px;
    display: flex;
    align-items: flex-end;
}

.card-index3-card {
    width: 100%;
    padding: 32px;
    border-radius: 30px;
    background-color: #fff;
}

.card-index3-card-title {
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    font-family: poppins;
    color: #000;
    font-size: 1.25rem;
}

.card-index3-card-text {
    font-family: poppins;
    color: #000;
    font-size: clamp(14px, 1.6vw, 16px);
}

.bg-index-3 {
    background-image: url(../images/img/process-img5.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-index4 {
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-index4-index1 {
    align-items: start;
}

.card-index4-card {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(64, 255, 125, 0.5);
}

@media (max-width: 767.98px) {
    .card-index4-card {
        width: 320px;
        height: 320px;
    }
}

.card-index4-card img {
    object-fit: cover;
}

.card-index4-card:hover {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1.2) !important;
    transition: transform 0.23s ease-in-out !important;
}

.bg-index-4 {
    background: rgba(26, 39, 52, 1);
    position: relative;
}

.bg-index-5 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.bg-index-5 svg {
    width: calc(200% + 1.3px);
    height: 624px;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.index-box4 {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 55px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 81px;
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
    word-break: break-word;
    position: relative;
    z-index: 99;
}

.index-box4-index1 {
    color: rgba(255, 255, 255, 1);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 700;
    text-transform: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 33px;
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
    word-break: break-word;
    position: relative;
    z-index: 99;
}

.card-index5 {
    background-color: transparent;
    background: rgba(1, 21, 39, 1);
    border: 1px solid rgba(255, 255, 255, 0.30196078431373);
}

.card-index6 {
    background-color: transparent;
    background: rgba(76, 96, 252, 1);
    border: 1px solid rgba(76, 96, 252, 1);
}

.card-index5:hover {
    background: rgba(76, 96, 252, 1);
    border: 1px solid rgba(76, 96, 252, 1);
}

.card-index5:hover .icon-index {
    background-color: rgba(219, 226, 254, 1);
    border-color: rgba(235, 236, 255, 1);
}

.card-index6:hover {
    background: rgba(1, 21, 39, 1);
    border: 1px solid rgba(255, 255, 255, 0.30196078431373);
}

.card-index6:hover .icon-index1 {
    background-color: rgba(57, 71, 116, 1);
    border-color: rgba(45, 59, 93, 1);
}

.icon-index {
    background-color: rgba(57, 71, 116, 1);
    border-style: solid;
    border-width: 5px;
    border-color: rgba(45, 59, 93, 1);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-top: 14px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 13px;
    color: rgba(76, 96, 252, 1);
    font-size: 30px;
    margin-right: 10px;
}

.icon-index1 {
    background-color: rgba(219, 226, 254, 1);
    border-style: solid;
    border-width: 5px;
    border-color: rgba(235, 236, 255, 1);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 13px;
    color: rgba(76, 96, 252, 1);
    font-size: 30px;
    margin-right: 10px;
}

.card-index5-p {
    color: rgba(255, 255, 255, 0.70196078431373);
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.btn-index-4 {
    border-radius: 100px !important;
    background-color: #ff6900 !important;
    color: #080808 !important;
    font-size: clamp(14px, 1.6vw, 16px);
}

.footer-color {
    color: rgba(64, 80, 93, 1) !important;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.footer-box {
    background-color: rgba(239, 242, 247, 1);
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(215, 222, 230, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: rgba(64, 80, 93, 1) !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

@media (max-width: 991px) {
    .phone-footer {
        display: none;
    }
}


.animated-index {
    animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.animated-index1 {
    animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.animated-index2 {
    animation: slide-in-fwd-center 3.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}