/* Minification failed. Returning unminified contents.
(2048,24): run-time error CSS1046: Expect comma, found '24'
(2048,30): run-time error CSS1046: Expect comma, found '/'
 */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

@media only screen and (min-width: 1400px) {
    .container-fluid {
        /*background-color: orangered;*/
        width: 96%;
    }

    #tour-info-container {
        /*background-color: lightcyan;*/
        width: 70%;
    }
}

@media only screen and (max-width: 1080px) {
    #tour-info-container {
        /*background-color: orangered;*/
        width: 98%;
    }

    .hidden-text {
        display: none;
    }

    .btn {
        height: 42px;
    }
}

@media only screen and (max-width: 1025px) {
    #timeSpeedSetting {
        height: 0px;
    }

    #speedSetting {
        height: 0px;
    }
}

@media only screen and (max-width: 845px) {
    #timeSpeedSetting {
        height: 0px;
    }

    .input-group-prepend {
        display: none;
    }

    .small-screen-hidden {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    #tour-info-container {
        width: 80%;
    }
}

/* @media (min-width: 768px) {
            .bd-placeholder-img-lg {
                font-size: 3.5rem;
            }
        }*/

/*.btn {
    padding-left: 5px;
    padding-right: 5px;
    height: 38px;
}*/
.btn {
    padding-left: 0.3125rem; /* Convert px to rem for scalability */
    padding-right: 0.3125rem; /* Convert px to rem for scalability */
    height: 2.375rem; /* Convert px to rem for scalability */
}

/* For larger screens */
@media (min-width: 1200px) {
    .btn {
        padding-left: 0.5rem; /* Increase padding for larger screens */
        padding-right: 0.5rem; /* Increase padding for larger screens */
        height: 2.5rem; /* Increase height for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .btn {
        padding-left: 0.4375rem; /* Adjust padding for medium screens */
        padding-right: 0.4375rem; /* Adjust padding for medium screens */
        height: 2.4375rem; /* Adjust height for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .btn {
        padding-left: 0.375rem; /* Adjust padding for small screens */
        padding-right: 0.375rem; /* Adjust padding for small screens */
        height: 2.0rem; /* Maintain base height for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .btn {
        padding-left: 0.3125rem; /* Maintain base padding for extra small screens */
        padding-right: 0.3125rem; /* Maintain base padding for extra small screens */
        height: 1.25rem; /* Decrease height for extra small screens */
    }
}


.btnOnMap {
    background-color: #fff;
    opacity: 1;
    font-weight: 400;
}

.btnOnMap2 {
    background-color: #fff;
    opacity: 1;
    font-weight: 400;
    min-width: 60px;
    height: 39px !important;
}

.btnWithShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.arrowButton {
    width: 40px;
    height: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 1px;
    margin-right: 1px;
    opacity: 0.3;
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.input-group-text {
    background-color: #e7e7e7 !important;
    font-weight: 500 !important;
}

/*  .nav-link {
            color: #fff !important;
        }*/

.navbar-nav > li > a, .navbar-brand {
    padding-top: 8px !important;
}

.btn-outline-secondary:hover {
    background-color: rgba(52, 172, 220, 0.98) !important;
    color: white;
}

.nav-link:hover {
    background-color: rgba(52, 172, 220, 0.98) !important;
    color: white;
}

.navbar-brand:hover {
    background-color: rgba(52, 172, 220, 0.98) !important;
    color: white;
}

.navbar-brand {
    background-color: transparent;
    color: white;
    border: none;
}

.dropdown-toggle:hover {
    background-color: rgba(52, 172, 220, 0.98) !important;
    color: white;
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;
}

.btnStartPlay {
    background-color: #fff;
    z-index:20;
}

    .btnStartPlay:hover {
        color: white !important;
        border-width: thick !important;
    }

.card:hover {
    background-color: rgba(52, 172, 220, 0.98) !important;
    color: white !important;
    border-width: thin !important;
}

    .card:hover h5 {
        color: white !important;
    }

    .card:hover p {
        color: white !important;
    }

    .card:hover a {
        text-decoration: none !important;
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.toobarButton {
    background-color: #fff;
    opacity: 1;
    font-size: medium;
    border-width: thin;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-top: 8px;
    margin-right: 5px;
}

.speedButton {
    width: 47px;
    height: 40px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.outer {
    /*width: 690px;
      height: 440px;
      position: relative;*/
    overflow: hidden;
}

@keyframes zoomFast {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(2.2)
    }
}

@-moz-keyframes zoomFast {
    from {
        -moz-transform: scale(1)
    }

    to {
        -moz-transform: scale(2.2)
    }
}

@-webkit-keyframes zoomFast {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2.2)
    }
}

@-o-keyframes zoomFast {
    from {
        -o-transform: scale(1)
    }

    to {
        -o-transform: scale(2.2)
    }
}

.zoomMeSlow {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 32s;
    animation-timing-function: linear;
    -moz-animation: zoom 32s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 32s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 32s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomMeSlower {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 26s;
    animation-timing-function: linear;
    -moz-animation: zoom 26s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 26s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 26s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomMeFaster {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 18s;
    animation-timing-function: linear;
    -moz-animation: zoom 18s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 18s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 18s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomMeFast {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 11s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 11s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 11s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 11s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

@keyframes zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(2)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1)
    }

    to {
        -moz-transform: scale(2)
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2)
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1)
    }

    to {
        -o-transform: scale(2)
    }
}

.zoomSide {
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 38s;
    animation-timing-function: linear;
    -moz-animation: zoom 38s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 38s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 38s;
    -webkit-animation-timing-function: linear
}

.zoomMe {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 15s;
    animation-timing-function: linear;
    -moz-animation: zoom 15s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 15s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 15s;
    -webkit-animation-timing-function: linear;
}

.zoomBreath {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 20s;
    animation-timing-function: ease-out;
    -moz-animation: zoom 20s;
    -moz-animation-timing-function: ease-out;
    -webkit-animation: zoom 20s;
    -webkit-animation-timing-function: ease-out;
    -o-animation: zoom 20s;
    -webkit-animation-timing-function: ease-out;
}

.zoomExeciseNormalSpeed {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 12s;
    animation-timing-function: linear;
    -moz-animation: zoom 12s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 12s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 12s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseSlowSpeed {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 16s;
    animation-timing-function: linear;
    -moz-animation: zoom 16s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 16s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 16s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseFastSpeed {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 10s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 10s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 10s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 10s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 9s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 9s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 9s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 9s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed9 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.1s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.1s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.1s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.1s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed8 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.2s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.2s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.2s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.2s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed7 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.3s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.3s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.3s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.3s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed6 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.4s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.4s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.4s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.4s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed5 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.5s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.5s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.5s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.5s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed4 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.6s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.6s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.6s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.6s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed3 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.7s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.7s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.7s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.7s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed2 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.8s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.8s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.8s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.8s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.zoomExeciseSuperFastSpeed1 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 8.9s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 8.9s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 8.9s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 8.9s;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
}

.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-135 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#container {
    width: 100%;
    height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}
/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size: 20px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 500;
}

.dropbtn {
    background-color: #ffffff;
    color: #333333;
    padding: 8px 5px 8px 5px;  
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    width: 84px;
    margin: 3px;
    font-weight: 500;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    text-align: left;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.fadeIn {
    -webkit-transition: opacity 6s ease-in;
    -moz-transition: opacity 6s ease-in;
    -o-transition: opacity 6s ease-in;
    -ms-transition: opacity 6s ease-in;
    transition: opacity 6s ease-in;
}

.resumeFadeIn {
    -webkit-transition: opacity 3s linear;
    -moz-transition: opacity 3s linear;
    -o-transition: opacity 3s linear;
    -ms-transition: opacity 3s linear;
    transition: opacity 3s linear;
}

.fadeOut {
    -webkit-transition: opacity 4s ease-in;
    -moz-transition: opacity 4s ease-in;
    -o-transition: opacity 4s ease-in;
    -ms-transition: opacity 4s ease-in;
    transition: opacity 4s ease-in;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

/*.navbar-nav > .active > a {
    color: aqua;
    background-color: chartreuse;
}*/

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    height: 38px;
}

.navbar {
    min-height: 38px !important;
}

.watch-count {
    height: 100px;
    width: 100px;
    animation: pulse 5s cubic-bezier(0.5, 0, 0.5, 1) alternate infinite;
}

.watch-face {
    height: 100px;
    width: 100px;
    animation: pulse 3.5s ease-in-out alternate infinite;
}

.breathCircle {
    opacity: 0.5;
}

.circle {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: absolute;
    mix-blend-mode: screen;
    transform: translate(0, 0);
    animation: center 5.0s infinite;
    background: #61bea2;
    /*background-color: chartreuse;*/
}

    /*.circle:nth-child(odd) {
        background: #61bea2;
    }*/

    /*.circle:nth-child(even) {
        background: #529ca0;
    }*/

    .circle:nth-child(1) {
        animation: circle-1 10s ease-out infinite;
    }

    .circle:nth-child(2) {
        animation: circle-2 10s ease-out infinite;
    }

    .circle:nth-child(3) {
        animation: circle-3 10s ease-out infinite;
    }

    .circle:nth-child(4) {
        animation: circle-4 10s ease-out infinite;
    }

    .circle:nth-child(5) {
        animation: circle-5 10s ease-out infinite;
    }

    .circle:nth-child(6) {
        animation: circle-6 10s ease-out infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(.1) rotate(180deg);
        opacity: 0.1;
    }

    5% {
        transform: scale(.1) rotate(180deg);
        opacity: 0.2;
    }

    10% {
        transform: scale(.1) rotate(180deg);
        opacity: 0.5;
    }

    90% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
        opacity: 1.0;
    }
}

@keyframes circle-1 {
    0% {
        transform: translate(0, 0);
        background-color: chartreuse;
    }

    45% {
        transform: translate(-35px, -50px);
        background-color: chartreuse;
    }

    55% {
        transform: translate(-35px, -50px);
        background-color: Highlight;
    }

    90% {
        background-color: darkcyan;
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes circle-2 {
    0% {
        transform: translate(0, 0);
        background-color: chartreuse;
    }

    45% {
        transform: translate(35px, 50px);
        background-color: chartreuse;
    }

    55% {
        transform: translate(35px, 50px);
        background-color: Highlight;
    }

    90% {
        background-color: darkcyan;
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes circle-3 {
    0% {
        transform: translate(0, 0);
    }

    45% {
        background-color: chartreuse;
        /*transform: translate(-60px, 0);*/
    }

    55% {
        background-color: Highlight;
        transform: translate(-60px, 0);
    }

    90% {
        background-color: darkcyan;
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes circle-4 {
    0% {
        transform: translate(0, 0);
    }

    45% {
        background-color: chartreuse;
       /* transform: translate(60px, 0);*/
    }

    55% {
        background-color: Highlight;
        transform: translate(60px, 0);
    }

    90% {
        background-color: darkcyan;
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes circle-5 {
    0% {
        transform: translate(0, 0);
    }

    45% {
        background-color: chartreuse;
        /*transform: translate(-35px, 50px);*/
    }

    55% {
        background-color: Highlight;
        transform: translate(-35px, 50px);
    }

    90% {
        background-color: darkcyan;
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes circle-6 {
    0% {
        transform: translate(0, 0);
    }

    45% {
        background-color: chartreuse;
        /*transform: translate(35px, -50px);*/
    }

    55% {
        background-color: Highlight;
        transform: translate(35px, -50px);
    }

    90% {
        background-color: darkcyan;
    }

    100% {
        transform: translate(0, 0);
    }
}

.breathHint {
    /*content: "Breathe in the view...";*/
    -webkit-text-stroke: 2px snow;
    color: transparent;
    animation: pulse2 8s alternate infinite;
}

.breathInCaption {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    opacity: 0.9;
    visibility: visible;
    pointer-events: none;
}

.popupMessage {
    text-overflow: ellipsis;
    /*-webkit-text-stroke:darkgreen thin;*/
}

@keyframes pulse2 {
    0% {
        opacity: 0;
    }

    /*10% {
        opacity: 0.1;
    }

    20% {
        opacity: 0.6;
    }*/


    40% {
        opacity: 1;
        color: #61bea2;
    }

    55% {
        opacity: 0;
        color: #61bea2;
    }

    75% {
        opacity: 0.9;
        color: #61bea2;
    }

    80% {
        opacity: 0.3;
        color: #61bea2;
    }

    90% {
        opacity: 0.1;
        color: #61bea2;
    }

    100% {
        opacity: 0;
        color: #61bea2;
    }
}

.vl {
    border-left: 3px solid black;
    height: 90%;
}

.play {
    background: #1767bc;
    border-radius: 50% / 10%;
    color: transparent;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 0px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
}

.play:hover {
    background: blue;
}

.play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
}

@keyframes zoomFast2 {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(2.4)
    }
}

@-moz-keyframes zoomFast2 {
    from {
        -moz-transform: scale(1)
    }

    to {
        -moz-transform: scale(2.4)
    }
}

@-webkit-keyframes zoomFast2 {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2.4)
    }
}

@-o-keyframes zoomFast2 {
    from {
        -o-transform: scale(1)
    }

    to {
        -o-transform: scale(2.4)
    }
}

@keyframes zoomFast3 {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(2.6)
    }
}

@-moz-keyframes zoomFast3 {
    from {
        -moz-transform: scale(1)
    }

    to {
        -moz-transform: scale(2.6)
    }
}

@-webkit-keyframes zoomFast3 {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2.6)
    }
}

@-o-keyframes zoomFast3 {
    from {
        -o-transform: scale(1)
    }

    to {
        -o-transform: scale(2.6)
    }
}

.zoomExeciseAnimationSpeed1 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 16s;
    animation-timing-function: linear;
    -moz-animation: zoom 16s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 16s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 16s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed2 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 15s;
    animation-timing-function: linear;
    -moz-animation: zoom 15s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 15s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 15s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed3 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom 14s;
    animation-timing-function: linear;
    -moz-animation: zoom 14s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoom 14s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoom 14s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed4 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 13s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 13s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 13s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 13s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed5 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 12s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 12s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 12s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 12s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed6 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast 11s;
    animation-timing-function: linear;
    -moz-animation: zoomFast 11s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast 11s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast 11s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed7 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast2 10s;
    animation-timing-function: linear;
    -moz-animation: zoomFast2 10s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast2 10s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast2 10s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed8 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast3 9.6s;
    animation-timing-function: linear;
    -moz-animation: zoomFast3 9.6s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast3 9.6s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast3 9.6s;
    -webkit-animation-timing-function: linear;
}

.zoomExeciseAnimationSpeed9 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomFast3 8s;
    animation-timing-function: linear;
    -moz-animation: zoomFast3 8s;
    -moz-animation-timing-function: linear;
    -webkit-animation: zoomFast3 8s;
    -webkit-animation-timing-function: linear;
    -o-animation: zoomFast3 8s;
    -webkit-animation-timing-function: linear;
}

.error-box {
    color: #ff0000;
    background-color: #ffdddd;
    padding: 5px;
    border: 1px solid #ff0000 !important;
}

#popup_box {
    display: none; /* Hide the DIV */
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    background: snow;
    left: 160px;
    top: 150px;
    z-index: 100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 25px;
   /* border: 2px solid snow;
    border-radius: 8px;*/
    border:hidden;
    padding: 15px;
    pointer-events: none;
    box-shadow: 0 0 5px;
}

/*.text-on-popup {
    text-shadow: -1px 0 #3595f6, 0 1px #3595f6, 1px 0 #3595f6, 0 -1px #3595f6;
    color: snow;
    font-size: x-large;
    pointer-events: auto;
    text-align: left;
}*/

.text-on-popup {
    text-shadow: -1px 0 #3595f6, 0 1px #3595f6, 1px 0 #3595f6, 0 -1px #3595f6;
    color: snow;
    font-size: 1.2rem; /* Base font size using rem for scalability */
    pointer-events: auto;
    text-align: left;
}

/* For larger screens */
/*@media (min-width: 1200px) {
    .text-on-popup {
        font-size: 1.6rem;*/ /* Increase font size for larger screens */
    /*}
}*/

/* For medium screens */
/*@media (min-width: 992px) and (max-width: 1199px) {
    .text-on-popup {
        font-size: 1.2rem;*/ /* Adjust font size for medium screens */
    /*}
}*/

/* For small screens */
/*@media (min-width: 768px) and (max-width: 991px) {
    .text-on-popup {
        font-size: 1.0rem;*/ /* Maintain base font size for small screens */
    /*}
}*/

/* For extra small screens */
/*@media (max-width: 767px) {
    .text-on-popup {
        font-size: 0.5rem;*/ /* Decrease font size for extra small screens */
    /*}
}*/


/*.image-on-popup {
    float: left;
    background: snow !important;
    border-width: 2px;
    padding: 2px;
    margin-right: 10px;
    max-height: 180px;
    box-shadow: 0 0 5px;
    border-radius: 8px;
    max-height: 170px;
}*/

.image-on-popup {
    float: left;
    background: snow !important;
    border-width: 2px;
    padding: 2px;
    margin-right: 10px;
    max-height: 180px;
    max-width: 40%;
    box-shadow: 0 0 5px;
    border-radius: 8px;
    opacity: 1;
}

@media (max-width: 1200px) {
    .image-on-popup {
        max-height: 150px;
        margin-right: 8px;
    }
}

@media (max-width: 992px) {
    .image-on-popup {
        max-height: 100px;
        margin-right: 6px;
    }
}

@media (max-width: 768px) {
    .image-on-popup {
        max-height: 90px;
        margin-right: 4px;
    }
}

@media (max-width: 576px) {
    .image-on-popup {
        max-height: 70px;
        margin-right: 2px;
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}

/*.title-on-popup {
    font-weight: bolder;
    font-size: x-large;
    margin-bottom: 10px;
}*/

.title-on-popup {
    font-weight: bolder;
    font-size: 1.2rem; /* Use rem units for better scalability */
    margin-bottom: 1rem; /* Use rem units for better scalability */
    white-space: nowrap;
    overflow:clip;
    text-overflow:clip;
}

/* For larger screens */
/*@media (min-width: 1200px) {
    .title-on-popup {
        font-size: 1.8rem;*/ /* Increase font size for larger screens */
        /*margin-bottom: 1.5rem;
    }
}*/

/* For medium screens */
/*@media (min-width: 992px) and (max-width: 1199px) {
    .title-on-popup {
        font-size: 1.2rem;*/ /* Adjust font size for medium screens */
        /*margin-bottom: 1.25rem;
    }
}*/

/* For small screens */
/*@media (min-width: 768px) and (max-width: 991px) {
    .title-on-popup {
        font-size: 1rem;*/ /* Maintain font size for small screens */
        /*margin-bottom: 1rem;
        max-width:10%;
    }
}*/

/* For extra small screens */
/*@media (max-width: 767px) {
    .title-on-popup {
        font-size: 0.8rem;*/ /* Decrease font size for extra small screens */
        /*margin-bottom: 0.75rem;
    }
}*/


.hr-on-popup {
    background-color: snow;
    margin-top: 8px;
    margin-bottom: 10px;
    height: 1px;
    font-size: xx-large;
    box-shadow: 0 0 5px;
}

.close-button-on-popup {
    font-size: x-large;
    margin: 0px;
    color: red !important;
    font-weight: bolder;
    pointer-events: auto;
}

.div-on-popup {
    background: rgba(26, 24, 25,0.35) !important;
    /*border-width: 0.5px;*/
    margin: 2px;
    padding: 2px;
    /*border-color: ghostwhite;*/
    color: ghostwhite;
    opacity: 0.8;
}

.content-on-popup {
    position: relative !important;
    text-align: center !important;
    color: white !important;
    overflow: hidden !important;
}

.nav-link {
    /*color: #fff !important;*/
}

/*.nav-link-tile {
    color: #fff !important;
    margin-left: 10px;
    margin-right: 2em;
}*/

.nav-link-tile {
    color: #fff !important;
    margin-left: 1rem; /* Use rem units for scalability */
    margin-right: 2rem; /* Use rem units for scalability */
}

/* For larger screens */
@media (min-width: 1200px) {
    .nav-link-tile {
        margin-left: 1.5rem; /* Increase margin for larger screens */
        margin-right: 3rem; /* Increase margin for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-link-tile {
        margin-left: 1.25rem; /* Adjust margin for medium screens */
        margin-right: 2.5rem; /* Adjust margin for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-link-tile {
        margin-left: 1rem; /* Maintain base margin for small screens */
        margin-right: 2rem; /* Maintain base margin for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .nav-link-tile {
        margin-left: 0.5rem; /* Decrease margin for extra small screens */
        margin-right: 1rem; /* Decrease margin for extra small screens */
    }
}

/*.slogan-title {
    color: #428bca;
    font-size: 2.5rem !important;
    margin-top: 10px;
}*/

.slogan-title {
    color: #428bca;
    font-size: 2.5rem !important; /* Base font size using rem for scalability */
    margin-top: 1rem; /* Use rem units for scalability */
}

/* For larger screens */
@media (min-width: 1200px) {
    .slogan-title {
        font-size: 3rem !important; /* Increase font size for larger screens */
        margin-top: 1.5rem; /* Increase margin for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .slogan-title {
        font-size: 2.75rem !important; /* Adjust font size for medium screens */
        margin-top: 1.25rem; /* Adjust margin for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .slogan-title {
        font-size: 2.5rem !important; /* Maintain base font size for small screens */
        margin-top: 1rem; /* Maintain base margin for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .slogan-title {
        font-size: 2rem !important; /* Decrease font size for extra small screens */
        margin-top: 0.75rem; /* Decrease margin for extra small screens */
    }
}

.lead-content {
    color: #17a2b8;
    font-size: 1.25rem;
}

.lead-content {
    color: #17a2b8;
    font-size: 1.25rem; /* Base font size using rem for scalability */
}

/* For larger screens */
@media (min-width: 1200px) {
    .lead-content {
        font-size: 1.5rem; /* Increase font size for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .lead-content {
        font-size: 1.375rem; /* Adjust font size for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .lead-content {
        font-size: 1.25rem; /* Maintain base font size for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .lead-content {
        font-size: 1rem; /* Decrease font size for extra small screens */
    }
}

/*.card-title-content {
    color: #0056b3;
    font-weight: 300;
}*/

/*.card-title-content {
    color: #0056b3;
    font-weight: 300;
    font-size: 1.5rem;*/ /* Base font size using rem for scalability */
/*}*/

/* For larger screens */
@media (min-width: 1200px) {
    .card-title-content {
        font-size: 1.5rem; /* Increase font size for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .card-title-content {
        font-size: 1.3rem; /* Adjust font size for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .card-title-content {
        font-size: 1.0rem; /* Maintain base font size for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .card-title-content {
        font-size: 0.8rem; /* Decrease font size for extra small screens */
    }
}

.image-thumbnail {
    padding: 0.25rem;  /*Use rem units for padding */
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;  /*Use rem units for border radius */
    max-width: 100%;  /*Ensures the image does not exceed the container width*/ 
    height: auto;  /*Maintain the aspect ratio */
}

/* For larger screens */
@media (min-width: 1200px) {
    .image-thumbnail {
        max-height: 140px;
        min-height: 100px;
        padding: 0.5rem; /* Increase padding for larger screens */
        border-radius: 0.5rem; /* Increase border radius for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .image-thumbnail {
        max-height: 120px;
        padding: 0.375rem; /* Adjust padding for medium screens */
        border-radius: 0.375rem; /* Adjust border radius for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .image-thumbnail {
        max-height: 100px;
        padding: 0.25rem; /* Maintain base padding for small screens */
        border-radius: 0.25rem; /* Maintain base border radius for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .image-thumbnail {
        max-height: 80px;
        padding: 0.125rem; /* Decrease padding for extra small screens */
        border-radius: 0.125rem; /* Decrease border radius for extra small screens */
    }
}

/*.tour-card {
    max-width: 230px;
    height: 120px;
    display: inline-block !important;
    margin: 10px;
    padding: 1px;
    background-color: ghostwhite;
}*/

.tour-card {
    max-width: 100%; /* Ensure it scales with the container width */
    height: auto; /* Maintain aspect ratio */
    display: inline-block !important;
    margin: 10px;
    padding: 1px;
    background-color: ghostwhite;
}

/* For larger screens */
@media (min-width: 1200px) {
    .tour-card {
        max-width: 230px; /* Fixed width for larger screens */
        height: auto; /* Fixed height for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .tour-card {
        max-width: 200px; /* Adjust width for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .tour-card {
        max-width: 180px; /* Adjust width for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .tour-card {
        max-width: 160px; /* Adjust width for extra small screens */
    }
}

/*.btnStartPlay {
    border-radius: 16px !important;
    background-color: #007bff !important;
    border-width: 2px !important;
    border-color: whitesmoke !important;
    background-color: #fff;
}*/

.btnStartPlay {
    border-radius: 16px !important;
    background-color: #007bff !important; /* This will be overridden by the next line */
    border-width: 2px !important;
    border-color: whitesmoke !important;
    background-color: #fff; /* This overrides the previous background color */
    padding: 0.5rem 1rem; /* Adding some padding for better appearance */
    font-size: 1rem; /* Base font size using rem for scalability */
    height: 56px; /* Fixed height */
    width: 140px; /* Fixed width */
}

/* For larger screens */
@media (min-width: 1200px) {
    .btnStartPlay {
        border-radius: 20px !important; /* Increase border radius for larger screens */
        padding: 0.75rem 1.5rem; /* Adjust padding for larger screens */
        font-size: 1.25rem; /* Increase font size for larger screens */
        height: 56px !important; /* Increase height for larger screens */
        width: 160px; /* Increase width for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .btnStartPlay {
        border-radius: 18px !important; /* Adjust border radius for medium screens */
        padding: 0.625rem 1.25rem; /* Adjust padding for medium screens */
        font-size: 1.125rem; /* Adjust font size for medium screens */
        height: 52px !important; /* Adjust height for medium screens */
        width: 150px; /* Adjust width for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .btnStartPlay {
        border-radius: 16px !important; /* Maintain base border radius for small screens */
        padding: 0.5rem 1rem; /* Maintain base padding for small screens */
        font-size: 1rem; /* Maintain base font size for small screens */
        height: 48px !important; /* Maintain base height for small screens */
        width: 140px; /* Maintain base width for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .btnStartPlay {
        border-radius: 14px !important; /* Decrease border radius for extra small screens */
        padding: 0.375rem 0.75rem; /* Decrease padding for extra small screens */
        font-size: 0.875rem; /* Decrease font size for extra small screens */
        height: 40px; /* Decrease height for extra small screens */
        width: 120px; /* Decrease width for extra small screens */
    }
}


.btnStartPlay:hover {
    color: white !important;
    border-width: thick !important;
}

/*.text-on-tour-desc {
    position: absolute !important;
    text-shadow: -1px 0 snow, 0 1px snow, 1px 0 snow, 0 -1px snow;
    color: maroon;
    font-size: 1.5rem !important;*/ /* Base font size using rem for scalability */
    /*pointer-events: auto;
    text-align: left;
    overflow: hidden !important;
    background: rgba(26, 24, 25,0.55);
    border-width: 2px;
    border-color: ghostwhite;
    box-shadow: 0 0 5px;
    border: 2px solid snow;
    border-radius: 8px;
}*/

.text-on-tour-desc {
    position: absolute !important;
    /* text-shadow: -1px 0 snow, 0 1px snow, 1px 0 snow, 0 -1px snow;
    color: maroon;*/
    font-size: 1.3rem !important; /* Base font size using rem for scalability */
    pointer-events: auto;
    text-align: left;
    overflow: auto !important;
    background: rgb(26 24 25 / 50%);
    border-width: 1px;
    border-color: ghostwhite;
    box-shadow: 0 0 5px;
    border: 0px solid snow;
    border-radius: 0.25rem;
    /*padding: 0.5rem; */ /* Add padding for better appearance */
    width: auto; /* Ensure the width adjusts based on content */

    text-shadow: -1px 0 #3595f6, 0 1px #3595f6, 1px 0 #3595f6, 0 -1px #3595f6;
    color: snow;
    font-weight: 200;
    /*font-size: 2rem;*/ /* Base font size using rem for scalability */
    /*pointer-events: auto;
    text-align: left;*/
}

/* For larger screens */
@media (min-width: 1200px) {
    .text-on-tour-desc {
        font-size: 1.5rem !important; /* Increase font size for larger screens */
       /* padding: 1rem;*/ /* Increase padding for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .text-on-tour-desc {
        font-size: 1.25rem !important; /* Adjust font size for medium screens */
        /*padding: 0.75rem;*/ /* Adjust padding for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .text-on-tour-desc {
        font-size: 1.0rem !important; /* Maintain base font size for small screens */
        /*padding: 0.5rem;*/ /* Maintain base padding for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .text-on-tour-desc {
        font-size: 0.8rem !important; /* Decrease font size for extra small screens */
        /*padding: 0.25rem;*/ /* Decrease padding for extra small screens */
    }
}


.tilte-on-tour-desc {
    margin-top: 0.5rem; /* Base margin using rem for scalability */
    margin-left: 0.25rem; /* Base margin using rem for scalability */
    margin-right: 0.5rem; /* Base margin using rem for scalability */
    font-size: 1rem; /* Base font size using rem for scalability */
}

/* For larger screens */
@media (min-width: 1200px) {
    .tilte-on-tour-desc {
        margin-top: 1rem; /* Increase margin for larger screens */
        margin-left: 0.5rem; /* Increase margin for larger screens */
        margin-right: 1rem; /* Increase margin for larger screens */
        font-size: 1.25rem; /* Increase font size for larger screens */
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .tilte-on-tour-desc {
        margin-top: 0.75rem; /* Adjust margin for medium screens */
        margin-left: 0.375rem; /* Adjust margin for medium screens */
        margin-right: 0.75rem; /* Adjust margin for medium screens */
        font-size: 1.125rem; /* Adjust font size for medium screens */
    }
}

/* For small screens */
@media (min-width: 768px) and (max-width: 991px) {
    .tilte-on-tour-desc {
        margin-top: 0.5rem; /* Maintain base margin for small screens */
        margin-left: 0.25rem; /* Maintain base margin for small screens */
        margin-right: 0.5rem; /* Maintain base margin for small screens */
        font-size: 1rem; /* Maintain base font size for small screens */
    }
}

/* For extra small screens */
@media (max-width: 767px) {
    .tilte-on-tour-desc {
        margin-top: 0.25rem; /* Decrease margin for extra small screens */
        margin-left: 0.125rem; /* Decrease margin for extra small screens */
        margin-right: 0.25rem; /* Decrease margin for extra small screens */
        font-size: 0.875rem; /* Decrease font size for extra small screens */
    }
}


