.tab-content {}

.tab-content img {
    font-size: 0;
}

.tab-content #section-1 .video-list,
.tab-content #section-2 .why-love-list {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    position: relative;
    cursor: grab;
    align-items: baseline;
}

.tab-content #section-1 .video-list::-webkit-scrollbar,
.tab-content #section-2 .why-love-list::-webkit-scrollbar {
    display: none;
}


.tab-content #section-1 .video-list .item,
.tab-content #section-2 .why-love-list .item {
    position: relative;
    width: 23%;
    flex-shrink: 0;
    font-size: 0;
}

.tab-content #section-1 .video-list .item .video-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tab-content #section-1 .video-list .item .video-img img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
}

.tab-content #section-1 .video-list .item .video-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.tab-content #section-1 .video-list .item .video-content .video-box {
    position: relative;
    width: 432px;

}

.tab-content #section-1 .video-list .item .video-content .video-close {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 0px;
    width: 16px;
    height: 16px;
    color: #fff;
    cursor: pointer;
}

.tab-content #section-1 .video-list .item .video-content iframe {
    width: 100%;
    aspect-ratio: 9/16;
}

.tab-content #video-overlay {
    position: absolute;
    width: calc(23% * 5 - 40px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: grabbing;
}

/* Section1-----Section2==============End */

/* Section3 */
.tab-content #section-3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 32px 0;
}

.tab-content #section-3 .item {
    width: 50%;
    aspect-ratio: 254/143;
}

.tab-content #section-3 .item:nth-child(1) {
    order: 1;
    line-height: 0;
}

.tab-content #section-3 .item:nth-child(2) {
    order: 2;
}

.tab-content #section-3 .item:nth-child(3) {
    order: 3;
}

.tab-content #section-3 .item:nth-child(4) {
    order: 4;
    line-height: 0;
}

.tab-content #section-3 .item iframe {
    width: 100%;
    height: 100%;
}

.tab-content #section-3 .item:nth-child(2),
.tab-content #section-3 .item:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content #section-3 .item .section-3-text {
    padding: 0 48px;
}

/* Section3===========================End */

/* FAQs */
#section-4 {
    padding: 32px 0;
    border-bottom: 1px solid #e8e8e8;
}

#section-4 .head {
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}


#section-4 .head .title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px !important;
}

#section-4 .head .head-btn {
    font-size: 14px;
}

#section-4 .head .head-btn a {
    text-decoration: underline;
}

#section-4 .head .head-btn a:hover {
    text-decoration: none;
}

#section-4 .faq-list {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 32px;
    gap: 12px 24px;
}

#section-4 .faq-list .item {
    width: calc(50% - 44px);
    padding: 20px 16px;
    background-color: #f9f9f9;
}

#section-4 .faq-list .item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0px;
}

#section-4 .faq-list .item .head .title {
    font-size: 14px;
    margin-bottom: 0px !important;
}

#section-4 .faq-list .item .head .dowpdown {
    width: 14px;
    transition: all 0.3s ease-out;
}

#section-4 .faq-list .item .content {
    overflow: hidden;
    transition: all 0.3s ease-out;
    max-height: 0;
    font-weight: 400;
    font-size: 14px;
}

#section-4 .faq-list .item.active .content {
    max-height: 300px;
    padding-top: 12px;
}

#section-4 .faq-list .item .head .dowpdown img {
    transition: all 0.3s ease-out;
}

#section-4 .faq-list .item.active .dowpdown img {
    transform: rotate(180deg);
}

#section-4 .faq-btn {
    text-align: center;
}

#section-4 .faq-btn a {
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding: 10px 36px;
    border-radius: 30px;
    border: 1px solid #222222;
}


@media(max-width: 768px) {

    .tab-content #section-1 .video-list .item,
    .tab-content #section-2 .why-love-list .item {
        width: 38%;
    }

    .tab-content #section-3 {
        flex-direction: column;
        border-bottom: 1px solid #e8e8e8;
    }

    .tab-content #section-3 .item:nth-child(3) {
        order: 4;
    }

    .tab-content #section-3 .item:nth-child(4) {
        order: 3;
    }

    .tab-content #section-3 .item {
        width: 100%;
    }

    .tab-content #section-3 .item .section-3-text {
        padding: 0;
    }

    #section-4 .head {
        flex-direction: column;
        align-items: flex-start;
    }

    #section-4 .faq-list {
        flex-direction: column;
    }

    #section-4 .faq-list .item {
        width: auto;
    }

    #section-4 .faq-list .item .head {
        flex-direction: row;
    }
}