html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: "Chakra Petch", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.t360-banner-wrp {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    color: inherit;
    background-color: #000;
    border-radius: 6px;
}

.t360-banner-wrp::after {
    content: "";
    width: 10px;
    height: 200%;
    background-color: #fff;
    transform: rotate(15deg);
    position: absolute;
    top: -20%;
    bottom: 0;
    left: -100%;
    z-index: 99;
    filter: blur(15px);
    animation: sildeglow 4.2s ease-in-out infinite;
    animation-delay: 3s;
}

@keyframes sildeglow {
    0% {
        left: -100%;
    }

    28.57% {
        left: 110%;
    }

    100% {
        left: 110%;
    }
}

.t360-banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.t360-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.t360-banner-inr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.t360-ndtv-logo {
    width: 65px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}

.t360-ndtv-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.t360-person-img {
    position: absolute;
    right: -90px;
    bottom: -60px;
}

.t360-person-img img {
    width: 100%;
    max-width: 280px;
}

.t360-content {
    color: #fff;
    position: absolute;
    left: 1rem;
    top: 42px;
    text-align: center;
}

.t360-logo-img {
    width: 101px;
    margin-inline: auto;
    margin-bottom: .5rem;
}

.t360-logo-img img {
    width: 100%;
}

.t360-ttl {
    max-height: 40px;
    margin: 0;
    font-weight: 700;
    font-size: 31px;
    line-height: 1;
    color: #66CAD7;
    text-shadow: 0 0 5px rgb(255 211 25 / 58%);
    position: relative;
    overflow: hidden;
}

.t360-ttl span {
    display: block;
}

.t360-sub-ttl {
    max-height: 20px;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    overflow: hidden;
}

.t360-sub-ttl span {
    display: block;
}

.t360-counter {
    max-width: 360px;
    width: 100%;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: .5rem;
    transform: translateX(-50%);
}

.t360-counter-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.t360-counter-item {
    width: 22%;
    display: flex;
    column-gap: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.t360-counter-wrp {
    display: flex;
    align-items: center;
    gap: 5px;
}

.t360-counter-number {
    background-color: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 30px;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    width: 22px;
}

.t360-counter-txt {
    flex: 1 1 100%;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.t360-person-img img {
    animation: img-thumb1 0.5s ease-in-out forwards;
}

.t360-logo-img img {
    transform: scale(0);
    animation: img-logo 0.5s ease-in-out forwards;
    animation-delay: 0.3s;
}

.t360-ttl span,
.t360-sub-ttl span {
    opacity: 0;
    transform: translateY(100%);
    animation: img-thumb 0.5s ease-in-out forwards;
    animation-delay: 0.5s;
}

.t360-counter-list {
    opacity: 0;
    animation: counter-fade 0.5s ease-in-out forwards;
    animation-delay: 0.9s;
}

@keyframes img-thumb {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes img-thumb1 {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes img-logo {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}




@keyframes counter-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Size 300*200 */
.t360-banner-300x170 {
    height: 170px;
}

.t360-banner-300x170 .t360-content {
    top: 10px;
}

.t360-banner-300x170 .t360-banner-bg img {
    object-position: right -25px;
}

.t360-banner-300x170 .t360-person-img {
    width: 245px;
    right: -75px;
    bottom: -85px;
}

.t360-banner-300x170 .t360-logo-img {
    margin-bottom: .3rem;
}

.t360-banner-300x170 .t360-logo-img {
    width: 70px;
}

.t360-banner-300x170 .t360-ttl {
    font-size: 22px;
}

.t360-banner-300x170 .t360-sub-ttl {
    font-size: 14px;
}

/* Size 300*100 */
.t360-banner-300x100 {
    height: 100px;
}

.t360-banner-300x100 .t360-ndtv-logo {
    width: 55px;
    top: 5px;
    right: 5px;
}

.t360-banner-300x100 .t360-content {
    top: 10px;
    padding-left: 80px;
    left: .5rem;
}

.t360-banner-300x100 .t360-logo-img {
    width: 60px;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.t360-banner-300x100 .t360-counter-number {
    height: 24px;
    font-size: 12px;
}

.t360-banner-300x100 .t360-counter-list {
    justify-content: flex-start;
}

.t360-banner-300x100 .t360-counter {
    bottom: .1rem;
}

.t360-banner-300x100 .t360-counter-txt {
    padding-top: 2px;
    font-size: 9px;
}

.t360-banner-300x100 .t360-ttl {
    font-size: 22px;
}

.t360-banner-300x100 .t360-sub-ttl {
    font-size: 14px;
}

.t360-banner-300x100 .t360-person-img {
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 166px;
}

.t360-banner-300x100 .t360-person-img img {
    width: 100%;
}

.t360-banner-300x100 .t360-counter-item {
    width: 19%;
}

.t360-banner-300x100 .t360-banner-bg img {
    object-position: right -30px;
}