﻿
.date-time-sec {
    background: #f3eee4 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 45px;
    display: flex;
    align-items: center;
    color: #98712A !important;
    width: 100%;
    float: left;
}

.thank-you-page h1 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    line-height: inherit;
    /* max-width: 58%; */
    /* padding-bottom: 15px; */
    font-family: "philosopher", sans-serif;
    font-weight: 600;
}

.thank-you-page {
    width: 100%;
    float: left;
    padding: 60px 20%;
}

.date-time-sec .img-sec {
    width: 30%;
    float: left;
}

.data-sec {
    width: 75%;
    float: left;
}

    .data-sec ul {
        width: auto;
        float: left;
        padding-right: 30px;
        margin: 0;
    }

        .data-sec ul li {
            margin-bottom: 10px;
        }

            .data-sec ul li:nth-last-of-type(1) {
                margin: 0;
            }

        .data-sec ul span {
            padding-right: 20px;
        }

.ticket-sec {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 30px;
}

.qr-sec {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .qr-sec p {
        letter-spacing: 0px;
        color: #8C8D8D;
        opacity: 1;
        font-weight: 600;
        font-size: 18px;
        width: 100%;
        float: left;
    }

.ticket-sec .row {
    margin-left: -25px;
    margin-right: -25px;
}

.ticket-qr span {
    letter-spacing: 0px;
    color: #8C8D8D;
    opacity: 1;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 12px;
    /* font-family: 'thesansb5plain'; */
}

.ticket-qr {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 25px;
    padding: 0px 10px;
}

.ar-text {
    font-family: inherit;
}

.bottom-buttons {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
}

    .bottom-buttons a {
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin: 0px 15px; */
        margin-right: 15px;
        width: 25%;
        font-size: 13px;
        color: #fff !important;
        height: 50px;
    }

        .bottom-buttons a:nth-last-of-type(1) {
            margin: 0px;
        }

footer.main-footer {
    width: 100%;
    float: left;
}
@media screen and (max-width:991px) {
    .thank-you-page {
        width: 100%;
        float: left;
        padding: 60px 10%;
    }

    .date-time-sec {
        padding: 20px;
    }

        .date-time-sec .img-sec {
            width: 25%;
        }
}


@media screen and (max-width:768px) {
    .data-sec ul {
        padding-right: 20px;
    }

        .data-sec ul li {
            margin-bottom: 10px;
            font-size: 14px;
        }

    .img-sec img {
        width: 50%;
        margin: auto;
        margin-left: 20%;
        text-align: center;
    }
}

@media screen and (max-width:576px) {
    .thank-you-page {
        padding: 40px 15px !important;
    }

    .date-time-sec {
        display: block;
        padding: 25px 15px;
    }

        .date-time-sec .img-sec {
            width: 100%;
            text-align: center;
            padding-bottom: 35px;
        }

    .data-sec {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .data-sec ul {
            padding-right: 15px;
        }

            .data-sec ul li {
                font-size: 12px;
            }

    .thank-you-page .img-sec img {
        width: auto;
        margin: auto;
        margin-left: 0;
        text-align: center;
    }

    .ticket-sec .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .qr-sec p {
        font-size: 15px;
    }

    .bottom-buttons a {
        width: 40%;
    }

    .bottom-buttons {
        justify-content: center;
        margin-top: 15px;
    }

    .thank-you-page h1 {
        font-size: 24px !important;
    }

    .ticket-qr {
        margin-top: 30px;
    }
}

@media screen and (max-width:375px) {
    .data-sec ul li {
        font-size: 10px !important;
    }
}

@media screen and (max-width:480px) {
    .data-sec ul span {
        padding-right: 10px;
    }

    .data-sec ul li {
        font-size: 11px;
    }

    .qr-sec p {
        font-size: 13px;
    }
}

@media screen and (max-width:390px) {
    .data-sec ul {
        width: initial;
        /* float: left; */
        padding-right: 30px;
        margin: 0;
    }

        .data-sec ul li {
            font-size: 11px !important;
        }

    .data-sec ul {
        padding-right: 10px;
    }
}

