.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 10px;
}

    .qty-input .product-qty,
    .qty-input .qty-count {
        background: transparent;
        color: inherit;
        font-weight: bold;
        font-size: inherit;
        border: none;
        display: inline-block;
        min-width: 0;
        height: 2.5rem;
        line-height: 1;
    }

        .qty-input .product-qty:focus,
        .qty-input .qty-count:focus {
            outline: none;
        }

    .qty-input .product-qty {
        width: 90px;
        min-width: 0;
        display: inline-block;
        text-align: center;
        appearance: textfield;
    }

        .qty-input .product-qty::-webkit-outer-spin-button,
        .qty-input .product-qty::-webkit-inner-spin-button {
            appearance: none;
            margin: 0;
        }

    .qty-input .qty-count {
        padding: 0;
        cursor: pointer;
        width: 2.5rem;
        font-size: 1.25em;
        text-indent: -100px;
        overflow: hidden;
        position: relative;
    }

        .qty-input .qty-count:before,
        .qty-input .qty-count:after {
            content: "";
            height: 2px;
            width: 10px;
            position: absolute;
            display: block;
            background: #000;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .qty-input .qty-count--minus {
        border-right: 1px solid #e2e2e2;
    }

    .qty-input .qty-count--add {
        border-left: 1px solid #e2e2e2;
    }

        .qty-input .qty-count--add:after {
            transform: rotate(90deg);
        }

    .qty-input .qty-count:disabled {
        color: #ccc;
        background: #f2f2f2;
        cursor: not-allowed;
        border-color: transparent;
    }

        .qty-input .qty-count:disabled:before,
        .qty-input .qty-count:disabled:after {
            background: #ccc;
        }

.qty-input1 {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 10px;
}

    .qty-input1 .product-qty1,
    .qty-input1 .qty-count1 {
        background: transparent;
        color: inherit;
        font-weight: bold;
        font-size: inherit;
        border: none;
        display: inline-block;
        min-width: 0;
        height: 2.5rem;
        line-height: 1;
    }

        .qty-input1 .product-qty1:focus,
        .qty-input1 .qty-count1:focus {
            outline: none;
        }

    .qty-input1 .product-qty1 {
        width: 90px;
        min-width: 0;
        display: inline-block;
        text-align: center;
        appearance: textfield;
    }

        .qty-input1 .product-qty1::-webkit-outer-spin-button,
        .qty-input1 .product-qty1::-webkit-inner-spin-button {
            appearance: none;
            margin: 0;
        }

    .qty-input1 .qty-count1 {
        padding: 0;
        cursor: pointer;
        width: 2.5rem;
        font-size: 1.25em;
        text-indent: -100px;
        overflow: hidden;
        position: relative;
    }

        .qty-input1 .qty-count1:before,
        .qty-input1 .qty-count1:after {
            content: "";
            height: 2px;
            width: 10px;
            position: absolute;
            display: block;
            background: #000;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .qty-input1 .qty-count--minus {
        border-right: 1px solid #e2e2e2;
    }

    .qty-input1 .qty-count--add {
        border-left: 1px solid #e2e2e2;
    }

        .qty-input1 .qty-count--add:after {
            transform: rotate(90deg);
        }

    .qty-input1 .qty-count1:disabled {
        color: #ccc;
        background: #f2f2f2;
        cursor: not-allowed;
        border-color: transparent;
    }

        .qty-input1 .qty-count1:disabled:before,
        .qty-input1 .qty-count1:disabled:after {
            background: #ccc;
        }

input[type="date"] {
    background-color: #d13c17;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Roboto Mono", monospace;
    color: #ffffff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 15px;
}

::-webkit-calendar-picker-indicator {
    background-color: #d13c17;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
    color: white;
}

.slider {
    width: 100%;
    align-self: center;
}

    .slider input[type="radio"] {
        display: none;
    }

.testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 350px;
    perspective: 1000px;
    overflow: hidden;
}

    .testimonials .item {
        width: 520px;
        padding: 30px;
        border-radius: 5px;
        background-color: #da8824;
        position: absolute;
        border: 3px solid white;
        top: 0;
        box-sizing: border-box;
        text-align: center;
        transition: transform 0.4s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        user-select: none;
        cursor: pointer;
    }

.testimonialsMobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 200px;
    perspective: 100px;
    overflow: hidden;
}

    .testimonialsMobile .itemMobile {
        width: 200px;
        padding: 30px;
        border-radius: 5px;
        background-color: #da8824;
        border: 3px solid white;
        top: 0;
        box-sizing: border-box;
        text-align: center;
        transition: transform 0.4s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        user-select: none;
        cursor: pointer;
    }

    .testimonialsMobile .item h1 {
        font-size: 114px;
        color: white;
    }

.testimonials .item h1 {
    font-size: 114px;
    color: white;
}

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dotsMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .dotsMobile label {
        height: 5px;
        width: 5px;
        border-radius: 50%;
        cursor: pointer;
        background-color: #413b52;
        margin: 7px;
        transition-duration: 0.2s;
    }

.dots label {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #413b52;
    margin: 7px;
    transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
    transform: scale(2);
    background-color: #fff;
    box-shadow: 0px 0px 0px 3px #dddddd24;
}

#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
}

#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-1"],
#t-5:checked ~ .testimonials label[for="t-2"] {
    transform: translate3d(600px, 0, -180px) rotateY(-25deg);
    z-index: 2;
}

#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-1"] {
    transform: translate3d(300px, 0, -90px) rotateY(-15deg);
    z-index: 3;
}

#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-1:checked ~ .testimonials label[for="t-5"] {
    transform: translate3d(-300px, 0, -90px) rotateY(15deg);
    z-index: 3;
}

#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-5"],
#t-1:checked ~ .testimonials label[for="t-4"] {
    transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}

#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
    z-index: 4;
}


input[type="text"] {
    width: 100%;
    padding: 8px 10px 10px;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type="number"] {
    padding: 8px 10px 10px;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.inputGroup {
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup .mbway {
        padding: 12px 30px;
        width: 85%;
        display: block;
        text-align: left;
        color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border-radius: 10px;
    }

        .inputGroup .mbway:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #d13c17;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup .mbway:after {
            width: 55px;
            height: 35px;
            content: '';
            background-image: url("https://seeklogo.com/images/M/mbway-logo-2CD6980569-seeklogo.com.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup .ccard {
        padding: 12px 30px;
        width: 85%;
        display: block;
        text-align: left;
        color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border-radius: 10px;
    }

        .inputGroup .ccard:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #d13c17;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup .ccard:after {
            width: 55px;
            height: 25px;
            content: '';
            background-image: url("https://seeklogo.com/images/V/VISA-logo-16F4F82D13-seeklogo.com.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup .ref {
        padding: 12px 30px;
        width: 85%;
        display: block;
        text-align: left;
        color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border-radius: 10px;
    }

        .inputGroup .ref:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #d13c17;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup .ref:after {
            width: 35px;
            height: 35px;
            content: '';
            background-image: url("https://seeklogo.com/images/M/multibanco-logo-A2C9EFA923-seeklogo.com.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            z-index: 2;
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup .hotel {
        padding: 12px 30px;
        width: 85%;
        display: block;
        text-align: left;
        color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border-radius: 10px;
    }

        .inputGroup .hotel:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #d13c17;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup .hotel:after {
            width: 35px;
            height: 35px;
            content: '';            
            background-repeat: no-repeat;
            background-size: 100% 100%;
            z-index: 2;
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

    .inputGroup input[type="radio"] {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.arrow {
    cursor: pointer;
    height: 80px;
    /* left: 90%; */
    /* position: absolute; */
    /* top: 40px; */
    transform: translateX(-50%) translateY(-50%);
    transition: transform 0.1s;
    width: 30px;
    align-content: center;
}

.arrow-top, .arrow-bottom {
    background-color: #666;
    height: 4px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;
}

    .arrow-top:after, .arrow-bottom:after {
        background-color: #fff;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        transition: all 0.15s;
    }

.arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}

    .arrow-top:after {
        left: 100%;
        right: 0;
        transition-delay: 0s;
    }

.arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}

    .arrow-bottom:after {
        left: 0;
        right: 100%;
        transition-delay: 0.15s;
    }

.arrow:hover .arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}

.arrow:active {
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.wrapper {
    display: flex;
    align-self: center;
    max-width: 700px;
    height: 60px;
    padding: 5px;
    /*margin: 0 auto;*/
    align-items: center;
    background-color: #d13c17;
    border: 1px solid white;
    border-radius: 8px;
    box-shadow: 4px 4px 4px #ffffffd1;
}

    .wrapper button {
        width: 30px;
        height: 30px;
        display: block;
        line-height: 1;
        padding: 5px 10px;
        margin-left: 5px;
        border: 0px none transparent;
        background: none;
        cursor: pointer;
        outline: none;
    }

        .wrapper button#backBtn {
            position: relative;
        }

            .wrapper button#backBtn:after {
                content: "";
                position: absolute;
                right: -20px;
                background: linear-gradient(to right, #d13c17 20%, transparent);
                top: -2px;
                bottom: -2px;
                width: 20px;
            }

        .wrapper button#forBtn {
            position: relative;
        }

            .wrapper button#forBtn:before {
                content: "";
                position: absolute;
                left: -20px;
                background: linear-gradient(to left, #d13c17 20%, transparent);
                top: -2px;
                bottom: -2px;
                width: 20px;
            }

ul#Calendar {
    margin: 60px auto;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 30px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    ul#Calendar::-webkit-scrollbar {
        display: none;
    }

    ul#Calendar li {
        text-align: center;
        width: 95px;
        height: 30px;
        padding: 5px;
        flex: 0 0 auto;
        font-weight: 700;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 5px;
        line-height: 1.4;
        transition: all 0.1s linear 0s;
        color: white;
    }

        ul#Calendar li.highlight {
            color: #e59f6e;
        }

        ul#Calendar li:hover {
            transition: all 0.2s linear 0s;
            z-index: 1;
            position: relative;
            cursor: pointer;
            background-color: #e59f6e;
            color: #fafafa;
        }

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
}

    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn {
    border-radius: 8px !important
}

.desktop .ticket-layout .ticket-layout__resume {
    padding-top: var(--space-m);
    padding-right: var(--space-base);
    height: calc(100vh - var(--header-size));
}
