body {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}

/*.back-img{
    background-image: url("../images/banner-blackrock-burger-01.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    }
*/

.banner{
    /* background-color: #006a25 !important; */
    background: linear-gradient(90deg, rgba(36,36,39,1) 0%, rgba(74,74,79,1) 57%);
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h1{
    font-size: 2rem;
    font-family: 'Grechen Fuemen', cursive;
}

.banner a{
    background-color: white;
    color: #ff0000;
    text-decoration: none;
    padding: 15px 40px;
    text-transform: none;
    font-weight: 600;
    border-radius: 10px;
    transition: all .4s ease;
    font-weight: 500;
}

.banner a:hover{
    background-color: #ff0000;
    color: white;
    padding: 20px 50px;
}


.card-item{
    position: relative;
    
}

.card-item > h3{
    position: absolute;
    right: 20px;
    bottom: 20px;
    /* bottom: 50%;
    transform: translateY(50%); */
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.card-item .delivery-title{
    bottom: 45%;
    transform: translateY(45%);
    right: 15%;
}

.card-item--specific{
    border-radius: 30px;
    overflow: hidden;
}

.card-item--specific .card-title{
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: max-content;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.341);
    margin-bottom: 0;
}

p.slogan-text{
    font-size: 1.3rem;
    font-weight: 300;
}

.link__image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.link__image-big{
    border-radius: 30px;
    object-fit: contain;
    width: 80%;
    height: auto;
}

.contact-link{
    color: #006a25;
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover{
    text-decoration: underline;
    color: #006a25;
}

.footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #3a3a3f;
    position: relative;
    color: #ffffff;
    padding: 27px 24px;
    font-size: 0.8rem;
}

.ADS_link {
    color: #ffffff;
    position: absolute;
    font-size: 8pt;
    right: 24px;
}
.icon-hover{
    height: 30px;
    width: 30px;
}

.izumi-social-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: #ff0000;
    border-radius: 10px;
    width: 20px;
    height: 20px;

    transition: transform .2s ease-in-out;
}

.izumi-social-icon:hover{
    transform: scale(1.1)
}

@media screen and (max-width: 992px){
    .card-item > h3{
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 769px){
    .banner h2{
        font-size: 1.1rem;
    }  
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.2rem;
    }

    .banner h2{
        font-size: 2.4rem;
    }

    .card-item .delivery-title{
        right: 20px;
    }

    .card-item > h3{
        font-size: 1.6rem;
        font-weight: 500;
        bottom: 50%;
        transform: translateY(50%);
    }

    .footer {
        font-size: .6rem;
    }
    
    .ADS_link {
        position: initial;
        font-size: .5rem;
    }
    .h5{
        font-size: .8rem;
    }
    .h4{
        font-size: .9rem;
    }
    .banner__subtitle {
        font-size: .7rem;
        }
    .link__image-big{
        width: 100%;
        height: auto;
    }
    .pad-top-res{
        padding-top: 0px !important;
    }

    .card-item--specific{
        border-radius: 15px;
    }
    .card-item--specific .card-title{
        font-size: 1rem;
    }

    .link__image--specific{
        border-radius: 15px;
    }
}

@media screen and (max-width: 475px){
    .banner p {
        font-size: 2.7rem;
    }

    .banner h2{
        font-size: 2rem;
    }
}

@media screen and (max-width: 420px) {
    .banner p {
        font-size: 2.4rem;
    }

    .card-item--specific{
        border-radius: 15px;
    }
    .card-item--specific .card-title{
        font-size: 0.6rem;
    }

    .link__image--specific{
        border-radius: 15px;
    }
}