/*Design Stuff*/
/*Gold #CB894D
Red #651009*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Prata&family=Roboto:wght@400;500&display=swap');

/* -------- global stuff -------- */
body {
    font-family: var(--Font2);
	font-size: 20px !important;
	font-weight: 400;
	background-color: #fff;
    color: rgb(100, 100, 100);
}
h1, h5 {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Prata', serif;
    letter-spacing: 3px;
}
h2, h3, h4, h6 {
    color: rgba(0, 0, 0, 0.8);
    font-family: var(--Font2);
    font-weight: 400;
}
.pointer {
    cursor: pointer;
}
.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
img {
    max-width: 100%;
}
a {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
small {
    font-size: .75em !important;
}

/*Colors*/
:root {
    --BGPrimary: #651009;
    --TextPrimary: #fff;
    --TitlePrimary: #CB894D;
    --LinkPrimary: #fff;
    --HoverPrimary: #CB894D;
    
    --BGSecondary: #CB894D;
    --TextSecondary: #fff;
    --TitleSecondary: #651009;
    --LinkSecondary: #fff;
    --HoverSecondary: #651009;
    
    --BGBody: #fff;
    --TextBody: #000;
    --TitleBody: #000;
    --LinkBody: #651009;
    --HoverBody: #CB894D;
    
    --BGCard: #fff;
    --TextCard: #000;
    --TitleCard: #CB894D;
    --LinkCard: #651009;
    --HoverCard: #CB894D;
    
    --BGFooter: #000;
    --TextFooter: #fff;
    --TitleFooter: #CB894D;
    --LinkFooter: #fff;
    --HoverFooter: #CB894D;
    
    --Font1: 'Roboto', sans-serif;
    
    --Font2: 'Montserrat', sans-serif;
    
    --Font3: 'Prata', serif;
}

.bg-primary {
    background-color: var(--BGPrimary) !important;
    color: var(--TextPrimary);
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
    color: var(--TitlePrimary);
}
.bg-primary a {
    color: var(--LinkPrimary);
}
.bg-primary a:hover, .bg-primary a.active {
    color: var(--HoverPrimary);
}

.bg-secondary {
    background-color: var(--BGSecondary) !important;
    color: var(--TextSecondary);
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
    color: var(--TitleSecondary);
}
.bg-secondary a {
    color: var(--LinkSecondary);
}
.bg-secondary a:hover, .bg-secondary a.active {
    color: var(--HoverSecondary);
}

.bg-body-area {
    background-color: var(--BGBody);
    color: var(--TextBody);
}
.bg-body-area h1, .bg-body-area h2, .bg-body-area h3, .bg-body-area h4, .bg-body-area h5, .bg-body-area h6 {
    color: var(--TitleBody);
}
.bg-body-area a {
    color: var(--LinkBody);
}
.bg-body-area a:hover, .bg-body a.active, .breadcrumb-item.active {
    color: var(--HoverBody);
}

.bg-card {
    background-color: var(--BGCard);
    color: var(--TextCard);
}
.bg-card h1, .bg-card h2, .bg-card h3, .bg-card h4, .bg-card h5, .bg-card h6 {
    color: var(--TitleCard);
}
.bg-card a {
    color: var(--LinkCard);
}
.bg-card a:hover, .bg-body a.active {
    color: var(--HoverCard);
}
.bg-card a.btn {
    color: var(--LinkPrimary);
}
.bg-card a.btn:hover, .bg-body a.btn.active {
    color: var(--BGPrimary);
}

.bg-footer {
    background-color: var(--BGFooter);
    color: var(--TextFooter);
}
.bg-footer h1, .bg-footer h2, .bg-footer h3, .bg-footer h4, .bg-footer h5, .bg-footer h6 {
    color: var(--TitleFooter);
}
.bg-footer a {
    color: var(--LinkFooter);
}
.bg-footer a:hover, .bg-footer a.active {
    color: var(--HoverFooter);
}
.fa-chevron-left, .fa-chevron-right {
    color: #ccc;
}

#top {
    font-family: var(--Font1);
    font-size: 19px;
}
#top p {
    margin-bottom: 0
}
#top i {
    font-size: 22px;
}
hr.short {
    border-top: 2px solid #fff;
    width: 50px;
    background-color: transparent !important;
}
hr.gray {
    border-color: #CCC !important;
    opacity: 1;
}
em {
    font-size: 16px;
}
svg {
    fill: #fff;
}
.svg-bottom {
    position: absolute; 
    bottom: -1px;
}
.about-img-1 {
    position: absolute;
    width: 380px;
    top: 150px;
    left: 42px;
}
.about-img-2 {
    position: absolute;
    top: 1000px;
}
.about-img-3 {
    position: absolute;
    width: 295px;
    top: 470px;
    left: 50px;
}
.about-img-4 {
    position: absolute;
    width: 375px;
    top: 325px;
    right: 0;
}
.about-img-5 {
    position: absolute;
    width: 375px;
    top: 625px;
    right: 25px;
}

.btn-primary {
    border: 2px solid var(--BGSecondary);
    color: var(--TextPrimary);
    border-radius: 0;
    text-transform: uppercase;
    font-family: var(--Font1);
    font-weight: 500;
    font-size: 15px;
    padding: 7px 20px;
    background-color: var(--BGPrimary);
}
.btn-primary:hover {
    border: 2px solid var(--BGSecondary);
    color: var(--TextSecondary);
    border-radius: 0;
    background-color: var(--BGSecondary);
}
.btn-outline-primary {
    border: 2px solid var(--BGSecondary);
    color: var(--TextPrimary);
    border-radius: 0;
    text-transform: uppercase;
    font-family: var(--Font2);
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
}
.btn-outline-primary:hover {
    border: 2px solid var(--BGSecondary);
    color: var(--TextPrimary);
    border-radius: 0;
    background-color: var(--BGPrimary);
}
.btn-outline-secondary {
    border: 2px solid var(--BGPrimary);
    color: var(--BGPrimary);
    border-radius: 25px;
    text-transform: uppercase;
    font-family: var(--Font2);
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
}
.btn-outline-secondary:hover {
    border: 2px solid var(--BGSecondary);
    color: #fff;
    background-color: var(--BGPrimary);
}

.btn-secondary {
    font-size: 15px;
    font-family: var(--Font3);
    font-weight: 500;
    background-color: var(--BGSecondary);
    border-color: var(--BGSecondary);
    color: var(--TextSecondary);
    border-radius: 30px;
}
.btn-secondary:hover {
    background-color: var(--BGPrimary);
    border-color: var(--BGPrimary);
    color: var(--TextPrimary);
}

.category-slider .carousel-item {
    height: 50vw;
    max-height: 60vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
}


/* -------- menu -------- */
.navbar-brand {
    color: var(--TextPrimary) !important;
}
.navbar-light .navbar-toggler {
    color: var(--TextPrimary);
    border-color: var(--TextPrimary);
}
.navbar-brand img {
    image-rendering: -webkit-optimize-contrast;
    height: 100px;
    width: auto !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar-shrink .navbar-brand img {
    height: 50px;
    width: auto !important;
}
.navbar {
    font-family: var(--Font2);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar.mainnav {
    font-family: var(--Font1);
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar.mainnav {
    border-bottom: 3px solid var(--BGSecondary);    
}
.navbar .navbar-nav .nav-link {
    color: var(--LinkPrimary);
}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
    color: var(--HoverPrimary);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.navbar .navbar-nav .nav-link.active {
    color: var(--HoverPrimary) !important;
    outline: none;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.nav-link i {
    font-size: 30px;
}
.dropdown-menu
{
    background-color: #fff !important;
}
.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
@media (min-width: 1200px) {
    .navbar.scrolled {
        background-color: #000 !important;
    }
}

.hero-area {
    color: var(--TextPrimary);
    font-size: 38px;
    font-family: var(--Font2);
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.3) 3px 1px 0px;
}
.hero-area h2 {
    text-shadow: rgba(0, 0, 0, 0.3) 3px 1px 0px;
    font-size: 80px;
    font-family: var(--Font3);
    letter-spacing: 3px;
    font-weight: 700;
    color: var(--TitlePrimary);
}
@media (max-width: 1200px) {
    .hero-area {
       font-size: 24px;
    }
    .hero-area h2 {
     font-size: 30px;
    }
}
.hero-area .carousel-item {
    max-height: 90vh;
}
@media (max-width: 1200px) {
    .hero-area .carousel-item {
        max-height: inherit;
        height: 500px;
    }
}
.hero-area .carousel-item {
    height: 60vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.carousel-animation .carousel-item-right {
    transform: none;
}
.carousel-animation .carousel-item-left.active,
.carousel-animation .carousel-item-right.active {
    transform: translate(0, 0);
}
.carousel-animation .carousel-item-right {
    animation-name: fadeInRight;
    animation-duration: 1s;
}

.welcome-area, .products-area {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.welcome-area h1 {
    font-size: 56px;
    font-weight: 500;
}
.welcome-area h3 {
    color: var(--TextBody);
}

.products-area h1 {
    font-family: var(--Font2);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 5px; 
    text-transform: uppercase;
}
.products-area h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 5px; 
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .products-area h2 {
        font-size: 34px;
    }
}
.products-area h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px; 
    text-transform: uppercase; 
    font-family: var(--Font3);
}
.products-area .top h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase; 
    font-family: var(--Font2);
    letter-spacing: 5px;
}
.products-area .teaser {
    font-size: 16px; 
    color: #fff;
}
@media (max-width: 1200px) {
    .products-area h3 {
        font-size: 24px;
        letter-spacing: 0; 
    }
}
.product-category {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    
	background-position: center;
	background-size: auto 120%;
	background-repeat: no-repeat;
    overflow: hidden;
    height: 27vw;
    
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-category:hover {
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .product-category {
	    background-size: cover;
        height: 250px;
    }
}
.product-category-text {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.product-category-text:hover {
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background-color: var(--BGPrimary);
}

h3.review-area {
    font-size: 40px;
    font-family: var(--Font2);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--CardTitle);
}
.review-area i, .color-gold {
    color: #CB894D;
}

.contact-area p {
    font-size: 16px;
}
.contact-area h2 {
    font-weight: 700;
    font-size: 48px !important;
    font-family: var(--Font2);
}
.contact-area h3 {
    font-weight: 600;
    font-size: 32px !important;
    text-transform: capitalize !important;
    font-family: var(--Font2);
    letter-spacing: 0px !important;
}
.contact-area h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--Font2);
}
.contact-area a, .contact-area span {
    font-weight: 700;
    font-size: 22px !important;
    font-family: var(--Font1);
}
.gold-trim {
    border: 3px solid var(--BGSecondary);
}
.set-area h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--Font2);
}

.input-group-append .btn-primary {
    line-height: 10px;
}
.card {
    overflow: hidden;
}
.car-img-top a img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.card-img-top a img:hover {
    scale: 1.08; 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#footer h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
#footer ul {
    padding-top: 15px;
    padding-left: 0;
    margin-left: 0;
}
#footer li {
    padding-bottom: 5px;
    font-size: 16px;
    list-style: none;
}
#footer a:hover {
    text-decoration: none;
}

#breadcrumbs {
    font-size: 14px;
}
.pagination .page-link {
    color: #333 !important;
}
.pagination .active .page-link {
    color: #fff !important;
}

:root {--BGPrimary: #ffffff; --TextPrimary: #1a612e; --TitlePrimary: #4c454a; --LinkPrimary: #1a612e; --HoverPrimary: #111111; --BGSecondary: #409443; --TextSecondary: #ffffff; --TitleSecondary: #ffffff; --LinkSecondary: #ffffff; --HoverSecondary: #cccccc; --BGBody: #1a612e; --TextBody: #ffffff; --TitleBody: #ffffff; --LinkBody: #ffffff; --HoverBody: #cccccc; --BGCard: #ffffff; --TextCard: #222222; --TitleCard: #111111; --LinkCard: #222222; --HoverCard: #1a612e; --TextFooter: #ffffff; --TitleFooter: #5cb45f; --LinkFooter: #5cb45f; --HoverFooter: #1a612e; --Font1: 'Acme', sans-serif; --Font2: 'Acme', sans-serif; --Font3: 'Acme', sans-serif; } @import url('https://fonts.googleapis.com/css2?family=Acme&display=swap'); 