body [aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.parallaxImg {
    overflow: hidden
}

.parallaxImg img {
    max-height: unset
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: unset !important
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

[animateText] {
    overflow: hidden
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 4.73958vw;
    height: 4.73958vw;
    z-index: 999;
    pointer-events: none
}

.cursor.on .drag {
    transform: scale(1);
    opacity: 1
}

.cursor .drag {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #35AD98;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: .3s ease
}

.cursor .drag p {
    color: #fff;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all 600ms;
    padding: 1.5625vw 5.72917vw;
    pointer-events: none;
    background: #fff
}

.header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 600ms
}

.header .box .logo {
    position: relative
}

.header .box .logo img {
    width: 10.41667vw;
    transition: all 600ms
}

.header .box .r {
    display: flex;
    align-items: center;
    gap: 2.1875vw
}

.header .box .r .links {
    display: flex;
    gap: 1.82292vw;
    transition: all 600ms
}

.header .box .r .links .item {
    position: relative
}

.header .box .r .links .item .a1 {
    color: #000;
    transition: all 600ms;
    position: relative;
    opacity: .5;
    text-transform: uppercase
}

.header .box .r .links .item .a1:hover,
.header .box .r .links .item .a1.on {
    opacity: 1
}

.header .box .r .links .item .sub {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: .52083vw;
    display: none;
    width: max-content;
    min-width: 11.51042vw
}

.header .box .r .links .item .sub .nr {
    padding: .41667vw;
    background: rgba(0, 0, 0, 0.3)
}

.header .box .r .links .item .sub .nr a {
    display: block;
    white-space: nowrap;
    transition: all 600ms;
    color: rgba(255, 255, 255, 0.6);
    padding: .52083vw .625vw
}

.header .box .r .links .item .sub .nr a:hover {
    background: #F1DB63;
    color: #000
}

.header .box .r .links .item:hover .sub {
    display: block
}

.header .box .r .login {
    display: none
}

.header .box .r .login img {
    width: 1.5625vw
}

.pheader {
    display: none;
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    left: 0;
    z-index: 100;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1)
}

.pheader .menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    transition: all 600ms
}

.pheader .menu .l {
    display: flex;
    align-items: center
}

.pheader .menu .l a {
    margin-left: 20px;
    display: flex;
    align-items: center
}

.pheader .menu .l a img {
    height: 20px;
    object-fit: contain
}

.pheader .menu .r {
    display: flex;
    align-items: center
}

.pheader .menu .r a {
    display: flex;
    align-items: center;
    gap: 6px;
    display: none
}

.pheader .menu .r a img {
    width: 25px
}

.pheader .menu .r .navbox {
    margin: 0 20px;
    transition: all 600ms
}

.pheader .menu .r .navbox .line {
    width: 30px;
    height: 1px;
    background-color: #000;
    margin: 8px 0;
    -webkit-transition: all .6s;
    transition: all .6s
}

.pheader .menu .activeBox {
    transform: translateX(10px)
}

.pheader .menu .activeBox .line:nth-child(1) {
    transform: rotate(45deg) translateY(12px)
}

.pheader .menu .activeBox .line:nth-child(2) {
    transform: translateX(30px);
    opacity: 0
}

.pheader .menu .activeBox .line:nth-child(3) {
    transform: rotate(-45deg) translateY(-12px)
}

.menuList {
    position: fixed;
    left: 0;
    top: 59px;
    width: 100%;
    z-index: 1001;
    background: #ececec;
    display: none;
    height: calc(100vh - 59px);
    overflow-y: scroll
}

.menuList .item {
    background: #ececec
}

.menuList .item .tb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1rem
}

.menuList .item .tb a {
    color: #000;
    display: block;
    text-transform: capitalize;
    width: calc(100% - 30px)
}

.menuList .item .tb img {
    width: 30px;
    transition: all 600ms
}

.menuList .item .tb .rotate {
    transform: rotate(90deg)
}

.menuList .item .sub_nav {
    display: none
}

.menuList .item .sub_nav .third_item {
    margin: 0 15px
}

.menuList .item .sub_nav .third_item .p1 {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    text-transform: capitalize
}

.menuList .item .sub_nav .third_item .p1 .icon {
    margin-right: 10px
}

.menuList .item .sub_nav .third_item .p1 .icon img {
    width: 25px;
    position: static;
    transform: translateY(0)
}

.menuList .item .sub_nav .third_item .p1 span {
    font-weight: 600;
    margin-right: 2px
}

.menuList .item .sub_nav .third_item .p1 img {
    width: 30px;
    transition: all 600ms;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.menuList .item .sub_nav .third_item .p1 .rotate {
    transform: translateY(-50%) rotate(90deg)
}

.menuList .item .sub_nav .third_item .list {
    margin: 0 15px;
    display: none
}

.menuList .item .sub_nav .third_item .list a {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0
}

.menuList .item .sub_nav .third_item .list a:not(:last-child) {
    margin-bottom: 10px
}

.activeList {
    transform: translateY(0)
}

.common_box {
    background: #1E1E1E;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.common_box .pic {
    width: 45.72917vw;
    overflow: hidden
}

.common_box .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 600ms
}

.common_box .pic:hover img {
    transform: scale(1.05)
}

.common_box .info {
    width: 54.27083vw;
    padding: 10.05208vw 0 6.40625vw 9.42708vw
}

.common_box .info .p1 {
    color: #fff;
    text-transform: capitalize
}

.common_box .info .des {
    margin: 1.25vw 0 4.58333vw 0;
    color: #B9B9B9;
    line-height: 1.5;
    max-width: 26.04167vw
}

.common_box .info a {
    background: #F1DB63;
    padding: 1.04167vw 3.64583vw;
    display: flex;
    justify-content: center;
    width: fit-content;
    gap: 1.04167vw;
    text-transform: capitalize;
    transition: all 600ms
}

.common_box .info a:hover {
    background: #fff
}

.footer {
    background: #1E1E1E;
    padding: 5.36458vw 18.22917vw 2.91667vw 10.41667vw;
    position: relative;
    overflow: hidden
}

.footer .fbg {
    position: absolute;
    right: -1.04167vw;
    bottom: 0
}

.footer .fbg img {
    width: 24.47917vw
}

.footer .logo img {
    width: 11.25vw
}

.footer .dom1 {
    margin: 2.5vw 0 3.02083vw 0;
    display: flex;
    justify-content: space-between
}

.footer .dom1 .lbox .p1 {
    color: #FFF;
    font-weight: 500;
    text-transform: capitalize
}

.footer .dom1 .lbox .des {
    margin: 1.04167vw 0 1.30208vw 0
}

.footer .dom1 .lbox .des p {
    color: #B9B9B9
}

.footer .dom1 .lbox .des p:not(:last-child) {
    margin-bottom: .9375vw
}

.footer .dom1 .lbox .icons {
    display: flex;
    gap: 1.5625vw
}

.footer .dom1 .lbox .icons a img {
    width: 2.08333vw
}

.footer .dom1 .rbox {
    display: flex
}

.footer .dom1 .rbox a {
    transition: all 600ms
}

.footer .dom1 .rbox a:hover {
    color: #fff !important
}

.footer .dom1 .rbox .item1 {
    width: 12.55208vw
}

.footer .dom1 .rbox .item1 .a1 {
    color: #FFF;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 1.04167vw;
    display: block
}

.footer .dom1 .rbox .item1 .sub a {
    color: #B9B9B9;
    font-weight: 500;
    text-transform: capitalize;
    display: block
}

.footer .dom1 .rbox .item1 .sub a:not(:last-child) {
    margin-bottom: .9375vw
}

.footer .dom1 .rbox .item2 {
    margin: 0 8.69792vw 0 3.125vw
}

.footer .dom1 .rbox .item2 .a1 {
    color: #FFF;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 1.04167vw;
    display: block
}

.footer .dom1 .rbox .item2 .sub a {
    color: #B9B9B9;
    font-weight: 500;
    text-transform: capitalize;
    display: block
}
.footer .dom1 .rbox .item2  .flex{
    max-width: 8.33vw;
}
.footer .dom1 .rbox .item2  .flex a{
    display: inline-block !important;
    margin-bottom: 0 !important;
}
.footer .dom1 .rbox .item2 .flex span{
  color: #B9B9B9;
}

.footer .dom1 .rbox .item2 .sub a:not(:last-child) {
    margin-bottom: .67708vw
}

.footer .dom1 .rbox .item2 .sub2 {
    margin-top: 1.97917vw
}

.footer .dom1 .rbox .item2 .sub2 a {
    color: #B9B9B9;
    font-weight: 500;
    text-transform: capitalize;
    display: block
}

.footer .dom1 .rbox .item2 .sub2 a:not(:last-child) {
    margin-bottom: .46875vw
}

.footer .dom1 .rbox .item3 .a1 {
    color: #FFF;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 1.04167vw;
    display: block
}

.footer .dom1 .rbox .item3 .sub a {
    color: #B9B9B9;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    line-height: 1.92
}

.footer .dom1 .rbox .item3 .sub a:not(:last-child) {
    margin-bottom: .9375vw
}

.footer .dom1 .rbox .item3 .make {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 1.66667vw
}

.footer .dom1 .rbox .item3 .make .icon {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 50%;
    background: #F1DB63;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252726;
    font-weight: 500;
    margin-right: .52083vw
}

.footer .copyright {
    color: #B9B9B9
}

.c_btn {
    width: 15.15625vw;
    height: 1.66667vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all 600ms
}

.c_btn:hover {
    background: #000;
    color: white
}

.dialog_login {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.dialog_login.show {
    display: flex
}

.dialog_login .content {
    display: flex;
    justify-content: center;
    background: #252726;
    position: relative
}

.dialog_login .content .close {
    position: absolute;
    right: 1.04167vw;
    top: 1.04167vw;
    cursor: pointer
}

.dialog_login .content .close img {
    width: 1.5625vw
}

.dialog_login .content .l img {
    width: 30.20833vw;
    height: 31.71875vw;
    display: block;
    object-fit: cover
}

.dialog_login .content .r {
    padding: 4.6875vw 3.125vw
}

.dialog_login .content .r .pt {
    color: #FFF;
    line-height: 1.5;
    text-transform: capitalize;
    font-family: "" times ""
}

.dialog_login .content .r .form {
    margin: 2.08333vw 0 0 0
}

.dialog_login .content .r .form input {
    width: 22.91667vw;
    border: none;
    outline: none;
    background: white;
    height: 3.125vw;
    padding: .72917vw 1.5625vw;
    font-size: 1.25vw;
    color: #252726;
    display: block;
    margin-bottom: 1.5625vw
}

.dialog_login .content .r .form input::placeholder {
    color: #777
}

.dialog_login .content .r .tip {
    display: flex;
    align-items: center;
    gap: .52083vw
}

.dialog_login .content .r .tip img {
    width: 1.5625vw
}

.dialog_login .content .r .tip p {
    color: #FFF;
    text-transform: capitalize
}

.dialog_login .content .r .btns {
    display: flex;
    gap: 1.5625vw;
    margin-top: 3.125vw
}

.dialog_login .content .r .btns .submit {
    padding: .83333vw 3.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252726;
    gap: 1.04167vw;
    background: #F1DB63;
    transition: all 600ms;
    text-transform: capitalize;
    width: fit-content;
    cursor: pointer
}

.dialog_login .content .r .btns .submit p {
    white-space: nowrap;
    font-family: "" times ""
}

.dialog_login .content .r .btns .submit svg {
    width: 1.25vw
}

.dialog_login .content .r .btns .submit svg path {
    transition: all 600ms
}

.dialog_reg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.dialog_reg.show {
    display: flex
}

.dialog_reg .content {
    display: flex;
    justify-content: center;
    background: #252726;
    position: relative
}

.dialog_reg .content .close {
    position: absolute;
    right: 1.04167vw;
    top: 1.04167vw;
    cursor: pointer
}

.dialog_reg .content .close img {
    width: 1.5625vw
}

.dialog_reg .content .l img {
    width: 30.20833vw;
    height: 31.71875vw;
    display: block;
    object-fit: cover
}

.dialog_reg .content .r {
    padding: 1.45833vw 3.125vw
}

.dialog_reg .content .r .pt {
    color: #FFF;
    line-height: 1.5;
    text-transform: capitalize;
    font-family: "" times ""
}

.dialog_reg .content .r .st {
    color: #FFF;
    text-transform: capitalize;
    margin: .26042vw 0 .15625vw 0;
    line-height: 1.5
}

.dialog_reg .content .r .form .flex {
    display: flex;
    justify-content: space-between
}

.dialog_reg .content .r .form .flex input {
    width: 15.20833vw
}

.dialog_reg .content .r .form .flex .getCode {
    width: 7.08333vw;
    height: 3.125vw;
    background: #F1DB63;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    text-transform: capitalize;
    cursor: pointer
}

.dialog_reg .content .r .form .flex .getCode.disabled {
    pointer-events: none;
    background: #ccc
}

.dialog_reg .content .r .form input {
    width: 22.91667vw;
    border: none;
    outline: none;
    background: white;
    height: 3.125vw;
    padding: .72917vw 1.30208vw;
    font-size: 1.25vw;
    color: #252726;
    display: block;
    margin-bottom: 1.5625vw
}

.dialog_reg .content .r .form input::placeholder {
    color: #777
}

.dialog_reg .content .r .form input:last-child {
    margin-bottom: .52083vw
}

.dialog_reg .content .r .tip {
    display: flex;
    align-items: center;
    gap: .52083vw
}

.dialog_reg .content .r .tip img {
    width: 1.5625vw
}

.dialog_reg .content .r .tip p {
    color: #FFF;
    text-transform: capitalize
}

.dialog_reg .content .r .submit {
    padding: .83333vw 3.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252726;
    gap: 1.04167vw;
    background: #F1DB63;
    transition: all 600ms;
    text-transform: capitalize;
    width: fit-content;
    cursor: pointer;
    margin-top: .78125vw
}

.dialog_reg .content .r .submit p {
    white-space: nowrap;
    font-family: "" times ""
}

.dialog_reg .content .r .submit svg {
    width: 1.25vw
}

.dialog_reg .content .r .submit svg path {
    transition: all 600ms
}

.cookies {
    position: fixed;
    left: 0;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #35AD98;
    bottom: 0;
    z-index: 10;
    padding: 1.35417vw;
    display: flex;
    justify-content: center;
    display: none;
    color: #111;
    align-items: center;
    color: white;
    gap: .52083vw
}

.cookies .l .des {
    line-height: 1.5
}

.cookies .l .des a {
    color: #0FE
}

.cookies .r {
    display: flex;
    align-items: center;
    gap: .52083vw
}

.cookies .r a {
    width: 6.04167vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: all 600ms
}

.cookies .r a:hover,
.cookies .r a.on {
    background: #48DBC2;
    border-color: #48DBC2;
    color: #fff
}

.cookies.hide {
    display: none
}

.goTop {
    position: fixed;
    right: 4.16667vw;
    bottom: 5.20833vw;
    width: 4.16667vw;
    height: 4.16667vw;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
    background: #2871FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.goTop .icon {
    height: .78125vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.goTop p {
    margin-top: .26042vw;
    color: white;
    font-weight: 500;
    text-transform: uppercase
}

.goTop.on {
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width: 768px) {
    .c_btn {
        width: 100%;
        height: auto;
        padding: 10px 0
    }
    /*.footer .dom1 .rbox .item2 .flex span {*/
    /*    display: none;*/
    /*}*/
    .common_box {
        flex-direction: column
    }

    .common_box .pic {
        width: 100%
    }

    .common_box .info {
        width: 100%;
        padding: 30px 5%
    }

    .common_box .info .des {
        font-size: 17px;
        margin: 12px 0 20px 0;
        max-width: inherit
    }

    .common_box .info a {
        padding: 10px 35px;
        gap: 10px
    }

    .cursor {
        display: none
    }

    .header {
        display: none
    }

    .pheader {
        display: flex
    }

    .r_fixed {
        padding: 10px
    }

    .r_fixed .icon {
        margin-bottom: 10px
    }

    .r_fixed .icon img {
        width: 20px
    }

    .dialog_login .content {
        flex-direction: column;
        width: 90%
    }

    .dialog_login .content .close {
        z-index: 10
    }

    .dialog_login .content .close img {
        width: 24px;
        filter: invert(100%)
    }

    .dialog_login .content .l img {
        width: 100%;
        height: 150px
    }

    .dialog_login .content .r {
        padding: 15px
    }

    .dialog_login .content .r .form {
        margin: 20px 0 0 0
    }

    .dialog_login .content .r .form input {
        height: 45px;
        padding: 7px 15px;
        width: 100%;
        font-size: 18px;
        margin-bottom: 15px
    }

    .dialog_login .content .r .tip {
        gap: 10px
    }

    .dialog_login .content .r .tip img {
        width: 30px
    }

    .dialog_login .content .r .btns {
        margin-top: 30px;
        gap: 15px
    }

    .dialog_login .content .r .btns .submit {
        padding: 12px 30px;
        gap: 10px
    }

    .dialog_login .content .r .btns .submit svg {
        width: 20px
    }

    .dialog_reg .content {
        flex-direction: column;
        width: 90%
    }

    .dialog_reg .content .close {
        z-index: 10
    }

    .dialog_reg .content .close img {
        width: 24px;
        filter: invert(100%)
    }

    .dialog_reg .content .l img {
        width: 100%;
        height: 150px
    }

    .dialog_reg .content .r {
        padding: 15px
    }

    .dialog_reg .content .r .st {
        margin: 5px 0
    }

    .dialog_reg .content .r .form .flex {
        gap: 10px
    }

    .dialog_reg .content .r .form .flex input {
        width: 100%
    }

    .dialog_reg .content .r .form .flex .getCode {
        width: 180px;
        height: 45px;
        font-size: 15px
    }

    .dialog_reg .content .r .form input {
        height: 45px;
        padding: 7px 15px;
        width: 100%;
        font-size: 18px;
        margin-bottom: 15px
    }

    .dialog_reg .content .r .form input:last-child {
        margin-bottom: 10px
    }

    .dialog_reg .content .r .tip {
        gap: 10px
    }

    .dialog_reg .content .r .tip img {
        width: 30px
    }

    .dialog_reg .content .r .tip p {
        font-size: 14px
    }

    .dialog_reg .content .r .submit {
        padding: 12px 30px;
        gap: 10px;
        margin-top: 10px
    }

    .dialog_reg .content .r .submit svg {
        width: 20px
    }

    .footer {
        padding: 30px 5% 20px 5%
    }

    .footer .logo img {
        width: 100px
    }

    .footer .dom1 {
        margin: 20px  0;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start
    }

    .footer .dom1 .lbox .des {
        margin: 10px 0
    }

    .footer .dom1 .lbox .des p:not(:last-child) {
        margin-bottom: 10px
    }

    .footer .dom1 .lbox .icons {
        gap: 15px
    }

    .footer .dom1 .lbox .icons a img {
        width: 20px
    }

    .footer .dom1 .rbox {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .footer .dom1 .rbox .item1,
    .footer .dom1 .rbox .item2 {
        width: auto;
        margin: 0;
        /* display: none */
    }

    /* .footer .dom1 .rbox .item3 .a1 {
        display: none
    } */

     .footer .dom1 .rbox .item3{
        width: 100%;
     }
    .footer .dom1 .rbox .item3 .sub {
        display: flex;
        justify-content: space-between;
    }

    .footer .dom1 .rbox .item3 .make {
        margin-top: 0
    }

    .footer .dom1 .rbox .item3 .make .icon {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }
    .footer .dom1 .rbox .item2  .flex{
    max-width: 60%;
}

    .cookies {
        padding: 12px;
        flex-direction: column
    }

    .cookies .l {
        width: 100%
    }

    .cookies .l .des {
        margin-top: 5px
    }

    .cookies .r {
        width: 100%;
        margin-top: 10px;
        justify-content: space-between
    }

    .cookies .r a {
        width: 48%;
        height: 35px
    }
}
