@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo/Cairo-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo/Cairo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo/Cairo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

html, body {
    overflow-x: hidden;
}

/* For Internet Explorer */
input[type="text"]::-ms-clear {
    display: none;
}
  
/* For WebKit-based browsers */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    display: none;
}

.navbar{
    background: #000000 !important;
    color: white;
}
/* 
.navbar-brand img{
    width: 90px;
    height: 90px;
    object-fit: cover;
} */

.nav-link{
    color: #FFF;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #FF9E53;
}

.nav-search-form{
    width: fit-content;
}

#navbar-search-input{
    width: 200px;
    height: 35px;
    border-radius: 10px;
    font-size: 18px;
    padding: 5px 8px;
    font-family: 'Cairo';
    font-weight: 400;
    border: none;
    background: none;
    background: rgba(255, 255, 255, 0.83);
    
}
#navbar-search-input::placeholder{
    font-size: 18px;
    font-family: 'Cairo';
    font-weight: 400;
}

#navbar-search-btn{
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    outline: none;
}
.navbar .active{
    color:#D68200 !important;
}