@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #111;
    font-weight: 300;
    max-width: 100vw;
    width: 100vw;
    overflow-x: hidden;
}

/* HEADER */
.header {
    padding: 20px;
    z-index: 5;
    position: relative;
}

.header h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

/* NAV */
.navbar {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.nav-item a:hover {
    font-weight: 400;
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: none !important;
    background: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-item a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.navbar-nav .nav-link {
    color: #fff
}

.dropdown-menu {
    border: none;
    border-radius: 0px;
    background-color: #e13122;
}

.dropdown-item {
    color: #fff !important;
}

.navbar-toggler {
    border: none;
}

.position-inherit {
    position: inherit !important;
}

/* CAROUSEL */
#carouselHome {
    max-height: calc(100vh - 172px) !important;
    min-height: 500px !important;
    height: 100vh;
    overflow: hidden;
}

#carouselHome .carousel-item {
    max-height: calc(100vh - 172px) !important;
    min-height: 500px !important;
    height: 100vh;
}

#carouselHome img,
#carouselHome video {
    min-height: 500px !important;
    height: 100vh !important;
    width: auto !important;
    min-width: 100vw;
}

.carousel-caption {
    bottom: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 0;
}

.carousel-caption .bg-caption {
    background-color: rgba(0, 0, 0, 0.7);
}


.carousel-caption h1 {
    font-size: 50px;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    line-height: 1;
    text-transform: uppercase;
}

.carousel-caption h2 {
    font-size: 30px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.carousel-caption h3 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 7px;
    text-transform: uppercase;
}

.carousel-caption p {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}


@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 50px;
        font-weight: 700;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .carousel-caption h2 {
        font-size: 30px;
        font-weight: 400;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
    }

    .carousel-caption h3 {
        font-size: 30px;
        font-weight: 700;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 7px;
    }

    .carousel-caption p {
        font-size: 15px;
        font-weight: 300;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .header h1 {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .carousel-caption h2 {
        font-size: 20px;
        font-weight: 400;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
    }

    .carousel-caption h3 {
        font-size: 20px;
        font-weight: 700;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 7px;
    }

    .carousel-caption p {
        font-size: 15px;
        font-weight: 300;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .header h1 {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

/* CONTENT */
.whitebg {
    background-color: #fff;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
}

.lightgreybg {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
}

.blackbg {
    background-color: #000;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    color: #fff;
}

.redbg {
    background-color: #e13122;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    color: #fff;
    font-weight: 400;
}

.whitebg a {
    color: #e13122;
    text-decoration: none;
}

.whitebg a:hover {
    color: #000;
    text-decoration: none;
}

.redbg a {
    color: #fff;
    text-decoration: none;
}

.redbg a:hover {
    color: #000;
    text-decoration: none;
}

.blackbg h1,
.parallax-aggregates h1,
.parallax-fencing h1,
.parallax-concrete h1,
.parallax-panels h1,
.parallax-gates h1,
.parallax-reviews h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.blackbg h2,
.parallax-aggregates h2,
.parallax-fencing h2,
.parallax-concrete h2,
.parallax-panels h2,
.parallax-gates h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.whitebg h1,
.lightgreybg h1 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.whitebg h2 {
    font-size: 20px;
    color: #e13122;
}

.lightgreybg h2 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.lightgreybg a {
    color: #e13122;
    text-decoration: none;
}

.lightgreybg a:hover {
    color: #000;
    text-decoration: none;
}

.whitebg p,
.lightgreybg p,
.blackbg p,
.parallax-aggregates p,
.parallax-fencing p,
.parallax-concrete p,
.parallax-panels p,
.parallax-gates p {
    line-height: 30px;
}

.gradientbg {
    background: -moz-linear-gradient(-45deg, #e13122 0%, #000 100%);
    background: -webkit-linear-gradient(-45deg, #e13122 0%, #000 100%);
    background: linear-gradient(135deg, #e13122 0%, #000 100%);
    background-color: #e13122;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}

.gradientbg h1 {
    font-size: 30px;
    color: #fff;
}

.borderline {
    position: relative;
    width: 25%;
    height: 3px;
    background-color: #e13122;
}

/* CARD */
.card {
    border: 1px solid #fff;
    border-radius: 10px;
}

.card-body {
    padding: 30px !important;
}

.card h3 {
    font-size: 17px;
    font-weight: 500;
}

.card h5 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}


/* BUTTONS */

.btn-primary {
    background-color: #e13122;
    border-color: #e13122;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-outline-primary {
    background-color: none;
    border-color: #e13122;
    color: #e13122;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-outline-primary:hover {
    background-color: #e13122;
    border-color: #e13122;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    padding-left: 40px;
    padding-right: 40px;
}

.box_area h2 {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (min-width: 320px) and (max-width: 640px) {
    .box_area h2 {
        color: #fff;
        font-size: 25px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }
}

.reviews .carousel-item {
    min-height: 110px;
}

.reviews p {
    font-size: 17px;
}

.reviews h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #e13122;
    font-weight: 400;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}

.reviews .carousel-indicators li {
    background-color: #000;
}

.reviews .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.reviews .carousel-indicators .active {
    background-color: #e13122;
}

@media (min-width: 320px) and (max-width: 640px) {

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }
}

.redicon {
    color: #e13122;
}

/* PARALLAX */
.parallax {
    background-image: url(../images/delivery.jpg);
    background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
}

.parallax .internal {
    position: relative;
    z-index: 2;
}

.parallax:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    z-index: 1;
}

.parallax h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.parallax h4 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}

@media all and (max-width:768px) {

    .parallax {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* INTERNAL PAGES HEADERS */

.parallax-reviews {
    background-image: url(../images/parallax-reviews.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.parallax-aggregates {
    background-image: url(../images/parallax-aggregates.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.parallax-fencing {
    background-image: url(../images/parallax-fencing.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.parallax-concrete {
    background-image: url(../images/parallax-concrete.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.parallax-panels {
    background-image: url(../images/parallax-panels.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.parallax-gates {
    background-image: url(../images/parallax-gates.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

/* FOOTER */
.footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer a {
    color: #e13122;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer h2 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

.footer h3 {
    font-size: 17px;
    letter-spacing: 1px;
}

.footer hr {
    margin: 1rem 0;
    color: #ccc;
}

.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}


/* EXTRAS */
.bg-danger {
    background: #e13122 !important;
}

.bg-danger-dark {
    background: rgba(189, 34, 17, 0.8) !important;
}

.text-danger {
    color: #e13122 !important;
}

/*
.container-fluid,.container{
    width:90vw;
    max-width: 1200px;
}*/


.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    color: #ff040c
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #ff040c;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.swiper-pagination-bullet-active {
    background-color: #ff040c !important
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff040c !important;
    font-size: 20px;
    height: 20px !important;
    width: 20px !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important
}
