

.tiktok-generator-features .benefit-heading{
    letter-spacing: -0.01px;
    vertical-align: middle;
    color: rgba(25, 34, 55, 1);
}
.tiktok-generator-features .benefit-text{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26.74px;
    letter-spacing: -0.1px;
    vertical-align: middle;
}

.tiktok-generator-features .wbc-box {
    max-width: 438px;
    padding-inline: 50px;
    padding: 10px 50px;
    height: 371px;
    gap: 1.5rem;
    justify-content: space-evenly;
}

.tiktok-generator-features .wbc-box img {
    height: 52px;
}
.tiktok-generator-features .wbc-box img.pointer {
    height: 100px;
    left: -50px;
    bottom: -70px;
}
.tiktok-generator-features  .best-choice-wrapper {
    column-gap: 2rem;
    row-gap: 2rem;
}

.how-tiktok-creation-item{
    min-width: 230px;
    max-width: 230px;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 16px;
}

 .how-tiktok-creation-text {
    font-family: Inter;
    font-weight: 600;
    font-size: 20.8px;
    line-height: 33.28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: rgba(44, 62, 80, 1);
}
 .how-tiktok-creation-subtext {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(102, 102, 102, 1);
}
.how-tiktok-creation-number{
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 38.4px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: rgba(0, 132, 255, 1);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dominate .heading{
    font-family: Inter;
    font-weight: 500;
    font-size: 61px;
    line-height: 64px;
    letter-spacing: -1.92px;
    text-align: center;
    vertical-align: middle;

}
.dominate .container{
    background-color: rgba(242, 243, 245, 1);
    border-radius: 27px;
}

.tiktok-creation-action .explore-adfeed-video-wrapper video {
    max-height: 1000px;
    width: auto;
}
.tiktok-creation-video-wrapper {
    /* max-height: 700px; */
    overflow-y: auto;
}
.tiktok-creation-video-wrapper::-webkit-scrollbar {
    display: none;            
}

.tiktok-creation-action .explore-adfeed-video-wrapper {
    display: grid;
    gap: 25px;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
}
.tiktok-wrapper {
    background: black;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 528px;
}
img.tiktok-right-bar {
    position: absolute;
    right: 5px;
    bottom: 15%;
    height: 50%;
}
img.tiktok-meta {
    position: absolute;
    left: 5px;
    bottom: 15%;
    width: 70%;
}
.tiktok-wrapper:after {
    content: '';
    display: block;
    width: 40%;
    height: 5px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 50%;
    bottom: 10px;
    border-radius: 100px;
    transform: translateX(-50%);
}

@media screen and (max-width:1450px) {
    .tiktok-generator-features .wbc-box{
       padding: 10px 25px
    }
}
@media screen and (max-width: 1024px) {
    .tiktok-creation-action .explore-adfeed-video-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media screen and (max-width: 768px) {
    .tiktok-generator-features .wbc-box {
        padding: 20px;
        justify-content: space-evenly;
    }
    .tiktok-creation-action .explore-adfeed-video-wrapper {
        flex-direction: column;
    }
    .tiktok-creation-action .explore-adfeed-video-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .tiktok-generator-features .benefit-text {
        font-size: 13px;
    }

    .dominate .heading {
        font-size: 30px;
        line-height: 50px;
    }
}