@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif;
}
@font-face {
    font-family: "CS Darvish";
    src: url("./font/CSDarvish-Regular.otf")format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }
.hero-h1 {
    font-family: "CS Darvish", sans-serif;
}
.link{
    color: #c7c7c7;
    text-decoration: none;
    font-size: 14px;
}
.link i{
    color: #c7c7c7;
    text-decoration: none;
    font-size: 11px;
}
.link:hover{
    color: #fff;
    text-decoration: 1px solid underline;
}
.text-sm{
    font-size: 12px;
}
.search-form {
    gap: 10px;
}
.search-box {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 999px;
    width: 100%;
    padding-right: 35px;
}
.search-input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 8px 10px 8px 16px;
    font-size: 13px;
    outline: none;
}
.search-icon {
    position: absolute;
    right: 12px;
    color: #555;
    font-size: 14px;
    pointer-events: none;
}
.profile-icon {
    background-color: #000;
    color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 14px;
}
.custom-lg-padding{
    padding-left: 1.75rem;
}
@media (min-width: 992px) {
    .custom-lg-padding {
        padding-left: 4.5rem;
    }
    .search-box {
        width: 300px;
    }
}