@font-face {
    font-family: 'PoppinsBold';
    src: url(Font/Poppins-Bold.ttf);

}
@font-face {
    font-family: 'PoppinsMed';
    src: url(Font/Poppins-Medium.ttf);
    
}
@font-face {
    font-family: 'PoppinsReg';
    src: url(Font/Poppins-Regular.ttf);
    
}
h1,h2,h3,h4,h5,h6{
    font-family: 'PoppinsMed' ;
}
a,p,button{
    font-family: 'PoppinsReg';
}
 
  /* colors */
.bg-orange {
    color:  #FF8542;
}
.bg-blue {
    background-color:  #1D376D;
}
.Orange {
    color: #FF8542;
}
.blue {
    color: #1D376D;
}

.white {
    color: #fff ;
}

  /* nav css */

.outline-sell{
    border-top-color: #FF8542 !important;
    border-right-color: #FF8542 !important;
    border-bottom-color: #1D376D !important; 
    border-left-color: #1D376D !important; 
    
    
}
.border-orange{
  border-color: #FF8542 !important;
  
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-select:focus {
    outline: none;
    box-shadow: none;
}


.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.overflow-hide {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


.category-bg {
    color: #fff;
    padding: 50px 25px;
    height: 70vh; 
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
}

.navbar-toggler{
    border-color: #FF8542 !important;
}

/* filter */



/* footer */
.bi-arrow-up-circle-fill{
    color: #FF8542;
}



