/* thakyou page */
.thankyou-main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 85vh;
    background-color: #000;
    padding: 100px 20px;
    margin: 0 auto;
}

.thakyou-title {
    color: white;
    font-size: 100px;
    line-height: 105px;
    padding-bottom: 50px;
    letter-spacing: 5px;
}

.thakyou-dis {
    font-size: 30px;
    color: white;
    line-height: 35px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.thakyou_home_link {
    padding: 15px 35px;
    background: rgb(156, 75, 6);
    color: white;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    border: 2px solid rgb(156, 75, 6);
    letter-spacing: 1px;
}

.thakyou_home_link:hover {
    background: transparent;
    color: white;
    text-decoration: none;
    display: inline-block;
}

@media(max-width:767px) {
    .thakyou-title {
        font-size: 50px;
        line-height: 55px;
        padding-bottom: 20px;
        letter-spacing: 3px;
    }

    .thakyou-dis {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }
}

/* upcoming-event */
.background-color {
    background: black;
}

.card-shadow {
    background: #ffffff;
    padding: 20px 15px 40px 15px;
    color: black;
    height: 100%;

}

.card-shadow:hover {
    box-shadow: 0px 0px 9px grey;
}

.card-image {
    width: 100%;
}

.card-dis {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    font-size: 18px;
}

.card-fafa__icon {
    padding-right: 15px;
}

.btn-read__more {
    padding: 15px 30px;
    background-color: #9c4b06;
    color: white !important;
    border: 1px solid #9c4b06;
    font-size: 18px;
    line-height: 1;
    padding-top: 10px;
    font-weight: 600;
    display: inline-block;
}

.btn-read__more:hover {
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #9c4b06;
    color: #9c4b06 !important;
}

.btn-read__more:focus,
.btn-read__more:focus-visible {
    outline: none;
    text-decoration: none;
}

.card-link {
    color: black;
    font-size: 29px;
    font-weight: 600;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: none;
    color: #9c4b06;
}

.fafa-font__right {
    margin-right: 6px;
    color: #9c4b06;
}

.card-title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.card-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    padding: 50px 0;
    justify-content: start;
}

.card-box-main {
    width: 30%;
    margin: 15px;
}

@media (max-width: 1199px) {
    .card-dis {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .card-box-main {
        width: 45%;
    }

    .card-row {
        padding: 35px 0;
    }
}

@media (max-width: 767px) {
    .card-box-main {
        width: 100%;
    }

    .card-shadow {
        padding: 30px 15px 30px 15px;
    }

    .card-title {
        margin-bottom: 12px;
    }

    .card-row {
        padding: 25px 0;
    }
}