@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
/*@font-face {
    font-family: DIN;
    src: url(../font/reg2.ttf);
  }
  @font-face {
    font-family: DINBold;
    src: url(../font/bold.otf);
  }*/
  
html { scroll-behavior: smooth; }
 body {
    min-height: 100vh;
    min-height: 100dvh;
    background-color: rgb(243, 232, 203);
    background: linear-gradient(rgb(243, 232, 203), rgb(255, 255, 255));
    font-family: "Noto Kufi Arabic", serif;
	font-size: 15px;
	font-weight: normal;
	color: #777;
	font-style: normal;
    text-align: right;
     line-height: 26px;
}
.shrimp-text-primary {
    color: #005297 !important;
}
.shrimp-text-titles {
    color: #F1582B !important;
}
.nav .nav-item button.active {
    background-color: transparent;
    color: #F1582B !important;
  }
  .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid #F1582B;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
  }
  .logo {
    width: 250px;
  }
@media screen and (max-width: 600px) {
  .logo {
    width: 150px;
  }
.ul-pills-res{
    display: table-cell;
    right: 30px;
    position: relative;    
}  
}
  a.browse {
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}
a.browse i {
    color: #F1582B;
}
.browse img {
    width: 250px;
}
.title-link {
    text-decoration: none;
}
.title {
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    font-size: 20px;
    color: #005297;
}
.social {
    margin-top: 14px;
}
.social ul {
    list-style-type: none;
}
.social ul li {
    display: inline-block;
    margin: 0 10px;
}
.social ul li a {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #F1582B;
}
.social ul li a:hover {}
.location-icon {}
.location-icon i {font-size:30px;color:#F1582B;}

.laya-heading {
    font-size:60px;
}
