/*Banner*/




/*Destination*/
.destination_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.destination_container{
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  border-radius: 5px;
}
.destination_img{
  border-radius: 5px;
  height: 100%;
}
.destination_img img{
  border-radius: 5px;
}
.des_content{
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px 10px;
  color: var(--color-white);
 background: linear-gradient(to top, rgba(0,0,0,0.7),rgba(0,0,0,0.6),rgba(0,0,0,0.3),rgba(0,0,0,0));
  border-radius: 0px 0px 5px 5px;
  justify-content: space-between;
}
.des_title{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.des_days{
  gap: 5px;
}
.des_days p{
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
}
.des_days p span{
  font-size: 19px;
}
.des_rating{
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0,0,0,0.2);
  padding: 5px 15px;
  border-radius: 50px;
  gap: 3px;
}
.des_rating i{
  color: rgb(247, 155, 18);
}
.des_title2{
  font-size: 20px;
  font-weight: 600;
}
.destination_btn{
  display: inline-flex;
  gap: 3px;
  background-color: var(--color-yellow);
  color: var(--color-black);
  padding: 12px 50px;
  border-radius: 50px;
  font-size: 18px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.about_bg{
  background-image: url("../imgs/about_bg.webp");
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}
/*Airline*/
.mySwiper2{
  overflow: hidden;
  padding-bottom: 45px;
}
.air_container{
  height: 270px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  border-radius: 3px;
}
.air_content{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 90%;
  background-color: rgba(0,0,0,0.6);
  padding: 6px;
  border-radius: 3px;
}
.air_content p{
  font-weight: 500;
 color: var(--color-white); 
}
.air_img{
  height: 100%;
  border-radius: 3px;
}
.air_img img{
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active{
  width: 12px;
  height: 12px;
}
/*Support*/
.assi_grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}
.assi_container{
  gap: 10px;
  border: 1px solid rgba(0,0,0,0.5);
  padding: 15px 10px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  background-color: var(--color-white);
}
.support_img img{
  height: 70px;
  width: auto;
}
/*Des*/
.flight_f{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0.1;
}
/*Blog*/
.blog_grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}
.blog_container{
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  border-radius: 3px;
}
.blog_content{
  padding: 0px 10px;
  padding-bottom: 10px;
}
.blog_img{
  height: 220px;
  border-radius: 3px 3px 0px 0px;
}
.blog_img img{
  height: 100%;
  object-fit: cover;
  border-radius: 3px 3px 0px 0px;
}
.blog_title{
  font-weight: 600;

}
.read_btn{
  display: inline-flex;
  color: var(--color-black);
  position: relative;
  border-bottom: 1px solid var(--color-black);
  font-weight: 500;
}
.read_btn span{
  z-index: 1;
  font-size: 26px;
}
.read_btn span::after{
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  z-index: -1;
}
.publish_blog{
  gap: 5px;
  font-size: 14px;
}
.publish_blog span{
  font-size: 20px;
}
/*NewsLetter*/
.sub_input input{
  border: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(0,0,0,1);
  border-radius: 0px;
  width: 70%;
  height: 50px;
}
.sub_input button{
  width: 30%;
  height: 50px;
  border: none;
  background-color: var(--color-black);
  color: var(--color-white);
}
.sub_input input:focus{
  box-shadow: none;
  background-color: transparent;
  border-color: var(--color-common);
}
.sub_banner{
  background-image: url("../imgs/sub_banner.webp") !important;
  opacity: 0.1 !important;
}
@media screen and (max-width: 1400px){}
@media screen and (max-width: 1200px){
.form_hero{
  width: 85% !important;
}
}
@media screen and (max-width: 1024px){
.gap_g {
  gap: 10px;
}
.assi_grid {
grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width: 992px){
.slider_title{
  font-size: 3rem;
}
.form_hero {
width: 96% !important;
}
.blog_grid{
grid-template-columns: repeat(2,1fr);
}
.support_img img {
height: 60px;
}
}
@media screen and (max-width: 768px){
.assi_grid {
  grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width: 568px){

.destination_btn{
  font-size: 16px;
}
.des_title2{
  font-size: 16px;
}
.destination_btn{
  padding: 10px 30px;
}
.air_container{
  height: 170px;
}
.slider_title {
  font-size: 2.5rem;
  line-height: 50px;
  margin-top: 0.75rem;
}
.slider_para{
font-size: 16px;
}
.slider_semi_title{
font-size: 18px;
}
.swiper_cust .swiper-slide{
height: 100vh;
}

.form_control{
font-size: 12px;
padding: 10px 10px;
}
.sub_input button {
width: 40%;
font-size: 14px;}
.blog_grid {
grid-template-columns: repeat(1,1fr);
}
.assi_grid {
grid-template-columns: repeat(1,1fr);
}
.support_content h5{
font-size: 18px;
}
/*Hide Hero*/
.line_height_cust{
display: none;
}
.swiper_cust .swiper-slide{
height: 500px;
}
.slider_img{
background-color: rgb(36, 36, 36);
}
.slider_img img{
display: none;
}
.gap_g{
gap: 0px;
}
.form_hero{
padding-top: 20px;
 padding-bottom: 30px;
}
}
@media screen and (max-width: 412px){
.nav_logo p{
  font-size: 20px;
}

.slider_title {
font-size: 2.2rem;
line-height: 40px;}

.search_destination{
  bottom: -20px;
  font-size: 14px;
  padding: 8px 30px;
}
}



/* contact page css */

.contact_bg{
  background-image: url("../imgs/contact_us_banner.webp");
}
.form_contact_container{
  background-color: var(--color-white);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  border-radius: 4px;
}
.form_control_c{
  border-radius: 0px;
  padding: 8px 15px;
  background-color: #eee;
}
.form_control_c:focus{
  box-shadow: none;
  border-color: var(--color-black);
}
.sub_btn{
  background-color: var(--color-common);
  border: none;
  color: var(--color-black);
  width: 100%;
  padding: 10px;
  justify-content: center;
  gap: 5px;
}
.sub_btn span{
  line-height: 0px;
}
.contact_info_ul{
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.contact_info_ul li{
  display: flex;
  align-items: center;
  gap: 7px;
}
.cont_info_icon{
  background-color: var(--color-common);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.margin_minus{
  margin-top: -120px;
}
.cont_info_icon span{
  line-height: initial;
  font-size: 22px;
}
.contact_info_ul li a{
  color: var(--color-black);
  width: calc(100% - 35px);
}
@media screen and (max-width: 568px){
  .margin_minus {
      margin-top: -80px;
  }
  .cont_info_icon span{
      font-size: 20px;
  }
}