/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.cc-selector {
    margin: 20px 0 0 0;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selector input:active+.drinkcard-cc {
    opacity: 0.5;
}

.cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    margin-right: 6px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 70px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
    filter: brightness(1.8) grayscale(1) opacity(0.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

/* Extras */
a:visited {
    color: #888;
}

a {
    color: #999;
    text-decoration: none;
}

p {
    margin-bottom: 0.3em;
}


.shimmer {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.shimmer-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8c898933;
}

.shimmer-title {
    width: 100%;
    height: 30px;
    margin: 10px 0px;
    border-radius: 4px;
    background-color: #8c898933;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.packages_section {
    height: 200vh;
    width: 100%;
    overflow-x: hidden
}

.packages {
    position: relative;
    width: calc(min(90rem, 90%));
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
    column-gap: 3rem;
    padding-block: min(20vh, 3rem);
    overflow-x: hidden;
}

.packages .swiper {
    width: 100%;
    padding: 1.875rem 0;
}

.packages .swiper-slide {
    width: 18.75rem;
    height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    box-shadow: 0.063rem 0.5rem 1.25rem rgba(0, 0, 0, 0.1216);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.packages .swiper-slide-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(180deg);
    line-height: 0;
    bottom: -0.063rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.packages .swiper-slide-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: -1;
    transition: 0.3s ease-in-out;
    transform: rotate(-180deg);
}

.packages .swiper-slide-img svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 5rem;
    transform: rotateY(180deg);
}

.packages .swiper-slide-img .shape-fill {
    fill: #ffffff;
}

.packages .swiper-slide-content {
    background: #fff;
    padding: 0 1.65rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    width: 100%;
}

.packages .swiper-slide-content>div {
    transform: translateY(-1.25rem);
}

.packages .swiper-slide-content h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.425rem;
    text-transform: capitalize;
    letter-spacing: 0.02rem;
}

.packages .swiper-slide-content p {
    color: #000;
    line-height: 1.6;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.packages .swiper-slide-content .show-more {
    width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #24aad9;
    border-radius: 50%;
    box-shadow: 0px 0.125rem 0.875rem #24aad96b;
    margin-top: 1em;
    margin-bottom: 0.2em;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    margin-left: auto;
}

.packages .swiper-slide-content .show-more:hover {
    background: #1184ac;
}

.packages .swiper-slide-content .show-more svg {
    width: 1.75rem;
    color: #fff;
}

.packages .swiper-slide:hover img {
    transform: scale(1.2) rotate(-185deg);
}

.packages .swiper-slide:hover .show-more {
    opacity: 1;
    height: 3.125rem;
}

.packages .swiper-slide:hover p {
    display: block;
    overflow: visible;
}

.packages .swiper-3d .swiper-slide-shadow-left,
.packages .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

@media screen and (min-width: 93.75rem) {
    .packages .swiper {
        width: 85%;
    }
}

@keyframes parralax {
    0% {
        background-position: 260px;
    }

    100% {
        background-position: -10000vw;
    }
}

@keyframes moto {
    0% {
        transform: translateY(0) rotate(0);
    }

    5% {
        transform: translateY(0) rotate(-5deg);
    }

    25% {
        transform: translateY(60px) rotate(-20deg);
    }

    49% {
        transform: translateY(0) rotate(-1deg);
    }

    51% {
        transform: translateY(0) rotate(1deg);
    }

    75% {
        transform: translateY(60px) rotate(20deg);
    }

    80% {
        transform: translateY(60px) rotate(0deg);
    }

    98% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes voiture {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* Footer */
.new_footer_area {
    background: #faf8f5;
}

.footer-contact {
    height: auto;
    margin-bottom: 5vh;
}

.footer-partner-association {
    height: auto;
    margin: 10px 0;
}

.footer-partner-association .footer-partner {
    height: 100%
}

.footer-partner-association .footer-partner h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.footer-partner-association .footer-partner img {
    height: 40px;
    width: auto;
}

.branch-contact {
    height: 100%;
    padding: 15px;
}

.branch-contact-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.branch-contact-list-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.branch-contact-list-group {
    list-style: none;

}

.branch-contact-list {
    color: black;
}

li.branch-contact-list a {
    color: black;
}

li.branch-contact-list a:hover {
    color: #5e2ced;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
    overflow-x: hidden;
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}

.footer_bottom a {
    color: #5e2ced;
}

.footer_bottom a:hover {
    color: black;
}

.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
    color: white;
}

.new_footer_top .f_social_icon a+a {
    margin-left: 4px;
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}

.f_600 {
    font-weight: 600;
}

.f_size_18 {
    font-size: 18px;
}


.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

/*************footer End*****************/
.activities a {
    text-decoration: none;
    color: #111;
    display: inline-block;
}



.activities .header-content {
    width: calc(min(1300px, 90%));
    margin: 0 auto;
}

@media screen and (min-width: 830px) {
    .activities .header-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.activities .header-content h1 {
    text-transform: uppercase;
    font-size: 2rem;
}

@media screen and (min-width: 600px) {
    .activities .header-content h1 {
        font-size: 2.8rem;
    }
}

.activities .header-content a {
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    padding: 16px 65px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    transition: 0.3s linear;
    margin-top: 25px;
}

.activities .header-content a:hover {
    background: #111;
    color: #fff;
    border: 1px solid #111;
}

@media screen and (min-width: 830px) {
    .activities .header-content a {
        margin-top: 0;
    }
}

.activities-section {
    position: relative;
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
}

.activities .activities-section .swiper {
    width: calc(min(1300px, 90%));
    margin: 0 auto;
    padding-top: 50px;
    min-height: 620px;
    overflow: visible;
}

@media screen and (min-width: 500px) {
    .activities .activities-section .swiper {
        display: grid;
    }
}

.activities .activities-section .swiper-slide {
    width: 300px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: height 0.5s ease-in-out !important;
    overflow: hidden;
    position: relative;
    background: no-repeat 50% 50%/cover;
}

.activities .activities-section .swiper-slide:nth-of-type(7) {
    background: url("https://images.unsplash.com/photo-1507608616759-54f48f0af0ee?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=387&q=80") no-repeat 50% 50%/cover;
}

.activities .activities-section .swiper-slide.active {
    height: 360px;
    overflow: visible;
}

.activities .activities-section .swiper-slide:hover {
    height: 360px;
    overflow: visible;
}

.activities .activities-section .swiper-slide .btn-more {
    cursor: pointer;
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    letter-spacing: 2px;
    font-size: 0.7rem;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: 0.8s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.activities .activities-section .swiper-slide .btn-more svg {
    color: #111;
    width: 20px;
    height: 20px;
}

.activities .activities-section .swiper-slide .swiper-content {
    background: #fff;
    color: #111;
    transform: translatey(140px);
    transition: transform 0.7s;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 2px 20px 20px rgba(0, 0, 0, 0.16);
}

.activities .activities-section .swiper-slide .swiper-content-inner {
    padding: 30px 15px;
}

.activities .activities-section .swiper-slide .swiper-content span {
    text-transform: uppercase;
    color: #111;
    letter-spacing: 1px;
    font-size: 0.7rem;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.activities .activities-section .swiper-slide .swiper-content hr {
    width: 35px;
    margin: 10px auto;
}

.activities .activities-section .swiper-slide .swiper-content h2 {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.5px;
}

.activities .activities-section .swiper-slide .swiper-content p {
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.activities .activities-section .swiper-slide.active .swiper-content {
    transform: translatey(137px);
    visibility: visible;
}

.activities .activities-section .swiper-slide:hover .swiper-content {
    transform: translatey(137px);
    visibility: visible;
}

.activities .activities-section .swiper-slide:hover .btn-more {
    opacity: 1;
    visibility: visible;
}

.activities .activities-section .swiper-slide.active .btn-more {
    opacity: 1;
    visibility: visible;
}

.activities .activities-section .swiper-button-prev,
.activities .activities-section .swiper-button-next {
    top: 45%;
}

.activities .activities-section .swiper-button-prev:after,
.activities .activities-section .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
}

.activities .activities-section .swiper-button-prev {
    border: 1px solid #111;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    left: 30px;
}

.activities .activities-section .swiper-button-prev:hover {
    border: 1px solid #fff;
}

.activities .activities-section .swiper-button-next {
    border: 1px solid #111;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    right: 30px;
}

.activities .activities-section .swiper-button-next:hover {
    border: 1px solid #fff;
}

.activities .activities-section .swiper-button-next:hover:after,
.activities .activities-section .swiper-button-prev:hover:after {
    color: #fff;
}

/* Itineraries */
.itineraries .schedule-container {
    margin: 2em auto;
    border: 1px solid #e9e9e9;
    background: white;
    padding: 1.6em;
}

.itineraries h1 {
    font-weight: 400;
}

.itineraries .table-title {
    color: #eb001b;
    text-transform: uppercase;
}

.itineraries .schedule-subject {
    color: #eb001b;
}

.itineraries .schedule-table {
    width: 100%;
}

.itineraries .schedule-table .item-name {
    padding: 0.5em;
    text-align: left;
}

.itineraries .schedule-table .table-head .table-row .table-item {
    background-color: #000000;
    color: white;
    text-align: left;
    padding: 0.5em;
}

.itineraries .schedule-table .table-body .table-item {
    padding: 2em 0.4em 0;
    vertical-align: top;
}

.itineraries .schedule-table .item-name {
    font-weight: 700;
    width: 75%;
}

.itineraries .schedule-table .item-name .item-desc {
    font-weight: 400;
    font-style: italic;
    color: #7b7b7b;
    line-height: 1.6;
}

.itineraries .schedule-table .item-time {
    font-weight: 700;
}

.itineraries .schedule-table .table-row:hover {
    color: #eb001b;
    transition: 150ms;
    cursor: pointer;
}

.itineraries .schedule-table .table-row:hover .item-desc {
    color: black;
}

.itineraries .itineraries .table-row.active {
    font-size: 16px;
    transition: 200ms;
    color: #e35204;
}

.itineraries .table-row .item-desc {
    display: none;
}

.itineraries .table-row.active .item-desc {
    display: block;
    font-size: 12px;
    color: black;
    transition: 200ms;
}

/* Alerts */
:root {
    --infoBlue: #2E86DE;
    --infoBlueLight: #EFF6FC;
    --successGreen: #329F5D;
    --successGreenLight: #EFF7F2;
    --errorRed: #C2160A;
    --errorRedLight: #FAEDEC;
    --warningOrange: #FA7F05;
    --warningOrangeLight: #FFF5EB;
    --bodyTextColour: #212121;
}

/* Reset some default styles for better consistency */

.alert {
    margin-block: 2.5rem;
    padding: 1.25rem;
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: max-content auto;
    border-radius: 4px;
    border-width: 4px;
    border-left-style: solid;
    transition: 0.12s ease;
    position: relative;
    overflow: hidden;
}

.alert:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, white 56%, rgba(2, 0, 36, 0.1) 82%);
    z-index: 1;
}

.alert .icon,
.alert .content {
    z-index: 2;
}

.alert .icon {
    line-height: 1;
}

.alert .title {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.alert .content {
    max-width: 60ch;
}

.alert.alert--info {
    background-color: var(--infoBlueLight);
    border-left-color: var(--infoBlue);
}

.alert.alert--info .icon {
    color: var(--infoBlue);
}

.alert.alert--success {
    background-color: var(--successGreenLight);
    border-left-color: var(--successGreen);
}

.alert.alert--success .icon {
    color: var(--successGreen);
}

.alert.alert--error {
    background-color: var(--errorRedLight);
    border-left-color: var(--errorRed);
}

.alert.alert--error .icon {
    color: var(--errorRed);
}

.alert.alert--warning {
    background-color: var(--warningOrangeLight);
    border-left-color: var(--warningOrange);
}

.alert.alert--warning .icon {
    color: var(--warningOrange);
}

@media (max-width: 767px) {
    .alert {
        grid-template-columns: auto;
        padding: 1rem;
        grid-gap: 0.75rem;
    }

    .alert .icon {
        font-size: 1.5rem;
    }

    .alert .title {
        margin-bottom: 0.5rem;
    }
}