@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;700&display=swap");
.UpcomingEvents {
    font-family: "Rubik", sans-serif;
    margin: 30px 0px 40px 40px;
    font-size: 30px;
    line-height: 35.55px;
    color: #afafaf;
}

.eventsCardDiv {
    margin: 0px 40px 240px 40px;
    display: flex;
    flex-direction: row;
    background-color: transparent;
}

.content {
    border-radius: 32px;
    background-color: #1e1e1e;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flexDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: transparent;
}

.rightDiv {
    width: 500px;
    background-color: transparent;
}

.h1Title {
    font-family: "Rubik", sans-serif;
    background-color: transparent;
    font-size: 28px;
}

.des {
    margin-top: 12px;
    font-size: 15px;
    color: #afafaf;
    background-color: transparent;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.DateDiv {
    background-color: transparent;
    text-align: center;
    margin-right: 30px;
}

.DatePTAg {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.DatePDiv {
    background-color: transparent;
}

.DatePDiv p {
    background-color: transparent;
}

.monthName {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #afafaf;
}

.hammerImg {
    margin-top: 40px;
    border-radius: 10px;
}

.regBtn {
    font-family: "Manrope", sans-serif;
    float: right;
    margin-top: 25px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px 67px;
    /* background-color: rgb(209, 209, 209); */
    background-color: #0f0e0e;
    outline: none;
    border-width: 0px;
    /* color: #f45725; */
    color: #fff;
    font-weight: 700;
    transition: all 0.3s;
    /* cursor: not-allowed; */
    cursor: pointer;
}

.regBtn:hover {
    background-color: #f45725;
}

@media only screen and (max-width: 1100px) {
    .hammerImg {
        margin-top: 0px;
    }
    .RegmDiv {
        margin-bottom: 30px;
    }
    .flexDiv {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .DateDiv {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 12px;
    }
    .DatePDiv {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        font-size: 20px;
    }
    .rightDiv {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .LinkDiv {
        display: flex;
        justify-content: center;
        background-color: transparent;
        align-items: center;
        /* margin-top: 50px; */
    }
    .regBtn {
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    .regBtn {
        padding: 10px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .regBtn {
        padding: 10px 20px;
    }
    .hammerImg {
        margin-top: 0px;
        margin-right: 1.2rem;
    }
    .DatePDiv {
        margin-right: -1rem;
    }
}