@import url('https://fonts.googleapis.com/css?family=Aguafina+Script|Lato');

:root {
    --main-color: #000000;
    --main-hover-color: #a0a0a0;
    
    --sec-color: #C29E0A;
    --sec-hover-color: #cac6b6;
    
    --ter-color: rgb(226, 226, 226);
    --ter-hover-color: #7a7a7a;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
}

a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}

h3 a {
    color: var(--main-color);
}

header {
    background: var(--main-color);
}

header nav {
    padding: 20px 0;
}

.navbar-light .navbar-brand {
    background: transparent;
    width: 200px;
}

.navbar-light .navbar-brand img {
    width: 100%;
}

header .navbar-light .navbar-nav .nav-link {
    color: var(--sec-color) !important;
    text-transform: uppercase !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    padding-right: 15px;
    padding-left: 15px;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: var(--sec-hover-color);
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0px 3px 6px 0px rgba(181, 181, 181, 0.5);
}

#slider .owl-carousel .item img {
    width: 100%;
}

#dealer {
    padding: 50px 0;
}

#contact {
    padding: 50px 0;
}

#contact h2 {
    color: var(--sec-color);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
}

#contact input[type=text],
#contact input[type=email],
#contact textarea {
    border-radius: 0;
    height: 40px;
    margin-bottom: 15px;
}

#contact textarea {
    height: 300px;
    background: transparent;
}

#contact button {
    background: var(--main-color);
    color: var(--sec-color);
    padding: 10px;
    float: right;
}


footer {
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-toggler {
    padding: 9px;
    font-size: 17px;
    line-height: 1;
    background-color: #fff;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 5px;
}

@media (max-width: 728px) {
    .navbar-light .navbar-brand {
        background: transparent;
        width: 186px;
    }
}

button:focus {
    outline: none !important;
}

.flex-col {
    background-color: transparent;
    flex-direction: column;
}

.flex {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.rounded-3xl {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity));
    border-radius: 1.5rem;
    height: 230px;
}

.text-base {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

h2,
p {
    margin: 0;
}

.menu-widget-title {
    color: var(--sec-color) !important;
    background: var(--main-color);
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px 10px 0 0;
}

.menu-widget {
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.list-unstyled li a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #555555;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    border-bottom: 1px solid #eeeeee;
}

.card-product {
    max-width: 500px;
    border-radius: 20px;
    border: 0;
    background-color: var(--main-color);
    height: 300px;
}

.card-product h6 {
    color: var(--ter-color);
}

.card-product h5 {
    font-weight: bold;
    font-size: 2em;
    color: var(--sec-color);
}
.card-product a {
    border: 0;
    background-color: var(--sec-color);
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    width: 150px;
    position: absolute;
    bottom: 0;
}

button i{
    color: var(--sec-color);
}
.spec_header {
    border: 0;
    font-weight: bold;
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(241, 245, 249, .8);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}

.prose {
    font-size: 1rem;
    line-height: 1.75;

}