﻿.edr-title {
    font-size: 6rem
}

.areas-of-application img {
    height: 150px
}

.herosection .display-1 {
    line-height: 1;
    font-size: 150px
}

@media screen and (max-width: 1450px) {
    .areas-of-application img {
        height: 115px
    }
}

@media screen and (max-width: 1200px) {
    .areas-of-application img {
        height: 85px
    }
}

@media screen and (max-width: 750px) {
    .edr-title {
        font-size: 5rem
    }

    .herosection .display-1 {
        line-height: 1;
        font-size: 80px
    }

}

@media screen and (max-width: 650px) {
    .edr-title {
        font-size: 4rem
    }
}

@media screen and (max-width: 550px) {
    .edr-title {
        font-size: 3rem
    }
}
@media screen and (max-width: 450px) {
    .edr-title {
        font-size: 2.5rem
    }

    .areas-of-application img {
        height: 125px;
        margin-top: -30px
    }

    .herosection .display-1 {
        line-height: 1;
        font-size: 60px
    }
}

.first-lvl-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .first-lvl-container .rectangle {
        border-radius: 18px;
        background-color: var(--main-red-color);
        margin:5px;
        cursor:pointer;
    }

    .first-lvl-container .rectangle:hover {
        opacity:0.9;
    }

    .first-lvl-container .first-lvl-txt {
        font-weight: 400;
        font-size: 20px;
        line-height: 18px;
        color: #FFFFFF;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .first-lvl-container-2 img {
        padding-top: 15px;
    }

@media screen and (max-width: 991px) {
    .gardenequip-item {
        display: none;
    }
}


/*central banner*/
.cb-container {
    width: 100%
}
    .cb-container .cb-row {
        display: flex;
    }
        .cb-container .cb-row .cb-col-30 {
            flex: 0 0 30%;
            max-width: 30%;
        }

        .cb-container .cb-row .cb-col-10 {
            flex: 0 0 10%;
            max-width: 10%;
        }

.cb-container .cb-row img{
   width:100%;

    padding:5px;
}
/*end central banner*/

.video-title {
    font-size: 32px;
    font-weight: bold;
    color: #D1232B;
    padding: 5px 20px;
}

.dark-block-img-1 {
    background-image: url("/images/home/hero-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

/* EDR */
.edr {
    background: url('/images/home/edr-section-bg.jpg') center/cover no-repeat;
    min-height: 100vh;
}

.edr-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.88), rgba(0,0,0,0.4));
    min-height: 100vh;
}

#topproducts {
    background-color: #111111;
    padding: 60px 0 70px;
}

/* TOP PRODUCTS */
.topproducts-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e53935;
    text-align: center;
    margin-bottom: 8px;
}

.topproducts-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.topproducts-desc {
    font-size: 13px;
    color: #888888;
    text-align: center;
    margin-bottom: 40px;
}

.hot-card {
    background: #1c1c1c;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hot-card .badge-wrap {
    padding: 12px 12px 0;
}

.badge-hot {
    background: #e53935;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 3px 9px;
    border-radius: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.hot-card-img-wrap {
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    overflow: hidden;
}

.hot-card-img-wrap img {
    max-width: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.hot-card-body {
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hot-card-title {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.35;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot-card-title a {
    color: inherit;
    text-decoration: none;
}

.hot-card-title a:hover {
    color: #e53935;
}

.hot-card-meta {
    font-size: 11px;
    color: #666666;
    margin-bottom: 4px;
}

.hot-card-meta span.val {
    color: #999999;
    margin-left: 2px;
}

.hot-card-stock {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    margin-top: 6px;
    margin-bottom: 8px;
}

.hot-card-stock .able-icon {
    width: 13px;
    filter: invert(55%) sepia(90%) saturate(400%) hue-rotate(90deg) brightness(1);
}

.able-text {
    color: #4caf50;
}

.not-able-text {
    color: #888888;
}

.hot-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.btn-details {
    font-size: 12px;
    text-transform: uppercase;
    background: #e53935;
    color: #ffffff !important;
    border: none;
    border-radius: 2px;
    padding: 7px 14px;
    transition: background .2s;
    white-space: nowrap;
    text-decoration: none !important;
}

.load-img {
    display: block;
    margin: 0 auto 20px;
}

.btn-hot-cards-view-more {
    display: flex;
    padding: 15px 45px;
    color: white;
    background-color: black;
    border: 1px solid red;
    border-radius: 2px;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
}