main {
    margin: 0;
}

div.home-action-button {
    background-color: var(--wp--preset--color--thrifty-main);
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px 30px;
    color: white;
    border-radius: 999px;
    align-content: center;
    align-items: center;
    font-family: 'Avenir';
    cursor: pointer;
    transition: 0.18s;
}

div.home-action-button.button-orange {
    background-color: #F36C3D;
}

div.home-action-button-big {
    background-color: var(--wp--preset--color--thrifty-main);
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 20px 60px;
    color: white;
    border-radius: 999px;
    align-content: center;
    align-items: center;
    font-family: 'Avenir';
    font-size: 2rem;
    cursor: pointer;
    transition: 0.18s;
}

div.home-action-button:hover{
    background-color: var(--wp--preset--color--thrifty-main-highlight) !important;
    scale: 1.09;
}

div.home-action-button.button-orange:hover{
    background-color: #ffb59d !important;
}

div.home-action-button:active,
div.home-action-button.button-orange:active {
    scale: 0.9;
}

div.home-action-button img.arrow {
    height: 18px;
}

/* Hero Section */

.hero {
    position: relative;
    max-width: 100%;
    justify-content: center;
    display: flex;
}

div.hero-tag {
    position: absolute;
    text-align: center;
}

@media (min-width: 600px) {
    .hero{
        height: 92vh;
    }

    .hero img {
        width: 100%;
        object-fit: cover;
    }

    div.hero-tag {
        font-size: 2.5rem;
        top: 20%;
    }
}

@media (max-width: 600px) {
    .hero {
        object-fit: contain;
        overflow: hidden;
    }

    .hero img {
        height: 80vh;
    }

    div.hero-tag {
        font-size: 1.2rem;
        top: 20%;
    }
}

/* Pitch Section */

div.pitch {
    background-color: var(--wp--preset--color--thrifty-main);
}

.pitch {
    text-align: center;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

div.pitch>div.pitch-container {
    margin-block-start: 60px;
    display: flex;
    gap: 70px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div.pitch-item {
    max-width: 200px;
}

div.pitch-item .logo {
    height: 102px;
}

div.pitch-item .text {
    margin-top: 20px;
}

@media (max-width: 600px) {
    div.pitch-item {
        max-width: 140px;
    }
}

/* Vehicle Section */

div.vehicle {
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

div.vehicle p.subtext {
    margin-top: 60px;
    font-family: 'Avenir';
    font-size: 1.2rem;
}

div.vehicle-slide-container {
    margin-top: 80px;
    display: flex;
    overflow: hidden;
}

div.vehicle-slide-container div.owl-stage{
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.vehicle-slide-container.owl-carousel .owl-item img{
    width: auto;
}

div.vehicle-slide-container div.vslide-item {
    border-radius: 18px;
}

div.vehicle-slide-container div.vslide-item.text-only {
    color: #F36C3D;
}

div.vehicle-slide-container div.vslide-item .vehicle {
    border-radius: 18px;
}

@media (min-width: 600px) {
    div.vehicle-slide-container div.vslide-item.text-only {
        padding-left: 100px;
        font-size: 3rem;
        margin-right: 100px;
        min-width: 300px;
    }

    div.vehicle-slide-container div.vslide-item .vehicle {
        height: 450px;
    }
}

@media (max-width: 600px) {

    div.vehicle-slide-container div.vslide-item.text-only {
        padding-left: 50px;
        font-size: 2rem;
        margin-right: 20px;
        min-width: 200px;
    }

    div.vehicle-slide-container div.vslide-item .vehicle {
        width: 100vw;
        height: calc(100vw * 0.6);
    }
}

div.vehicle-explore{
    display: flex;
    align-items: center;
}

div.home-action-button.explore-mitsubishi {
    margin-top: 100px;
    font-weight: 100;
}

@media (max-width: 600px) {
    div.home-action-button.explore-mitsubishi {
        margin-top: 50px;
        font-weight: 100;
    }
}

/* Adventure */

div.adventure {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: #F8F1E9;
}

div.adventure p.subtext {
    margin-top: 60px;
    font-family: 'Avenir';
    font-size: 1.2rem;
}

div.adventure p.subtext strong {
    font-weight: 600;
}

.adventure-slider-super-wrapper{
    display: block;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #F8F1E9;
}

.adventure-slider-wrapper {
    display: inline-block;
}

div.adventure-slide-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    scroll-padding: 0 50% 0 50%;
    text-align: center;
}

div.adventure-slide-container div.adv-item {
    object-fit: contain;
}

div.adventure-slide-container div.adv-item .adventure-thumb {
    border-radius: 18px;
}

@media (min-width: 600px) {
    div.adventure-slide-container {
        gap: 40px;
        padding: 0 calc(50vw - calc(600px / 2));
    }

    div.adventure-slide-container div.adv-item .adventure-thumb {
        width: 600px;
        height: 385px;
    }
}

@media (max-width: 600px) {
    div.adventure-slide-container {
        padding: 0 calc(50vw - calc(389px/ 2));
        gap: 5px;
    }

    div.adventure-slide-container div.adv-item .adventure-thumb {
        width: 389px;
        height: 250px;
    }
}

div.adventure.adventure-item-details {
    margin-top: 0px;
    padding-top: 80px;
}

div#adv-title {
    color: #F36C3D;
    font-size: 3rem;
}

div#adv-sub1,
div#adv-sub2 {
    color: #8C8C8C;
}

a#adventure_learn_more{
    margin-top: 50px;
    text-decoration: none;
}

a#adventure_learn_more:focus{
    outline: none;
}

a.home-action-link.link-orange {
    color: #F36C3D;
    font-family: 'Avenir';
    transition: 0.18s;
}

a.home-action-link.link-orange:hover {
    opacity: 50%;
}

/* Booking */

div.booking {
    margin-top: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

div.booking p.subtext {
    margin-top: 60px;
    font-family: 'Avenir';
    font-size: 1.2rem;
}

div.booking p.subtext strong {
    font-weight: 600;
}

.home-action-button-big.check-availability {
    margin-top: 100px;
}