.offerblink {
    color: green !important;
    text-transform: uppercase !important;
    font-size: large !important;
    text-align: center !important;
    width: 100px;
}

.offerhead {
    color: #ff9900 !important;
    font-size: large;
}

.offerheadloc {
    color: green !important;
    font-size: x-large;
}

@media screen and (max-width:425px) {
    .offerblink {
        font-size: initial !important;
    }
}

@media screen and (min-width:992px) {
    .offerblink {
        padding-left: unset !important;
    }
}

@media screen and (max-width:991px) {
    #banner-carousel {
        margin-top: 90px;
    }
}

.address a {
    text-decoration: none;
}

.akf-footer {
    background-color: #70442c;
}

.akf-footer h3,
.akf-footer a {
    color: white !important;
}

.akf-footer ul {
    padding-inline-start: 0px;
}

footer {
    background-color: #70442c !important;
}

@font-face {
    font-family: Edwald;
    src: url(../font/Fontspring-DEMO-caedwald-bold.otf);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Edwald !important;
    line-height: 1.5;
}

@import url('https://fonts.googleapis.com/css2?family=Rokkitt&display=swap');

body {
    font-family: 'Rokkitt', serif !important;
}

/* .akf-home-gallery{
    background-color: #88f7ce;
} */
.akf-home-gallery .single-box {
    background-color: #70442c;
    border-color: #70442c;
    color: white;
}

.akf-home-gallery .single-box .material-symbols-outlined {
    color: #08744c;
}

.akf-home-gallery .single-box .text-difference {
    color: #08744c;
}

.akf-home-gallery .single-box button {
    background-color: #eddbd1;
    border-style: none;
    border-color: #70442c;
}

.akf-home-gallery .single-box:hover button {
    border-style: none;
    border-color: #08744c;
}

.akf-logo-footer {
    width: 160px;
}

.akf-service-home .fruit-bg .single-box {
    background-image: url(../img/bg/fruit.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.akf-service-home .vegetable-bg .single-box {
    background-image: url(../img/bg/vegetable.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/* .akf-home-gallery{
    background-image: url(../img/bg/vegetable.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
} */
.blog-area .shape-2 {
    right: 10px;
}

/* @media screen and (max-width:768px) {
    .akf-home-gallery button{
        width: 80px;
        height: 80px;
    } 
    .akf-home-gallery .material-symbols-outlined{
        font-size: 46px;
    }
    .akf-home-gallery .single-box{
    height: 180px;
}
}
@media screen and (min-width:768px) {
    .akf-home-gallery .akf-product-2{
        padding: 16px;
    }
} */

.akf-home-gallery .card {
    background-color: #70442c;
    display: flex;
    justify-content: center;
}

.akf-home-gallery .card .card-img-top .img-cont {
    background-color: #eddbd1;
}