@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    font-family: "Overpass", sans-serif;
}

.EOTcardsection::-webkit-scrollbar{
    display: none;
}

.EOTmaincontainer{
    background: url(./img/852246cce3c2ea8187bad3c2f01fa652148d302d.png);
    /* background-position: center;
    background-size: cover; */
    padding-top: 104px;
    overflow: hidden;
    position: relative;
}

.mainbgwave{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 595px;
    z-index: 0;
}

.mainbgwave img{
    width: 100%;
    height: 100%;
    margin-bottom: -10px;
}

.EOTmainsection{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    z-index: 9;
    position: relative;
}

.EOTtitletopsec{
    max-width: 523.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24.59px;

    position: relative;
}

.EOTtopsec{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.3px;
}

.EOTmaintitletext{
    font-family: Noto Serif;
    font-size: 55.33px;
    font-weight: 600;
    color: #FFB601;
    text-shadow: 1.23px 2.46px 5.4px #00000040;
}

.EOTmaintitletext span:nth-child(2){
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px #FFB601;
}

.EOTmaindesctext{
    color: #FFFFFF;
    font-size: 22.13px;
    font-weight: 400;
    text-align: center;
}

.EOTvistbtn{
    color: #FFB601;
    font-size: 24.59px;
    font-weight: 400;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
}

.EOTtoparrowicon{
    position: absolute;
    top: 0;
    right: -50px;
    transform: translate(100%);
}

.EOTcardsection{
    height: 485px;
    display: flex;
    align-items: end;
    /* justify-content: center; */
    gap: 20px;
    width: 100vw;
    overflow-x: scroll;
}

.EOTindvcard{
    max-width: 450px;
    min-width: 333px;
    height: 376px;
    overflow: hidden;
    /* background: url(./img/0a2b3a3af7d5ad246a5f5ffdd7d6b837e024e84e.jpg); */
    background-position: center;
    background-size: cover;
    border-radius: 40px 40px 0 0;
    display: flex;
    align-items: end;
    cursor: pointer;
    transition: 0.3s ease;
}

.EOTindvcard:hover{
    height: 485px;
}

.EOTindvinnersec{
    padding: 28px;
    border-radius: 40px 40px 0 0;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(180.43deg, rgba(0, 0, 0, 0) 82.05%, rgba(0, 0, 0, 0.28) 99.63%);
    height: 303px;
    /* height: 247px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    transition: 0.3s ease;
}

.EOTindvcard:hover .EOTindvinnersec{
    height: 412px;
    /* height: 356px; */
}

.EOTindvtoptextsec{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.EOTcardtitletext{
    color: #1436DB;
    font-size: 24px;
    font-weight: 600;
    font-family: Noto Serif;
}

.EOTindvdesctext{
    font-size: 14px;
    font-weight: 200;
    font-style: italic;
}

.EOTindvtagsec{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.indvtag{
    background-color: #E5E7EB;
    padding: 7px 8px;
    border-radius: 15.06px;
    color: #535353;
    font-size: 12px;
    font-weight: 400;
}