@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Poppins", sans-serif;
    font-display: swap;
    background-color: #F9F6F1;
    overflow-x: hidden
}

a.remove-default,
a.remove-default:hover,
a.remove-default:active,
a.remove-default:visited,
a.remove-default:link {
    text-decoration: none
}

strong {
    font-family: "poppins", sans-serif;
    font-weight: 300
}

.owl-nav {
    text-align: center
}

.owl-prev span,
.owl-next span {
    font-size: 40px;
    margin-right: 20px;
    color: rgba(169, 74, 37, 0.9)
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-80 {
    margin-top: 80px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-70 {
    margin-bottom: 70px
}

.padding-20 {
    padding: 20px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-100 {
    padding-top: 100px
}

.padding-top-150 {
    padding-top: 150px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-left-0 {
    padding-left: 0px !important
}

.border-radius-12 {
    border-radius: 12px
}

.hide {
    display: none !important
}

.visible {
    display: block !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

@media (max-width: 768px) {
    .visible-md {
        display: block !important
    }

    .hide-md {
        display: none !important
    }
}

@media (max-width: 992px) {
    .visible-lg {
        display: block !important
    }

    .hide-lg {
        display: none !important
    }
}

.font-medium {
    font-size: 16px
}

.font-large {
    font-size: 20px
}

@media (max-width: 768px) {
    .font-large {
        font-size: 18px
    }
}

.text-align-center {
    text-align: center
}

.display-flex {
    display: flex
}

.display-block {
    display: block
}

.flex-wrap-wrap {
    flex-wrap: wrap
}

.flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-grow-1 {
    flex-grow: 1
}

.flex-direction-column {
    flex-direction: column
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

.position-sticky {
    position: sticky;
    top: 0
}

.position-relative {
    position: relative
}

.top-20 {
    top: 20px
}

.cursor-pointer {
    cursor: pointer
}

.cursor-simple::before {
    content: '';
    display: inline-block;
    position: absolute !important;
    bottom: 0px;
    width: 4px;
    height: 100%;
    background-color: #24292f;
    transform: translateY(15%);
    -webkit-animation: blink 1.2s linear infinite;
    animation: blink 1.2s linear infinite
}

@media (max-width: 380px) {
    .cursor-simple::before {
        height: 30px;
        transform: translateY(0%)
    }
}

.list {
    list-style: none;
    display: flex
}

.list li {
    margin-right: 30px
}

.list a,
.list a:hover,
.list a:active,
.list a:visited {
    color: initial;
    text-decoration: none
}

.title-1-white {
    font-family: 'alliance-semi-bold', sans-serif;
    font-size: 70px;
    color: #fff;
    line-height: 76px;
    letter-spacing: -1px
}

.title-2 {
    font-family: 'alliance-semi-bold';
    font-size: 64px;
    color: #24292f;
    letter-spacing: -1px;
    line-height: 68px
}

.title-2 span {
    color: #8c959e
}

.title-2-white {
    font-family: 'alliance-semi-bold';
    font-size: 64px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 68px
}

.title-2-white span {
    color: #8c959e
}

.title-3 {
    font-family: 'poppins', sans-serif;
    font-size: 48px;
    color: #24292f;
    letter-spacing: -1px;
    line-height: 68px;
    font-weight: 600
}

.title-3 span {
    color: #949da7
}

.title-3-medium {
    font-family: 'poppins', sans-serif;
    font-size: 30px;
    color: #24292f;
    letter-spacing: -1px;
    line-height: 34px;
    font-weight: 500
}

.title-3-medium span {
    color: #949da7
}

@media (max-width: 768px) {
    .title-1-white {
        font-family: 'alliance-semi-bold', sans-serif;
        font-size: 48px;
        color: #fff;
        line-height: 47px;
        letter-spacing: -1px
    }

    .title-2 {
        font-family: 'alliance-semi-bold';
        font-size: 32px;
        color: #24292f;
        letter-spacing: -1px;
        line-height: 36px
    }

    .title-2 span {
        color: #8c959e
    }

    .title-3 {
        font-family: 'poppins', sans-serif;
        font-size: 32px;
        color: #24292f;
        letter-spacing: -1px;
        line-height: 36px;
        font-weight: 600
    }

    .title-3 span {
        color: #949da7
    }
}

@media (max-width: 576px) {
    .title-1-white {
        font-family: 'alliance-semi-bold', sans-serif;
        font-size: 42px;
        color: #fff;
        line-height: 47px;
        letter-spacing: -1px
    }
}

.text-1-white-faint {
    color: #fff;
    opacity: .7
}

.text-1-black-faint {
    color: #24292f;
    opacity: .7
}

.link-list {
    list-style: none
}

.link-list a {
    text-decoration: none
}

.flip-to-left {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg)
}

.link {
    color: #0969da
}

.screen-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10
}

.pattern-bg {
    position: absolute;
    background-image: url(../images/pattern.png);
    background-size: 100%;
    opacity: 14%;
    mix-blend-mode: screen;
    z-index: 0;
    pointer-events: none
}

.center-banner-image {
    border-radius: 12px;
    width: 100%;
    max-width: 936px;
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.0174624), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0235573), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0282784), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0339075), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.07)
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    55% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    55% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.btn {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 15px;
    border: none;
    outline: none;
    cursor: pointer
}

.btn-medium {
    padding: 12px 23px
}

.btn-border-1-white {
    color: #fff;
    background-color: none;
    border-radius: 5px;
    transition: all 400ms
}

.btn-border-1-white:hover {
    box-shadow: inset 0 0 0 2px #fff
}

.btn-border-1-black {
    color: #1b1f23;
    background-color: none;
    border-radius: 5px;
    transition: all 400ms
}

.btn-border-1-black:hover {
    box-shadow: inset 0 0 0 2px #1b1f23
}

.btn-border-1-red {
    color: #F9F6F1;
    background-color: #F90716;
    border-radius: 5px;
    transition: all 400ms
}

.btn-border-1-red:hover {
    box-shadow: none
}

.btn-border-1-blue {
    color: #F9F6F1;
    background-color: #a94a25;
    border-radius: 5px;
    transition: all 400ms
}

.btn-border-1-blue:hover {
    box-shadow: none
}

.btn-1-white {
    color: #1b1f23;
    border-radius: 3px;
    font-weight: 500;
    background-color: #fff
}

.btn-1-white.btn-arrow-1-static svg .octicon-chevrow-right,
.btn-1-white.btn-arrow-1-static svg .octicon-chevrow-stem {
    fill: #1b1f23;
    color: #1b1f23;
    transform: translate(4px, 1px)
}

.btn-1-danger {
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    background-color: #b92d3a
}

.btn-1-danger.btn-arrow-1-static svg .octicon-chevrow-right,
.btn-1-danger.btn-arrow-1-static svg .octicon-chevrow-stem {
    fill: #fff;
    color: #fff;
    transform: translate(4px, 1px)
}

.btn-1-success {
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    background-color: #228c3a
}

.btn-1-success.btn-arrow-1-static svg .octicon-chevrow-right,
.btn-1-success.btn-arrow-1-static svg .octicon-chevrow-stem {
    fill: #fff;
    color: #fff;
    transform: translate(4px, 1px)
}

.btn-1-dark-green {
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    background-color: #071D1D
}

.btn-1-dark-green.btn-arrow-1-static svg .octicon-chevrow-right,
.btn-1-dark-green.btn-arrow-1-static svg .octicon-chevrow-stem {
    fill: #fff;
    color: #fff;
    transform: translate(4px, 1px)
}

.btn-block {
    display: flex;
    flex-basis: 100%;
    width: 100%
}

.btn-group-vertical {
    display: flex;
    align-items: center
}

.btn-group-vertical-gap-small .btn:not(:last-of-type) {
    margin-right: 10px
}

.notification-bar {
    color: #F9F6F1;
    background-color: #A94A25;
    font-weight: 300;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px
}

.notification-bar p {
    transform: translateX(-25px)
}

.notification-bar span {
    font-weight: 400
}

.navigation {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 20;
    position: fixed;
    top: 0px
}

.navigation-dark {
    background-color: #f9f6f1
}

.navigation-dark .navigation-options li a {
    color: #000
}

.navigation-dark .navigation-mobile-menu svg {
    fill: #000
}

.navigation .flex-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 80px
}

.navigation-logo {
    position: absolute;
    left: 0px
}

.navigation-logo img {
    max-width: 130px;
    transform: translateY(2px)
}

.navigation-options {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.navigation-options li a {
    text-decoration: none;
    color: #F9F6F1;
    position: relative;
    font-size: 16px;
    display: block
}

.navigation-options>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    min-height: 80px
}

.navigation-options li:not(.no-active) a::before  {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    background-color: rgba(169, 74, 37, 0.9);
    width: 0%;
    height: 1.5px;
    opacity: 0.9;
    transition: all 400ms
}

.navigation-options li:hover>a::before,
.navigation-options li.active>a::before {
    width: 100%
}

.navigation-options>li.highlight a {
    color: #F90716
}

.navigation-options li:hover .navigation-options-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 90%);
    transition: all 400ms
}

.navigation-options-dropdown {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-radius: 2px;
    list-style: none;
    padding: 15px 20px;
    min-width: 220px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    visibility: hidden;
    opacity: 0;
    transform: translate(0px, 60%)
}

.navigation-options-dropdown li {
    padding-top: 7px;
    padding-bottom: 7px
}

.navigation-options-dropdown li a {
    color: #000
}

.navigation-mobile-menu {
    display: none;
    position: absolute;
    right: 18px;
    cursor: pointer
}

.navigation-mobile-menu svg {
    fill: #fff;
    width: 30px;
    height: 30px
}

.slider-menu-container {
    display: none !important
}

.slider-menu-container.show {
    display: flex !important
}

.slider-menu-container svg {
    fill: #000
}

.slider-menu {
    fill: #fff;
    width: 22px;
    height: 22px;
    transform: translateY(3px)
}

@media (max-width: 1100px) {
    .navigation-logo {
        left: 18px
    }

    .navigation-options {
        background-color: #F9F6F1;
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 80px;
        height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: all 300ms
    }

    .navigation-options li {
        flex-direction: column;
        width: 100%;
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .navigation-options li a {
        color: #000;
        display: block;
        width: 100%
    }

    .navigation-options li:hover .navigation-options-dropdown,
    .navigation-options li.active .navigation-options-dropdown {
        transform: unset
    }

    .navigation-options li.active .navigation-options-dropdown {
        display: block !important
    }

    .navigation-options.active {
        height: 80vh;
        overflow: auto;
        pointer-events: all;
        transition: all 300ms
    }

    .navigation-options-dropdown {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translate(0px, 0%);
        transition: all 400ms
    }

    .navigation-mobile-menu {
        display: block
    }

    .navigation .slider-menu {
        fill: #000
    }
}

@keyframes hero-animation {
    0% {
        width: 100%;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.hero.empty-hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1
}

/* .hero.empty-hero.show::before {
    animation-name: hero-animation;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0
} */

.hero.home {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero.home2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/adrenaline_sintra_experience.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px
}

.hero.home2 .hero-info {
    pointer-events: none
}

.hero.team {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/meet-team-hero.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero.rides {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/the_riders.jpg); /* Diminuir Resolução */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero.our-groups {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/Our_Groups.jpg); /* Diminuir Resolução */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero.transport {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/trans.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero .flex-1 {
    display: flex;
    justify-content: center
}

.hero-info {
    color: #fff;
    min-height: 83vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    z-index: 6
}

.hero-info-sub {
    font-size: 48px;
    font-weight: 600
}

.hero-info-sub.bottom-left {
    font-size: 32px;
    left: 0px;
    bottom: -30px;
    position: absolute
}

.hero-info-heading {
    font-weight: 400;
    font-size: 24px;
    padding: 5px;
    border-radius: 2px
}

.hero-info-heading span {
    color: #F90716
}

.hero-btn {
    min-width: 130px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px
}

.hero .iframe-container {
    top: 48px;
    position: absolute;
    height: 83vh;
    width: 100%;
    z-index: 5;
    overflow: hidden
}

.hero iframe {
    height: 83vh;
    width: 100%;
    transform: scale(2)
}

.hero .bullets {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 10
}

/* .hero .bullets span {
    box-shadow: inset 0 0 0 2px #ffffff;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #ffffff;
    background-color: transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 1000px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 250ms
} */

.hero .bullets span:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.hero .bullets span.active {
    background-color: #fff
}

.testimonials {
    color: #fff;
    min-height: 500px;
    background-image: url(../images/testimonials_review.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.testimonials-name {
    border-bottom: 1px solid #fff;
    min-width: 200px;
    display: inline-block;
    padding-bottom: 10px
}

.testimonials .stars {
    padding-top: 10px
}

.testimonials-box {
    max-width: 700px;
    width: 100%;
    transform: translate(50px, -50%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    transition: all 300ms
}

.testimonials-box.active {
    transform: translate(0px, -50%);
    opacity: 1;
    visibility: visible
}

.testimonials-text {
    font-weight: 300;
    width: 90%
}

.testimonials .bullets {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%)
}

.testimonials .bullets span {
    box-shadow: inset 0 0 0 2px #ffffff;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #ffffff;
    background-color: transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 1000px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 250ms
}

.testimonials .bullets span:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.testimonials .bullets span.active {
    background-color: #fff
}

._modal {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%)
}

._modal-close {
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    background-color: white;
    border: none;
    outline: none;
    color: black;
    padding: 10px;
    font-weight: bold;
}

._modal-close svg {
    width: 17px;
    height: 17px
}

.color-cards {
    display: flex
}

.color-cards .color-card:not(:last-of-type) {
    margin-right: 35px
}

.color-card {
    position: relative;
    display: flex;
    flex-grow: 0;
    width: 25%;
    max-width: 293.75px;
    text-decoration: none;
    overflow: hidden
}

.color-card:hover .color-card-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(-40px)
}

.color-card:hover .color-card-heading {
    transform: translateX(-50%);
    bottom: 125%
}

.color-card:hover .color-card-img {
    filter: blur(30px)
}

.color-card:hover .color-card-sub svg {
    transform: translate(5px, 2px)
}

.color-card-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 300ms
}

.color-card:hover .color-card-overlay {
    opacity: 0.4;
    color: rgb(0, 0, 0);
}

.color-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 400ms
}

/* .color-card-overlay.green {
    background-color: rgba(168, 185, 39, 0.88)
}

.color-card-overlay.blue {
    background-color: rgba(35, 194, 255, 0.88)
}

.color-card-overlay.red {
    background-color: rgba(193, 52, 23, 0.88)
}

.color-card-overlay.pink {
    background-color: rgba(235, 80, 123, 0.88)
}

.color-card-overlay.orange {
    background-color: rgba(255, 140, 50, 0.88)
}

.color-card-overlay.purple {
    background-color: rgba(153, 0, 240, 0.88)
}

.color-card-overlay.sea-green {
    background-color: rgba(36, 120, 129, 0.88)
}

.color-card-overlay.yellow {
    background-color: rgba(255, 217, 61, 0.88)
} */

.color-card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.color-card-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    max-width: 90%;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    transition: all 300ms
}

.color-card-sub {
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: burlywood;
}

.color-card-sub svg {
    fill: rgb(0, 0, 0);
    width: 14px;
    height: 14px;
    margin-left: 8px;
    transform: translateY(2px);
    transition: all 300ms
}

.color-card-text {
    font-size: 17px;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms
}

@media (max-width: 992px) {
    .color-cards {
        flex-wrap: wrap
    }

    .color-card {
        flex-grow: 0;
        width: 48%;
        margin-right: 0;
        max-width: unset;
        text-decoration: none
    }

    .card{
        width: 100% !important;
    }

    .color-cards .color-card:nth-of-type(n+3) {
        margin-top: 4%
    }

    .color-cards .color-card:not(:last-of-type) {
        margin-right: 0%
    }

    .color-cards .color-card:nth-of-type(odd) {
        margin-right: 4%
    }
}

@media (max-width: 576px) {
    .color-card {
        width: 100%
    }

    .color-cards .color-card:nth-of-type(n+3) {
        margin-top: 0%
    }

    .color-cards .color-card:not(:last-of-type) {
        margin-right: 0%
    }

    .color-cards .color-card:nth-of-type(odd) {
        margin-right: 0%
    }

    .color-cards .color-card:not(:first-of-type) {
        margin-top: 4%
    }
}

._tabs {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

._tabs li a {
    color: #000;
    text-decoration: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    padding: 13px 19px;
    transition: all 200ms
}

._tabs li:last-of-type a {
    border-right: 1px solid #000
}

._tabs li.active a,
._tabs li:hover a {
    color: #fff;
    background-color: #000
}

[data-tab-container] {
    display: none
}

[data-tab-container].active {
    display: block
}

.collapse-panels {
    background-color: #eee;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 2px
}

.collapse-panel-heading {
    font-size: 18px;
    font-weight: 500
}

.collapse-panel-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: inset 0px 0px 10px 1px rgba(221, 221, 221, 0.3);
    cursor: pointer
}

.collapse-panel-header.active,
.collapse-panel-header:hover {
    box-shadow: inset 0px 0px 10px 1px rgba(183, 183, 183, 0.3);
    background-color: #ddd
}

.collapse-panel-body {
    height: 0px;
    overflow: hidden;
    padding: 0px 20px;
    overflow: auto;
    transition: all 300ms
}

.collapse-panel-body.active {
    padding: 20px 20px
}

form .group:not(:first-of-type) {
    margin-top: 15px
}

form .form-group-message {
    display: none;
    align-items: center
}

form .form-group-message [data-is="msg-placeholder"] {
    padding-left: 10px
}

form .form-group-message.active {
    display: flex
}

.input-style-1 {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 9px 16px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    background-color: #000;
    border: 2px solid #F9F6F1;
    color: #F9F6F1
}

.input-style-1.no-resize {
    resize: none
}

.contact-form {
    padding-top: 20px;
    width: 100%
}

.contact-form .style-1 {
    font-family: inherit;
    font-size: 14px;
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent
}

.contact-form .send button {
    color: #fff;
    background-color: #000;
    float: right;
    padding-left: 20px;
    padding-right: 20px
}

.footer {
    color: #fff;
    background-color: #000
}

.footer .flex-1 {
    display: flex
}

.footer-newsletter-info {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.footer-newsletter-info-heading {
    font-size: 20px;
    font-weight: 500
}

.footer-newsletter-info-text {
    font-size: 16px;
    font-weight: 300
}

.footer-newsletter-icon {
    fill: #fff;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    transform: translateY(5px)
}

.footer-newsletter-form {
    display: flex;
    justify-content: end
}

.footer-newsletter-form input[type="email"] {
    max-width: 400px
}

.footer-newsletter-form button {
    margin-left: 15px;
    min-width: 120px
}

.footer-links {
    margin-top: 40px;
    padding-left: 80px
}

.footer-links-p {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7
}

.footer-links ul.links {
    list-style: none;
    display: flex;
    margin-top: 4px
}

.icon-wpp, .icon-email, .icon-ig, .icon-fb, .icon-trip, .icon-tiktok{
    font-size: 25px;
    color: black;
}


.icon-wpp:hover{
    color: #128C7E;
}

.icon-email:hover{
    color: #a04646;
}

.icon-ig:hover{
    color: rgba(252,70,107,1);
}

.icon-fb:hover{
    color: rgb(68, 124, 230);
}

.icon-trip:hover{
    color: #0b7064;
}

.icon-tiktok:hover{
    color: rgb(41, 40, 40);
}

.icon-wpp-footer, .icon-email-footer, .icon-ig-footer, .icon-fb-footer, .icon-trip-footer, .icon-tiktok-footer{
    margin-top: 10px;
    font-size: 20px;
    color: white;
}

.footer-links ul.links a {
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.7;
    padding-right: 24px
}

.text-ancora{
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-border-text {
    color: #F9F6F1;
    background-color: #c2643fc9;
    border-radius: 5px;
    transition: all 400ms;
}

.btn-border-text:hover {
    color: #F9F6F1;
    background-color: #a94a25;
    border-radius: 5px;
    transition: all 400ms;
}

.footer-links ul.icons {
    list-style: none;
    display: flex;
    margin: 0 auto;
}

.footer-links ul.icons li {
    margin-right: 18px
}

.footer-links ul.icons a svg {
    fill: rgb(0, 0, 0);
    opacity: 0.7;
    width: 20px;
    height: 20px
}

.nav-ancora{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 80px;
    flex-wrap: wrap;
}

#teste{
    fill: #f9f6f1;
    opacity: 0.7;
    width: 20px;
    height: 20px 
}

.footer-covid {
    width: 120px;
    display: block;
    margin: auto auto;
    margin-top: 30px
}

.footer .second {
    display: flex;
    flex-direction: column
}

@media (max-width: 768px) {
    .footer-newsletter {
        margin-bottom: 30px
    }

    .footer-newsletter-form input[type="text"] {
        max-width: 100%
    }

    .footer-links {
        padding-left: 0px
    }

    .footer-links .grid-50 {
        width: 100% !important;
        flex-basis: 100% !important
    }

    .footer .second {
        flex-direction: row;
        flex-wrap: wrap-reverse
    }

    .footer .second form {
        width: 100%
    }

    .footer .footer-covid {
        margin-top: 0px;
        width: 80px;
        margin: unset;
        margin-bottom: 30px
    }
}

.container {
    display: block;
    margin: auto auto;
    width: 100%
}

.container-has-position {
    left: 50%;
    transform: translateX(-50%)
}

.container-medium {
    max-width: 1280px;
    text-align: justify;
}

@media (max-width: 1280px) {
    .container-medium {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 768px) {
    .container-medium {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 380px) {
    .container-medium {
        padding-left: 10px;
        padding-right: 10px
    }
}

.grids {
    display: flex;
    width: 100%
}

.grids .grid-gap-small {
    margin: 5px
}

.grids .grid-gap-medium {
    margin: 10px
}

.grids .grid-separator-right {
    border-right: 2px solid #f6f8fa
}

.grids .grid-70 {
    flex-basis: 70%
}

.grids .grid-60 {
    flex-basis: 60%
}

.grids .grid-50 {
    flex-basis: 50%
}

.grids .grid-40 {
    flex-basis: 40%
}

.grids .grid-30 {
    flex-basis: 30%
}

.grids .grid-25 {
    flex-basis: 25%
}

.grids .grid-33 {
    flex-basis: 33.33%
}

.grids .grid-16 {
    flex-basis: 16.66%
}

@media (max-width: 992px) {
    .grids-break-lg-33 .grid {
        flex-basis: 33%
    }

    .grids-break-lg-50 .grid {
        flex-basis: 50%
    }

    .grids-break-lg-100 .grid {
        flex-basis: 100%
    }
}

@media (max-width: 768px) {
    .grids-break-md-30 .grid {
        flex-basis: 100%
    }

    .grids-break-md-50 .grid {
        flex-basis: 50%
    }

    .grids-break-md-70 .grid {
        flex-basis: 100%
    }

    .grids-break-md-100 .grid {
        flex-basis: 100%
    }

    .grids .grid-separator-hide-md {
        border: none
    }
}

.floating-btn {
    font-size: 17px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-weight: 500;
    z-index: 10
}

.section {
    padding-top: 70px
}

.section-heading {
    font-size: 32px;
    font-weight: 600;
    opacity: 0.8
}

.section-end {
    padding-bottom: 70px
}

.simple-bar {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.simple-bar-heading {
    text-align: left;
    margin-bottom: 7px
}

.simple-bar .page-text {
    text-align: justify;
    font-size: 16px;
    font-weight: 400
}

.text-info .flex-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.text-info-heading {
    font-size: 26px;
    font-weight: 600;
    text-align: center
}

.text-info p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    max-width: 1100px;
    line-height: 28px;
    opacity: 0.9
}

.text-info p strong {
    opacity: 1;
    font-weight: 500;
    font-style: italic
}

.experiences-heading {
    font-size: 32px;
    font-weight: 600;
    color: #071d1d;
    margin-bottom: 30px
}

.experiences-carousel-item {
    text-decoration: none;
    color: inherit
}

.experiences-carousel-item-header {
    position: relative
}

.experiences-carousel-item-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 2px
}

.experiences-carousel-item-header::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    opacity: 0.1;
    transition: all 400ms
}

.experiences-carousel-item-header:hover::before {
    opacity: 0.7
}

.experiences-carousel-item-header:hover .experiences-carousel-item-info-heading {
    margin-bottom: calc(225px);
    transform: translateY(100%)
}

.experiences-carousel-item-header:hover .experiences-carousel-item-info-text {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: unset
}

.experiences-carousel-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px
}

.experiences-carousel-item-info-heading {
    color: #fdfeff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    transition: all 400ms
}

.experiences-carousel-item-info-text {
    color: #fdfeff;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 400ms
}

.experiences-carousel-item .btn {
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px
}

.simple-cta p {
    text-align: center;
    font-size: 22px;
    font-weight: 600
}

.simple-cta p a {
    color: #11468f;
    text-decoration: none
}

#discount-modal {
    max-width: 400px;
    width: 100%;
    height: 100%;
    max-height: 500px;
    position: fixed;
    transform: translate(-50%, -50%)
}

#discount-modal ._modal-body {
    color: #fff;
    background-color: #a94a25;
    font-weight: 300;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

#discount-modal ._modal-body .info {
    padding: 30px;
    text-align: center
}

#discount-modal ._modal-body .heading {
    color: #000;
    font-size: 42px;
    font-weight: 600
}

#discount-modal ._modal-body .text {
    display: block;
    font-size: 24px;
    padding-top: 10px;
    line-height: 30px
}

#discount-modal ._modal-body .discount-modal-img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.page-main {
    padding-top: 100px
}

.page-heading {
    max-width: 1100px;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    opacity: 0.85
}

.page-sub {
    color: #a94a25;
    font-size: 26px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 7px;
    display: block;
    font-style: italic;
    opacity: 0.9
}

.page-text {
    opacity: 0.8;
    line-height: 27px
}

.page-text strong {
    font-weight: 500
}

.page-video {
    width: 100%;
    height: 500px;
    border-radius: 2px
}

.testimonial-text span {
    color: #a94a25
}

.testimonial-grids .grid-33 {
    padding: 30px
}

.cta-text-1 {
    max-width: 600px
}

.bold-italic {
    font-weight: 500;
    font-style: italic
}

.italic {
    font-style: italic
}

.op-7 {
    opacity: 0.7
}

.experience-page .color-cards {
    margin-top: 30px
}

.tour-header {
    background-color: #000;
    min-height: 65px;
    padding: 18px 20px;
    display: flex;
    border-radius: 2px
}

.tour-header-left,
.tour-header-right {
    width: 50%
}

.tour-header-left .icon-text:not(:first-of-type) {
    margin-top: 10px
}

.tour-header .icon-text .icon,
.tour-header .icon-text .text {
    opacity: 0.8
}

.icon-text {
    display: flex
}

.icon-text .icon {
    display: flex;
    align-items: center
}

.icon-text .icon svg {
    fill: #fff;
    width: 16px;
    height: 16px
}

.icon-text .text {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 10px
}

.section-30-70-img {
    width: 100%;
    height: 470px;
    object-fit: cover
}

.section-30-70 {
    flex-wrap: wrap
}

.section-30-70 .grid-30 {
    height: 470px
}

.section-30-70 .grid-70 {
    padding-left: 30px
}

.ul-list {
    padding-left: 40px
}

.stars {
    display: flex
}

.stars .yellow {
    fill: #f1c601
}

.stars svg {
    fill: #848484;
    width: 15px;
    height: 15px
}

.simple-gallery {
    position: relative
}

.simple-gallery img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    transition: all 700ms
}

.simple-gallery img.active {
    opacity: 1;
    visibility: visible
}

.price-grid {
    margin-top: 30px
}

.price-grid .grid {
    background-color: #e9f5f8;
    border: 1px solid #c2e3ec;
    box-shadow: inset 0px 0px 10px 2px rgba(194, 227, 236, 0.2);
    padding: 20px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 2px
}

.price-grid .grid .currency {
    color: #4cadc9;
    font-size: 20px
}

.price-grid .grid .price {
    opacity: 0.8;
    padding-left: 5px
}

.price-grid .grid:nth-of-type(odd) {
    margin-right: 20px
}

.price-grid-3 .grid-33 {
    flex-basis: 31%;
    flex-grow: 1
}

.price-grid-3 .grid:nth-of-type(2) {
    margin-right: 20px
}

.price-grid-3 .price {
    font-size: 16px
}

.covid-cta {
    background-color: #ffe2c6
}

.covid-cta .flex-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.covid-cta .left {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center
}

.covid-cta .left img {
    width: 140px
}

.covid-cta .right {
    padding-left: 20px;
    width: 65%
}

.step-heading {
    font-size: 22px;
    font-weight: 500
}

.location-img {
    border-radius: 2px;
    width: 100%
}

.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto
}

.grid-container div {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    padding: 5px;
    box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    transition: all 500ms;
    cursor: pointer
}

.grid-container div:hover img {
    transform: scale(1.68)
}

.grid-container div:hover {
    border-color: #a94a25
}

.grid-container div img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.25s ease-in-out
}

.grid-container div p {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-style: italic
}

.info-grids-img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.info-grids .grid-70.padding-right {
    padding-right: 30px
}

.info-grids .grid-70.padding-left {
    padding-left: 30px
}

.bg-blue {
    background-color: #182b36
}

.color-white {
    color: #f9f6f1
}

.stats-section {
    color: #fff;
    background-color: #000
}

.stats-section .flex-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.stats-section .number-text {
    width: 20%;
    text-align: center
}

.stats-section .number-text .number {
    font-size: 32px;
    font-weight: 600
}

.stats-section .number-text .text {
    font-size: 18px;
    opacity: 0.8
}

.team-member {
    border: 2px dashed #333;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    cursor: pointer
}

.team-member .left {
    width: 50%;
    padding-right: 30px
}

.team-member .left img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 400ms
}

.team-member .right {
    width: 50%
}

.team-member:hover .left img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.team-member:nth-of-type(odd) {
    margin-right: 30px
}

.team-name {
    font-weight: 500;
    font-size: 24px;
    opacity: 0.7
}

.team-sub {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.7
}

.team-msg {
    font-size: 18px;
    font-style: italic;
    opacity: 0.8
}

.team-text {
    margin-top: 20px;
    opacity: 0.8
}

.team-players {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-player {
    cursor: pointer;
    position: relative;
    transition: all 400ms;
    margin: 10px;
}

.team-rider {
    cursor: pointer;
    position: relative;
    transition: all 400ms;
    flex: 1 1 0;
    min-width: 350px;
    margin: 10px;
}

.team-player img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 400ms
}

.team-rider img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(0);
    transition: all 400ms
}

.team-player img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/*.team-player-info:hover {
    height: 80%;
    background-color: rgba(255, 255, 255, 0.95);
    padding-bottom: 20px;
    transition: all 400ms
}*/

.label-hover {
    display: none;
}

.label-hover:checked + label > .team-player-info{
    height: 80%;
    background-color: rgba(255, 255, 255, 0.95);
    padding-bottom: 20px;
    transition: all 400ms
}

.label-hover:checked + label > .team-player-info .team-player-text {
    opacity: 1;
    visibility: visible;
    height: unset;
    overflow: unset;
}

/* .team-player-info:hover .team-player-text {
    opacity: 1;
    visibility: visible;
    height: unset;
    overflow: unset
} */

.team-player-info {
    position: absolute;
    bottom: 0px;
    left: 8%;
    right: 8%;
    background-color: #fff;
    height: 80px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 400ms
}

.team-player-name-boy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: block;
    text-align: center;
    position: relative;
    opacity: 0.8;
    padding-top: 10px
}

.team-player-name-boy::before {
    content: 'Get to know him';
    display: block;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    opacity: 0.8;
    color: #588fce;
}

.team-player-name-girl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: block;
    text-align: center;
    position: relative;
    opacity: 0.8;
    padding-top: 10px
}


.team-player-name-girl::before {
    content: 'Get to know her';
    display: block;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    opacity: 0.8;
    color: #a04646;
}

.team-player-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: block;
    text-align: center;
    padding-top: 15px;
    opacity: 0.8
}

.team-player-text {
    display: block;
    font-size: 15px;
    opacity: 0.8;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    transition: all 400ms linear 100ms
}

.rides-grid .grid {
    padding: 30px
}

.rides-grids {
    cursor: pointer
}

.rides-grids img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 400ms
}

.rides-grids:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.rides-grids:nth-of-type(odd) {
    background-color: #eee
}

.rides-grids {
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px
}

.contact-info {
    padding: 20px
}

.contact-info>div {
    border: 1px solid #000;
    padding: 20px
}

.contact-info>div>p {
    display: flex;
    align-items: center
}

.contact-info>div>p:not(:last-of-type) {
    margin-bottom: 15px
}

.contact-info>div>p a {
    color: inherit;
    text-decoration: none
}

.contact-info>div>p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.contact-grid .grid-70 {
    padding-left: 50px;
    padding-top: 10px
}

.salt-gallery {
    display: grid;
    grid-template-rows: repeat(4, 180px);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px
}

.salt-gallery-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 400ms
}

.salt-gallery-item:hover {
    cursor: pointer
}

.salt-gallery-item:nth-child(1) {
    grid-row: 1 / 4
}

.salt-gallery-item:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 3
}

.salt-gallery-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 3 / 5
}

.salt-gallery-item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 4
}

.salt-gallery-item:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 4 / 5
}

.grid {
    margin: 20px auto;
    max-width: 1000px
}

.grid>.item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: justify;
  }
td {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 800px) {
    td {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
    }
  }

@media (max-width: 992px) {
    .covid-cta .flex-1 {
        flex-direction: column
    }

    .covid-cta .left,
    .covid-cta .right {
        text-align: center;
        width: 100%
    }

    .covid-cta .left img,
    .covid-cta .right img {
        width: 130px
    }
}

@media (max-width: 768px) {
    #page-details._tabs {
        border-top: 1px solid #000
    }

    #page-details._tabs li,
    #page-details._tabs li a {
        display: block;
        width: 100%
    }

    #page-details._tabs li a {
        border-right: 1px solid #000;
        border-top: 0px;
        border-bottom: 1px solid #000
    }

    .tour-header {
        flex-direction: column
    }

    .tour-header-left,
    .tour-header-right {
        width: 100%
    }

    .tour-header-right {
        margin-top: 10px
    }

    .section-30-70 .grid-70 {
        margin-top: 30px
    }

    .price-grid-3 .grid-33 {
        flex-basis: 100%;
        margin-top: 20px
    }

    .info-grids .grid {
        width: 100%;
        flex-basis: 100%
    }

    .info-grids .grid-70.padding-left {
        padding-left: 0px;
        margin-top: 30px
    }

    .stats-section .flex-1 {
        flex-direction: column
    }

    .stats-section .number-text:not(:first-of-type) {
        margin-top: 30px
    }

    .tg {
        flex-wrap: wrap
    }

    .team-member {
        margin-right: 0px !important;
        width: 100% !important;
        flex-basis: 100% !important
    }

    .team-member .left,
    .team-member .right {
        flex-direction: column;
        width: 100%;
        flex-basis: 100%
    }

    .team-member:not(:first-of-type) {
        margin-top: 30px
    }

    .hero-info-sub.bottom-left {
        padding-left: 20px;
        padding-bottom: 20px
    }

    .rides-grid .grid {
        padding: 0px
    }

    .rides-grid .grid:nth-of-type(2) {
        margin-top: 30px
    }

    .contact-grid .grid-70 {
        padding-left: 20px;
        padding-top: 10px;
        width: 100%;
        flex-basis: 100%
    }

    #discount-modal {
        top: 50% !important;
        max-width: 300px;
        width: 90%;
        height: auto;
        max-height: auto
    }

    .discount-modal-img {
        height: 150px !important
    }

    dialog{
        max-width: 350px !important;
    }

    @media (hover: none){
        
    }
}

@media (max-width: 576px) {
    .ul-list {
        padding-left: 10px
    }
}

dialog {
    border: none !important;
    border-radius: calc(5px * var(--ratio));
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.6rem;
    max-width: 600px;
    position: fixed !important;
    top: 50%;
    transform: translate(0, -50%);
    width: 500px !important;
    height: 62%!important;
}

iframe{
    border: none;
    width: 100%;
}

#close_iframe{
width: 100%; 
margin-top: 15px;
}

.card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    width: 40%;
    margin: 5px;
  }
  
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
  
#container {
padding: 2px 16px;
}

.navigation-logo{
    text-align: end;
}

.navigation-logo img{
    filter: invert(1)
}

.navigation-dark .navigation-logo img{
    filter: invert(0)
}

.navigation-logo .keyword{
    animation: logo-keyword-animation 1s infinite alternate;
}

@keyframes logo-keyword-animation {
    0% {
        transform: translateY(-100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    100%{
        transform: translateY(0);
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.keyword{
    font-family: 'Roboto Mono', monospace;
    font-size: .8em;
}