@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    font-family: "IBM Plex Sans", sans-serif;
}

p{
    margin: 0;
}


.tsmaincontainer{
    background-image: url(../Images/28e141740f7a57fa8392e47c4736771b5fd475bb.png);
    background-position: center;
    background-size: cover;
    background-color: #F5F5F5;
    background-blend-mode: overlay;

    overflow: hidden;
}

.tsdisclamersection{
    background-color: #B32B26;
    height: 42px;
    display: flex;
    gap: 60px;
    align-items: center;
    text-wrap: nowrap;
    font-family: Roboto;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.tsdisclamersection p:nth-child(1){
    display: flex;
    gap: 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    align-items: baseline;
}

.tsdisclamersectionslide{
    display: flex;
    gap: 6px;
    animation: scrollani 15s linear infinite;
}

.tsdisclamersectionslide img{
    height: 12px;
    width: 13.68px;
}

@keyframes scrollani {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 60px));
  }
}




.tsmainsection{
    padding: 60px 114px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tsabouteventsec{
    display: flex;
    justify-content: space-between;
}

.tsabouttextbox{
    max-width: 576px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.tsabouttextboxupper{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.tsabouttitletext{
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.tstitleunderline{
    background-color: #E53E3E;
    height: 4px;
    width: 96px;
}

.tsaboutdesctext{
    padding: 0 10px;
    font-family: Roboto;
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.tsdateandlocationbox{
    border: 1px solid #B32B26;
    border-radius: 8px;
    display: flex;
    /* width: fit-content; */
    height: 50px;
    width: 288px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #444444;
}

.tsdatebox,
.tslocationbox{
    display: flex;
    gap: 7px;
    align-items: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.tsimgbox{
    width: 592px;
    height: 516px;
    object-fit: cover;
    border: 1px solid #CED4DA;
}

.tsimgbox img{
    height: inherit;
    width: inherit;
    object-fit: cover;
}

.tsabout72dragons{
    padding: 36px;
    border: 1px solid #CED4DA;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px #0000001A;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #FFFFFF;
}

.tsaboutcomheader{
    display: flex;
    gap: 10px;
}

.tsaboutcomheader img{
    height: 35px;
    width: 34px;
    background-color: #000;
    border-radius: 50%;
    object-fit: contain;
}

.tsaboutcomheader p{
    color: #B32B26;
    font-size: 24px;
    font-weight: 700;
}

.tssbouttext{
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


@media (max-width: 1200px){
    .tsabouteventsec{
        flex-direction: column-reverse;
        /* padding: 32px; */
        gap: 24px;
    }

    .tsimgbox{
        width: 100%;
    }

    .tsabouttextbox{
        max-width: fit-content;
    }
}



@media (max-width: 950px){
    .tsabouteventsec{
        flex-direction: column-reverse;
        /* padding: 32px; */
        gap: 24px;
    }

    .tsmainsection{
        padding: 32px;
    }
}


@media (max-width: 500px){
    .tsmainsection{
        padding: 0;
        gap: 0;
    }

    .tsmaincontainer{
        background-image: none;
    }

    .tsabouteventsec{
        flex-direction: column-reverse;
        padding: 32px 16px;
        gap: 24px;

            background-image: url(../Images/28e141740f7a57fa8392e47c4736771b5fd475bb.png);
    background-position: center;
    background-size: cover;
    background-color: #F5F5F5;
    background-blend-mode: overlay;
    overflow: hidden;
    }

    .tsimgbox{
        width: 100%;
        height: 200px;
    }

    .tsabouttextboxupper{
        gap: 16px;
    }
    
    .tsabouttitletext{
        font-size: 28px;
        font-weight: 500;
        line-height: 34px;
    }

    .tsaboutdesctext{
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }

    .tsabouttextbox{
        align-items: center;
        gap: 24px;
    }

    .tsdatebox, .tslocationbox{
        font-size: 10px;
        line-height: 14px;
    }

    .tsdateandlocationbox{
        width: 196px;
        height: 30px;
        border-radius: 4px;
    }
    
    .tsdateandlocationbox{
        gap: 4px;
    }

    .tslocationbox img{
        width: 7.4px;
        height: 9.9px;
    }

    .tsdatebox img{
        width: 8.7px;
        height: 10.02px;
    }

    .tsdateandlocationbox span:nth-child(2){
        transform: scale(0.5);
    }

    .tsabout72dragons{
        border-radius: 0;
        gap: 16px;
        padding: 32px 16px;
        background-color: #F5F5F5;
    }

    .tsaboutcomheader p{
        font-size: 20px;
    }

    .tssbouttext{
        text-align: center;
    }
}