/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

.borderBottom {
    border-bottom: 1px solid #d4d4d4;
}

.navbarCss {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.shape {
    position: relative;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    z-index: 1;
    background-color: #f15a25;
    height: 100%;
}

.shapeInner {
    position: absolute;
    /* clip-path: polygon(1% 1%, 90% 1%, 100% 50%, 90% 100%, 1% 100%); */
    clip-path: polygon(0% 0%, 90% 1%, 100% 50%, 90% 100%, 0% 100%);
    z-index: 2;
}

.custom-shape {
    position: relative;
    width: 100%;
    background-color: var(--primary-booking);
    height: 100%;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.border-span {
    width: 99.5%;
    height: 99.5%;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    z-index: 1;
}

.backgroundBg {
    background-image: url("../img/bgGradient.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.bookingbackgroundBg {
    background-image: url("../img/booking-gradient.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.custom {
    accent-color: #3e31cf !important;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-right: 5px;
}

.height65 {
    height: 65px !important;
}

.mapBg {
    background-image: url("../img/Object.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.orangeBackground {
    background-image: url("../img/Group\ 718.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    margin-top: 0px !important;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #3e31cf;
}

.carousel-indicators {
    margin-bottom: 6rem !important;
}

.carousel-indicators .active {
    background-color: #3e31cf;
}

.top-25 {
    top: -25px;
}

.marginTopNegative {
    margin-top: -55px;
}

.marginTop-20 {
    margin-top: -20px;
}

.socialMedia a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.heroSectionBg {
    background-image: url("../img/hero-image.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.heroSectionBg .icon {
    height: 45px;
}

.marginLeft-65 {
    margin-left: -65px;
}

.bookingborderPrimary {
    border: 1px solid #f15a25;
}

.borderPrimary {
    border: 1px solid #3e31cf;
}

.borderSecondary {
    border: 1px solid #f9882e;
}

.borderPink {
    border: 1px solid #e53825;
}

.borderPrimary1 {
    border: 1px solid #f15a25;
}

.heroSectionRightBG {
    background-image: url("../img/product/Group\ 47254.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.sidesPadding {
    padding: 90px 30px;
}

.bookingbeyondBg {
    background-image: url("../img/beyond-booking.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.beyondBg {
    background-image: url("../img/product/Group\ 47255\ \(1\).svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.js-video-button {
    border-radius: 50%;
    animation: ripple-white 1s linear infinite;
    cursor: pointer;
}

#heroCaousel img {
    width: unset;
}

.userImg {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
}

@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgb(58, 21, 147, 0.05),
            0 0 0 10px rgb(58, 21, 147, 0.05), 0 0 0 20px rgb(58, 21, 147, 0.05);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(58, 21, 147, 0.05),
            0 0 0 20px rgba(58, 21, 147, 0.05),
            0 0 0 30px rgba(58, 21, 147, 0.05);
    }
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #heroCaousel img {
        width: unset;
        display: block;
        margin: auto;
    }

    .navbarCss .navbar-nav .nav-link i.fa-solid.fa-bars-staggered {
        display: block !important;
    }

    .responsiveTextCenter {
        text-align: center;
        padding: 0px 20px !important;
    }

    .font40,
    .font42 {
        font-size: 20px;
        line-height: 30px;
    }

    .font34 {
        font-size: 22px;
        line-height: 40px;
    }

    .font24 {
        font-size: 18px;
        line-height: 22px;
    }

    .font60 {
        font-size: 28px;
        line-height: 40px;
    }

    .font26,
    .font20 {
        font-size: 16px;
        line-height: 22px;
    }

    .font18 {
        font-size: 15px;
        line-height: 20px;
    }

    .font125 {
        line-height: 95px;
        font-size: 80px;
    }

    .font150 {
        font-size: 92px;
        line-height: 113px;
    }

    .font20 {
        font-size: 17px;
        line-height: 24px;
    }

    .responsiveFW700 {
        font-weight: 500;
    }

    .responsiveWidth100 {
        width: 100%;
    }

    .width70 {
        width: 70px;
    }

    .font21 {
        font-size: 13px;
        line-height: 16px;
    }

    .custom {
        width: 20px;
        height: 20px;
    }

    .carousel-indicators {
        margin-bottom: 3.5rem !important;
    }

    .font80 {
        line-height: 50px;
    }

    .responsiveFS22 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .filledBg {
        height: 4px;
        width: 80% !important;
    }

    .bottomBorder {
        width: 100% !important;
    }

    .d-grid a.btn.btn-lg {
        padding: 10px 8px;
        font-size: 14px;
    }

    .d-grid a.btn.btn-lg .ms-2 {
        margin-left: 0.2rem !important;
    }

    .scrolldiv {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }

    .scrolldiv .items {
        display: inline-block;
    }

    .font72 {
        font-size: 34px;
        line-height: 45px;
    }

    .sidesPadding {
        padding: 50px 20px 40px;
    }

    .font30 {
        font-size: 16px;
        line-height: 25px;
    }

    .backgroundBg {
        padding-top: 0px;
    }

    .bookingbackgroundBg {
        padding-top: 0px;
    }

    .font300px {
        font-size: 240px;
    }

    .font32 {
        font-size: 25px;
        line-height: 30px;
    }

    .caveatFont.textBlack1 {
        margin-top: 20px;
    }

    .heroSectionRightBG .col-md-6.col-6 {
        margin-bottom: 10px;
    }

    .heroSectionRightBG {
        margin-top: 15px !important;
    }

    .backgroundBg .btn.teritaryBg {
        margin-top: 0px !important;
    }

    .backgroundBg .row.pb-5 {
        padding-bottom: 30px !important;
    }

    .bookingbackgroundBg .btn.teritaryBg {
        margin-top: 0px !important;
    }

    .bookingbackgroundBg .row.pb-5 {
        padding-bottom: 30px !important;
    }

    .bookingHero {
        width: 325px;
        margin: 0 auto;
    }

    /* .col-md-6.mt-4.font600.blackColor {
    margin-top: 0px !important;
  } */

    .beyondBg {
        padding-top: 90px;
        padding-bottom: 0px !important;
        background-size: inherit;
    }

    .card.border-0.w-100 .darkBlueBg {
        text-align: center !important;
    }

    .card.border-0.w-100 .yellowBg1 {
        text-align: center !important;
    }

    .card.border-0.w-100 .greenBg1 {
        background-color: #1a9a2f;
        text-align: center !important;
    }

    .font36 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    /* Rahman Changes */
    .col-12.borderPink.p-lg-3.py-3 {
        margin-bottom: 15px;
    }

    .col-lg-4.col-md-6.borderPrimary.p-lg-3.py-3 {
        margin-bottom: 15px;
    }

    .col-md-6.col-lg-4.borderSecondary.p-lg-3.py-3 {
        margin-bottom: 15px;
    }

    .row.footerResponsive.pt-lg-5.pt-0.font16.font500 {
        display: flex;
        flex-direction: column;
    }

    .col-md-6.col-lg-4.bizcard-primary-border2.p-lg-4.py-3 {
        margin-bottom: 15px;
    }

    .col-md-6.col-lg-4.booking-primary-border2.p-lg-4.py-3 {
        margin-bottom: 15px;
    }
}

.font38 {
    font-size: 39px;
    line-height: 40px;
}

.navbarCss .navbar-nav .nav-link i.fa-solid.fa-bars-staggered {
    display: none;
}

.trangleBorder {
    width: 100%;
    height: 0;
    border-left: 133px solid transparent;
    border-right: 133px solid transparent;
    border-bottom: 50px solid #e53825ed;
}

.trangleBorderInside {
    width: 100%;
    height: 0;
    border-left: 133px solid transparent;
    border-right: 133px solid transparent;
    border-bottom: 50px solid #fff;
    padding: 2px !important;
    padding-bottom: 0px !important;
}

.marginTop-15 {
    margin-top: -15px;
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) and (max-width: 1100px) {
    .carousel-indicators {
        margin-bottom: 3.5rem !important;
    }

    .font18 {
        font-size: 14px;
        line-height: 18px;
    }

    .font150 {
        font-size: 92px;
        line-height: 113px;
    }

    .scrolldiv {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }

    .scrolldiv .items {
        display: inline-block;
    }

    .font72 {
        font-size: 55px;
        line-height: 65px;
    }

    .font40 {
        font-size: 30px;
        line-height: 40px;
    }

    .font30 {
        font-size: 15px;
        line-height: 20px;
    }
}

.scrollImage {
    overflow: auto;
    white-space: nowrap;
    display: block;
}

.scrollImage .pluginsImage {
    display: inline-block;
}

/* megamenu css start here */

.categoryImg img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.categoryInfo {
    display: flex;
    justify-content: start;
    text-align: left;
    padding: 20px 10px;
    margin-bottom: 15px;
}

.categoryInfo:hover {
    background: #e9ebef;
    transition: 0.5s;
}

.categoryInfo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.categoryInfo .categoryContent h4 {
    margin-bottom: 8px !important;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.categoryInfo .categoryContent h5 {
    font-size: 16px;
    color: #000;
}

.categoryInfo .categoryContent {
    padding-left: 20px;
}

.categoryInfo .categoryContent p {
    font-size: 15px;
    margin-bottom: 5px;
}

.navbar .megamenu {
    padding: 1rem;
}

.navbar .has-megamenu {
    position: static !important;
}

.navbar .megamenu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 0;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navbar .dropdown-menu.fade-down {
    width: 700px !important;
}

.navbar-expand-lg .navbar-nav {
    position: initial;
}

.navbar li .dropdown-menu.fade-down {
    width: 100% !important;
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: initial;
}

        .flatpickr-input {
            background-color: white !important;
            cursor: pointer;
        }

        .formHeight {
            height: 45px;
            border-radius: 4px;
        }

        .btn-whatsapp {
            background-color: #25D366;
            color: white;
            font-weight: 500;
            padding: 10px;
            border-radius: 4px;
        }

        .btn-whatsapp:hover {
            background-color: #128C7E;
            color: white;
        }

        .wizardFormHeading {
            font-weight: 500;
            font-size: 14px;
            color: #333;
        }

/* megamenu css end here */

.socialIcon {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    text-align: center;
}

/* Rahman changes */
img.img-fluid.pluginsImage {
    width: 115px;
    height: 115px;
}

.newsArticleSlide .col-md-6 {
    position: relative;
}

.newsArticleSlide .col-md-6:first-child {
    background-image: url("https://cdn.create.vista.com/api/media/small/203505026/stock-vector-morning-coffee-and-newspaper-on-table");
    background-size: cover;
    background-position: center;
    height: 500px;
}

.newsArticleSlide .col-md-6:last-child {
    background: #3a1593;
    height: 380px;
    margin-left: -50px;
    max-width: 600px;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.newsArticleSlide .owl-carousel .item {
    padding: 20px;
    text-align: center;
}

.newsArticleSlide .owl-carousel .item img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .newsArticleSlide .col-md-6:last-child {
        margin-left: 0px;
    }

    .articleCard {
        height: 320px;
    }

    .articleText h5 {
        font-size: 16px;
    }

    .mobilePaddingNewsroom {
        padding: 20px 20px 20px 20px !important;
    }

    .articleLink a {
        font-size: 15px;
    }

    .articleDownloadLink a {
        font-size: 15px;
    }

    .newsArticleSlide .col-md-6:first-child {
        display: none;
    }

    .newsArticleSlide {
        padding: 0px 0px 0px 0px;
    }
}
.navbarCss .navbar-nav .nav-link i.fa-solid.fa-bars-staggered {
    display: none;
}

.navbarCss .navbar-nav li.nav-item a.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.bigdotUpiFooter p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    line-height: 14px;
    text-align: right;
}

.borderTopColor.borderTop {
    border-top: 1px solid !important;
    align-items: center;
}

.navbar.borderBottom {
    border-bottom: 1px solid #d4d4d4;

}

@media(max-width:767px) {
    .navbarCss .navbar-nav .nav-link i.fa-solid.fa-bars-staggered {
        display: block !important;
    }
}