.base-header {
    padding-top: 0;
}

.base-header .header-wrapper {
    background: none;
    color: var(--color-white);
}

.base-header .logo-imf img.is-normal {
    display: none;
}

.base-header .logo-imf img.is-white {
    display: block;
}

main .color {
    background: linear-gradient(101.73deg, #5CFFF5 4.91%, #685BFF 43.31%, #B124F3 95.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

main h2 {
    font-size: 44px;
    text-align: center;
}

main h2 + .desc {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 60px;
}

main img {
    height: auto;
}

main .base-download-button {
    display: flex;
}

main section {
    padding-bottom: 120px;
}

main img, main video {
    height: auto;
}

main .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

main .no-scrollbar::-webkit-scrollbar {
    display: none;
}

main .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    z-index: 3; 
    color: var(--color-white);
    opacity: .6;
}


main .arrow-btn:hover {
    opacity: 1;
}

main .arrow-btn.is-left {
    right: unset;
    left: 20px;
}

main .arrow-btn.is-left svg {
    transform: rotate(90deg);
}

main .arrow-btn.is-right svg {
    transform: rotate(-90deg);
}


main .base-maxwidth {
    max-width: 1440px;
}

main .base-download-button .download {
    height: 50px;
    padding: 10px 36px;
    --position: 16px;
    --size: 24px 24px;
}

@media (min-width: 1025px) {
    main .base-download-button .download {
        background-position: var(--position, 10px);
        background-size: var(--size, 20px 20px);
    }

    main .base-download-button .download:hover {
        background-position: calc(100% - var(--position));
    }
}

main .feature-btn {
    min-width: 346px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(103deg, #5CFFF5 2.47%, #685BFF 39.92%, #B124F3 90.82%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white);
    transition: all .2s;
    margin: 0 auto;
    padding: 12px 24px;
    position: relative;
    z-index: 0;
}

main .feature-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
    background: linear-gradient(102.67deg, #5CFFF5 12.47%, #685BFF 76.92%, #B124F3 90.82%);
    border-radius: inherit;
}

main .feature-btn:hover::before {
    opacity: 1;
}

main .bottom-btn {
    margin-top: 60px;
}

.top-banner {
    background: linear-gradient(180deg, #E8E7FF 0%, #F9EDFF 38.33%, #FFFFFF 100%);
    color: var(--color-white);
    padding: 0;
}

.top-banner .base-maxwidth {
    max-width: 100%;
    position: relative;
    display: flex;
    padding: 0;
}

.top-banner .base-maxwidth > .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 100px 14px 0;
}

.top-banner h1 {
    font-size: 56px;
    text-align: center;
    text-shadow: 0 3.989px 3.989px rgba(0, 0, 0, 0.25);
}

.top-banner h1 span {
    text-shadow: none;
}

.top-banner .desc {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 12px auto 64px;
    text-shadow: 0 3.989px 3.989px rgba(0, 0, 0, 0.25);
    max-width: 1080px;
}

.top-banner .base-maxwidth > .content::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 26%;
    max-height: 180px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.top-banner .banner-video,
.top-banner .banner-image {
    width: 100%;
    height: 110vh;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 1100px;
}

.top-banner .banner-video {
    display: none;
}

.top-banner .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.most-effects {
    padding: 220px 0 100px;
    background: url(https://images.chatartpro.com/chatartweben/asset/overview/ai-girl/effects-bg.svg) no-repeat 50% 100%/100%;
}

.most-effects .base-maxwidth {
    max-width: 100%;
    padding: 0;
    position: relative;
}

.most-effects .base-maxwidth::before,
.most-effects .base-maxwidth::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 10%;
    max-width: 100px;
    height: 100%;
    background: linear-gradient(90deg,#FFFFFF 0%,rgba(255,255,255,0) 100%);
    z-index: 2;
    pointer-events: none
}

.most-effects .base-maxwidth::after {
    left: unset;
    right: -1px;
    background: linear-gradient(270deg,#FFFFFF 0%,rgba(255,255,255,0) 100%)
}

.most-effects .effects-swiper {
    padding-bottom: 140px;
}

.most-effects .effects-swiper .swiper-slide {
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
}

.most-effects .effects-swiper .swiper-slide-active {
    transform: translateY(0);
}

.most-effects .effects-swiper .swiper-slide-next,
.most-effects .effects-swiper .swiper-slide-prev {
    transform: translateY(60px);
}

.most-effects .effects-swiper .swiper-slide-next + .swiper-slide,
.most-effects .effects-swiper .swiper-slide-prev + .swiper-slide {
    transform: translateY(120px);
}

.most-effects .effects-item {
    break-inside: avoid;
    max-width: 454px;
    aspect-ratio: 454 / 605;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 14px;
}

.most-effects .effects-item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
    border: 6px solid transparent;
}

.most-effects .swiper-slide-active video {
    border-color: #685BFF;
}
 
.most-effects .effects-item .effects-btn {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    width: 170px;
    height: 40px;
    font-size: 14px;
    color: var(--color-white);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(235,236,238,.2);
    border-radius: 8px;
    transition: all .2s;
    opacity: 0;
    z-index: -1;
}

.most-effects .effects-item .effects-btn svg {
    min-width: 20px;
    margin-right: 6px;
}

.most-effects .effects-item:hover .effects-btn {
    opacity: 1;
    z-index: 1;
}

.most-effects .bottom-btn {
    margin-top: 0;
}

.most-feature {
    padding: 180px 220px 260px;
    background-color: #000;
    color: var(--color-white);
    position: relative;
}

.most-feature .base-maxwidth {
    position: relative;
    max-width: 1432px;
    z-index: 1;
    padding: 0;
}

.most-feature::before,
.most-feature::after {
    content: "";
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 587px;
    height: 587px;
    border-radius: 50%;
    opacity: 0.4;
    background: #685BFF;
    filter: blur(200px);
    pointer-events: none;
    z-index: 0;
}

.most-feature::after {
    bottom: unset;
    top: 0;
    left: unset;
    right: 0;
}

.most-feature .video-content {
    width: 100%;
    aspect-ratio: 179 / 99;
}

.most-feature .text {
    position: absolute;
    top: 10px;
    left: -6%;
    z-index: 1;
}

.most-feature .text >div:not(.active) {
    display: none;
}

.most-feature .text h2 {
    font-size: 60px;
    text-align: left;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.50);
}

.most-feature .text h2.active {
    opacity: 1;
    transform: translateX(0);
}

.most-feature .text h2 span {
    color: #8BFBFF;
    text-decoration: underline;
    margin-left: 8px;
}

.most-feature .text p {
    font-size: 24px;
    font-weight: 500;
    max-width: 1200px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
    margin-top: 10px;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.50);
}

.most-feature .text p.active {
    opacity: 1;
    transform: translateX(0);
}

.most-feature .video-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.most-feature .feature-video {
    width: 100%;
    max-width: 1432px;
    border-radius: 38px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateY(50px);
}

.most-feature .feature-video.active {
    opacity: 1;
    transform: translateY(0);
}

.most-feature .nav-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%) ;
    left: -12px;
    z-index: 2;
    gap: 12px;
}

.most-feature .nav-item {
    transition: all .2s;
    cursor: pointer;
    border-radius: 10px;
    border: 4px solid transparent;
    max-width: 180px;
    position: relative;
}

.most-feature .nav-item img {
    width: 100%;
    border-radius: 6px;
}

.most-feature .nav-item:hover::before {
    transform: scale(1);
}


.most-feature .nav-item.active {
    border-color: #fff;
}

.most-feature .nav-item.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;;
    border-radius: 100%;
    background-color: #fff;
    transition: all .2s;
    margin-right: 8px;
}

@keyframes toLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%);}
}

.most-models {
    padding: 20px 0 120px;
    background-color: #000;
    color: var(--color-white);
    overflow: hidden;
}

.most-models .base-maxwidth {
    max-width: 100%;
    padding: 0;
}

.most-models h2 {
    padding: 0 14px;
}

.most-models .desc {
    padding: 0 14px;
}

.most-models .model-box {
    display: flex;
    animation: toLeft 30s linear infinite;
    will-change: transform;
    width: fit-content;
}

.most-models .model-item {
    margin: 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 160px;
    flex-shrink: 0;
}

.most-models .model-item picture {
    background: rgb(51 51 51 / 50%);
    border-radius: 24px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.most-models .model-item img {
    width: 64px;
}

.most-models .model-item p {
    font-weight: 600;
    margin-top: 14px;
    font-size: 18px;
}

.most-tools {
    padding: 140px 0 80px;
}

.most-tools .content {
    position: relative;
}

.most-tools .tools-swiper,
.most-tools .arrow-box {
    display: none;
}

.most-tools .tools-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 

.most-tools .tools-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 8px);
    max-width: 330px;
    margin-bottom: 60px;
}

.most-tools .tools-img {
    overflow: hidden;
    border-radius: 12px;
}

.most-tools .tools-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s;
}

.most-tools .tools-img:hover img {
    transform: scale(1.08);
}

.most-tools .tools-name {
    margin-top: 18px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.most-tools .swiper-slide {
    transform: scale(0.9);
    display: flex;
    justify-content: center;
}

.youtube-videos {
    padding-bottom: 160px;
}

.youtube-videos .base-maxwidth {
    padding: 0;
}

.youtube-videos h2 {
    padding: 0 14px;
}

.youtube-videos .content {
    position: relative;
}

.youtube-videos .video-box {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.youtube-videos .video-item {
    max-width: 438px;
    width: 100%;
    text-align: center;
    margin: 0 12px;
    background: #F0F7FF;
    border-radius: 20px;
    cursor: pointer;
}

.youtube-videos .video-item:hover {
    color: var(--color-primary);
}

.youtube-videos .video-item .video-img {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.youtube-videos .video-item img {
    width: 100%;
    border-radius: inherit;
    transition: all .2s;
    -o-object-fit: cover;
    object-fit: cover;
}

.youtube-videos .video-item img:hover {
    transform: scale(1.09);
}

.youtube-videos .video-item .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    background: rgba(51,51,51,.8) url(https://images.chatartpro.com/chatartweben/assets/index/play-icon.svg) no-repeat 58% center;
    background-size: 21px 24px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255,255,255,.2)
}

.youtube-videos .video-item h3 {
    font-size: 18px;
    padding: 20px 14px;
    margin: 0;
    transition: all .2s;
}

.youtube-videos .video-swiper {
    margin-top: 60px;
}

.youtube-videos .swiper-slide,
.most-tools .swiper-slide {
    transform: scale(0.9);
    display: flex;
    justify-content: center;
}

.youtube-videos .swiper-slide-active,
.youtube-videos .swiper-slide-duplicate-active,
.most-tools .swiper-slide-active,
.most-tools .swiper-slide-duplicate-active {
    transform: scale(1);
}

.youtube-videos .arrow-box .arrow-btn,
.most-tools .arrow-box .arrow-btn {
    display: flex !important;
}

.youtube-videos .arrow-box .arrow-btn,
.most-tools .arrow-box .arrow-btn {
    top: 40%;
}

.twitter-videos .base-maxwidth {
    max-width: 1740px;
    padding: 0 14px;
}

.twitter-videos h2 {
    margin-bottom: 60px;
}

.twitter-videos .video-box {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.twitter-videos .video-item {
    max-width: 550px;
    margin-bottom: 30px;
}

.twitter-videos .twitter-tweet {
    width: 100% !important;
    margin: 0 !important;
}

.faq-container {
    padding: 0 14px 160px;
}

.faq-container .base-maxwidth {
    border-radius: 24px;
    background: #F3FAFF;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    max-width: 1350px;
}

.faq-container .left {
    padding: 0 20px 0 40px;
}

.faq-container .left h2 {
    margin: 0;
    text-align: left;
    font-size: 48px;
}

.faq-container .left .desc {
    color: #2F353F;
    margin: 8px 0 20px;
    max-width: 340px;
    text-align: left;
}

.faq-container .download-box {
    display: flex;
}

.faq-container .download-box .download {
    background: var(--color-block-darker);
    color: var(--color-white-lighter);
}

.faq-container .download-box .download:hover {
    background: var(--color-block-darker);
    border-color: var(--color-block-darker);
}

.faq-container .right {
    max-width: 744px;
    width: 65%;
}

.faq-container .faq-item {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-container .faq-item .faq-title {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-container .faq-item .faq-title svg {
    margin: 5px 0 0 10px;
    transition: all .3s;
    min-width: 24px;
    min-height: 24px;
}

.faq-container .faq-item .faq-content {
    margin-top: 8px;
    display: none;
    padding-right: 30px;
}

.faq-container .faq-item .faq-content a {
    color: var(--color-primary);
}

.faq-container .faq-item.active .faq-title svg {
    transform: rotate(-45deg);
}

.facing-social {
    padding: 0;
}

.facing-social .base-maxwidth {
    position: relative;
    max-width: 100%;
}

.facing-social .overlay-wrapper,
.facing-social .masking {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
}

.facing-social .overlay-wrapper {
    background: var(--color-primary);
    overflow: hidden;
}

.facing-social .masking {
    z-index: 1;
    background: rgba(20, 18, 38, 0.6);
}

.facing-social .img-box {
    display: flex;
    justify-content: center;
    transform: translateY(-335px) rotate(-18deg) scale(1.09);
}

.facing-social .img-box picture{
    max-width: 425px;
    margin-right: 80px;
    width: 40%;
    flex-shrink: 0;
    transition: all .5s;
}

.facing-social .content {
    position: relative;
    z-index: 2;
    padding: 262px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.facing-social h2 {
    color: var(--color-white-lighter);
    font-size: 84px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
}

.facing-social h2 span {
    opacity: .6;
}

.facing-social .base-download-button .download {
    background-color: var(--color-white-lighter);
    border-radius: 52px;
    font-size: 24px;
    font-weight: 700;
    height: 65px;
    color: var(--color-primary);
}

.youtube-video-dialog {
    display: none;
}

.youtube-video-dialog .mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: rgba(0,0,0,.4);
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

.youtube-video-dialog .dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 14px;
    z-index: 100;
    display: flex;
}

.youtube-video-dialog .content {
    position: relative;
    background: var(--color-white-lighter);
    max-width: 1138px;
    width: 90%;
    border-radius: 24px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.youtube-video-dialog .close-icon {
    cursor: pointer;
    margin: 16px;
    opacity: .4;
    transition: opacity .2s;
}

.youtube-video-dialog .close-icon:hover {
    opacity: 1;
}

.youtube-video-dialog .video-wrap {
    padding: 16px;
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    width: 100%;
}

.youtube-video-dialog .video-wrap iframe {
    height: 618px;
    width: 100%;
}

.youtube-video-dialog .close-btn {
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    height: 46px;
    width: 180px;
    color: var(--color-primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 16px;
    transition: all .2s;
    cursor: pointer;
}

.youtube-video-dialog .close-btn:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

@media(min-width: 1025px) {
    .facing-social .base-download-button .download {
        padding: 4px 40px;
        background-position: 5%;
        background-size: 30px 30px;
        background-image: url(https://images.chatartpro.com/chatartweben/assets/common/white-arrow.svg);
    }

    .facing-social .base-download-button .download:hover {
        background-position: 95%;
    }
}

@media(max-width: 1520px) {
    .top-banner h1 {
        max-width: 1080px;
    }

    .most-effects {
        padding: 160px 0 60px;
    }

    .most-feature {
        padding: 180px 120px 180px 220px;
    }
}

@media(max-width: 1100px) {
    main h2 {
        font-size: 36px;
    }
    main h2 + .desc {
        font-size: 20px;
        margin-bottom: 40px;
    }
    
    .top-banner .base-maxwidth > .content {
        padding-top: 80px;
    }

    .top-banner h1 {
        font-size: 42px;
    }

    .top-banner .desc {
        font-size: 20px;
    }

    .top-banner .base-maxwidth > .content::before {
        max-height: 100px;
        height: 20%;
    }

    .top-banner .banner-video,
    .top-banner .banner-image {
        height: 960px;
    }

    .most-effects {
        padding-top: 120px;
    }

    .most-feature {
        padding: 120px 60px 160px 160px;
    }

    .most-feature::before, .most-feature::after {
        width: 520px;
        height: 520px;
    }

    .most-feature .text h2 {
        font-size: 42px;
    }

    .most-feature .text p {
        font-size: 18px;
    }

    .most-feature .nav-item {
        max-width: 120px;
    }

    .most-feature .feature-video {
        border-radius: 24px;
    }

    .most-models .model-item picture {
        width: 100px;
        height: 100px;
    }

    .most-models .model-item img {
        width: 60px;
    }

     .most-models .model-item p {
        font-size: 16px;
        margin-top: 8px;
    }


    .most-tools {
        padding: 120px 0 60px;
    }

    .most-tools .tools-item {
        margin-bottom: 24px;
    }

    .youtube-videos {
        padding-bottom: 120px;
    }

    .youtube-videos .video-swiper {
        margin-top: 40px;
    }

    .youtube-videos .video-item  {
        margin: 0 2px;
    }

    .youtube-videos .base-download-button {
        margin-top: 40px;
    }

    .faq-container {
        padding-bottom: 120px;
    }

    .faq-container .left {
        padding-left: 0;
    }

    .faq-container .left h2 {
        font-size: 42px;
    }

    .faq-container .left .desc {
        max-width: 229px;
    }

    .facing-social h2 {
        font-size: 72px;
    }

    .facing-social .content {
        padding: 188px 0;
    }

    .facing-social .base-download-button .download {
        height: 48px;
        padding: 4px 20px;
    }
}

@media(max-width: 992px) {
    main section {
        padding-bottom: 60px;
    }

    main h2 {
        font-size: 28px;
    }
    
    main h2 + .desc {
        font-size: 14px;
        margin-bottom: 30px;
    }

    main .feature-btn {
        min-width: 227px;
        height: 48px;
    }

    main .bottom-btn {
        margin-top: 40px;
    }

    main .arrow-btn {
        width: 40px;
        height: 40px;
        right: 10px;
        background-color: #000;
    }

    main .arrow-btn svg {
        width: 24px;
        height: 24px;
    }

    main .arrow-btn.is-left {
        right: unset;
        left: 10px;
    }

    main .base-download-button .download {
        border-radius: 63px;
        font-size: 16px;
        height: 38px;
        padding: 4px 16px;
    }

    .top-banner .base-maxwidth > .content {
        padding-top: 64px;
    }

    .top-banner h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .top-banner .desc {
        font-size: 14px;
        margin: 12px auto 24px;
        max-width: 560px;
    }

    .top-banner .banner-video,
    .top-banner .banner-image {
        height: 760px;
    }

    .most-effects {
        padding-top: 80px;
    }

    .most-effects .effects-item {
        padding: 0;
    }

    .most-effects .effects-item video {
        border-radius: 14px;
        border-width: 4px;
    }

    .most-feature {
        padding: 50px 14px 60px;
    }

    .most-feature::before,
    .most-feature::after {
        width: 200px;
        height: 200px;
        filter: blur(60px);
    }

    .most-feature .text {
        position: static;
    }

    .most-feature .text h2 {
        font-size: 24px;
    }

    .most-feature .text p {
        font-size: 14px;
        margin: 13px 0;
    }

    .most-feature .nav-box {
        position: relative;
        margin-top: 18px;
        top: unset;
        left: unset;
        transform: none;
        margin-top: 36px;
        flex-direction: row;
        justify-content: center;
    }

    .most-feature .nav-item {
        width: 50%;
        max-width: 160px;
        border-width: 3px;
    }

    .most-feature .nav-item.active::before {
        top: unset;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
    }


    .most-models {
        padding-bottom: 60px;
    }

    .most-models .model-item {
        width: 126px;
    }

    .most-models .model-item picture {
        width: 84px;
        height: 84px;
        border-radius: 16px;
    }

    .most-models .model-item img {
        width: 46px;
    }

    .most-models .model-item p {
        font-size: 14px;
    }

    .most-tools {
        padding: 60px 0 40px;
    }

    .most-tools .tools-swiper,
    .most-tools .arrow-box {
        display: block;
    }

    .most-tools .tools-box {
        display: none;
    }

    .most-tools h2,
    .most-tools .desc {
        padding: 0 14px;
    }

    .most-tools .base-maxwidth {
        padding: 0;
    }

    .most-tools .tools-item {
        width: 100%;
        margin: 0;
    }

    .most-tools .tools-name {
        margin-top: 12px;
        font-size: 20px;
    }

    .youtube-videos {
        padding-bottom: 60px;
    }

    .youtube-videos .video-swiper {
        margin-top: 30px;
    }

    .youtube-videos .video-item {
        margin: 0;
    }

    .youtube-videos .video-item h3 {
        font-size: 16px;
        padding: 14px 12px;
        font-weight: 500;
    }

    .youtube-videos .video-item .video-img {
        border-radius: 12px;
    }

    .youtube-videos .video-item .play-btn {
        width: 40px;
        height: 40px;
        background-size: 14px 17px;
    }

    .youtube-videos .bottom-btn {
        margin-top: 30px;
    }

    .twitter-videos h2 {
        margin-bottom: 30px;
    }

    .twitter-videos .video-box {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .twitter-videos .video-item {
        margin-bottom: 16px;
    }

    .faq-container {
        padding: 0 0 60px;
    }

    .faq-container .base-maxwidth {
        padding: 32px 14px;
    }

    .faq-container .left h2 {
        font-size: 36px;
    }

    .faq-container .left .desc {
        font-size: 14px;
        margin-top: 4px;
    }

    .faq-container .download-box .download {
        height: 40px;
        font-size: 14px;
        padding: 4px 16px;
    }

    .faq-container .faq-item .faq-title {
        font-size: 16px;
        font-weight: 600;
    }

    .faq-container .faq-item .faq-title svg {
        margin-top: 0;
    }

    .faq-container .faq-item .faq-content p {
        font-size: 14px;
    }

    .faq-container .faq-item {
        padding: 12px 0;
    }

    .facing-social h2 {
        max-width: 100%;
        font-size: 48px;
    }

    .facing-social .img-box {
        transform: translateY(-15%) rotate(-10deg);
    }

    .facing-social .img-box picture {
        margin-right: 15px;
        width: 50%;
        max-width: 240px;
    }

    .facing-social .base-download-button .download {
        border-radius: 63px;
        font-size: 16px;
        height: 38px;
        padding: 4px 16px;
    }

    .youtube-video-dialog .video-wrap iframe {
        height: 50vh
    }
}

@media(max-width: 567px) {

    .top-banner .banner-video,
    .top-banner .banner-image {
        height: 1320px;
        max-height: 100%;
    }

    .most-effects {
        padding-top: 60px;
    }

    .most-effects .effects-swiper {
        padding-bottom: 60px;
    }

    .most-feature .nav-item {
        max-width: 140px;
    }

    .twitter-videos {
        padding-bottom: 60px;
    }

    .twitter-videos .video-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .twitter-videos .video-item {
        max-width: 100%;
        transform-origin: left top;
    }

    
    .faq-container .base-maxwidth {
        flex-wrap: wrap;
        padding: 40px 14px 24px;
        border-radius: 0;
    }

    .faq-container .left {
        padding: 0;
        width: 100%;
    }

    .faq-container .left .desc {
       max-width: 100% 
    }

    .faq-container .right {
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
    }

    .facing-social h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .facing-social .img-box {
        transform: translate(36%, -13%) rotate(-14deg) scale(1.09);
    }

    .youtube-video-dialog .content {
        border-radius: 12px
    }

    .youtube-video-dialog .close-icon {
        margin: 6px 12px 6px 6px
    }

    .youtube-video-dialog .close-icon svg {
        width: 14px;
        height: 14px
    }

    .youtube-video-dialog .close-btn {
        height: 40px;
        width: 120px;
        border-width: 1px
    }
}