body,html{
    overflow-x: hidden;
}
.reklam_1{
    max-height: 180px;
    overflow-y: hidden;
}
.navbar{
    border-bottom: 5px solid  #d0262f !important;

}
nav  .nav-link:hover,  .dropdown-menu .dropdown-item:hover {
    text-decoration: none;
    background-color: #d0262f;
    color: black;
}
nav .nav-link{
    font-family: hawlati !important;
    text-decoration: none;
    color:black;
    font-size:20px;

}
@media screen and (max-width: 1200px) and (min-width: 992px) {
nav .nav-link{
font-size: 15px;
}
    



}