/* Brand page CSS */
.brand{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand-top img{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.brand-mid-head{
       display: flex;
       flex-direction: column;
        margin-top: -10vw;
        text-align: center;
        padding: 5vh;
        font-size: 56px !important;
        color: #7F163E;
        font-weight: 600;
        width: max-content;
        margin-right: auto;
        margin-left: auto;
        
}
.brand-mid-head p{
    display: inline-block;
    width: max-content;
    text-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    padding: 10px;
    padding-bottom:0px ;
    border-radius: 15px 15px 0px 0px;
}
.brand-description{
    margin-right: auto;
    margin-left: auto;
    width: 65%;
    font-size: 2vw;
    font-weight: 400;
    text-align: center;
}
.section-mid-text-container div{
    
}
#brand-mid-text-ctn{
   
}
.brand-mid-section{
    margin-top: 1vh;
    display: flex;
    flex-direction: row;
    width: 80vw !important;
}
.brand-mid-section img{
    display: none;
    height: 308px;
    width: 480px;
    margin-top: 20px;
    margin-left: -5vw;
    margin-right: 20px;
}

.brand-mid-section img#mid-wheat, .brand-mid-section img#mid-dates{
    display: flex;
}

.brand-mid-section  p {
    margin-left: 10px;
    width: 56%;
    margin-top: 0px;
}

.brand-our-products{
    background-color: #350909;
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 32px;
}

.brand-our-products h3{
    text-align: center;
    font-size: 3vw;
    color: white;
    font-weight: 400;
    margin-bottom: 2vw;
}
.brand-our-products p{
    text-align: center;
    color: white;
    font-size: 16px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-weight: 300;
    margin-bottom: 1vw;
}

.brand-our-products .product-list{
    display: none;
}

.brand-our-products .product-list#dates, .brand-our-products .product-list#wheat{
    display: flex;
    flex-direction: row;
}
.product-list-row{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #F04B25;
    font-size: 24px; 
    margin: 15px;
    padding: 5px;
}
.product p{
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    margin-left: 20px;
}

.product img{
    width: 48px;
    height: 48px;
}

.brand-our-products button{
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    width: 25%;
    border-radius: 99px;
    height: 54px;
    width: 246px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 2vw;
}

.section-mid{
    display: flex;
    flex-direction: column;
}
.section-mid-image {
    flex: 1;
    height: 30vh;
    display: flex;
    justify-content: center;
}
.section-mid-image img{
    width: 70%;
    height:70vh;
    margin-top: -10vh !important;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 1.5vw;
}
.section-mid-text-container{
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    padding: 5vh 30vh;
}

.section-mid-head{
    font-weight: 500;
    font-size: 4rem;
    line-height: 76.8px;
    margin-left: 5vw;
    margin-bottom: 1vw;
}
.section-mid-text{
    color : #555555;
    font-size: 1.75rem;
    width: 65%;
    margin-left: 35%;
    margin-top: 20px;
}
.section-mid-sub-ctn{
    flex: 1;
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fakhiha-products{
    background-color: #7F163E !important;
}
#extra-product{
    display: none;
}

#fakhiha-products .product-list-row{
    justify-content: flex-start;
}


/* Food Item Cards */

.fcard{
    /* height: 50rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fcard .food-img{
    height: 40rem;
    width: 32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.food-img.no-bg{
    justify-content: center;
    height: 20rem;
}
.fcard.no-bg .food-img > img{
    margin-top: 0;
}

.fcard .food-img .bgdiv{
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-blend-mode: soft-light;
    background: url('../assets/fruit_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.fcard:nth-child(odd) .food-img .bgdiv{
    background-color: #ffe4cc;
}

.fcard:nth-child(even) .food-img .bgdiv{
    background-color: #FFD4E5;
}

.fcard .food-img > img{
    margin-top: -60%;
    width: 70%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.fcard .food-img > span{
    margin-top: 2.5rem;
    font-size: 3rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fcard .food-img > span > span{
    font-size: 1.25rem;
}


/* Social Carousel */
#social-carousel{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 7rem;
    margin-bottom: 5rem;
}

#social-carousel > .scroll{
    margin-top: 3rem;
    margin-bottom: 4rem;
}

#social-carousel > span{
    font-size: 3.5rem;
    font-weight: 500;
}

#social-carousel > p{
    width: 60%;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 400;
}


/* Social Scroll Images */
.scroll-images{
    width: 35rem;
    height: 35rem;
    object-fit: cover;
    object-position: center;
}

/* .shaped{
    height: 42rem;
    width: 30rem;
    mask-image: url('../assets/mask.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    clip-path: polygon(50% 0%, 0% 20%, 0% 80%, 50% 100%, 100% 80%, 100% 20%);
} */


/* Carousel */

.scroll{
    width: 100%;
    display: inline-flex;
    margin-top: 8rem;
    margin-bottom: 8rem;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.scroll#meat_carousel{
    gap: 1rem;
    height: 28rem;
    display: none;
}

.fcard.no-bg{
    height: 25rem;
}
/* .scroll#meat_carousel #etb-cardrow{
    height: 100%;
} */

.scroll#dry_fruits_carousel{
    display: none;
}

.scroll#fresh_fruits_carousel{
    display: none;
}

.scroll #etb-cardrow{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 98%;
    gap: 0.5rem;
}

.scroll #etb-cardrow .scroller{
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
    gap: 2rem;
    align-self: center;
    width: 95%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll #etb-cardrow .scroller::-webkit-scrollbar{
    display: none;
}

/* Style of arrows */
.scroll #etb-cardrow .arrow {
    z-index: 2;
	color: white; 
	font-size: 26px;
	transform: translate(0%, -50%); 
	padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: rgba(0,0,0,0.5); 
	transition: background-color 0.3s ease; 
}

.scroll #etb-cardrow .arrow:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,0.3); 
}

.scroll #etb-cardrow #next {
	border-radius: 0.5rem;
}

.scroll #etb-cardrow #previous {
	border-radius: 0.5rem;
}

/* Carousel Selector */

.brand #carousel-selector{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}

.brand #carousel-selector > span{
    display: flex;
    flex-direction: row;
    background: var(--primary-beige);
    border-radius: 1.9375rem;
}

.brand #carousel-selector > span .carousel-selector{
    outline: none;
    background: none;
    border: none;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 0.75rem 3.25rem 0.75rem 3.25rem;
    border-radius: 1.9375rem;
    color: var(--black);
}

.brand #carousel-selector > span .carousel-selector#wheat{
    display: inline-block;
    background: #951B31;
    color: var(--primary-white);
    background: linear-gradient(to left, #951B31 50%, rgba(0,0,0,0) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}

.brand #carousel-selector > span .carousel-selector#meat{
    display: inline-block;
    background: none;
    color: var(--black);
    background: linear-gradient(to right, #951B31 50%, rgba(0,0,0,0) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}

.brand #carousel-selector > span .carousel-selector#dates{
    display: inline-block;
    background: #951B31;
    color: var(--primary-white);
    background: linear-gradient(to left, #951B31 50%, rgba(0,0,0,0) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}

.brand #carousel-selector > span .carousel-selector#dry_fruits{
    display: inline-block;
    background: none;
    color: var(--black);
    background: linear-gradient(to right, #951B31 50%, rgba(0,0,0,0) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}

.brand #carousel-selector > span .carousel-selector#fresh_fruits{
    display: inline-block;
    background: none;
    color: var(--black);
    background: linear-gradient(to right, #951B31 50%, rgba(0,0,0,0) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}

/* .brand #carousel-selector > span .carousel-selector#meat:focus{
    background-position: left;
} */

.btm-hero-banner ~ #get-in-touch{
    padding-top: 7rem;
    margin-top: -5%;
}

@media (max-width: 768px) { 

.brand-mid-head{
    width: 100%;
    padding: 0;
}
.brand-description{
    font-size: 0.9rem;
    width: 90%;
    padding-top: 2rem;
}
.brand-mid-head p {
    font-size: 5vw;
}
.brand-our-products{
    width: 80vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.brand-our-products h3 {
    font-size: 6vw;
}
.brand-our-products p {
    font-size: 3vw;
}
.product img {
    height: 24px;
    width: 24px;
}
.product p {
    margin-left: 5px;
}
.brand-our-products button {
    height: 32px;
    width: 160px;
    font-size: 3vw;
}

.section-mid-text-container {
    padding: 0px !important;
    padding-bottom: 20px !important;

}
.section-mid-head{
    text-align: center;
    font-size: 6vw;
    line-height: 35px;
    margin-left: 0vw;
}
.brand-mid-section {
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    width: 80vw;
}
.brand-mid-section img {
    width: 50vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}
.section-mid-text {
    width: 80vw !important;
    font-size: 4vw;
    margin-right: auto;
    margin-left: auto !important;
    margin-bottom: 1vw;
}

#social-carousel > span{
    font-size: 2.5rem;
    font-weight: 500;
}

#social-carousel > p{
    width: 90%;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}

/* Social Scroll Images */
.scroll-images{
    width: 16rem;
    height: 16rem;
    object-fit: cover;
    object-position: center;
}
.scroll #etb-cardrow .arrow {
	font-size: 13px;
	padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.brand #carousel-selector{
    width: 90%;
}
.brand #carousel-selector > span .carousel-selector{
    font-size: 1rem;
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
}

/* Food Item Cards */
.fcard{
    width: 70%;
}

.fcard .food-img{
    height: 18rem;
    width: 16rem;
}
.fcard .food-img .bgdiv{
    border-radius: 50%;
    width: 175px;
    height: 175px;
    background-size: 90%;
}
.fcard .food-img > span{
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
}
.fcard .food-img > span > span{
    font-size: 1rem;
}
}