@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist/GeistVariableVF.woff2") format("woff2"),
        url("/fonts/Geist/GeistVariableVF.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --text-primary: #ffffff;
}

.required:after {
    content: " *";
    font-size: 20px;
    color: red;
    font-weight: bold;
}

body {
    font-family: "Lato", sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
    background: #eeeae9;
}

.dt-row {
    margin: 20px 0;
}

.table tr td:nth-child(3) {
    text-transform: capitalize;
}

.bg-turqoise {
    background-color: #2ed8c7;
    /* background-image: linear-gradient(to bottom right, #2ed8c7, #09ebee); */
}

#navbar {
    max-width: 100vw;
    padding: 10px 10vw;
    background-color: rgba(0, 0, 0, 0.6) !important;
    transition: background-color 0.5s ease;
}

#navbar.opaque {
    background-color: #000000 !important;
}

.navbar-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
}

.brand-text {
    font-family: "Bahnschrift";
    margin: 0;
    margin-left: 10px;
    font-size: 25px;
}

navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.navbar-nav {
    align-items: center !important;
}

.nav-link {
    font-size: 18px;
}

.nav-link-sm {
    display: none;
}

.nav-booking {
    margin-left: 20px;
}

.btn {
    font-size: 18px;
}

select {
    font-size: 18px !important;
}

.header {
    position: relative;
    width: 100%;
    height: 100lvh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;

    /* &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: 0.6;
  } */
}

.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100lvh !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: start;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    z-index: 2;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 2;
}

.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-image: url("/images/arrow_left.svg") !important;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-image: url("/images/arrow_left.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.header_img_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/images/header_bg_lg_1.jpg");
    background-position: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.header_img_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/images/header_bg_lg_2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.header_text_main {
    font-family: "Arial";
    font-size: 45px;
    color: #ffffff;
    padding: 20px 50px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.info_section {
    padding: 100px 10vw;
}

.info_section h1,
.book_appointment h1 {
    font-weight: bold;
    color: #000000;
}

.info_section img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    -webkit-box-shadow: -5px 2px 50px 18px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -5px 2px 50px 18px rgba(0, 0, 0, 0.18);
    box-shadow: -5px 2px 50px 18px rgba(0, 0, 0, 0.18);
}

.about_us {
    padding: 50px 10vw;
}

.img_steve {
    position: relative;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    max-width: 70vw;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    margin-bottom: 50px;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: start;
    cursor: grab;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
    height: 50px;
    width: 50px;
    margin-top: auto;
    bottom: 15%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: large;
    font-weight: bold;
}

.swiper-button-disabled {
    display: none !important;
}

.testimonials {
    padding: 100px 10vw;
}

.testimonials h1 {
    font-weight: bold;
    color: #000000;
}

.author_name {
    font-weight: bold;
    font-size: 20px;
}

.author_title {
    font-size: 16px;
    color: gray;
}

.pricing {
    height: 1000px;
    padding: 50px 10vw;
    background-image: url("/images/FeetOutCarWindow.jpg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold;
}

.pricing h1 {
    font-size: 3rem;
    margin: 0;
}

.anchor_phone {
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid blue;
}

.bold {
    font-weight: bold;
}

.price_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.pricing_text_end {
    margin-top: auto;
}

.book_appointment {
    padding: 100px 10vw;
}

.book_appointment label {
    font-size: 18px;
}

.datepicker td,
.datepicker th {
    font-size: 16px;
}

.slot_label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.btn-booking,
.btn-appointments {
    float: right;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

.btn-appointments {
    font-size: 16px;
}

.btn-booking {
    margin-top: 30px;
}

.btn-cancel-appointment {
    font-size: 16px;
}

footer {
    padding: 50px 10vw;
}

.footer-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}

.footer-brand-text {
    font-family: "Bahnschrift";
    font-size: 25px;
    margin: 0;
    margin-left: 10px;
}

.footer-copy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
}

.footer_contact {
    color: gray;
}

@media (max-width: 992px) {
    #navbar {
        padding: 10px 10vw;
        background-color: #000000 !important;
    }

    .navbar-brand {
        margin: 0 !important;
    }

    .navbar-nav {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        align-items: start !important;
    }

    .nav-link-sm {
        display: block;
    }

    .nav-link-lg {
        display: none;
    }

    .nav-booking {
        margin: 0 !important;
        margin-top: 30px !important;
    }

    .header_text_main {
        font-size: 30px;
    }

    .slot_label {
        margin-top: 20px;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .info_section img {
        max-width: 70vw;
    }

    .pricing {
        max-height: 500px;
    }

    .info_section h1,
    .book_appointment h1,
    .about_us h1,
    .testimonials h1,
    .pricing h1 {
        font-size: 30px !important;
    }

    .info_section p,
    .book_appointment p,
    .about_us p,
    .testimonials p,
    .pricing p {
        font-size: 20px !important;
    }

    .info_section,
    .about_us,
    .book_appointment,
    .testimonials,
    .pricing,
    footer {
        padding: 50px 10vw;
    }

    .footer-brand {
        position: relative;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .footer-copy {
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin-bottom: 50px;
    }

    .reverse-md {
        flex-direction: column-reverse;
    }

    .p-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media (max-width: 768px) {
    #navbar {
        padding: 10px 5vw;
    }

    .nav-link,
    .nav-link .btn {
        font-size: 20px !important;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .header_text_main {
        font-size: 30px;
        padding: 15px 5vw;
    }

    .info_section h1,
    .book_appointment h1,
    .about_us h1,
    .testimonials h1,
    .pricing h1 {
        font-size: 26px !important;
    }

    .info_section p,
    .book_appointment p,
    .about_us p,
    .testimonials p,
    .pricing p {
        font-size: 22px !important;
    }

    .info_section,
    .about_us,
    .book_appointment,
    .testimonials,
    .pricing,
    footer {
        padding: 50px 5vw;
    }

    .book_appointment label,
    .btn,
    select,
    .footer_contact p {
        font-size: 18px !important;
    }
}

@media (max-width: 576px) {
    #navbar {
        padding: 10px 10px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .header_text_main {
        font-size: 24px;
    }

    .calendar {
        padding: 10px;
    }

    .pricing {
        background-position: 20%;
    }

    .info_section h1,
    .book_appointment h1,
    .about_us h1,
    .testimonials h1,
    .pricing h1 {
        font-size: 24px !important;
    }

    .info_section p,
    .book_appointment p,
    .about_us p,
    .testimonials p,
    .pricing p {
        font-size: 20px !important;
    }

    .info_section,
    .about_us,
    .book_appointment,
    .testimonials,
    .pricing,
    footer {
        padding: 50px 10px;
    }

    .book_appointment label,
    .btn,
    select {
        font-size: 16px !important;
    }

    .datepicker td,
    .datepicker th {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: calc(100lvh - 80px) !important;
    }
    .carousel-caption {
        padding-bottom: 30px;
    }
    .header_text_main {
        font-size: 20px;
    }
    .header_img_1 {
        background-image: url("/images/header_bg_1.jpg");
        background-position: center;
    }
    .header_img_2 {
        background-image: url("/images/header_bg_2.jpg");
        background-position: center;
    }
}

@media screen and (max-height: 450px) and (max-width: 1000px) and (orientation: landscape) {
    /* .header_text_main {
        font-size: 20px;
    }
    .header_img_1 {
        background-image: url("/images/header_bg_1.jpg");
        background-position: center;
    }
    .header_img_2 {
        background-image: url("/images/header_bg_2.jpg");
        background-position: center;
    } */

    .header,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        min-height: 600px !important;
    }
}
