@font-face {
    font-family: Poppins;
    src: url(https://wjhaty.com/fonts/Poppins-Regular.ttf);
  }

html{
    padding: 0;

    font-family:  "Poppins", sans-serif;
    direction: ltr;
    overflow-x: hidden;
    overflow-y: scroll;
    }

    body{
        direction: ltr;
        font-family:  "Poppins", sans-serif;
        position: relative;
        overflow-x: hidden;
        text-align: left;
        text-transform: capitalize;

    }
    .container-fluid,.container{
        padding: 0;
    }
    a{
        text-decoration: none !important;
        cursor: pointer;
    }


/* raduis */
.radius-0{
    border-radius: 0 !important;
}
.radius-5{
    border-radius: 5px !important;
}
.radius-10{
    border-radius: 10px !important;
}
.radius-20{
    border-radius: 50px;
}
.radius-30{
    border-radius: 30px;
}
.radius-40{
    border-radius: 40px;
}
.radius-50{
    border-radius: 50px;
}
h3{
    font-size: large;
}
.bg-pri{
    background: orange;
    transition:all ease-in-out .2s
}
.bg-grad{
    background-image: linear-gradient(to left,orange,#e9c300);
}
.bg-sec{
    background: #e9c300;
    transition:all ease-in-out .2s
}
.btn.bg-pri{
    transition:all ease-in-out .2s
}
.btn.bg-pri:hover{
    background-color:white;
    color:orange ;
    border:thin solid rgb(112, 123, 189)
}
.bg-grey{
    background: grey;
}
.text-pri{
    color: orange;
}
.text-sec{
    color: #e9c300;
}
.text-grey{
    color: grey;
}
.container-fluid{
    margin: 0;
    padding: 0
}


.f-light{
    font-weight: 100;
}

.f-bold{
    font-weight: bold;
}
.f-bolder{
    font-weight: bolder;
}
.f-xsmall{
    font-size: x-small;
}
.f-small{
    font-size: small;
}
.f-medium{
    font-size: medium;
}
.f-large{
    font-size: large;
}
.f-xlarge{
    font-size: xx-large;
}
.me-auto{
    margin-inline-start: auto;
}

#top-nav{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 40px;    justify-content: start;
    align-items:center;
    padding-inline: 50px;
}
#top-nav a{
    margin-inline: 10px;
    color: grey;
    font-size: small;
    white-space: nowrap;
}
#main-nav{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to left,orange,#e9c300);
    padding-block: 10px;
    padding-inline: 50px;
    justify-content: start;
    align-items:baseline;
}
#main-nav .brand{
    height: 100%;
    width: auto;
    min-width: 80px;
}
#main-nav .actions{
    height: 100%;
    width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#main-nav .search{
    width:100%
}
#main-nav .actions a{
    color:white;
    margin-inline: 10px;
}
#main-nav ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
#main-nav ul li{
    list-style-type: none;
    margin-inline: 10px;
    position: relative;
    transition: all .2s cubic-bezier(0.075, 0.82, 0.165, 1);
    white-space: nowrap;
}
#main-nav ul li::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    transform: scaleX(0) rotateX(90deg);
    height: 5px;
    background-color: #e9c300;
    border-radius: 5px;
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s;
}
#main-nav ul li:hover::after{
    background-color: white;
    width: 100%;
    transform: scaleX(100%) rotateZ(0deg);
}
#main-nav ul li:hover{
    font-weight: bold;
}
#main-nav ul li.active{
    font-weight: bold;
}
#main-nav ul li a{
    color: white;
}
.content{
    width: 100%;
    min-height: 300px;
}
footer{
    width: 100%;
    height: auto;
    padding-inline: 50px;
    background: rgb(250, 250, 250);
    border-top: thin solid orange;
    padding-block: 50px;
}
footer ul{
list-style: none;
}
footer ul p{
    font-weight: bold;
    color: orange;
}
footer ul li a {
    font-size: small;
    color: grey;
}
.social-links{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: baseline;
}
.social-links a{
    margin-inline: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color:grey;
    border: thin solid grey;
    transition: ease-in-out all .2s;
}
.social-links a:hover{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e9c300;
    color:white;
    border: none;
}


.category-item{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
  }
  .category-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: all ease-in 7s;
    scale: 1
  }
  .category-item:hover img{
    scale: 2
  }
  .category-item .overlay{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.781),rgba(0, 0, 0, 0));
    z-index: 2;
  }
  .category-item h5{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
    z-index: 3;
  }
  .category-item h5::after{
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: #f37c1f;
    position: absolute;bottom: -15px;left: 50%;transform: translateX(-50%);z-index: 3;
  }
  .category-item p{

    text-align: center;
    font-size: .7rem;
    position: absolute;
    top: 10px;
    left:10px;
    color: white;
    background: #f37c1f;
    border-radius: 5px;
    padding: 2px;
    padding-inline: 5px;
    z-index: 3;
    display: inline;
  }
  .text-title{
  position: relative;
  display: inline-block;
  margin-inline:auto;
}
.text-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-15px;
  width:100%;
  height:5px;border-radius:5px;
  background-image: radial-gradient(orange,#f37c1f);
}

  .breadcrumb-item{
    font-size:small;
  }
  .breadcrumb-item  a{
    color: rgb(52, 52, 52);
  }
  .breadcrumb-item.active{
    color:#f37c1f
  }



.breadcrumb-item + .breadcrumb-item::before {
    content: ">"; /* أو أي رمز سهم آخر */
    padding-right: 0.5rem; /* لإضافة مسافة */
    padding-left: 0.5rem; /* لإضافة مسافة */
    color: #6c757d; /* لون الفاصل */
}
.jc{
    justify-content: center;
}
.ac{
    align-items: center;
}




.place-item{
    border-radius: 5px;
    padding: 5px;
    position: relative;
}
.place-item img{
    border-radius: 5px;
}
.place-item .add-to-wish{
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    background: white;
    color: rgb(188, 56, 56);
    width: 30px;height: 30px;line-height: 30px;text-align: center;
}
.card-img-top{
    height: 200px;
}