body {
    color: #333333;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.container {
    margin: 2rem auto;
}

.pricing-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 72px rgba(0, 0, 0, 0.12);
    border: 2px solid #4c4593;
    margin: 1rem 0;
}


.pricing-wrapper .list li i {
    font-size: 20px;
    color: #606060;
}

.pricing-wrapper .list {
    font-size: 16px;
    margin-bottom: 40px;
}

.pricing-wrapper .list li {
    padding-left: 12px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: left;
}

.pricing-wrapper .list li a {
    color: #4c4593;
    font-weight: 600;
    text-decoration: underline;
}

.pricing-wrapper .list li .fa-li {
    top: 2px;
}

.pricing-wrapper .addinclude h2 {
    font-size: 22px;
    font-weight: 600;
    color: #4c4593;
    text-decoration: underline;
    margin-bottom: 15px;
}

.pricing-wrapper .addinclude p {
    line-height: 30px;
    margin-bottom: 20px;
}

.package-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 5px 1px rgba(193, 193, 193, 0.35);
    border: 1px solid #DBDBDB;
    margin: 1rem 0;
    min-height: 855px;
    padding: 1.4rem 1.8rem 2.4rem 1.8rem;
    position: relative;
    text-align: center;
}

.package-wrapper .logo {
    width: 80px;
    height: auto;
    margin-bottom: 1rem;
}

.package-wrapper .section-title {
    font-size: 20px;
    color: #333333;
    font-weight: 900;
}

.package-wrapper .fa-ul li {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
}

.package-wrapper .fa-ul {
    margin-left: 1.4rem;
}

.package-wrapper .also-available {
    text-align: left;
    position: absolute;
    bottom: 3%;
    max-width: 80%;
}

.package-wrapper .also-available h2 {
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    color: #606060;
}

.package-wrapper .also-available .info {
    font-size: 12px;
    font-weight: 500;
    color: #606060;
    margin-bottom: 0;
}

.also-available {
    margin: 2rem 0;
}

.also-available h2 {
    font-size: 1.6rem;
    color: #4C4593;
    font-weight: 500;
    text-decoration: underline;
}

.also-available p {
    font-size: 1.2rem;
}

hr {
    width: 90%;
    border: 2px dotted;
    border-style: none none dashed;
    color: #c4c4c4;
}

.buy-now {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 14px 0;
    border: 3px solid #4C4593;
    font-size: 16px;
    color: #4C4593;
    font-weight: 600;
    margin: 1rem auto 2rem auto;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.buy-now:hover {
    text-decoration: none;
    background-color: #4C4593;
    color: #ffffff;
}

.price {
    color: #4c4593;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 20px 0;
}

.form-control::placeholder {
    color: #bfbfbf;
}

.form-group label {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.form {
    background: #f5f5f5;
    padding: 30px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #DBDBDB;
    margin: 1rem 0;
    min-height: 855px;
    box-shadow: 0 4px 5px 1px rgba(193, 193, 193, 0.35);
}

.form {
    display: none;

}

.btn.btn-primary {
    background-color: #4e2d92;
    border: 1px solid #4e2d92;
    width: 100%;
    margin-top: 1.4rem;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover {
    background-color: #ffffff;
    color: #4e2d92;
    font-weight: 600;
}

.line-with-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    line-height: 0.2rem;
    margin: 3rem auto;
}

.line-with-text p {
    margin-bottom: 0;
    color: #333333;
}

.line-with-text p span {
    background: #f5f5f5;
    padding: 0 2rem;
}

.info-detail {
    margin-top: 2rem;
}

.info-detail p {
    color: #585858;
    text-align: center;
}

.info-detail p a {
    color: #4e2d92;
    text-decoration: underline;
    font-weight: 500;
}

.info-detail p a:hover {
    color: #585858;
    text-decoration: none;
}

#back {
    display: flex;
    margin-bottom: 1rem;
    color: #4e2d92;
    text-decoration: underline;
}

.nav-logo {
    height: 50px;
    width: auto;
}

.text-logo {
    color: #4e2d92;
    font-weight: 600;
    margin-bottom: 0;
}

.table-striped thead tr {
    background-color: rgb(78 45 146 / 57%);
    color: #ffffff;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 1rem 10rem;
    border-top: 2px solid #4e2d92;
    background-color: #f5f5f5;
}

.footer p {
    margin-bottom: 0;
}

.footer p a {
    color: #4e2d92;
    font-weight: 700;
}

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}

.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}

.login form input[type="password"],
.login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}

.reserve_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
}

.reserve_header h2 {
    font-size: 32px;
    color: #3274d6;
    font-weight: 700;
}

.reserve_header a {
    font-size: 1.2rem;
    font-weight: bold;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #FFFFFF;
    cursor: pointer;
}

.form-details a:not([href]):not([tabindex]) {
    color: #3274d6;
    cursor: pointer;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .container {
        margin: 0 auto;
    }

    .pricing-wrapper {
        padding: 10px;
        margin: 1rem;
        border: none;
    }

    .pricing-wrapper .header {
        display: block;
    }

    .pricing-wrapper .section-title {
        margin-top: 20px;
        margin-left: 0;
        font-size: 24px;
    }

    .pricing-wrapper .list {
        font-size: 12px;
    }

    .pricing-wrapper .list li {
        line-height: 18px;
    }

    .pricing-wrapper .list li i {
        font-size: 14px;
    }

    .package-wrapper {
        min-height: auto;
        padding: 1.4rem 1.4rem 0 1.4rem;
    }

    .package-wrapper .also-available {
        position: relative;
        max-width: 100%;
    }

    .price {
        font-size: 32px;
    }

    .form {
        width: 100%;
    }

    .buy-now {
        padding: 12px 0;
        font-size: 18px;
    }

    .also-available h2 {
        font-size: 1.2rem;
    }

    .also-available p {
        font-size: 1rem;
    }

    .footer {
        display: block;
        padding: 1.4rem;
        text-align: center;
    }
}
