
.price-btn{
  width: 70%;
  height: auto;
  background: #FF772C;
  color: white;
  border: none !important;
  border-radius: 100px;
  font-size: 18px;
  padding: 5px;
}
.deprture-date{
    font-size:13px;
}
.departure-airline-info{
    font-size: 13px;
    color:#666;
    margin: 0px;
     align-self: flex-end; 
}
.date-departure{
  display: flex;
  gap: 50px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.night-info{
  margin-left: 50px;
  font-size: 15px;
  justify-content: end;
}
/*.logo{*/
/*    width:30px !important;*/
/*    height:30px !important;*/
/*}*/
    .owl-carousel .lf-background{
        height:77%;
        width:95%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }
    .lf-background{
        height:77%;
        width:95%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }
   .lf-item{
       padding-top: 10px;
   }
   .lf-item-container {
  overflow: hidden;
    background:white;
  height: 328px;
    border-style: solid;
  border-color: #CDCDCE;
  border-radius: 10px;
  border-width: 1px;
   }
   .lf-item-info > h4 {
  font-weight: 600;
  font-size: 18px;
  color: #769ABE;
  text-align: center;
   }
.no-info-fields .lf-item-default .lf-item-info {
  align-items: center;
 
}
.lf-item-info{
    position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  left: 0;
  text-align: center;
  margin-bottom: 12px;
}
.night-airline-info{
    display:flex;
    gap:5px;
    height:30px;
    justify-content: center;
  
}
@media (max-width: 480px) {
    .price-btn{
  width: 70%;
  height: auto;
  background: #FF772C;
  color: white;
  border: none !important;
  border-radius: 100px;
  font-size: 18px;
  padding: 5px;
}
.deprture-date{
    font-size:13px;
}
.departure-airline-info{
    font-size: 10px;
}
.night-info{
  font-size: 13px;
  margin-left: 30px;
}

.logo{
   width:30px !important;
    height:30px !important;
    margin-left:5px;
    margin-bottom: 15px !important;
}
.night-airline-info {
  display: flex;
  justify-content: center;
 
}
}
.lf-item-container {
    transition: all 0.3s ease-in-out;
    padding:6px;
}

.lf-item-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.lf-item-container:hover .lf-background {
    transform: scale(1.02);
}


.lf-item-container:hover .lf-item-info > h4 {
    color: #FF772C;
}
/* چیدمان جدید برای اطلاعات تور */
.date-departure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    padding: 0 10px;
}

.departure-city {
    margin: 0;
    font-size: 13px;
    color: #666;
    margin-left: 5px;
}

.deprture-date {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #666;
}

.night-airline-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    padding: 0 10px;
}

.airline-container {
  display: flex;
  flex: 2;
  align-items: end;
   align-self: flex-end;
  justify-content: start;
   margin-top: auto; 
}

.night-info {
    margin: 0;
    display: flex;
    flex:1;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #666;
}
.owl-carousel .owl-item img{
    width:20px;
    height:20px;
}
