@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Patrick+Hand&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&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.flightToOffer-imgSec{
  position: relative;  
  height: 200px;
  background-image: url(../images/app-img/4208426.webp);
  background-size: cover;
  background-position: center;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}
.flightToOffer-imgSec::after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #86ffee, #83c5ea, #83c5eabd, transparent);
    z-index: -1;
}
.toOfferImg{
    width: 100%;
}
.flightToOffer-content, .tRavelSmart-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.oFferTitle, .tRavelSmartTitle{
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #222;
}
.oFferConent, .tRavelSmartConent{
    font-size: 14px;
    font-weight: 400;
    color: #222;
    font-family: "Poppins", sans-serif;
    display: block;
    line-height: 22px;
}
.oFferBtn, .tRavelSmartBtn{
    position: relative;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    border: 1px solid #222;
    padding: 4px 10px;
    margin-top: 8px;
    color: #222;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}
.oFferBtn::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #4e4e4e;
}
.nHeading{
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    border-left: 2px solid #f83b1f;
}
.nTitle{
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
}
.tRendSec{
    position: relative;
    display: block;
    transition: all ease-in-out 0.3s;
}
.tRendSec:hover{
    transform: translateY(-5px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all ease-in-out 0.3s;
}
.tRendSec::after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: linear-gradient(0deg, #000000, #000000fc, transparent, transparent, transparent, transparent);
    z-index: 0;
}
.tRendImg{
    
}
.tRend-content{
    position: absolute;
    left: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
}
.tRendTitle{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 25px;    
    padding-left: 5px;
    border-left: 2px solid #f83b1f;
}

.tRendStartFrom{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 18px;
}
.tRendStartFrom .tRendPrice{
    font-weight: 500;
    margin-left: 5px;
    font-size: 18px;
}
.full-img-sec{
   position: relative;  
  height: 330px;
  background-image: url(../images/app-img/14630.png);
  background-size: cover;
  background-position: top;
  z-index: 0;
  padding: 20px; 
}
.full-img-sec::after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0b2540, #0b2540, #0b2540, #0b254099, transparent, transparent);
    z-index: -1;
}
.tRavelSmart-content{
    
}
.tRavelSmartTitle{
    color: #fff;
}
.tRavelSmartConent{
    color: #fff;
}
.tRavelSmartBtn{
    color: #fff;
    border: 1px solid #fff;
}
.appPara, .hmabout ul li{
    font-size: 13px;
    font-weight: 400;
    color: #203144;
    font-family: "Poppins", sans-serif;
    display: block;
    line-height: 22px;
}
.hmabout div{
    
}
.hmabout div h3, .hmabout h2, .hmabout h4{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
}
.hmabout h2, .hmabout h4{
  
}

.faq .panel {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #04245438;
    border-radius: 0px;
    box-shadow: none;
}
.faq .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #c8ddfd;
    border: none;
    padding: 0px 0px;
    position: relative;
}

.faq .panel-body {
    border: none;
    padding: 15px 15px;
    border-top: none !important;
    background: #f5f5f5;
}
.faq .panel-title a{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
    position: relative;
    display: block;
    margin: 10px 0px;
}
.panel-title a::after{
    content: '\29FE';
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 18px;
    transition: all ease-in-out 0.5s;
}
.faq .panel:has(.panel-collapse.collapse.in) .panel-title a::after {
    content: '\29FF';
    transition: all ease-in-out 0.5s;
    
}
.colorWraper{
    background: #042454;
    padding: 70px 0px;
}
.nReviewBox{
    
}
.nReviewTitle{
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    margin: 3px 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
}
.nReviewtext{
    color: #dddddd;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}
.nReviewList{
    display: flex;
    align-items: center;
    gap: 0px;
}
.nReviewList li{
    
}
.nReviewList li .nReviewName{
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}
.nReviewList li .nReviewFrom{
    color: #dddddd;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}