@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@700&family=Roboto:wght@400;500;700&display=swap");

* {
    padding: 0px;
    margin: 0px;
}

body,
p,
h1,
h2,
h3,
button {
    font-family: "Roboto", sans-serif;
}

p {
    color: #212529;
}

:not(.btn-check)+.btn:active {
    border-color: transparent;
}

header {
    border-bottom: 1px solid #d9d9d9;
}

header .container {
    max-width: 1140px;
}

header .container .logo {
    padding: 15px 0;
}

header .container .logo img {
    max-width: 121px;
}

.inner-logo {
    margin: 60px 0 68px;
}

.reserve-form h1 {
    font-size: 40px;
    margin-bottom: 25px;
    font-family: "Rajdhani", sans-serif !important;
}

.inner-form-section {
    max-width: 395px;
    margin: auto;
    width: 100%;
}

.info {
    max-width: 700px;
    margin: 0 auto;
}

.inner-form-section input {
    border-color: #c2c2c2;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px !important;
}

.exp {
    color: #595959;
    font-size: 16px;
}

.custom-button {
    background-color: #880d00;
    border-color: #880d00;
    padding: 20px;
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
}

.btn-primary.custom-button:hover,
.btn-primary.custom-button:focus,
.btn-primary.custom-button:active {
    background-color: rgba(136, 13, 0, 0.8);
    border-color: #880d00;
}

.tc-link {
    color: #880d00;
    text-decoration: none;
}

.tc-link:hover {
    text-decoration: underline;
}

.announcements {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.announcements .announcements-inner a {
    color: #000;
    /* display: block; */
    font-weight: 700;
    /* margin: 50px auto 40px; */
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}

.announcements .announcements-inner a:hover {
    color: #636363;
    text-decoration: underline;
}

.reserve-disclaimer-text p {
    color: #636363;
    font-size: 12px;
    line-height: 19px;
    margin: 15px 0 60px;
}

.reserve-disclaimer-text:hover {
    text-decoration: none;
}

.reserve-disclaimer-text p a {
    color: #636363;
}

/* modal code here */
.contact_modal .modal-content {
    border-radius: 0.3rem;
}

.contact_modal .modal-title {
    font-family: "Rajdhani", sans-serif;
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5;
}

.popup-form .form-control {
    background: #fff;
    border: solid 1px #c2c2c2;
    border-radius: 2px;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
}

.popup-form textarea.form-control {
    height: 90px;
    resize: none;
}

.popup-form .btn.btn-primary {
    font-size: 24px;
    border: 0;
    border-radius: 0;
    background-color: #880d00;
    display: block;
    font-family: "Rajdhani";
    font-weight: 700;
    line-height: 75px;
    padding: 0;
    margin: 50px auto;
    max-width: 399px;
    text-transform: uppercase;
    width: 100%;
}

.popup-form .btn.btn-primary:hover,
.popup-form .btn.btn-primary:focus,
.popup-form .btn.btn-primary:active {
    background-color: rgba(136, 13, 0, 0.8);
}

/* footer code here */
footer {
    background: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-container {
    max-width: 1440px;
    padding: 0 15px;
    margin: auto;
}

footer .custom_footer_btn {
    font-size: 14px;
    font-weight: 700;
    padding: 1rem 1.25rem;
}

footer .custom_footer_btn::after {
    content: "";
    background-image: url(../images/icon.svg);
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-left: 5px;
}

footer .custom_footer_btn:last-child::after {
    display: none;
}

.card_view {
    padding: 50px;
    background: #231f20;
    border-radius: 10px;
    box-shadow: 0px 1px 7px #000;
}

.card_view h2 {
    font-size: 40px;
    margin-bottom: 0px;
    color: #b1a77d;
    word-spacing: 7px;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 3px;
}

.card_view .inner_box_card {
    color: #fff;
    border: 3px solid #b1a77d;
    padding: 20px;
    font-size: 40px;
    letter-spacing: 10px;
    font-family: "Rajdhani", sans-serif;
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
}

.card_view p {
    color: #fff;
    margin-bottom: 0px;
}

p.not-ready-text {
    text-decoration: none !important;
    color: #000 !important;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 20px auto 40px;
    max-width: 600px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    header .container .logo img {
        max-width: 98px;
    }

    .inner-logo {
        margin: 20px auto 40px;
    }

    .inner-logo img {
        max-width: 120px;
    }

    .reserve-form h1 {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    p,
    .announcements .announcements-inner a {
        font-size: 14px;
    }

    .custom-button,
    .popup-form .btn.btn-primary {
        padding: 15px;
        font-size: 14px;
    }

    .popup-form .btn.btn-primary {
        line-height: inherit;
    }

    footer .custom_footer_btn {
        padding: 1rem 0rem;
        display: block;
        text-align: left;
    }
}

.submitAndPay,
.apple-pay-container {
    position: relative;
    z-index: 1;
}

.apple-pay-container.disabled:before,
.submitAndPay.disabled:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    opacity: 0.5;
    cursor: not-allowed;
}

.input_error {
    color: red;
    font-size: 13px;
}

.loader {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 20%);
}

.loader_inner {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.loading {
    height: 0;
    width: 0;
    padding: 25px;
    border: 6px solid #ccc;
    border-right-color: #000;
    border-radius: 50%;
    -webkit-animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loader_show {
    display: flex;
}

.loader_hide {
    display: none !important;
}

.btn.btn-dark.download_btn {
    margin-top: 20px;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.inner-form-section select {
    border-color: #c2c2c2;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px !important;
}

.paymt-btn {
    background-color: #880D00;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    font-weight: 500;
    padding: 8px 12px;
}

.paymt-btn:hover {
    background-color: #880D00;
    color: #fff;
}

.paymt-btn {
    position: relative;
}

.paymt-btn svg {
    position: absolute;
    right: 7px;
    top: 12px;
}

.ramrev_reservation_loader {
    position: fixed;
    background: rgb(255 255 255 / 80%);
}

.ramrev_reservation_loader .loading {
    border-right-color: #880d00;
}

.ramrev_reservation_loader p {
    color: #880d00;
    font-weight: bold;
}

.loader-hidden {
    display: none !important;
}

#errorMessage {
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: flex;
    font-weight: 500;
    margin-bottom: 10px;
}

#errorMessage svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

@media screen and (max-width:575px) {
    .card_view {
        padding: 25px 15px;
    }

    .card_view .inner_box_card {
        font-size: 32px;
    }
}