html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background: #050505;
}

/* .ad-container {
    width: 100%;
    height: 250px;
    background-color: #ccc;
    margin: 20px 0px
} */

* {
    box-sizing: border-box;
}

#app {
    min-height: calc(100vh - 3.75rem);
}

.news_img {
    object-fit: cover;
}

.textLine1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.textLine2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textLine3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a {
    display: block;
    text-decoration: none;
}

.dashLine {
    width: 20.34rem;
    height: 0.06rem;
    display: block;
}

.banner {
    width: 100%;
    position: relative;
    padding-top: 1.28rem;
    min-height: 27rem;
}

.slideLine {
    width: 0.5rem;
    height: 7rem;
    position: absolute;
    top: 0.78rem;
    right: 1rem;
    z-index: 0;
}

.ad-1 {
    position: relative;
    z-index: 1;
    margin-top: -4rem;
    margin-bottom: 1.28rem;
}

.ad-2 {
    margin-top: 4.19rem;
    margin-bottom: 2rem;
}

.car-banner {
    width: 100%;
    /* height: 25.26rem; */
    height: 18.63rem;
    display: block;
}

.title-1,
.title-2 {
    /* position: absolute;
    left: 0.88rem; */
    width: 19.09rem;
    margin-left: 0.88rem;
}

.title-1 {
    top: 2.63rem;
    margin-bottom: 0.5rem;
    /* margin-top: 1.28rem; */
}

.title-2 {
    top: 5rem;
    margin-bottom: 1rem;
}

/* .title-1 {
    top: 2.63rem;
    font-family: 'Armed Lightning 3D Italic', sans-serif;
    font-size: 1.88rem;
    font-weight: normal;
    line-height: 100%;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #F7E901;
}

.title-2 {
    font-family: 'Arial', sans-serif;
    top: 5rem;
    font-size: 0.81rem;
    font-weight: normal;
    line-height: 160%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: rgba(171, 170, 170, 0.7)
} */

.start {
    width: 5.63rem;
    margin: 0 auto;
    position: relative;
}

.start-btn {
    width: 5.63rem;
    height: 5.63rem;
}

.hand {
    width: 1.19rem;
    height: 1.19rem;
    position: absolute;
    top: calc(50% - .63rem);
    left: 50%;
    animation: startAnimatin 2s ease-in-out infinite;
}

@keyframes startAnimatin {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.text {
    font-family: 'Arial', sans-serif;
    font-size: 0.63rem;
    font-weight: normal;
    line-height: 160%;
    text-transform: uppercase;
    letter-spacing: normal;
    color: rgba(247, 233, 1, 0.7);
    white-space: nowrap;
    text-align: center;
}

/* news start */
.news_banner {
    width: 21.5rem;
    /* height: 46.47rem; */
    margin: 0 auto;
    /* background-image: url(../resources/index_bg.webp); */
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
    /* border: 0.06rem solid #F7E901; */
    border: 0.96px solid #F7E901;
    padding: 0.53rem 1rem 0.31rem;
    position: relative;
}

.news_banner::after {
    content: '';
    position: absolute;
    right: -0.155rem;
    top: 7.09rem;
    width: 0.31rem;
    height: 24.13rem;
    background: #F7E901;

}

/* .tag {
    width: 5.31rem;
    height: 1.45rem;
    margin-bottom: 1.25rem;
} */

.tag {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 0.4rem;

    margin: 0.2rem 0 1rem;
}

.tag-tip {
    background: #F7E901;
    padding: 0.31rem 0.7rem 0.31rem 0.34rem;
    font-family: 'Archivo Black', sans-serif;
    font-size: 0.81rem;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #050505;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    line-height: normal;
}

.tag-tip::before {
    position: absolute;
    content: '';
    right: -0.05rem;
    top: -0.05rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.94rem 0.6rem 0;
    border-color: transparent #050505 transparent transparent;
}

.tag .arrow {
    width: 1.16rem;
    height: 1.14rem;
}

.flag {
    position: absolute;
    width: 0.97rem;
    height: 1.77rem;
    top: 2.34rem;
    right: 0.59rem;
}

.slide-line {
    /* width: 0.53rem;
    height: 20.73rem; */
    width: 9px;
    height: 345.5px;
    position: absolute;
    /* left: -0.095rem; */
    left: -1.85px;
    top: 20.19rem;
}

.news_banner .news_div {
    width: 100%;
    height: 6.22rem;
    background-image: url(../resources/news_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: 4.19rem 1fr;
    align-items: center;
    gap: 0.56rem;
    margin-bottom: 0.94rem;
    overflow: hidden;
}

.news_banner .news_img {
    width: 4.19rem;
    height: 4.19rem;
    object-fit: contain;
}

.news_banner .news_title {
    font-family: 'Post No Bills Colombo 800', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    /* line-height: 100%; */
    text-transform: uppercase;
    letter-spacing: normal;
    color: #EFEFEF;
    margin-bottom: 0.38rem;
}

.news_banner .news_desc {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: normal;
    color: #EFEFEF;
}

.triangle1 {
    position: absolute;
    top: -1.85px;
    right: -1.85px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40.4px 40.4px 0;
    border-color: transparent #050505 transparent transparent;
}

.triangle2 {
    position: absolute;
    top: -0;
    right: -0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40.4px 40.4px 0;
    border-color: transparent #F7E901 transparent transparent;
}

.news_part {
    width: 21.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.94rem;
    padding: 1.25rem 0.5rem 0.19rem;
    margin: 3.78rem auto 1rem;
    /* border: 0.06rem solid rgba(255, 241, 2, 0.5); */
    border: 0.06rem solid rgba(255, 241, 2, 1);
    border-top: none;
    position: relative;
}

.news_part::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1.44rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../resources/top_bg.webp);
    top: -1.44rem;
    left: 0;
}

.news_part .news_img {
    width: 100%;
    height: 9.38rem;
    display: block;
}

.news_part .news_title {
    font-family: 'Post No Bills Colombo 800', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #EFEFEF;
}

.news_part .bottom_line {
    width: 7.8rem;
    height: 0.25rem;
}

.news_part .ad-container {
    width: 100%;
    grid-column: span 2;
}

.disclaimer {
    width: 21.5rem;
    padding: 1rem 0.5rem;
    margin: 2rem auto 1rem;
    border: 0.06rem solid rgba(255, 241, 2, 1);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 130%;
    color: #BFBFBF;
}

/* news end */
footer {
    height: 3rem;
    color: rgba(239, 239, 239, 0.6);
    padding: 0 2.6rem;
    font-size: 0.74rem;
    text-align: center;
    margin-top: 0.75rem;
    border-top: 1px solid rgba(239, 239, 239, 0.6);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4px 1fr;
}

footer a {
    color: rgba(239, 239, 239, 0.6);
    text-align: center;
}
