* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Manrope';
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.bg-gray {
    background-color: #F5F5F5;
}

.main-heading {
    font-size: 56px;
    font-weight: 800;
}

.heading-sub-text {
    font-size: 18px;
    font-weight: 500;
}

.sub-heading {
    font-size: 40px;
    font-weight: bold;
}

.sub-heading span {
    color: #27BDBE;
}

.sub-title {
    font-size: 22px;
    font-weight: bold;
}

.page-paragraph {
    font-size: 18px;
}

.tour-box {
    min-height: 680px;
}

section {
    padding: 20px 30px;
}

.box-section {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    position: relative;
}

.tour-title {
    font-size: 26px;
    font-weight: bold;
}

.tour-text {
    font-size: 16px;
}

.tour-sec {
    position: absolute;
}

.first .tour-text {
    max-width: 286px;
}

.sec .tour-text,
.third .tour-text {
    max-width: 215px;
}

.first {
    top: 100px;
    right: 60px;
}

.sec {
    bottom: 125px;
    left: 80px;
}

.third {
    right: 30px;
    bottom: 25px;
}

.tour-card {
    transition: 300ms;
}

.tour-card:hover {
    transform: scale(1.05);
}

.tour-card-title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    min-height: 54px;
}

.more-details-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline;
    transition: 300ms;
}

.more-details-btn:hover {
    color: #D5CC2E;
}

/* carousal start */
.carousal-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
}

.section-gray-text {
    font-size: 16px;
    color: #000000;
}

.carousal-img {
    border-radius: 6px;
}

.carousel-item {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 55px;
}

.controllers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel button {
    color: #000000;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #000000;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    top: unset;
}

.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
    position: unset;
    margin: 0;
}

.carousel-indicators [data-bs-target] {
    background-color: #27BDBE;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
}

/* carousal end */

.quote-text {
    font-size: 18px;
    color: #000000 !important;
    text-transform: none !important;
}

.border-boxes {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    background-color: #FFFFFF;
    margin-top: 30px;
}

.border-boxes::before {
    content: '';
    border: 1px solid #33B6BB;
    border-radius: 6px;
    display: block;
    top: 5px;
    left: 5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    z-index: -101;
}

.box-title {
    font-size: 24px;
    font-weight: bold;
}

.box-text {
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.sub-para {
    font-size: 22px;
}

.visit-img {
    margin-top: -20px;
}

.blue-sub-heading {
    font-size: 24px;
    font-weight: bold;
    color: #27BDBE;
}

.blue-sub-heading span {
    font-size: 32px;
    color: #27BDBE;
    margin-right: 10px;
}

.box-cards {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    min-height: 169px;
}

.box-card-title {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-card-title::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #27BDBE;
}

.box-card-text {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.tips-card {
    border: 1px solid #D9D9D9;
    border-radius: 18px;
}

.tips-card-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.tips-card-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.banner {
    padding: 25px 0;
}

.banner-title {
    font-size: 50px;
    font-weight: 800;
    color: #27BDBE;
    text-align: center;
}

.link-boxes {
    background-color: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 29px;
    text-align: center;
    padding: 17px;
    font-size: 18px;
    font-weight: 600;
    max-width: 390px;
    margin-bottom: 15px;
    margin-left: auto;
    transition: 300ms;
}

.link-boxes:hover {
    color: #D5CC2E;
    transform: scale(1.03);
}

/* faq */
.faq-accordion,
.faq-accordion-item,
.faq-accordion-header,
.faq-accordion-button,
.panel-accordion,
.panel-item,
.panel-header,
.panel-button,
.panel-button:not(.collapsed) {
    border: none;
}

.faq-accordion-item {
    border-bottom: 1px solid #ddd;
}

.faq-accordion-button:focus,
.panel-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-accordion-button:not(.collapsed),
.panel-button:not(.collapsed) {
    background-color: #D9D9D9;
    color: #000000;
    box-shadow: none;
}

.faq-accordion-item:first-of-type .faq-accordion-button {
    border-radius: 0;
}

.faq-accordion-body {
    background-color: #D9D9D9;
    padding-top: 0;
}

.faq-para {
    font-size: 20px;
}

.faq-accordion-button {
    font-size: 20px;
    font-weight: 600;
}

.faq-accordion-button::after,
.panel-button::after {
    width: 38px;
    height: 38px;
    background-image: url(../images/faq-arrow.svg);
    background-size: contain;
}

.faq-accordion-button:not(.collapsed)::after,
.panel-button:not(.collapsed)::after {
    background-image: url(../images/faq-arrow.svg);
}

/* media query */
@media screen and (max-width: 1400px) {
    .first {
        right: 15px;
    }

    .sec {
        left: 35px;
    }
}

@media screen and (max-width: 1200px) {
    .faq-accordion-button {
        font-size: 18px;
        align-items: start;
        gap: 10px;
        padding: 15px 0px;
    }

    .first {
        top: 90px;
        right: 0px;
    }

    .sec {
        left: 10px;
        bottom: 120px;
    }

    .first .tour-text {
        max-width: 250px;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 20px 10px;
    }

    .no-border {
        border: none;
    }

    .link-boxes {
        margin: 0 auto 15px;
    }

    .explore-more-img {
        display: block;
        margin: 20px auto 0;
    }

    .carousel-indicators [data-bs-target] {
        margin: 0 2px;
    }

    .tour-sec {
        position: unset;
        text-align: center;
        margin-top: 15px;
    }

    .tour-text {
        margin: 0 auto;
    }

    .first .tour-text,
    .sec .tour-text,
    .third .tour-text {
        max-width: 280px;
    }

    .main-heading {
        font-size: 41px;
    }

    .sub-heading {
        font-size: 31px;
    }

    .carousel-item {
        padding-bottom: 10px;
        max-height: 207px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .carousal-title {
        font-size: 26px;
        margin-top: 0;
    }
}

/* Desk-table */
.table-list {
    position: sticky;
    top: 50px;
    margin-top: 4.5rem;
}

.table-list li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.table-list li a {
    color: #000000;
}

.numberd::before {
    content: '';
    color: #D5CC2E;
    font-size: 65px;
    font-weight: 800;
    margin-right: 6px;
}

.numberd-1::before {
    content: '1';
}

.numberd-2::before {
    content: '2';
}

.numberd-3::before {
    content: '3';
}

.numberd-4::before {
    content: '4';
}

.numberd-5::before {
    content: '5';
}

.numberd-6::before {
    content: '6';
}

.numberd-7::before {
    content: '7';
}

.numberd-8::before {
    content: '8';
}

.numberd-9::before {
    content: '9';
}

.numberd-10::before {
    content: '10';
}

.numberd-11::before {
    content: '11';
}

.numberd-12::before {
    content: '12';
}

.numberd-13::before {
    content: '13';
}

.numberd-14::before {
    content: '14';
}

/*map*/
.route-box {
    background-color: #f5f5f5;
    border-radius: 21px;
    padding: 20px 20px 20px 16px;
    height: 100%;
}

.route-sec {
    border-left: 2px solid #fff;
    position: relative;
    padding: 0 0 40px 20px;
}

.route-icon {
    position: absolute;
    left: -17px;
}

.route-title {
    font-size: 20px;
    font-weight: 700;
}

.route-text {
    font-size: 16px;
}

.route-list li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.route-list li::marker,
.normal-list li::marker {
    color: #27bdbe;
}

.no-border {
    border: none;
}

/* panel */
.panel-btn {
    background-color: #D9D9D9;
    font-weight: 600;
    border: none;
}

.panel-btn:focus,
.panel-btn:not(.collapsed) {
    outline: none;
    box-shadow: none;
    background-color: #D9D9D9;
    color: #000000;
}

.panel-body {
    background-color: #D9D9D9;
}

.mobile-table-list {
    padding-left: 1rem;
}

.mobile-table-list li {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.mobile-table-list li a {
    color: #000000;
}

.ax-compare {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 22px;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
}

.ax-compare th {
    background: #0e9a9a;
    color: #fff;
    text-align: left;
    padding: 11px 13px;
    font-weight: 700;
}

.ax-compare td {
    padding: 11px 13px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.ax-compare tr:nth-child(even) td {
    background: #f7fbfb;
}

.ax-compare td:first-child {
    font-weight: 700;
    color: #6D2238;
    white-space: nowrap;
}

.ax-compare a {
    color: #0e9a9a;
    font-weight: 700;
}

.ax-abra {
    border: 1px solid #efdfc8;
    background: #fffdf8;
    border-radius: 14px;
    padding: 18px 20px;
    margin: 22px 0;
}

.ax-abra h3 {
    color: #6D2238;
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 8px;
}

.ax-abra .ax-abra-fare {
    display: inline-block;
    background: #0e9a9a;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 20px;
    margin: 0 6px 6px 0;
}

.ax-experience {
    border: 1px solid #efdfc8;
    background: #fffdf8;
    border-radius: 14px;
    padding: 16px 18px;
    margin: 22px 0;
    display: flex;
    gap: 14px;
}

.ax-experience img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c9a96e;
    flex: none;
}

.ax-experience .ax-exp-body {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
}

.ax-experience .ax-exp-body b {
    color: #6D2238;
}

@media (max-width:768px) {
    .ax-compare {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}