@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    background-color: #F3F3F3;
}





 /* desk banner ends  */ 


 /* holiday dubai -section starts  */
.last-minn {
    .kfede {
        background-color: #FFFFFF;
        border-radius: 8px;
        padding: 30px;
        .lasr {
            h3 {
                font-size: 28px;
                font-weight: 600;
                color: #FF6B00;
            }

            .embar {
                color: #505050;
                font-size: 16px;
                line-height: 30px;
                height: 150px;
                overflow: hidden;
                transition: height 0.4s ease;
            }
            .mmjmj{
                text-decoration: none;
                color: #FF6B00;
                background-color: transparent;
                border: none;
            }
        }
    }

}
@media screen and (max-width:768px) {
    .last-minn {
        .kfede {
              padding:15px;
            .lasr {
                h3 {
                    font-size: 19px;
                }

                .juht {
                    font-size: 14px;
                }

                .embar {
                    font-size: 12px;
                    line-height: 25px;
                }
            }
        }
    }
}
/* holiday dubai -section ends */

/* more-detail -section starts */
.trgavel-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 2px 4px 4px #B7B3B333;

.card-image img {
    width: 100%;
    object-fit: cover;
}


.card-ent {
.titles {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    line-height: 26px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
}

.hotel {
    font-weight: 600;
    color: #0F2367;
    text-decoration: none;
    font-size: 18px; 
    width: 100%;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.info {
    color:#464646;
    font-size: 16px;
    margin: 4px 0;
    .stg{
        font-weight: 600;
    }
}


.price-row {
    border-top: 1px solid #e7e7e796;
    margin-top: 12px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
}

.from-text {
    font-size: 12px;
    color: #464646;
}

.price {
    font-size: 22px;
    font-weight: 600;
    color: #4CAF50;
}

.per {
    font-size: 12px;
    color: #464646;
    margin-top: -4px;
}
.zcdd{
    
    font-size: 13px;
    color: #FF6B00;
}
.details-btn {
    background: #FF6B00;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
}
.dddd-g{
   i{
        color: #FF6B00;
        font-size: 30px;
        border: 2px solid #ff6b00ab;
        padding: 3px 8px;
        border-radius: 6px;
   }
   i:hover{
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
   }
}
.details-btn:hover {
    background: #ff7c01;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.dels-btnn {
    background-color: transparent;
    color: #FF6B00;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
}

.card-image {
    position: relative;
}

.badge {
    position: absolute;
    bottom: -4px;
    left: -22px;
    background: #FF6B00;
    color: white;
    padding: 7px 9px 7px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 11px 5px 5px 0;
    z-index: 2;
}

.badge::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 7px;
    height: 9px;
    background: linear-gradient(270deg, #FF6B00 0%, #A94700 100%);
    border-bottom-left-radius: 11px;
}
.form-check {
  display: flex;
  align-items: center;
}
.form-check-input {
  margin-top: 0;
  vertical-align: middle;
}
.form-check-label {
  line-height: 1;
  margin-left: 5px;
}
.form-check-input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d9d9d9; 
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.form-check-input[type="radio"]:not(:checked) {
  border-color: #d9d9d9 !important; 
  background: #fff;
}
.form-check-input[type="radio"]:not(:checked)::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-check-input[type="radio"]:checked {
  border-color: #ff7a00 !important;
}

.form-check-input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff7a00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-check-input[type="radio"]:focus {
  box-shadow: none;
  outline: none;
}
@media screen and (max-width:768px) {
.qhnhn{
    overflow-x: scroll;
    flex-wrap: nowrap;
.col-lg-4{
	width:90%;
}
.details-btn {
	width:90%;
}

}
.qhnhn::-webkit-scrollbar {
    height: 4px;   
}

.qhnhn::-webkit-scrollbar-track {
    background: #eee;  
}

.qhnhn::-webkit-scrollbar-thumb {
    background: #999;  
    border-radius: 10px;
}
.dels-btnn{
    padding: 0;
}
.trgavel-card {
    .card-ent {
        .titles {
                font-size: 16px;
                min-height: 55px;
                margin-bottom: 5px !important;
                margin-top: 10px !important;
            }
        }
    }
    .form-check-label {
    font-size: 14px;
}
.label{
    font-size: 14px;
}
.trgavel-card {
    .card-image img {
        height: 150px;
        border-radius: 10px;
    }
}
}


/* more-detail -section ends */

/* MODEL POPUP CLASS STARTS */
.dii-imgg {
    img {
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }
}

.dd-conm {
    h4 {
        font-size: 12px;
        font-weight: 600;
        color: #303030;
    }

    .premm {
        font-size: 16px;
        font-weight: 600;
        color: #303030;
    }

    .cremm {
        font-size: 14px;
        font-weight: 400;
        color: #303030;
        text-decoration: line-through;
    }

    .grenm {
        font-size: 10px;
        font-weight: 400;
        color: #177200;
        background-color: #E2F5E8;
        border-radius: 5px;
        padding: 5px;

    }
}

.full-nb {
    font-size: 12px;
    left: 12px;
    background-color: #ffffff;
    top: -7px;
    padding: 0 5px;
    color: #9E9E9E;
z-index:9;

    span {
        color: #FF6B00;
    }
}

.kjilo {
    box-shadow: 0px 2px 3.4px 0px #00000040;
    width: 12px !important;
    height: 12px !important;
    color: #9E9E9E !important;
    padding: 10px !important;
    border-radius: 50% !important;
}

.loxs {
    border: none !important;
    background-color:#FF6B00;
    padding: 8px 24px !important;
    border-radius: 6px !important;
    color: white !important;
    position: relative;
    overflow: hidden;
}

.colka {
    height: 45px;
}

.colka:focus {
    box-shadow: none !important;
    border-color: #ff6a009f !important;
}

.cus-select {
    background-image: url('/resources/images/fullpackage/po-down.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 12px center;
    padding-right: 40px;
    cursor: pointer;

}

.modal-dialog-centered {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 430px !important;
    textarea{
        height: 70px;
    }
}

.modell-co {
    border-radius: 10px;
}

.date-input {
    background-image: url('/resources/images/fullpackage/grey-callender.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    cursor: pointer;
}
  @media screen and (max-width:768px) {
.bn-str {
    height: 235px !important;
    padding: 0px !important;
    .bgbggg {
        font-size: 22px !important;
        border-bottom: none !important;
        bottom:0px !important;
		text-shadow: 2px 2px 6px BLACK;
    }
}
  }
/* MODEL POPUP CLASS ENDS*/
