/* 
Credit: www.templatemo.com 
Template: 409 travel
*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    max-height: 100vh;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.main-header {
    background: #31708f !important;
}

.main-header .logo p {
    font-size: 24px;
    font-weight: 800;
    /* color: #000000; */
    color: #ffffff;
    margin: 0px 0 0 0;
    line-height: 30px !important;
}

.list-item .list-thumb img {
    height: 250px;
}

.modal-dialog {
    max-width: 80% !important;
}

.prod-content {
    height: 300px;
    /* padding: 10px; */
}

.prod-content img {
    width: 100%;
    height: 225px;
    border-radius: 10px;
}

.ticket-item .heading {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: absolute;
    /* left: 21px;
    top: 200px;
    z-index: 2;
    width: 87%; */
    color: #000 !important;
    font-weight: 900;
    background: #31708f;
    text-align: center;
    left: 4px;
    top: 190px;
    z-index: 2;
    width: 97%;
    border-radius: 0 0 10px 10px;
}

.bannerSection {
    background-image: url('/images/banner/sectionBoatImage.webp');
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 0;
    padding: 20px;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.percentageContent {
    margin: 0 20px;
}

.percentageContent p:nth-child(1) {
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.percentageContent p:nth-child(2) {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.flex-caption {
    background-color: #ffffffb0 !important;
}

.owl-carousel .item {
    width: 300px;
    /* Fixed width of the items */
    height: 250px;
    /* Fixed height of the items */
    display: flex;
    /* To center the content inside the item */
    justify-content: center;
    /* Align the content horizontally */
    align-items: center;
    /* Align the content vertically */
    overflow: hidden;
    /* Ensure content doesn't overflow */
    border-radius: 25%;
    margin: 0 auto;
}

.owl-carousel .item img {
    width: 100%;
    /* Ensure image takes up full width */
    height: 100%;
    /* Ensure image takes up full height */
    object-fit: cover;
    /* Ensure the image covers the entire area without distortion */
}


.partnership-section {
    /* max-width: 1200px;
    margin: 0 auto; */
    padding: 40px;
    /* background-color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px; */
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #31708f !important;
    color: white;
    border-radius: 10px 10px 0 0;
}

.banner .logo {
    width: 120px;
    /* Adjust as necessary */
}

.banner h1 {
    flex-grow: 1;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff !important;
}

.cta-button {
    background-color: #ffcc00;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e6b800;
}

.prodcuts-sec .cards {}

.prodcuts-sec .card {
    padding: 5px;
    width: 23%;

}

.cards {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #007bff;
}

.card p {
    color: #555;
}

.testimonial-slider {
    margin: 30px 0;
    text-align: center;
}

.testimonial {
    margin: 20px 0;
    font-style: italic;
    font-size: 18px;
    color: #333;
}

.testimonial p {
    margin: 5px 0;
}

.cta-section {
    text-align: center;
    padding: 30px;
    background-color: #e9ecef;
    border-radius: 0 0 10px 10px;
}

.cta-section h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.cta-section p {
    margin-bottom: 20px;
    color: #666;
}

.cta-section .cta-button {
    background-color: #007bff;
    color: white;
}

.cta-section .cta-button:hover {
    background-color: #0056b3;
}

.swiper-slide img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 50px;
}

.swiper-container {
    overflow: hidden;
}

iframe {
    width: 100%;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    /* Distance from the bottom */
    right: 20px;
    /* Distance from the right */
    z-index: 1000;
    /* Ensure it stays on top */
}

.whatsapp-button a {
    display: block;
    width: 60px;
    /* Width of the button */
    height: 60px;
    /* Height of the button */
    background-color: #25D366;
    /* WhatsApp green color */
    border-radius: 50%;
    /* Circular button */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    /* Shadow for depth */
    text-align: center;
    line-height: 60px;
    /* Center the icon vertically */
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-button img {
    width: 30px;
    /* Width of the WhatsApp icon */
    height: 30px;
    /* Height of the WhatsApp icon */
    display: flex;
    justify-content: center;
    align-content: center;
}

.whatsapp-button a:hover {
    background-color: #128C7E;
    /* Darker green on hover */
}

.lanTras .goog-te-gadget-simple {
    white-space: nowrap;
    width: 135px;
    display: flex;
}

.lanTras .goog-te-gadget-simple span a {
    display: flex;
}

.goog-te-gadget-icon {
    display: none;
}

.lanTras {
    white-space: nowrap;
    position: fixed;
    z-index: 9999;
    height: 25px;
    width: 135px;
    left: 50%;
    transform: translateX(-50%);
}

iframe.skiptranslate {
    /* display: none !important; */
    opacity: 0.8;
}

body {
    /* top: 0px !important; */
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-frame {
    display: none !important;
}

@media screen and (max-width: 480px) {
    
    .lanTras {
        right: 0% !important;
        left: unset !important;
        transform: translateX(0);
        width: 135px;
    }

    .prod-content {
        padding: 0px;
    }

    .ticket-item .heading {
        left: 19px;
        top: 205px;
        z-index: 2;
        width: 89%;
        border-radius: 0 0 10px 10px;
    }

    .modal-dialog {
        width: 95% !important;
        margin: 0 auto !important;
        max-width: 95% !important;
    }

    .main-header .logo p {
        font-size: 23px;
        margin: 11px 0 0 0;
        line-height: 30px;
    }

    .flexslider {
        top: 100px !important;
    }

    .logo img {
        height: 80px !important;
        width: 100% !important;
    }


    .cards {
        display: flex;
        justify-content: space-between;
        margin: 30px 0;
        flex-wrap: wrap;
    }

    .prodcuts-sec .card {
        width: 100%;
        padding: 20px;

    }

    .card {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    .card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #007bff;
    }

    .card p {
        color: #555;
    }

    .banner h1 {
        font-size: 18px;
    }



    .testimonial {
        font-size: 16px;
    }

    .cta-section h2 {
        font-size: 18px;
    }

    .cta-section p {
        font-size: 14px;
    }

}