@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

.header {
    width: 100%;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 250;
}

.header .nav .drawer {
    display: flex;
}

.header .nav .drawer a {
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #585b63;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s linear;
}

.header .nav .drawer a:hover {
    color: orange;
}

.header .nav .drawer a:active {
    background: #e0e0e0;
}

.drawer-btn,
.close-btn {
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    cursor: pointer;
}

.drawer-btn {
    left: 3px;
}

.close-btn:active,
.drawer-btn:active {
    background: #f3f3f3;
}

.img {
    height: calc(100vh - 53px);
    width: 100%;
    object-fit: cover;
    display: block;
}

main {
    position: relative;
    overflow: hidden;
}

.inner-box {
    padding: 50px 0;
    background: #f6fafd;
}

.top-banner {
    margin-top: 4rem;
}

.box-content {
    padding: 30px;
    border-radius: 5px;
    min-height: 205px;
    border: 1px solid #b5b5b5;
    background: #ffffff;
    transition: all .5s ease-in-out;
}

.box-content:hover {
    transform: scale(1.1);
}

.box-title {
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.box-content .book-btn {
    border: 1px solid #ffffff;
    width: 100px;
    padding: 10px 0;
    color: #fff;
    transition: all .3s ease;
}

.box-content .book-btn:hover {
    color: #000;
    background-color: #ffffff;
}

.box-content .btn_2 {
    border: 1px solid #000;
    width: 100px;
    padding: 10px 0;
    color: #000;
    transition: all .3s ease;
}

.box-content .btn_2:hover {
    color: #000;
    background-color: #ffffff;
}

.marquee-box {
    background: #e9f2fb;
    padding: 2px 0;
    margin-top: 3px;
}

.bg-secondary {
    background-color: #fde58a !important;
}

.bg-success {
    background-color: #198754 !important;
}

.footer-bottom {
    background: #2c2e33;
    padding: 15px 0px 15px 0;
}

.footer-bottom li {
    list-style: none;
}

.footer-bottom ul {
    margin-bottom: 0;
}

.footer-bottom li a {
    text-decoration: none;
    color: #86898f;
    font-size: 14px;
    transition: all .3s ease;
}

.footer-bottom li a:hover {
    color: #fff;
    text-decoration: underline;
}


/* ============== Form CSS ============== */

.form-section {
    color: #444444;
    background-color: #f7fcfc;
    padding: 100px 0 80px 0;
}

.form_2 {
    padding: 110px 0 45px 0;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
    line-height: 1.5;
    font-size: 2rem;
    color: #606060;
    font-weight: 700;
}

.form-section .forms {
    width: 100%;
}

.form-section .forms input,
.form-section .forms select {
    height: 44px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    color: #444444;
    padding: 10px;
}

.form-section .forms input:focus,
.form-section .forms select:focus {
    background-color: #fff;
    border-color: #f89c45;
}

.form-section a {
    background: #00a6eb;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
    border-radius: 4px;
}

#regForm.payment_section {
    background: #fff;
}

.payment_section {
    background: #fff;
    padding: 40px;
}

.invoice,
.payment-section {
    width: 100%;
    margin: auto;
    padding: 20px;
    min-height: 525px;
    border: 1px solid #ccc;
}

.payment_section .main-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.invoice header h1 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.invoice table th,
.invoice table td {
    border: 1px solid #ccc;
}

.total {
    margin-top: 30px;
}

.pay_box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
}

.pay_box.pay_gatebay {
    min-height: 342px;
}

.pay_info {
    padding: 20px;
    border: 1px solid #ccc;
}

.pay_box .head-2 {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0 20px 0;
}

.pay_box .head-1 {
    font-size: 38px;
}

.pay_info .form-container h2 {
    margin-bottom: 20px;
}

.pay_info .form-container input {
    margin-bottom: 20px;
}

#regForm {
    background-color: #ccebf5;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

input.invalid {
    background-color: #ffdddd;
}

.tab {
    display: none;
}

.box-content a{
    float: right;
}

button {
    /* background-color: #04AA6D; */
    background: #00a6eb;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
    border-radius: 4px;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
    background: #00a6eb;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
    border-radius: 4px;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #04AA6D;
}

.contact-section {
    padding: 101px 0;
}

.title-message p {
    font-size: 14px;
}

.cont-info {
    margin-top: 65px;
}

.cont-info span a {
    text-decoration: none;
    color: #444444;
}

.cont-info p {
    font-size: 16px;
    margin: 5px 0;
}

.thank-img{
    text-align: center;
}

.thank-img img{
    width: 550px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.declaimer-section{
    background: #0d6efd;
    color: #fff;
    padding: 30px 0 30px 0;
}

.declaimer-section h2{
    font-size: 35px;
    font-weight: 800;
}

.declaimer-section p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1140px) {
    .header .nav .drawer {
        padding: 0;
    }
}

@media (max-width: 920px) {
    .header .nav {
        display: flex;
        position: fixed;
        top: 0;
        left: -925px;
        width: 100%;
        height: 100%;
        z-index: 300;
    }

    .header .nav .blank {
        height: 100%;
        flex: 1;
    }

    .box-content .book-btn {
        width: 90px;
        padding: 7px 0;
    }

    .logo img {
        width: 150px;
        margin-left: 10px;
    }

    .drawer-btn {
        top: 10px;
    }

    .box-title {
        font-size: 18px;
    }

    .header .nav .drawer {
        box-shadow: 2px 0 12px rgb(0 0 0 / 40%);
        padding-top: 50px;
        height: 100%;
        width: 225px;
        background: #fff;
        flex-direction: column;
        position: fixed;
        left: -240px;
        transition: all 200ms linear;
        overflow: auto;
    }

    .header .nav .drawer a {
        padding: 10px;
    }

    .drawer-btn,
    .close-btn {
        display: block;
    }

    .header .logo {
        margin-left: 17px;
    }

    .blur .drawer {
        left: 0 !important;
    }

    .blur {
        background: rgb(0 0 0 / 30%);
        backdrop-filter: blur(1px);
        left: 0 !important;
    }

    .footer-link {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }

    .footer-link li {
        margin-bottom: 10px;
    }
}


@media (max-width: 576px) {
    .inner-box {
        padding: 30px 0;
    }

    .invoice table th,
    .invoice table td {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 17px;
    }

    .section-title {
        padding-bottom: 0px;
    }

    #prevBtn {
        margin-bottom: 10px;
    }

    button,
    #prevBtn {
        font-size: 14px;
        padding: 8px 10px;
    }

    .invoice {
        min-height: auto;
    }

    .total p {
        font-size: 15px;
    }

    .pay_box .head-1 {
        font-size: 24px;
    }

    .pay_box .head-2 {
        font-size: 14px;
    }

    .payment_section .main-heading {
        padding-top: 1.5rem;
        font-size: 14px;
    }

    .pay_box img {
        width: 300px !important;
    }

    .invoice header h1 {
        font-size: 21px;
    }

    .pay_box.pay_gatebay {
        min-height: auto;
    }

    .pay_info .form-container h2 {
        font-size: 21px;
        text-align: center;
    }

    .box-content {
        min-height: 170px;
    }

    .box-content:hover {
        transform: scale(1);
    }

    .contact-section {
        padding: 80px 0 30px 0;
    }

    .cont-info {
        margin-top: 30px;
    }

    .pay_box {
        text-align: center;
        padding: 10px
    }

    .payment_section {
        padding: 0px;
    }
}