
@font-face {
    font-family: 'ferga-font'; /* Name your font family */
    src: url('../fonts/IBMPlexSansArabic-Medium.ttf'); /* Locate the .ttf file within your directory*/
  }

:root{
    /* Global Color */
    --primary_color: #FFF400;
    --secondary_color: #3F3D56;

    /* Global Font */
    --primary_font: 'ferga-font', sans-serif !important;
    --secondary_font: 'ferga-font', sans-serif !important;
}


        /*** Single Page Hero Header Start ***/
        .bg-breadcrumb {
            position: relative;
            overflow: hidden;
            background:  url(../images/banner.jpg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 60px 0 60px 0;
            transition: 0.5s;
        }

        .bg-breadcrumb .breadcrumb {
            position: relative;
        }

        .bg-breadcrumb .breadcrumb .breadcrumb-item a {
            color: var(--secondary_color);
        }
        /*** Single Page Hero Header End ***/



::selection{
    background: var(--primary_color);
    color: #FFFFFF;
}
.btn{
	border-radius: 2px;
	padding: 7px 30px;
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	transition: 0.4s all;
	overflow: hidden;
	margin-right: 10px;
}
.btn.d2c_primary_btn{
	background-color: var(--secondary_color);
	transition: 0.4s all;
}
.btn.d2c_primary_btn span{
	color: #FFFFFF;
}
.btn.d2c_primary_btn:hover{
	background-color: var(--primary_color);
	transition: 0.4s all;
}
.btn.d2c_secondary_btn{
	background-color: var(--primary_color);
	transition: 0.4s all;
}
.btn.d2c_secondary_btn span{
	color: #FFFFFF;
}
.btn.d2c_secondary_btn:hover{
	background-color: var(--secondary_color);
	transition: 0.4s all;
}

.d2c_hero{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(255, 255, 255, 0.1)), url(https://png.pngtree.com/background/20230522/original/pngtree-sunflowers-in-the-dark-for-your-free-desktop-wallpaper-or-your-picture-image_2685755.jpg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=500);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	height: 85vh;

}
.d2c_hero .d2c_hero_title{
	/* font-family: var(--primary_font); */
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    text-transform: capitalize;
    color: var(--secondary_color);
    margin-bottom: 15px;
}
.d2c_hero .d2c_hero_text{
	font-family: var(--secondary_font);
	font-weight: 400;
	font-size: 16px;
	color: var(--secondary_color);
	margin-bottom: 15px;
}


.d2c_hero .logo{
    max-height: 290px;
    margin-top: -250px !important;
}
/*
	<!--
      KIT Name: 10+ Hero Section – Bootstrap Bundle
      Product URL: https://www.designtocodes.com/product/10-hero-section-bootstrap-bundle/
      Product Description: The Hero section kit is made of all the basic elements you need to create a stunning website, from the start.
      Author: designtocodes.com
      Author URI: https://www.designtocodes.com/
    -->
*/
