:root {
    --grey: #2e2d2d;
    --white: #ffffff;
    --black: #000000;
    --yellow: #FDDB56;
}

.pacifico-regular {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.topbar:hover {
    box-shadow: none;
    border-color: var(--primary);
}


.topbar {
    background: var(--white);
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: var(--black);
    padding: 0;
    border: 3px solid var(--yellow);
    margin: 1em;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: var(--black);
    font-family: "Space Grotesk", sans-serif;
}

@media (max-width: 575px) {

    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

.topbar .social-links a {
    color: var(--grey);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

.topbar .social-links a:hover {
    color: var(--yellow);
}

.navbar {
    margin: 1em;
    border: 3px solid var(--yellow);
    background-color: var(--yellow) !important;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.img-head {
    width: 80%;
}

.header-text {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 2em;
}




/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 3px solid var(--yellow);
    transition: .5s;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.service-item:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.service-item .service-icon,
.service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 5px 0;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

.service-item:hover .service-btn {
    opacity: 1;
}

.custom-text {
    color: var(--black) !important;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 25%;
}

.about {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.about-border {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: fixed;
    margin: 1em;
    border: 3px solid var(--yellow);
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%
}

.about .about-img {
    width: 70%;
    height: auto;
}

.about-border:hover {
    box-shadow: none;
    border-color: var(--primary);
}

/*objectives*/

.objectives {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 2em 0;
    position: relative;
}

.objectives h1 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    margin: 2em;
}


.objectives .card {
    border: 3px solid var(--yellow);
}

.objectives .card:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.objectives .card-title {
    color: var(--black);

}

.objectives .card-body {
    padding: 1em;
}

.objectives a {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 3px solid var(--yellow);
    background: var(--blue);
    color: var(--black);
}

.objectives a:hover {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--white) !important;
    background-color: var(--black) !important;
    border: 3px solid var(--black) !important;
}

.index-header .btn {
    border: 3px solid var(--yellow);
    background: var(--blue);
    color: var(--black);
}

.index-header .btn:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
    border: 3px solid var(--black) !important;
}

.reviews {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*** Footer ***/
.footer {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;

}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;

}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";

    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);

}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.bg-custom {
    background-color: var(--black);
}

.header1 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    /* background-color: black; */
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;


}

.header {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;

    border: 3px solid var(--yellow);

    margin: 1em;
}

.header:hover {
    box-shadow: none;
    border-color: var(--primary);
}


.wrapper-with-intrinsic-ratio {


    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('/Dishi/assets/img/wash.jpg')
}

.element-to-stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}



.header1 {
    display: fixed;
    margin: 1em;
    border: 3px solid var(--yellow);
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 1px;
}

.header1:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.header1 .container {
    position: relative;
    z-index: 2;

}

.header1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}


.desk-img {
    display: block;
}

.mobile-img {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .desk-img {
        display: none !important;
    }

    .mobile-img {
        display: block !important;
    }
}

.carwash-slide {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.carwash-slide .btn {
    background-color: transparent;
    border-color: #FDDB56;
}

.carwash-slide .btn:hover {
    background-color: #FDDB56;
    color: #000000;
}

.carwash-slide .controls {
    background-color: #FDDB56;

}

.carwash-slide .controls:hover {
    background-color: #FDDB56;
    color: #000000;
}

.service {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.service-border:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.service-border {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: fixed;
    margin: 1em;
    border: 3px solid var(--yellow);
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%
}

.service .service-img {
    width: 70% !important;
    height: auto !important;
}

.colors {
    display: flex;

    bottom: 2em;
    right: 2em;
}

.color {
    height: 36px;
    width: 36px;
    margin-left: 0.5em;
    border-radius: 18px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 2px solid #aaa;
    cursor: pointer;
}

.hero-header {
    /* background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg); */
    background: var(--black);

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.hero-header .btn {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.hero-header .btn {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.hero-header .btn.btn-primary,
.btn.btn-secondary {
    color: var(--black);
    background-color: var(--yellow);
}

/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.fa {
    color: var(--black) !important;
}

.text-body {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

span.text-primary {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black) !important;
}

h3.tab-content {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black) !important;
}

.tab-class h6 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black) !important;
}

.food h3 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black) !important;
}

.food img {
    width: 50%;
}

.invisible {
    opacity: 0.1;
}

.food .section-title {
    position: relative;
    display: inline-block;
}

.food .ff-secondary {
    font-family: "Space Grotesk", sans-serif;
    color: #000000 !important;
}

.food .ff-third {
    font-family: "Space Grotesk", sans-serif;
    color: #000000 !important;
    font-size: 1.2em;
}

.food .ff-fourth {
    font-family: "Space Grotesk", sans-serif;
    color: #000000 !important;
    font-size: 1.2em;
}

.header h1 {
    font-family: "Space Grotesk", sans-serif;
}

.header a {
    font-size: 1.2em;
    font-family: "Space Grotesk", sans-serif !important;

}

.food .section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #000000;
}

.food .section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #000000;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

/* @media (pointer: coarse) and (hover: none) {
    header {
        background: url('/Dishi/assets/wash.jpg') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
} */