/* Banner */

.homeBanner {
    position: relative;
}

.homeBanner .caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 9;
    width: auto;
}

.homeBanner .caption h1 {
    font-size: 7rem;
    color: #fff;
    font-weight: bold;
    line-height: 7rem;
}

.homeBanner .caption h1 span {
    color: #F1C523;
}

.homeBanner .caption p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}



/* sellers */

.sellers .text {
    text-align: center;
}

.sellers .text h2 {
    font-size: 3rem;
    font-weight: bold;
}

.sellers .text h4 {
    font-size: 3rem;
}

.sellers .product-card .rating {
    text-align: right;
}

.sellers .product-card {
    padding: 15px;
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
    text-align: center;
}

.sellers .product-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.sellers .pro_img {
    text-align: center;
    margin: 30px 0px;
}

.sellers .pro_img img {
    width: 60%;
    margin: auto;
}

.sellers .product-card a {
    background: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
}

.sellers .btn {
    margin: 40px auto 0;
}




/* snacks */

.snacks-inner {
    display: flex;
    background-color: #FFE2CC;
}

.snacks-content-wrap {
    width: 50.3472222222%;
    justify-content: center;
    padding: 30px 55px 30px 88px;
    display: flex;
    align-items: center;
}

.snacks-thumb {
    position: relative;
    overflow: hidden;
}

.snacks-thumb figure {
    width: 100%;
    height: 100%;
}

.snacks-content h2 {
    font-size: 5rem;
    line-height: 5rem;
    color: #7C0008;
    font-weight: bold;
}

.snacks-content p {
    font-size: 16px;
    color: #7C0008;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
}

.snacks-thumb figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* five */

.five .full {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-column-gap: 2.2222222222%;
    -moz-column-gap: 2.2222222222%;
    column-gap: 2.2222222222%;
}

.five .full .bx {
    padding: 50px 20px;
    border-radius: 20px;
    text-align: center;
    width: 100%;
}

.five .full .bx h4 {
    font-size: 20px;
    margin-top: 20px;
}



/* arrivals */

.arrivals .text {
    width: 100%;
    position: relative;
    text-align: center;
}

.arrivals .text h2 {
    font-size: 60px;
    line-height: 48px;
    color: #fff;
    letter-spacing: .36px;
    font-weight: 800;
    text-align: center;
}

.arrivals .text h2 span {
    background-color: #291865;
    padding: 10px 10px 14px;
    display: inline-block;
}

.arrivals .inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.arrivals .text h2 span:nth-child(1) {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.arrivals .text h2 span:nth-child(3) {
    -webkit-transform: rotate(2deg) !important;
    transform: rotate(2deg) !important;
}

.arrivals .product-card {
    text-align: center;
    margin-top: 30px;
}

.arrivals .product-card .pro_img img {
    width: 70%;
}

.arrivals .product-card h5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.arrivals .product-card p {
    font-weight: lighter;
    margin-bottom: 0px;
}



/* news */

.news .text {
    display: flex;
    justify-content: space-between;
}

.news .news-content {
    margin-top: 30px;
    position: relative;
}

.news .news-content h5 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.news .zoom {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.news .news-content .outer-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 40px;
    padding: 12px;
    background-color: #fff;
}

.news .news-content .outer-arrow img {
    padding: 12px;
    background-color: #FF6D00;
    border-radius: 50%;
}

.news .zoom img {
    transition-duration: 0.5s;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.news .zoom img:hover {
    -webkit-transform: scale(1.08);
}


/* shop */

.shop .shop-content {
    background-image: url(../images/bl_bg.png);
    padding: 100px 300px;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.shop .shop-content img {
    width: 25%;
    margin-bottom: 20px;
}

.shop .shop-content h3 {
    font-size: 30px;
    color: #fff;
}

.shop .shop-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 40px auto;
}

/* product */

.product .pro_img img {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.product .details h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
}

.product .details h2 span {
    color: #B72328;
}

.product .details h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #B72328;
    margin-bottom: 20px;
}

.product .details .btn {
    margin-bottom: 40px;
}

.product .details h4 {
    margin-bottom: 40px;
}


/* about */

.about .pro_img img {
    width: 50%;
    margin: auto;
    display: block;
}

.about .details h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.product .details h4 {
    margin-bottom: 20px;
    color: #7c0008;
}



/* contact */

.contact .text {
    width: 60%;
    margin: auto;
    text-align: center;
}

.contact .text h2 {
    font-weight: bold;
}

.contact .text p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.contact form input, textarea {
    border: 1px solid #E2E3E4;
    padding: 12px;
    width: 100%;
    margin-top: 20px;
}

.contact form .btn {
    width: 30%;
    padding: 12px;
    background-color: #FF6D00;
    color: #fff;
    border-radius: 0;
}



/* privacy */

.privacy .text {
    width: 60%;
    margin: auto;
    text-align: left;
}

.privacy .text h2 {
    font-weight: bold;
}

.privacy .text p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.privacy .text ol, ul {
    margin: 0;
    list-style: disc;
    padding: 0px 15px;
    color: #212529;
    line-height: 34px;
}





/* card animation */

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
}

:root {
    --bg-background: #FF6D00;
    --clr-card: #FFE2CC;
    --clr-1: #ff6e00;
    --clr-2: #f89143;
    --clr-3: #ffa764;
}

.bx {
    position: relative;
    cursor: pointer;
    background-color: #fff5ee;
}

.bx::after,
.bx::before {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -0.3rem;
    background: conic-gradient(from var(--gradient-angle),
            var(--clr-card),
            var(--clr-1),
            var(--clr-2),
            var(--clr-3),
            var(--clr-2),
            var(--clr-1),
            var(--clr-1));
    border-radius: inherit;
    animation: rotate 7.5s linear infinite;
}

@keyframes rotate {
    0% {
        --gradient-angle: 0deg;
    }

    100% {
        --gradient-angle: 360deg;
    }
}