/* creative-detail-banner */
.creative-detail-banner {
    margin-bottom: 80px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    position: relative;
}

.creative-detail-banner .img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.creative-detail-banner .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}


.creative-detail-banner .text h1 {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 45.938px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.creative-detail-banner .text span {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Banner */
.creative-detail-video {
    margin-top: 78px;
    margin-bottom: 89px;
    max-width: 1470px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-inline: 15px;
    box-sizing: border-box;
    position: relative;
}

.creative-detail-video .img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}

.creative-detail-video .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

/* End Banner*/

@media only screen and (max-width: 800px) {

    .creative-detail-video {
        margin-bottom: 43px;
    }

    .creative-detail-banner {
        padding-inline: 0;
        margin-bottom: 28px;
        margin-top: 0;
    }

    .creative-detail-banner .img {
        min-height: 242px;
        border-radius: 0;
        height: 605px;
    }

    .creative-detail-banner .text {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-inline: 70px;
    }

    .creative-detail-banner .text h1 {
        font-family: Inter, sans-serif;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 54px;
        /* 128.571% */
    }

    .creative-detail-banner .text span {
        color: #FFF;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .creative-detail-video .img {
        border-radius: 30px;
        height: 242px;
    }

}

/* End creative-detail-banner*/



/* creative-detail-description */
.creative-detail-description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-inline: 15px;
    margin-bottom: 73px;
}

.creative-detail-description .col-left {
    flex: 1;
    max-width: 640px;
}

.creative-detail-description .col-left h3 {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.creative-detail-description .col-left p {
    color: #8F95A4;
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.creative-detail-description .col-right {
    flex: 1;
    max-width: 538px;
}

.creative-detail-description .col-right h4 {
    width: 100%;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.creative-detail-description-result {
    display: flex;
    flex-wrap: wrap;
}


.creative-detail-description-result .result-item {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    align-self: start;
}

.creative-detail-description-result .result-item strong {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 72.732px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.creative-detail-description-result .result-item span {
    color: #8F95A4;
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}


@media only screen and (max-width: 800px) {

    .creative-detail-description {
        flex-wrap: wrap;
        margin-bottom: 55px;
    }


    .creative-detail-description .col-left {
        flex-basis: 100%;
        max-width: unset;
    }

    .creative-detail-description-result {
        row-gap: 28px;
        width: 100%;
        max-width: unset;
    }

    
    .creative-detail-description .col-right {
        flex-basis: 100%;
        margin-bottom: 84px;
        max-width: unset;
        order: -1;
    }


    .creative-detail-description .col-right h4 {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 19.257px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }


    .creative-detail-description-result .result-item strong {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .creative-detail-description-result .result-item span {
        color: #8F95A4;
        font-family: "Be Vietnam Pro";
        font-size: 12.379px;
        font-style: normal;
        font-weight: 400;
        line-height: 20.632px;
        /* 166.667% */
    }


    .creative-detail-description .col-left h3 {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }
}

/* end creative-detail-description */