:root {
    --dark-color: #0898A3;
    --light-color: #E1FFF3;
    --dark-gray: #545454;
    --light-gray: #999EA5;
    --light-black: #3F3F3F;
    --purple-color: #9013FE;
    --light-pink: #7a4d2521;
    --blue-color: #2F80ED;
    --pink-color2: #FFECF2;
    --fade-green: #d7fef2;
    --light-yellow: #eaffbc;
    --teal-green: #6b9286;

    --deep-purple: #4f08832e;
    --rich-purple: #4F0883;

    --soft-pink: #ffdcdf;
    --muted-red-pink: #c26b74;

    --light-sky-blue: #198fd51a;
    --sky-blue: #198fd5;

    --cool-blue: #eaf3f9;
    --medium-dark-gray: #6c6c6d;

    --warm-beige: #f0e3c8;
    --brownish-yellow: #6f551f;

}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Halyard Display';
}

body {
    font-family: 'Halyard Text';
}


a {
    text-decoration: none;
    color: #0898A3;
    font-weight: normal;
}

a:hover {
    text-decoration: none !important;
    color: #212529;
}


@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplay-Bold.woff') format('woff'),
        url('../fonts/HalyardDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplay-Regular.woff') format('woff'),
        url('../fonts/HalyardDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplayMedium-Regular.woff') format('woff'),
        url('../fonts/HalyardDisplayMedium-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplaySemiBold-Regular.woff') format('woff'),
        url('../fonts/HalyardDisplaySemiBold-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Text';
    src: url('../fonts/HalyardText-Regular.woff') format('woff'),
        url('../fonts/HalyardText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Text';
    src: url('../fonts/HalyardTextMedium-Regular.woff') format('woff'),
        url('../fonts/HalyardTextMedium-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Text';
    src: url('../fonts/HalyardText-Bold.woff') format('woff'),
        url('../fonts/HalyardText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* ------------------------ Navbar Style ---------------------*/
/* Make sure shadows are visible outside the slide area */
.top-spacing {
    margin: 45px 0 0 0;
}
.top-spacing20 {
    margin: 20px 0 0 0;
}
.pro-tips.pro-second-option.top-spacing {
    margin: 85px 0 0 0;
}
div#did-know3,
div#did-know2 {
    margin: 70px 0 0 0;
}

.navbar-nav {
    width: 100%;
    justify-content: end;
    gap: 15px
}

.navbar-brand img {
    width: 200px;
    width: 200px
}

.navbar-box {
    padding: 10px 0;
    box-shadow: 0px 3px 30px 5px #0000001F;
}

.inner-navbar form input {
    border-color: var(--dark-color);
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    padding-left: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    min-width: 250px
}

.inner-navbar form {
    position: relative
}

.inner-navbar form button {
    position: absolute;
    left: 0;
    height: 100%
}

.inner-navbar form button svg {
    width: 20px;
    height: 20px;
    fill: var(--dark-gray)
}

.inner-navbar form input::placeholder {
    color: var(--light-gray);
    outline: none;
}

.navbar-nav li a.nav-link {
    text-transform: capitalize;
    color: var(--light-black) !important;
    font-size: 16px;
    text-align: center;
}

.book-now-btn a {
    background: var(--dark-color);
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
    height: 42px;
    min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center
}

.inner-navbar .book-now-btn a.nav-link {
    color: #fff !important
}

.inner-navbar .navbar-nav ul li a {
    font-size: 15px;
    font-weight: 400
}

.inner-navbar .navbar-nav ul {
    border-top: 5px solid var(--dark-color) !important;
    background-color: #fff;
    border: 1px solid #0028641f
}

.navbar-expand-lg {
    gap: 100px
}

.inner-navbar .form-control:focus {
    box-shadow: none;
}

.inner-navbar .navbar-nav ul li a:hover {
    background: var(--dark-color);
    color: #fff;
}

.search-btn-mobile {
    display: none;
}















/* ------------------- Header Seach box css ---------------- */
.mobile-search form {
    position: relative;
    width: 90%
}

.mobile-search {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 18px 25px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #a2a2a24d 0 4px 8px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}

.mobile-search form input {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    border-radius: 100px
}

.mobile-search form span {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--dark-color);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px
}

.mobile-search form span i {
    color: #fff
}

.close-icon i {
    font-size: 20px
}

.close-icon {
    position: relative;
    padding: 1px 0 0
}

.inner-navbar .navbar-toggler {
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.owl-theme .owl-nav {

    display: none;
}

.main-heading-box {
    text-align: center;
    padding: 0 0 45px 0;
}

/* ------------------- Header Seach box css ---------------- */




/* home page css */
/* header css start */
.header-top-images{position:relative}
.tag-link {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #009ca6;
    color: #fff;
    padding: 6px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
  }
  
  
.header-sec {
    margin: 20px 0px 0px 0px;
}

.header-sec img {
    width: 100%;
}

.header-top-images {
    height: 400px;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.header-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.header-bottom-img1 {
    height: 160px;
}

.header-bottom-img1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.duomo-label {
    background-color: #0898A3;
    color: white;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
    font-size: 36px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.duomo-label a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.duomo-label a:hover {
    text-decoration: none !important;
    color: #212529;
}



/* mobile header */
.mobile-header {
    position: relative;
    width: 100%;
    display: none;
}

.mobile-header img {
    width: 100%;
    height: auto;
    display: block;
}

.image-text-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px 15px;
    font-size: 36px;
    border-radius: 5px;
    font-weight: 500;
}

/* header css end */
.box1 {
    border-radius: 15px;
    box-shadow: 0px 20px 70px -13px #0000001F;
    position: relative;
    cursor: pointer;
}


.hover-effect {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}


.hover-effect:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    background: #00000033;
    z-index: 2;
}

.box1:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.box1:hover .hover-btn {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.box1:hover .hover-effect:before {
    opacity: 1;
    visibility: visible;
}

.hover-effect:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    background: #00000033;
    z-index: 2;
}

.box1 img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 200px;
}

.hover-btn {
    position: absolute;
    bottom: 0px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    z-index: 3;
}

.hover-btn i {
    padding: 0 5px;
    color: #ffff;
}

.box-text {
    padding: 10px;
}

.box-text h3 {
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--light-black);
    margin: 0;
    min-height: 35px;
}

.tags-box {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin: 6px 0;
}

.tags-box span {
    border-radius: 5px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    font-size: 11px;
    font-weight: 500;
    padding: 0 8px;
    color: #fff;
}

.pink-color {
    background: var(--soft-pink);
    color: var(--muted-red-pink) !important;
}

.purple-color {
    background: var(--purple-color);
}

.rating-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0 0;
}

.list-rating-box {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    font-size: 15px;
    color: var(--light-black);
}

.star-icon svg {
    width: 14px;
    height: 16px;
}

.list-rating-count {
    font-weight: 500;
}

.tour-price {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--light-black);
}

.price {
    font-weight: 500;
}

/* landing banner css */
.inner-landing-banner {
    background-image: url('../Images/landing-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    color: #fff;
    text-align: center;
}

.inner-landing-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.inner-landing-banner {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    margin-top: 25px;
}

.inner-landing-banner h1 {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 500;
    left: 50%;
    bottom: 0px;
    position: absolute;
    transform: translate(-50%, -50%);

}

.future-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.future-grid .box1 {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 20px 70px -13px #0000001F;
    cursor: pointer;
}

.future-grid .feature-card {
    grid-column: span 2;
    position: relative;
    border-radius: 20px;
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.future-grid .feature-card .card-title-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.feature-card a {
    text-decoration: none;
    color: #212529;
    font-weight: normal;
}

.feature-card a:hover {
    text-decoration: none !important;
    color: #0898A3;
}


.future-slider {
    display: none;
}

/* flavor box css */

.flavor-box {
    background-image: url(../Images/inbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0;
    position: relative;
}

.flavor-box.homeflavor-box1 {
    background-image: url(../Images/dumo-home-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0;
    position: relative;
}

.flavor-box.homeflavor-box2 {
    background-image: url(../Images/home-milan-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0;
    position: relative;
}

.inner-flover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    position: relative;
}

.inner-banner-heading h4 {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
}

.inner-banner-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #fff
}

.inner-flover a {
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #FFF;
    color: #fff;
    width: 146px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--dark-color);
    border: none;
}

.exp-tours {
    display: none;
    justify-content: center;
    align-items: center;
    background: #138452;
    max-width: 642px;
    height: 165px;
    margin: auto;
    position: absolute;
    transform: translate(50%, 40%);
    width: 100%;
    gap: 40px;
    border-radius: 35.11px 7.02px
}

.ex-tour {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.ex-tour span {
    display: flex;
    width: 100%;
    max-width: 70px;
    margin: auto;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    height: 70px;
    margin-bottom: 10px
}

.ex-tour h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18.26px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.flavor-box:after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    ;
    content: "";
    width: 100%;
    height: 100%;
}





.inner-visit ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
    color: #444444
}

.visit-list li {
    display: list-item
}

.card-one {
    background: #fff;
    box-shadow: #64646f33 0 7px 29px 0;
    padding: 20px 30px;
    border-radius: 10px;
}

.visit-cards-flex {
    display: flex;
    gap: 30px;
}

.card-one .show-btn {
    display: none;
}

.tips-container {
    display: flex;
    gap: 25px;
    justify-content: space-between
}

.tips-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.show-more {
    color: var(--dark-color);
    border: none;
    background: transparent;
    display: none;
}

.tip {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    line-height: 1.6;
}

.third-opt-card {
    background: var(--dark-color);
    padding: 25px;
    border-radius: 10px
}

.third-opt-card .show-more {
    color: #fff;
    border: none;
    padding: 0;
    margin: 0
}

.third-opt-card p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0
}





.highilight-box {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: width .4s ease, flex .4s ease;
    flex: 1;
    height: 250px;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 12px 20px;
}

.highilight-box img {
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}

.highlight-text {
    position: absolute;
    bottom: -90px;
    width: 100%;
    color: #fff;
    padding: 20px;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 99
}

.highilight-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0006;
    z-index: 1;
    border-radius: 10px;
}

.highlight-text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.highlight-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    line-height: 20px;
}

.highlight-text a {
    color: #fff;
    font-weight: 500;
}

.highlights-slider .owl-item {
    transition: .5s ease-in-out
}


.highlight-text p {
    visibility: hidden;
    transition: .3s ease-in-out;
    margin: 4px 0;
}

.highilight-box:hover .highlight-text {
    bottom: 0
}

.highilight-box:hover .highlight-text p {
    visibility: visible
}

.inner-know {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.green-box {
    width: 100%;
    border-radius: 10px;
    background: var(--dark-color);
    padding: 15px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 12px 20px;
}

.green-box p {
    margin: 0
}

.green-box a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0 0;
    display: block
}

.heading-green {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 2px 0 10px;
    margin-bottom: 0;
}

.second-option .green-box {
    padding: 28px 14px
}

.second-option .heading-green {
    text-align: center;
    padding: 0
}



.inner-plan-visit button {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 24px;
    color: var(--light-black) !important;
    border: none !important
}

.inner-plan-visit ul {
    margin-bottom: 30px;
    justify-content: space-between;
}

.inner-plan-visit .nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--dark-color) !important;
    color: var(--dark-color) !important
}

.tabs-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #E6E7EE;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 12px 20px;
    ;
    border-radius: 20px;
}

.left-side-data img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.left-side-data {
    width: 40%
}

.right-side-data {
    width: 58%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.left-side-data {
    border-radius: 20px
}

.right-side-data ul li {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px
}

.right-side-data a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-color);
    text-decoration: none
}

.right-side-data h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #444;
}

.right-side-data p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}

.inner-plan-visit li button {
    padding: 0px 10px 10px 10px;
}

.overflow-box {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

.nav-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%
}

.overflow-box::-webkit-scrollbar {
    display: none
}

.overflow-box {
    -ms-overflow-style: none;
    scrollbar-width: none
}


/* daytrip sec start */
.daytrip-heading{text-align:left !important;color:#fff !important;}
/* daytrip sec end */
/* florance sec start */
.florance-main{display:flex;gap:20px}
/* florance sec start */
/* pro tips */
.promore{color:#fff;display:block;font-weight: 500;margin-top: 10px;}
.pro-tips-box .standed-text {
    background: var(--dark-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pro-tips-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standed-text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #444;
    text-align: center;
    margin-bottom: 11px;
}

.standed-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    margin-bottom: 0px;
}

.standed-text1 p {
    color: #fff;
}

.pro-second-option h3 {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.standed-text,
.standed-text1 {
    padding: 15px;
}

.standed-box,
.pro-tips-box {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 12px 20px;
    border-radius: 20px;
    margin: 0 0 25px 0;
}


.standed-text-left h3 {
    text-align: left;
}

/* .standed-box img {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */

.questions_inner .accordion-button {
    border: 0 !important;
    background-color: #fff;
    color: var(--light-black);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none;
}

.questions_inner .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.questions_inner .accordion-button.asked_q {
    font-size: 24px;
    padding: 15px 0;
    line-height: 30px;
    font-weight: 500;
    color: #444444;
}

.vesuvius {
    padding: 10px 0 20px 0;
}

.asked_questions_acco .accordion-item {
    border: 1px solid #E8EBED;
    background: #fff !important;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 12px 20px;
}

.questions_inner .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.asked_questions_acco .accordion-item .accordion-button {
    padding: 12px;
}

.asked_questions_acco .accordion-body {
    padding: 10px;
    padding-top: 0;
    line-height: 21px;
    color: #757C7F;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) grayscale(94%);
}

.more-detailbtn {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0 0;
    display: block;
    border: none;
    background: transparent;
}

/* review sec css start */

.review-user {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: flex-start;
    padding: 15px;
}
.review-user img {
    width: 32px!important;
}

.review-user-name h3 {
    font-size: 18px;
    color: #18333C;
    margin: 0 0 5px;
    font-weight: 500;
}

.review-location {
    display: flex;
    gap: 20px;
    align-items: center;
}

.review-user-name span {
    font-size: 14px;
    color: #2F6578;
    margin: 0;
    line-height: 10px;
    display: block;
    position: relative;
}

.date-box:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 1px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #D9D9D9;
}

.review-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.review-img img {
    width: 31%!important;
    object-fit: cover;
    border-radius: 10px;
    height: 80px;
}
.review-text {
    padding: 15px 15px 8px 15px;
}

.review-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #646464;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #646464;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-text a {
    color: #2F6578;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
}
.star-review {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.rating-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.star-review svg {
    width: 15px;
    height: 15px;
}

.verified-tag p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 0;
}

.bottom-text {
    border-width: 1px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #E2E8E6;
    background: #F1F4F6;
    padding: 8px 15px;
    margin-top: 15px;
}

.bottom-text a {
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    color: #2F6578;
    text-decoration: none;
}

#review-carousel .owl-stage {
    display: flex !important;
  }
  
  #review-carousel .owl-item {
    display: flex;
    align-items: stretch;
  }
  
  .review-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #E2E8E6;
  }
  
/* review sec css end */

/* whyvisit start */
.inner-italy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #E6E7EE;
    border-radius: 20px;
    box-shadow: #00000012 0 12px 20px;
    margin-bottom: 30px;
}

.img-italy {
    width: 40%;
}

.img-italy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.italy-text {
    width: 59%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.italy-gap {
    padding: 15px 15px 0;
}
.italy-text h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #444;
}
.tags-box {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin: 6px 0;
}
.tags-box span {
    border-radius: 6px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    font-size: 10px;
    font-weight: 500;
    padding: 0 8px;
    color: #fff;
}
.pink-color2 {
    background: var(--pink-color);
    color: #000!important;
}
.fade-green-color {
    background: var(--fade-green);
    color: #000!important;
}
.italy-text ul {
    color: #444;
    margin-bottom: 0;
}
.italy-text ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 8px;
}
.italy-text a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: var(--dark-color);
}
.rating-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15.76px;
    padding: 15px 15px;
    border-top: 1px solid #ccc;
}
.bottom-rating {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}
.bottom-rating strong {
    font-weight: 600;
}
.bottom-rating span {
    color: #888;
    font-weight: 400;
}
.rating-product p {
    margin: 0;
}
/* whyvisit end */
/* ticket-tour-info sec css */

.ticket-tour-info .info-main .nav-tabs {
    border-bottom: none;
    justify-content: center;
    gap: 20px;
}
.visit-tabs{border-bottom: 1px solid #ccc !important;}
.top-navtabs .nav-link {
    color: #0898A3;
    border: 1px solid #0898A3;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    width: 135px;
    height: 45px;
}

.top-navtabs .nav-link.active {
    background-color: #0898A3;
    color: #fff;
    border: 1px solid transparent;
}



.florance-collapse-header p {
    font-size: 15px;
    color: #444444;
    margin-bottom: 25px;
}

.ticket-tour-info .main-collapse-btn {
    background: transparent;
    border-bottom: none !important;
    padding-inline: 0;
}

.ticket-tour-info .main-collapse-btn h2 {
    font-size: 24px;
    color: #444444;
}

.ticket-tour-info .top-item {
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.ticket-tour-info .accordion-body {
    padding-inline: 0;
}

.underground-tour-title {
    font-size: 18px;
    color: #444444;
    margin-bottom: 20px;
}

.lft-header-image {
    height: 300px;
}

.lft-header-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.lft-header-content ul,
.under-rgt-collapse ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.lft-header-content ul li {
    padding-left: 5px;
}

.lft-header-content p,
.lft-header-content .highlights ul li,
.under-rgt li {
    font-size: 15px;
    color: #444444;
    margin: 20px 0;
    line-height: 26px;
}

.under-rgt li {
    margin: 5px 0;
}

.lft-header-content .highlights h4 {
    font-size: 16px;
    color: #444444;
}

.accordion-button.main-collapse-btn1:not(.collapsed) {
    border-bottom: none !important;
    box-shadow: none !important;
}

.highlights a {
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    border: 2px solid #FFF;
    color: #fff;
    width: 146px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--dark-color);
    border: none;
}

.banner_info_img {
    padding-top: 20px;
}



.banner-info-in {
    background: rgba(8, 152, 163, 0.12);
    padding: 24px;
    border-radius: 12px;
}

.info-subheading {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #242424;
}

.banner-info-in .sap-md-heading {
    font-size: 50px;
    line-height: 62px !important;
    color: #0898A3;
    text-align: center;
    padding-top: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.ban_info-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin: 20px 0 0 0;
}

.ban_info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

}

.under-rgt-collapse .highlights h4 {
    font-size: 24px;
    color: #444444;
}


/* news section start */
.news-heading{display: none;}
.inner-news-sec {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.news-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-box {
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    box-shadow: #00000012 0 12px 20px;
}
.news-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: #00000012 0 12px 20px;
}
.news-box button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    border: none;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    background-color: #fffc;
}
.news-text-box span {
    font-size: 25px;
    color: var(--dark-color);
    font-family: "Schoolbell",cursive;
}
.news-text-box h3 {
    font-size: 45px;
    font-weight: 600;
    color: #444;
}
/* news section end */
/* ---------------- footer Css ----------------- */
.inner-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
}

.footer1 {
    width: 23%;
}

.footer1.logo-box img {
    width: 133px
}

.footer1.logo-box p {
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 0
}

.footer1 h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 14px;
}

.inner-footer {
    background: #1C1C1D;
    border-radius: 30px;
    padding: 50px 45px 30px 45px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.footer1 ul li {
    list-style: none
}

.footer1 ul {
    padding: 0
}

.footer1 ul li {
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 5px;
}

.contact-footer ul li {
    padding-bottom: 11px;
    position: relative;
    padding-left: 35px
}

.contact-footer ul li svg {
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 2px
}

.news-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.news-img img {
    max-width: 31%;
    width: 100%;
    border-radius: 10px
}

.copyright-box {
    width: 100%;
    border-top: 1px solid #FFF3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
    margin-top: 50px;
}

.copyright-box p {
    font-weight: 400;
    margin: 0;
}


.copyright-links a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    margin: 0px 20px;
}

.copyright-links a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    margin: 0px 20px;
}

.copyright-links a:hover {
    text-decoration: none !important;
    color: #fff;
}


.footer1 ul li a {
    color: #fff;
    text-decoration: none
}

.owl-nav {
    display: flex;
    justify-content: center
}

.owl-nav button {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50px !important;
    text-align: center;
    border: 1px solid #e4e4e4 !important;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.footer-box {
    margin-bottom: 50px
}

button.owl-next,
button.owl-prev {
    background: #ffffff !important;
}

.inner-faq-box .accordion-button:focus {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.inner-faq-box .accordion-button:not(.collapsed) {
    color: #444;
    background-color: transparent;
    box-shadow: none;
}

.owl-nav button {
    margin: 0 !important;
}

.owl-carousel .owl-nav.disabled,
body .owl-carousel .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    position: absolute;
    top: -76px;
    right: 0;
    margin: 0;
}

#did-know3 .owl-nav,
#did-know2 .owl-nav {
    top: -55px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #444444 !important;
    border: none;
    padding: 0 !important;
    font: inherit !important;
}
div#option-explain2 .owl-nav,div#option-explain1 .owl-nav {
    top: -48px;
}


@media (min-width: 1024px) and (max-width:1366px) {
   

    .inner-navbar form input {
        min-width: 150px;
    }

    .navbar-brand img {
        width: 200px;
        width: 140px;
    }

    .navbar-nav li a.nav-link {
        font-size: 15px;
    }

    .navbar-nav {
        gap: 10px;
    }

    .cancel-policy {
        line-height: 18px;
        padding: 15px 10px;
    }

    .banner-images {
        width: 60%
    }

    .categories-thired {
        justify-content: space-between
    }

    .inner-banner {
        width: 100%;
        gap: 15px
    }

    .banner-text {
        width: 35%
    }
}

@media (max-width: 1024px) {
   
    /* florance sec start */
    .florance-main {
        flex-wrap: wrap;
    }
    
    .florance-main > * {
        width: calc(33% - 20px);
    }
    
    
/* florance sec end */
}



@media (max-width:768px) {
    .florance-main > * {
        width: calc(50% - 20px);
    }
    .news-text-box span {
        font-size: 18px;
    }
    .news-text-box h3 {
        font-size: 36px;
    }
   
    .mobile-header {
        display: block;
    }

    .header-sec {
        display: none;
    }

    .future-slider {
        margin: 20px 0 0 0;
        display: block;
    }

    .future-slider .box1 {
        margin-bottom: 25px;
    }

    .future-grid .feature-card {
        flex: 0 0 calc(100%);
    }

    .future-grid .box1 {
        display: none;
    }

    .inner-flover {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .inner-landing-banner {
        height: 300px;
    }

    .visit-cards-flex {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }

    .visit-cards-flex>* {
        margin: 0;
    }

}


@media(max-width:767px) {
.top-spacing20 {
    margin: 15px 0 0 0;
}
.top-spacing {
    margin: 30px 0 0 0;
}
.pro-tips.pro-second-option.top-spacing{margin: 0;}
.main-heading-box {
    padding: 0px 0 30px 0;
}
.card-one .show-btn {
    display: block;
    border:none;
    background: transparent;
    color: var(--dark-color);
}
.florance-main {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
}

.florance-main > * {
    flex: 0 0 auto;
    width: calc(80% - 20px);
    scroll-snap-align: start;
}
.news-text-box.news-box{display: none;}
.news-heading {
    display: block;
}
.italy-text ul {
    padding: 10px 10px 0 10px;
}
.italy-text a{margin: 10px 0;display: block;}
.italy-text ul li{padding: 0;}
.florance-main > * {
    min-width: 80%;
}
.inner-news-sec {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.inner-news-sec .news-box {
    flex: 0 auto;
    min-width: 80%;
}
 .green-box p ,.third-opt-card p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.standed-text p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
    .mobile-header {
        height: 230px;
    }
    .mobile-header img {
    width: 100%;
    height: 100%;
}
.feature-card img {
    border-radius: 10px;
}
.future-grid .feature-card .card-title-overlay {
   
    font-size: 15px;
   
}
    .inner-navbar .navbar-brand {
        width: auto;
    }

    .navbar-brand svg {
        width: 120px;
        height: 60px;
    }
    /* whyvisit start */
       
.italy-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.italy-wrapper .inner-italy {
    flex: 0 100%;
    min-width: 80%;
    scroll-snap-align: start;
    margin: 0;
}

.img-italy, .italy-text {
    width: 100%;
}

    /* whyvisit end */
    .inner-footer {
        padding: 30px 20px 30px 20px;
    }

    .footer1 {
        width: 100%;
    }

    .footer1 h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 20px 0 14px 0;
    }

    .footer1 ul li {
        line-height: 16px;
    }

    .copyright-box {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    .copyright-links {
        margin-top: 20px;
    }

    .copyright-links a {
        display: block;
    }

    .footer-box {
        margin-bottom: 20px;
    }




    .image-text-mobile {
        font-size: 24px;

    }

    .flavor-box.homeflavor-box2 {
        padding: 40px 0;
    }

   .flavor-box.homeflavor-box1 {
   
    padding: 50px 0;

}
.flavor-box {
    padding: 40px 22px;
}

    .inner-banner-heading h4 {
        font-size: 28px;
        font-weight: 500;
    }
    .inner-flover a {
    font-weight: 500;
    width: 100px;
    height: 35px;
    
}
.hover-effect {
    height: 150px;
   
}
.hover-effectimg {
    height: 100%;
}

    .inner-banner-heading p {
        display: none;
    }

    .inner-landing-banner {
        height: 200px;
    }

    .search-open .mobile-search {
        opacity: 1;
        visibility: visible;
    }

    .tips-container {
        flex-direction: column;
        max-height: 200px;
        overflow: hidden;
        margin: 0;
        transition: max-height 0.5s ease;
    }

    .tips-container.expanded {
        max-height: 1000px;
    }

    .show-more {
        display: block;
        margin-bottom: 30px;
    }

    .visit-cards-flex>.card-one {
        flex: 0 100%;
        min-width: 80%;
        scroll-snap-align: start;
        margin: 10px;
    }

    .visit-cards-flex {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .visit-cards-flex {
        gap: 0px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .visit-cards-flex .card-one ul li {
        display: none;
    }

    .visit-cards-flex .card-one ul li:first-child {
        display: block;
    }

    .italy-wrapper .inner-italy {
        flex: 0 100%;
        min-width: 80%;
        scroll-snap-align: start;
        margin: 0;
    }

    .italy-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .italy-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .italy-text ul li:first-child {
        display: none;
    }

    .tips-container {
        flex-direction: column;
    }

    .inner-navbar .navbar-toggler {
        order: 1;
        width: 12%;
        padding: 0 !important;
        border: none;
        text-align: left;
    }

    .inner-navbar .navbar-brand {
        order: 2;
        margin: 0;

        padding: 0
    }

    .inner-navbar .search-btn-mobile {
        order: 3;
        width: 30px;
        text-align: right;
        background: var(--dark-color);
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px
    }

    .inner-navbar .navbar-brand img {
        max-width: 140px;
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .inner-navbar .search-btn-mobile i {
        color: #fff;
        font-size: 12px;


    }

    .inner-navbar button.navbar-toggler span {
        font-size: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .search-open .mobile-search {
        opacity: 1;
        visibility: visible;
    }

    .mobile-search form input {
        padding: 7px 10px;
    }

    .mobile-search form span {
        width: 40px;
        height: 40px;
    }

    .inner-navbar .navbar-nav li a.nav-link {
        padding-bottom: 0;
        text-align: left;
    }

    .inner-navbar .dropdown-toggle::after {
        right: 5px;
        left: auto;
        position: absolute;
        top: 18px;
    }

    .navbar-nav li a.nav-link {
        text-align: left;
    }






    .questions_inner .accordion-button.asked_q {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px
    }

    .menu.links {
        display: flex;
        justify-content: space-between
    }

    .menu.links {
        flex-wrap: wrap
    }

    .read-more-btn {
        display: block
    }


    .questions_inner .accordion-item .asked_questions_acco .accordion-item {
        border: 1px solid #E8EBED !important;
        border-radius: 10px !important;
    }

    .product-accordian .accordion-item,
    .questions_inner .accordion-item {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important
    }

    .product-accordian .accordion-header {
        border-radius: 0 !important
    }



}



@media(max-width:991px) {
    .tour-box {
        flex-wrap: wrap;
    }

    .tags span {
        padding: 4px 8px;
        font-size: 10px;
    }
}

@media(max-width:1023px) {
    .copy_right {
        padding: 16px 0;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .inner-navbar .navbar-nav {
        gap: 0;
        padding: 10px 0 0 0;
    }

    .inner-navbar button.navbar-toggler span {
        color: var(--dark-color);
    }

    .inner-navbar .navbar-light .navbar-toggler-icon {
        background-image: none;
    }

    .inner-navbar .book-now-btn {
        margin-top: 15px;
    }

    .inner-navbar .navbar-collapse {
        padding: 5px 0 0 0;
        order: 3;
    }

    .inner-navbar nav {
        gap: 10px !important;
        padding: 0 !important
    }


    .banner-box {
        display: none
    }

    .mobile-banner-box {
        background: url(https://dwsqpukgwf0mb.cloudfront.net/uploads/pompeii-banner.jpg);
        min-height: 327px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .mobile-banner-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0003;
        z-index: 1
    }


    .inner-mobile-banner {
        position: relative;
        z-index: 99;
        padding: 0 5px;
    }

    .inner-mobile-banner h1 {
        font-size: 28px;
        letter-spacing: 0;
        line-height: 32px;
        color: #fff;
        text-align: center;
        font-weight: 500
    }

    .inner-mobile-banner form input {
        padding: 10px;
        font-size: 14px;
        border: 1px solid var(--dark-color);
        float: left;
        width: 100%;
        background: #fff;
        border-radius: 10px
    }

    .inner-mobile-banner form span {
        width: 14%;
        padding: 12px 10px;
        background: var(--dark-color);
        color: #fff;
        font-size: 17px;
        border: 1px solid var(--dark-color);
        border-left: none;
        cursor: pointer;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .inner-mobile-banner form {
        position: relative;
        display: flex;
        margin: 5px 15px 0 15px;
    }


    .inner-plan-visit ul .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .inner-plan-visit ul .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .left-side-data,
    .right-side-data {
        width: 100%
    }
        .image-text-mobile {
    width: 100%;
    text-align: center;
}
.flavor-box.homeflavor-box1.top-spacing {
    margin: 20px 0 0 0;
}
.inner-landing-banner {

    border-radius: 10px;
}
.why-vist.top-spacing .main-heading-box {
    padding: 0 0 10px 0;
}
.why-vist.top-spacing {
    margin: 20px 0 0 0;
}
.owl-carousel .owl-nav.disabled, body .owl-carousel .owl-nav {
    display: none;
}
.main-heading-box{text-align: center;}
div#did-know3, div#did-know2 {
    margin: 20px 0 0 0;
}
.footer1.logo-box svg {
    width: 120px;
    height: 40px;
}
.asked_questions_acco .accordion-item {
    margin-bottom: 10px;
}
}


@media (max-width:320px) {

   .copyright-links {
    text-align: left;
}
.copyright-box p {
    text-align: left;
}
.copyright-links a {
    display: block;
    margin: 0;
}
.inner-flover a {
    line-height: 5px;
    border-radius: 6px;
}
    .footer1.logo-box svg {
    width: 120px;
    height: 40px;
}
    .inner-footer {
    background: #1C1C1D;
    border-radius: 20px;
}
.lft-header-image {
    height: 250px;
}
.highlights a {
    width: 115px;
    height: 37px;
    margin-bottom: 30px;
    border-radius: 6px;
}
.questions_inner .accordion-button {

    font-weight: 400;
}
 .ticket-tour-info .main-collapse-btn h2,   .questions_inner .accordion-button.asked_q {
    font-size: 17px;
  
}
.asked_questions_sec.top-spacing {
    margin: 20px 0 0 0;
}
    .flavor-box.homeflavor-box2.top-spacing {
    margin: 30px 0 0 0;
}
    .hover-effect {
    height: 130px;
}
    .booking-row span {
        flex: inherit;
    }

    .bookpage-sec .booking-card {
        padding: 10px;
    }

    .inner_categories {
        gap: 10px;
    }

    .list-rating-box,
    .tour-price {
        font-size: 14px;
    }

    .option-text ul li p {
        width: 89%;
    }

    .list-rating-box,
    .tour-price {
        font-size: 14px;
    }

    .bottom-curve svg {
        width: 100%;
    }

    .bottom-curve {
        bottom: 2px;
    }

    .copy_right .footer_link {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        gap: 5px;
    }

    .input-calander p {
        font-size: 14px;
    }

    .upper-text h6 {
        font-size: 16px;
    }

    .inner-banner-heading h4 {
        font-size: 30px;
    }

    .upper-text {
        padding: 5px 10px;
    }

}






/* --------------- Slider Arrow css ------------ */