/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --blue: #033763;
    --red: #C70C0C;
    --white: #fff;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-poppins: 'Poppins', sans-serif;
    --shadow: #bbdfff;
}

body::-webkit-scrollbar {
    width: 8px;
}


body::-webkit-scrollbar-track {
    background: #BBDFFF;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border-radius: 30px;
}

.bg-ligbl {
    background: #d1e2eb !important;
}

.text-blue {
    color: var(--blue);
    font-weight: 500;
}

body {
    font-family: 'Poppins', sans-serif;
}

.btn-blue {
    color: var(--white);
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

.btn-blue:hover {
    color: var(--blue);
    background-color: transparent;
    border: 1px solid var(--blue);
}

/* ------------- Top button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 57px;
    height: 57px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s linear;
}

.back-to-top img {
    width: 100%;
    filter: drop-shadow(3px 3px 5px #056e5733);
}

.back-to-top:hover {
    transform: scale(1.2);
}

/* ----------------- Banner Styling -------------------- */
#banner {
    background: url(../images/section-top.png) no-repeat bottom/100% auto, linear-gradient(to top, #0001, #fff0 5%), url('../images/home-page-banner.webp') no-repeat top/cover;
}

.body-contect h4 {
    font-size: 25px;
    font-weight: 500;
    color: #033763;
}

.slidown {
    animation: slideInDown 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}

[data-delay="1"] {
    animation-delay: .1s;
}

[data-delay="3"] {
    animation-delay: .3s;
}

[data-delay="5"] {
    animation-delay: .5s;
}
[data-delay="7"] {
    animation-delay: .7s;
}

.body-contect h3 {
    font-size: 35px;
    font-weight: 700;
    color: #C70C0C;
}

.body-contect h2 {
    font-size: 55px;
    font-weight: 700;
    color: #033763;
}


.bottom-contents h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #033763;
    padding-left: 10px;
}

.bottom-contents img {
    margin-bottom: 20px;
}

.bottom-contents .col-md-2 {
    border-right: 1px solid #03376333;
    margin-left: 40px;
}

.bottom-contents .col-md-2:last-child {
    border: none;
}

.bottom-contents .col-md-2:first-child {
    margin-left: 0;
}

/* ------------------- Booking Section */
/* #booking {
    background: url(../images/section-top.png) no-repeat bottom/100% auto, linear-gradient(to top, #0001, #fff0 5%);
} */

#booking .road img {
    width: 100%;
}

#Contact_us h2,
.book-content h2,
.price-bg h2 {
    font-size: 48px;
    font-weight: 600;
    color: #033763;
}

.book-content h2 span {
    color: #C70C0C
}

section p,
.container p,
p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.book-bottom button {
    background-color: #033763;
    border-radius: 8px;
    box-shadow: 1px 1px var(--white), 2px 2px var(--blue);
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 13px;
    margin-left: 25px;
}

.book-bottom button i {
    transform: scale(0.8);
    display: inline-block;
}

.book-bottom .bike img {
    max-width: 100%
}

.highlight-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.highlight-button .btn {
    margin: 12px;
}

.highlight-button .second {
    margin-left: 17%;
}

.highlight-button .third {
    margin-left: 34%;
}

/* =============== Form Styling */
.booking-form .form {
    margin: auto;
    /* width: 80%; */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25), 5px 5px 10px #00000003 inset;
    outline: 1px solid #03376355;
    outline-offset: 2px;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;

}

#messageBox1 ul {
    margin: -20px 0 5px;
}

#messageBox1 ul li {
    font-size: 12px;
    list-style: inside;
    color: var(--red);
    padding-left: 15px;
}

label.error {
    color: var(--red);
}

#ContactUsForm label.error {
    position: absolute;
    font-size: 12px;
    width: 100%;
    bottom: -18px;
    left: 0;
}

select {
    transition: all .3s linear;
}

select:focus {
    box-shadow: none !important;
    outline: none !important;
}

textarea.effect-16~.focus-border {
    bottom: 7px;
}

textarea.effect-8~.focus-border:after {
    bottom: 7px;
}

/* ------------------ Why Choose Us : Starts --------------- */

.price-bg {
    background: url(../images/section-bot.png) no-repeat bottom/100% auto, linear-gradient(to top, #0001, #fff0 5%), url(../images/why-bg.webp) no-repeat top left/cover;
}

.gradient-border {
    --borderWidth: 3px;
    background: #f6f6f6;
    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #C70C0C, #f37055, #ef4e7b, #a166ab, #5073b8, #033763);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#price_list .rounded-pill.btn-blue {
    transition: all .2s linear;
}

#price_list .rounded-pill.btn-blue:hover,
#price_list .rounded-pill.btn-blue.active {
    background-color: var(--white);
    color: var(--blue);
    transform: translate(0, -5px) scale(1.17);
    box-shadow: 0 4px;
    outline: none;
}

#price_list table th,
#price_list table td {
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

#price_list table thead th {
    color: var(--red);
    font-size: 18px;
}

#price_list table thead {
    border-bottom: 1px solid #03376322;
}

.price_list_table {
    background: #f6f6f6;
    border-radius: 2px;
    box-shadow: 0px 0px 8px #03376322;
    padding: 18px 20px 10px;
    /* outline: 1px solid #033763; */
    /* outline-offset: 5px; */
    height: 530px;
    overflow: hidden;
}

.price_list_table .pricelist {
    display: none;
}

.price_list_table .pricelist.showTable {
    display: block;
}

.price-bg h6 {
    font-weight: 600;
    font-size: 18px;
    color: var(--red);
    position: relative;
    display: inline-block;
}

.price-bg h6:after {
    content: '';
    width: 40%;
    height: 2px;
    background-color: var(--red);
    bottom: 0;
    left: 110%;
    position: absolute;
}

.list-items h3 {
    font-size: 22px;
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.list-items h3 i {
    transform: scale(1.8);
    display: inline-block;
}

section#price_list {
    color: #7a90ff;
    padding: 2em 0;
    min-height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    z-index: 10;
}

/* ----- Contact Form  */
.contact-form .input-effect {
    margin: 10px 0 30px !important;
}

#Contact_us h2 {
    position: relative;
}

#Contact_us h2::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 30%;
    bottom: -2px;
    left: 0;
    background-color: var(--red);
}

#contact_us_section {
    text-align: center;
}

#contact_us_section .col,
#contact_us_section .col-md {
    margin: 12px 0;
}

#contact_us_section .contact-head {
    font-size: 24px;
    color: var(--red);
    font-weight: 600;
}

#contact_us_section .contact-det a {
    text-decoration: none;
    color: var(--blue);
    font-weight: 500;
}

#contact_us_section .contact-icon {
    border: 1px solid var(--red);
    box-shadow: 2px 2px 3px #03376355;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    margin: auto;
}

#contact_us_section .contact-icon i {
    font-size: 32px;
    line-height: 60px;
    color: var(--blue);
}

/* ------------------ Why Choose Us : Ends --------------- */
/* --------------- Ternms and Condition ----------------- */
#term-conditions {
    background-color: var(--blue);
    color: var(--white);
    font-size: 14px;
}

#termcondition .modal-header {
    background-color: var(--blue);
    color: var(--white);
}

#term-conditions ul li {
    list-style-position: inside;
}

#termcondition ol li {
    margin-bottom: 10px;
}

/* ----------- Footer */
footer {
    background: url('../images/footer-bg.svg') top center/cover;
    padding: 12px 0 5px;
}

.social-icon i {
    font-size: 24px;
    color: var(--white);
    margin-left: 20px;
}

#price_list .rounded-pill.btn-blue {
    padding: 6px 25px 7px;
    outline: 1px solid var(--blue);
    outline-offset: 2px;
    margin: 0 32px;
    font-weight: 500;
}

/* ------------------------- Notification Styling Starts */
#pageMessages {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30%;
}

#pageMessages .alert {
    position: relative;
}

#pageMessages .alert .close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1em;
}

#pageMessages .alert .fa {
    margin-right: .3em;
}

#pageMessages .alert p {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 25px;
}

/* -------------------------- Notification Styling : Ends */
@media (min-width:768px) {}

@media (max-width:767px) {
    #banner {
        background: url(../images/section-top.png) no-repeat bottom/100% auto, linear-gradient(to top, #0001, #fffa), url('../images/slider-bg.webp') no-repeat top/cover;
    }

    section p,
    .container p,
    p {
        color: #222;
        font-size: 16px;
        font-weight: 500;
    }

    .body-contect h2,
    .book-content h2,
    .price-bg h2 {
        font-size: 36px;
    }

    .body-contect h3 {
        font-size: 30px;
    }

    .body-contect h4 {
        font-size: 22px;
    }

    .bottom-contents .col-md-2 {
        margin-left: 0px;
    }

    .bottom-contents h6 {
        font-size: 16px;
    }

    .bottom-contents img {
        margin: 0 auto 12px;
    }

    .highlight-button .btn {
        margin: 0;
    }

    .highlight-button .second {
        margin-left: 7px;
    }

    .highlight-button .third {
        margin-left: 20px;
    }

    .highlight-button {
        /* flex-direction: row; */
        align-items: flex-start;
        justify-content: space-around;
    }

    #booking .road img {
        /* width: 270% !important;
        transform: translateX(-40%) translateY(-3px); */
        display: none;
    }

    .book-bottom button {
        font-size: 14px;
        padding: 7px 17px 7px 10px;
    }

    input[type="text"] {
        font: 14px/24px "Lato", Arial, sans-serif;
        color: #252525;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
    }

    .list-items h3 {
        font-size: 14px;
    }

    #Contact_us h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    #price_list .rounded-pill.btn-blue {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .price_list_table {
        padding: 0;
        padding-top: 18px;
        overflow: auto;
    }

    #price_list table th,
    #price_list table td {
        font-size: 14px;
        padding: 6px 0px 6px 8px;
    }

    #pageMessages {
        width: 90%;
        z-index: 99;
    }

    #pageMessages .alert p {
        font-size: 12px;
        text-align: left !important;
    }

    .closebtn i {
        font-size: 28px;
        position: absolute;
        right: 5px;
        top: 0;
    }
}