*{
  scrollbar-width: thin;
  scrollbar-color: #fb8500 #222;
  scroll-behavior: smooth;
}
li{
  list-style:disc;
}
/* Swipper Slider */
.swiper {
    width: 80%;
    height: 400px;
  }
  .swiper .swiper-wrapper .swiper-slide {
    height: 70%;
    width: 25rem;
    color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    background: rgb(41, 41, 41);
  }
  .swiper .swiper-wrapper :nth-child(1) {

    background-image: url("../images/recipes/Cheesy\ chicken\ tots.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .swiper .swiper-wrapper :nth-child(2) {
    background-image: url("../images/recipes/Crispy\ samosa\ bites.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .swiper .swiper-wrapper :nth-child(3) {
    background-image: url("../images/recipes/Crunchy\ chicken\ burger.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .swiper .swiper-wrapper :nth-child(4) {
    background-image: url("../images/recipes/Poori\ paratha\ roll.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .swiper .swiper-wrapper :nth-child(5) {
    background-image: url("../images/recipes/Spicy\ nacho\ fries.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .swiper .swiper-wrapper :nth-child(6) {
    background-image: url("../images/recipes/Zesty\ cheese\ pinwheels.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    color: #0f0f0f!important;
    right: var(--swiper-navigation-sides-offset, 285px)!important;
    left: auto;
    margin-bottom: 5rem!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    color: #0f0f0f!important;
    left: var(--swiper-navigation-sides-offset, 285px)!important;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 45%)!important;
}
.swiper-slide::after{
    content: attr(data-filename); /* Dynamically text lene ke liye */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); 
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

 /* Modal Start  */
 .modal-content {
  scrollbar-width: thin;
  scrollbar-color: #fb8500 ;
    background: #0f0f0f!important;
    color: #fff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* padding: 3rem; */
  /* margin-left: -1rem; */
  outline: 0;
}
.modal-title{
    color: #0f0f0f;
}
.modal-body img{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.modal-header {
  padding: 1rem 1rem!important;
}
.scrollable-div {
    color: #ffff;
    max-height: 500px;
    /* max-height: 100%; */
    overflow-y: auto;

    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: #fb8500 ;
}
.divider {
    /* border-left: 3px solid blue; */
    height: 100%;
    margin: 0 10px;
}
.modal-header button{
  color: #fff!important;
}
.ingredients ul li{
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.title{
  display: flex;
      flex-direction: column;
      align-items: center;
}
.instructions ul li{
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.ingredients{
  padding-left: 3rem;
  padding-right: 0.5rem;

}
.instructions{
  padding-left: 2rem;
  padding-right: 1rem;
}
 /* Modal End  */


 /* Back to top Css */
.button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  z-index: 1000;
  display: none;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.button:hover {
  background-color: #222;
}
/* Back to top Css */
