@font-face{
    font-family: font;
    src: url('/NizarbeINSportBlack.ttf');
    }

/* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
    body{
    font-family: font;     
    src: url('/kurdFont.ttf');
    background-color: #181818; 
    
    height: 100vh;
    width: 70%;
    margin: 0;
    padding: 0;
}




html{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.hero{
    background-image: url(img/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid white;
}
/* #mainNavigation a {
    
    font-size: 14px;
    text-transform:uppercase;
    white-space: nowrap; 
    background-color: rgba(0, 0, 0, 0.3);
  color: #ffba53;
    padding: 10px; 
    margin: 0 15px; 
    border: 1px solid #ffba53 ;
    border-radius: 10px;
    
    background-size: 200% 200%;
      animation: gradientAnimation 10s infinite;  
      
  }
   */
  @keyframes gradientAnimation {
    0% {
    background-position: 0% 50%;
    }
    50% {
    background-position: 100% 50%;
    }
    100% {
    background-position: 0% 50%;
    }
    }
 
 
  .nav-item a{
    color:#dfdfdf;
  }
  .nav-item a:hover {
    color:#fff
  }
  .nav-item{
    min-width:12vw;
  }
  #mainNavigation {
    
    width:100%;
    
    padding-bottom:20px;
 
  }
  #navbarNavDropdown.collapsing .navbar-nav,
  #navbarNavDropdown.show .navbar-nav{
    background:#037582;
    padding:12px;
  }

  .navbar-nav{
    display: flex; 
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
   
.two-btns{
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
border-radius: 10px;
margin-top: 15px;
  animation: gradientAnimation1 15s linear infinite;
  background: linear-gradient(to right, #FF8C00, #FF4500, #ffba53, #fb6b04, #FF8C00);
  background-size: 500% 100%;
  border: 1px solid black ;
}

@keyframes gradientAnimation1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.two-btns button{
  width: 100%;
  border: none;
  background-color: transparent;
  color: white;
   
}
  
 
.two-btns button:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}
 
.two-btns button:nth-child(2) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

  
a {
    text-decoration: none;
    color: #9ca0b1;
  }
  
  .wrapper {
    text-align: center;
  }
  .wrapper h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
   margin-top: 30px;
   text-shadow: 1px 1px 2px #ba740a, 0 0 1em #ba740a, 0 0 0.2em #ba740a;
   animation: shadowAnimation 1.5s ease-in-out infinite;
    }
 


  .our-menu{
  
    display: block;
    color: white;
  justify-content: center;
    
  margin-top: 20px; 
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
   }
   
 

   .multi-button {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;

  }
  .multi-button .menu-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

  }
  .multi-button button {
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 0; 
    width: 2550px;
    cursor: pointer;
    transition: 0.3s ease;
    background: #343434;
    color: #fff;
    border: 2px solid transparent;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid gray;
    margin: 0 2px;
     transition: all 0.7s ease;
     
  }
  
  .multi-button .menu-btns button.active{
    border-radius: 10px;
    font-size: 16px;
    padding: 0;
    width: 2550px;
    cursor: pointer;
    transition: 0.3s ease;
    background: #ba740a;
    color: #fff;
    border: 2px solid transparent;
    font-weight: 600;
    margin: 0;
    
    border: 1px solid gray;
    margin: 0 2px;
     
  }
  .multi-button button:hover {
    position: relative;
    background: #fff;
    color: #343434;
    border: 2px solid #343434;
  }
  
  .multi-button .btn__text {
    padding: 6px 8px;
   
  }
  
   
 
    
   .scrollable-buttons {
    overflow-x:auto;
    white-space: nowrap;
    border-top: 1px solid rgba(120, 113, 130, 0.9); 
    border-bottom: 1px solid rgba(120, 113, 130, 0.9); 
    padding: 10px;
    display: flex;
    justify-content: center;
    direction: rtl;
}
    /* Styling the scrollbar for WebKit browsers */
    .scrollable-buttons::-webkit-scrollbar {
      width: 12px;
      height: 4px;
  }

  .scrollable-buttons::-webkit-scrollbar-thumb {
      background-color: #ff9c03;
      border-radius: 10px;
  }

  .scrollable-buttons::-webkit-scrollbar-track {
      background-color: #181818;
      border-radius: 10px;
  }
.button-group {
     
    display: flex;
    justify-content: flex-zzzzzzzz;
    direction: rtl; 
}

.button-group .category-btns{
  padding: 6px 10px; 
  border: none;
  border-radius: 10px;
  color: #fff;
  background-color: rgb(41, 41, 41);
  margin: 2px;
  transition: all 1s ease;
}

.button-group .category-btns.active1{
  padding: 6px 10px; 
  border: 1px solid black;
  border-radius: 10px;
  color: #fff;
  background-color: #ff9c03;
}
 






.new-scrollable-buttons {
  overflow-x: auto;
  white-space: nowrap;
  border-top: 1px solid rgba(120, 113, 130, 0.9);
  border-bottom: 1px solid rgba(120, 113, 130, 0.9);
  padding: 10px;
  display: flex;
  justify-content: center;
  direction: rtl;
}

/* Styling the scrollbar for WebKit browsers */
.new-scrollable-buttons::-webkit-scrollbar {
  width: 12px;
  height: 4px;
}

.new-scrollable-buttons::-webkit-scrollbar-thumb {
  background-color: #ff9c03;
  border-radius: 10px;
}

.new-scrollable-buttons::-webkit-scrollbar-track {
  background-color: #181818;
  border-radius: 10px;
}

.new-button-group {
  display: flex;
  justify-content: flex-end;
  direction: rtl;
}

.new-button-group .new-category-btns {
  padding: 6px 10px;
  border: none;
  border-radius: 10px;
  color: #fff;
  background-color: rgb(41, 41, 41);
  margin: 2px;
  transition: all 1s ease;
}

.new-button-group .new-category-btns.active1 {
  padding: 6px 10px;
  border: 1px solid black;
  border-radius: 10px;
  color: #fff;
  background-color: #ff9c03;
}






 

.meat-meal{
  margin-top: 20px;
  display: flex; 
  justify-content: center;
flex-wrap: wrap; 
}
 



.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; 

  
}

 

.art-board__container {
 
   
  display: flex;
  flex-direction: row; 
  justify-content: center;
  flex-wrap: wrap;
   
}

.card {
  width: 295px;
  overflow: hidden;
  border-radius: 25px;
    
  margin: 10px;
  /* box-shadow: 2px 0px 7px 0px #ba740a; */
  background-color: rgb(41, 41, 41);
}

.card__image {
  position: relative;
  height: 140px;
}
.card__image > img {
  max-width: 100%;
  border-bottom-right-radius: 30px;
  transform: rotate(10deg) translate(-15px, -55px);
  position: absolute;
  height: 200px;
  object-fit: cover;
  object-position: right center;
  width: 280px;
  
}

.card__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 30px 20px 30px;
  margin-top: 30px;
  font-size: 20px;
}
.card__info h3 {
  font-size: 18px;
  font-weight: 700;
}
.card__info p {
  font-size: 14px;
  font-weight: 600;
}
.car__info--title {
  text-align: right;
  
}
.card__info--price {
  text-align: right;
  color: #ff9c03;
}
.rect2 {
  position: relative;
  bottom: 315px;
  right: 15px;
  width: 325px;
  height: 230px;
  border: 1px solid lavender;
  border-radius: 0 0px 80px 0;
  background-image: url();
  transform: rotate(10deg);
  object-fit: cover;
}
.checked {
  color: #ffd700;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}


.loader_bg{
  position: fixed;
  z-index: 99999;
  background: #181818;
  width: 70%;
  height: 100%;
  transition: all 1s ease;
}
.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(35vw - 75px);
}
.loader:before, .loader:after{
  content: '';
  border: 1em solid #ba740a;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before{
  animation-delay: .5s;
}

.tab-meals{
  transition: all 1.5s ease-in;
}
@keyframes loader {
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
  
}
 
.element {
 
  opacity: 0;
}

 
   @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
}
.modal img{
  border-radius: 25px;
  border: 2px solid #ba740a;
  cursor: pointer;
}
.modal-content {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
}

.modal.show {
    display: block;
}

.modal-content.show {
    opacity: 1;
}

.close {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}



.footer {
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgb(141, 141, 141); 
}

.developer-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff9c03;
}

.social-icons a {
  margin: 0 10px;
  color: #ff9c03;
  font-size: 24px;
}




 .contact-us {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 100%;
    height: 100%;
     z-index: 999;
      background-color: rgba(0, 0, 0, 0.8); 
      color: white;
      padding: 170px;  
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
    
    }
    .contact{
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1000;
      background-color: #181818;
      border: 1px solid #ff9c03;
      border-radius: 10px; 
      width: 75%;
      height: 70%;
      padding: 50px; 
      text-align: center; 
    }
 
    
    .language-navbar {
      position: fixed;
      top: 0;
      left: 15%;
      width: 70%;
      background-color: #181818; 
      z-index: 1000;
      display: flex;
      justify-content: space-between;
      height: 30px;
      padding: 6px; 
      border-bottom: 1px solid #ff9c03;
    } 
    .language-navbar a{
      font-size: 13px;
      background-color: transparent;
      color: white;
      border: none;
      padding: 0;

    }

    .language-navbar a.active{
        background-color: #ba740a;
        padding: 0 5px ; 
    } 


    
    .custom-card-container {
      text-align: center;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: transparent;
      border-radius: 10px;
      border: 1px solid #ba740a;
      border-radius: 15px;
      margin-bottom: 100px;
  }
  .custom-card-container h3{
    color: #ba740a;
  }
  .custom-logo-img {
      width: 100px; /* Adjust the size of the logo as needed */
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 15px;
      box-shadow: 0 0 30px rgba(186, 116, 10, 0.5);
  }

  .custom-social-btn {
      font-size: 24px;
      margin: 0 10px;
      color: #ba740a;
  }
  .custom-social-btn:hover {
    font-size: 24px;
    margin: 0 10px;
    color: #652006;
}
.custom-map-container{
  margin-bottom: 70px;
  margin: 10px;
}
.custom-map-container iframe{ 
  border-radius: 15px;
  border: 1px solid #ba740a;
}
.custom-map-container h2,h5{
  text-align: center;
  color: #ba740a;
}













@media screen and (max-width: 600px) {
  body {
    width: 100%;
  }
  .scrollable-buttons {
    overflow-x: auto;
    white-space: nowrap;
    
    padding: 10px;
    display: flex; 
    justify-content: start;
    direction: rtl;
     
   
}
.button-group{
  display: flex;
  flex-direction: row;
  
  direction: rtl; 
}

.language-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #181818; 
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  height: 30px;
  padding: 6px; 
  border-bottom: 1px solid #ff9c03;
} 
.language-navbar a{
  font-size: 13px;
  background-color: transparent;
  color: white;
  border: none;
  padding: 0;

}

.language-navbar a.active{
    background-color: #ba740a;
    padding: 0 5px ; 
} 



.loader_bg{
  position: fixed;
  z-index: 99999;
  background: #181818;
  width: 1000px;
  height: 100%;
  transition: all 1s ease;
}
.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.loader:before, .loader:after{
  content: '';
  border: 1em solid #ba740a;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before{
  animation-delay: .5s;
}

.tab-meals{
  transition: all 1.5s ease-in;
}
@keyframes loader {
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
  
}
}