﻿body {
    font-family: 'Work Sans', sans-serif;
}

.banner--img-container {
    width: 100% !important;
}

.banner--img-container img {
    object-fit:contain;
    width:100%;
    max-height:800px;
}

.best-sellers-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.best-sellers-container h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    text-align: center;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 3%;
    color: #1F2132;
}

.slider .ellipse1,
.slider .ellipse2,
.slider .ellipse3 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    line-height: 50px;
}

.slider .ellipse1 {
    background-color: #0023AB;
}

.slider .ellipse2,
.slider .ellipse3 {
    background-color: #8BD869;
}

.items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.auto-sealer-container {
    width: 250px;
    background-color: white;
    text-align: center;
}

.image-rectangle {
    background-color: white;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
}

.product-image img {
    width: 130px;
    height: 220px;
    background-size: cover;
    background-position: center;
    margin-left: 45%;
}

.auto-sealer-container h2 {
    margin-top: 15%;
    color: #0023AB;
}

.auto-sealer-container h4 {
    color: #878787;
    font-size: 1rem;
    font-weight: 300;
}

.auto-sealer-container h3 {
    color: #1F2132;
}

.auto-sealer-container-button button {
    width: 80%;
    padding: 10px 0;
    height: 40px;
    flex-shrink: 0;
    border: none;
    border-radius: 5px;
    background-color: #0023AB;
    letter-spacing: 3px;
    color: #FFF;
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}


.auto-sealer-container-button button:hover {
    background-color: #8BD869;
    color: #0023AB;
}

.special-offers-container {
    background-color: #8BD869;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.special-offers-image {
    background-image: url('../Content/Images/store.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.special-offers-image{
    min-height: 400px
}

.coupon {
    width: 100%;
    background-color: #ECECEC;
}

.coupon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}


.left-text p,
.left-text h2 {
    display: flex;
    text-align: center;
    justify-content: center;
    color: #1F2132;
    width: 100%;
}

.left-text h2{
    font-weight: 600;
    font-size: 1.5rem;
}

.sale-rectangle {
    background-color: white;
    border: none;
    width: 220px;
    height: 260px;
    display: flex;
    align-items: center;
}

.product-image img {
    display: flex;
    width: 130px;
    height: 220px;
    background-size: cover;
    background-position: center;
    margin-left: 45%;
}

.sale-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #DDFFCE;
    height: 150px;
}

    .sale-information h2 {
        font-size: 1.5rem;
        color: #0023AB;
    }

    .sale-information h4 {
        color: #878787;
        font-size: 1rem;
        font-weight: 300;
    }

    .sale-information h3 {
        color: #1F2132;
    }

/*.ellipse-container {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #DDFFCE;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.icon {
    color: #0023AB; 
    font-size: 3rem;
    font-weight: 600;
}


.about-our-store {
    width: 100%;
    background-color: #ECECEC;
}

.about-grid .left-text h1 {
    text-align: center;
}

.about-grid .left-text p {
    display: flex;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.car-gallery {
    display: flex;
    gap: 20px;
    margin-bottom: 3%;
}

.car-park img {
    width: 150px;
    height: 225px;
}

.glass-sealer-2 img,
.glass-sealer-1 img {
    width: 200px;
    height: 102px;
    object-fit: cover;
}

.store img {
    width: 370px;
    height: 200px;
    object-fit: cover;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.subscribe {
    position: relative;
    text-align: center;
}

.subscribe img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    opacity: 0.7;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.subscribe h1 {
    text-align: center;
}

button {
    width: 20%;
    height: 45px;
    padding: 10px;
    background-color: #0023AB;
    color: white;
    border: 1px solid #1F2132;
    border-radius: 2px;
    cursor: pointer;
}

#bannersCarousel .slick-dots {
    width: auto;
    left: 50%;
    transform: translate(-50%,0%);
    bottom: 0.8rem;
    background-color: rgba(236, 236, 236, 0.5);
    border-radius: 0rem;
    height: 30px;
    border-radius: 1rem;
}

#bannersCarousel.slick-slider {
    margin-bottom: 0px;
}


.specialOffers--container {
    padding: 4%;
}

.special-offers-container .cardContainer {
    display: flex;
    justify-content: center;
}


.subscribe img {
    filter: blur(3px)
}

@media(max-width:990px) {
    .special-offers-container .cardContainer {
        padding-bottom: 4%;
    }


}

@media(max-width:899px) {
    .banner--img-container img {
        object-fit:cover;
    }
}

/*Tablet View*/
/*@media (max-width: 820px) {
   


    .items-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }

    .auto-sealer-container {
        width: 200px;
        text-align: center;
    }

    .auto-sealer-container .image-rectangle {
         width: 150px;
         height: 150px;
         margin-left: 15%;
    }

    .product-image img {
        width: 70px;
        height: 120px;
        margin-left: 55%;
    }

    .auto-sealer-container h2 {
        font-size: 1.5rem;
    }

    .coupon-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .sale-rectangle {
        background-color: white;
        border: none;
        width: 220px;
        height: 260px;
        display: flex;
        align-items: center;
    }

    .product-image img {
        display: flex;
        width: 130px;
        height: 220px;
        background-size: cover;
        background-position: center;
        margin-left: 45%;
    }

    .sale-information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #DDFFCE;
        height: 150px;
    }

        .sale-information h2 {
            font-size: 1.5rem;
            color: #0023AB;
        }

        .sale-information h4 {
            color: #878787;
            font-size: 1rem;
            font-weight: 300;
        }

        .sale-information h3 {
            color: #1F2132;
        }

    .icon {
        color: #0023AB;
        font-size: 3rem;
        font-weight: 600;
    }
}*/


