@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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');

@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');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6, span {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}
:root {
  --primary: #1b4982;
  --secondry: #1b4982;
  --third: #CD104D;
  --forth: #9C2C77;
  --white: #fff;
}

/* website color
https://colorhunt.co/palette/fd841fe14d2acd104d9c2c77 */
.top_header {
  background-color:transparent;
  padding: 5px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 15px 0px;
  border-bottom: 2px solid #ffffff2b;
  border-top: 5px solid var(--primary);
}




.phone_number{
  display: flex;
  justify-content: right;
  padding: 0px 20px;
}
.mytrip{
  padding: 0px 10px;
}
.mytrip img{
  max-width: 35px;
  width: 100%;
  filter: brightness(0) invert(1);
 }
 .mytrip span{
   color: var(--white);
   margin-left: 10px;
 }
.header{
  background-color:#E14D2A !important ;
  position:fixed;
  z-index: 999;
  width: 100%;
  display: none;
}
.header .navbar{
  padding: 0px !important;
}
.nav-link {
  color: #fff!important;
  padding: 10px!important;
  position: relative;
  margin: 0px 5px;
}
.nav-link::after{
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;

}
.nav-link:hover:after {
 width: 100%;
}
.call_now {
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.call_now:hover{
  color: #fff;
}
.call_now span{
  padding: 0px 5px;
}


.hero {
  position: relative;
}


.hero .owl-nav.disabled + .owl-dots {
  /* margin-top: 10px; */
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
}
.hero .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  transform: rotate(90deg);
}
.hero .owl-dots .owl-dot span{
  position: relative;
  right: 0;
  width: 10px;
  height: 10px!important;
  background-color: #fff;
  margin: 2px !important;
 text-align:  right!important;

}
.hero .owl-dots .owl-dot span:hover{
  background: #61126b !important; 
}
.hero .owl-dots .owl-dot span:focus{
  background: #61126b !important; 
}
.hero .active span {
  width: 60px !important;;
  height: 10px !important;;
  background: #61126b !important;
  display:block;
  -webkit-backface-visibility:visible;
  -webkit-transition:opacity 200ms ease;
  -moz-transition:opacity 200ms ease;
  -ms-transition:opacity 200ms ease;
  -o-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
 
}




.form_div {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.hero_banner {
  position: relative;
}

.hero_banner::after {
  position: absolute;
  content: "";
  background-color: #46184c26;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.logo_se img {
  width: 400px;
}

.bottom_conte_ic {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  margin-top: 10px;
  margin-bottom: 20px;

}

.icons_box_h {
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: 300;
  padding: 10px;
  border-bottom: 2px solid #fff;

}

.icons_box_h p {
  font-weight: 300;
}
.input_g{
  position: relative;
}
.input_g input {
  border: none;
  outline: none;
  padding: 15px 10px 15px 55px;
  color: black;
  font-size: 14px;
  border-radius: 30px 0px 0px 30px;
  width: 100%;
  border-right: 1px solid #9C2C77;
  cursor: pointer;

}

.input_g.input_2 input {
  position: relative;
   border: none;
  outline: none;
  padding: 15px 10px 15px 55px;
  color: black;
  font-size: 14px;
  border-radius: 0px 30px 30px 0px;
}
.input_g.date_input{
  background-color: #fff;
  border: none;
  border-radius: 30px 0px 0px 30px;
  border-right: 1px solid #9C2C77;

}
.input_g.passenger input{
  border-radius: 30px;
  padding: 15px 55px 15px 20px;
}
.input_g.passenger img {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
}
.input_g.passenger {
  position: relative;
}
.input_g.date_input.one{
  background-color: #fff;
  border: none;
  border-radius: 0px 30px 30px 0px;
}
.date input{
  background-color: transparent;
  z-index: 2;
  border: none;
}
.input_g img {
  width: 100%;
  min-width: 25px;
  max-width: 35px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(40%,-50%);
}


.gj-textbox-md{
  line-height: 21px !important;
  border: none !important;
  outline: none !important;
}
.gj-datepicker-md [role=right-icon]{
  display: none !important;
}
.search_btn {
  background-color: var(--secondry);
  /* margin: auto; */
  position: absolute;
  left: 50%;
  margin-top: 20px;
  padding: 10px 70px;
  color: #fff;
  transform: translate(-50%);
  border: 1px solid transparent;
  transition: all 0.5s;
}
.search_btn:hover{
  background-color: transparent;
  border-color: var(--secondry);
  color: #fff;
}
.radio_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type=radio] {
  --s: 1.5em;     /* control the size */
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s)/8) solid #fff;
  padding: calc(var(--s)/8);
  background: 
     radial-gradient(farthest-side,var(--secondry) 94%,#0000) 
     50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
}
input[type=radio]:checked {
  border-color: #fff;
  background-size: 100% 100%;
}

input[type=radio]:disabled {
  background: 
     linear-gradient(#939393 0 0) 
     50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}

@media print {
  input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

label {
  display:inline-flex;
  align-items:center;
  gap:10px;
 font-size: 16px;
  cursor: pointer;
  color: #fff;
  margin: 10px;
  text-transform: uppercase;
}
.switch_div {
  background-color: #61126b !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: sans-serif;
}



.switch-button {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 30px;
  overflow: hidden;
  width: 280px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  color: black;
  position: relative;
  padding-right: 120px;
  position: relative;
}

/********* 4 box css*********/
.four_box{
  background-color: #fff;
  padding: 20px 20px;
}
.box_d{
  display: flex;
  align-items: center;
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  

}
.box_c {
  padding-left: 10px;
  position: relative;
   
 }
.box_c::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background-color: black;
  left: 0;
  top: 0;
}
.box_i img {
  min-width: 45px;
  max-width: 50px;
  width: 100%;
  padding: 5px 10px;
}

.box_c p{
margin: 0px;
font-size: 12px;
}
.switch-button:before {
  content: "One Way";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  font-size: 12px;
}

/*******cheap flight******/
.cheap_f{
  background-color: #f3f3f3;
  padding: 50px 10px;
}
.square-holder {
  padding:10px 0px;
 
  min-height:200px
}
.heading {
  text-align: center;
}
.heading p {
  font-size: 20px;
  color: #000;
  font-family: 'Montserrat Alternates', sans-serif !important;
  font-style: italic;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.heading h2 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: var(--primary);
  font-family: 'Montserrat Alternates', sans-serif !important;
  /* text-shadow: 1px 3px 2px rgba(97,18,107,0.51); */
  text-transform: uppercase;
}

.cheap_box{
 
  background-color: #fff;
  transition: all 0.5s;
}
.cheap_img{
  position: relative;
}
.cheap_img img{
 width: 100%;
 height: fit-content;
}
.tag{
  position: absolute;
  top: 10px;
  z-index: 2;
  padding: 5px 10px;
  background-color: var(--primary);
  left: 10px;
  font-size: 12px;
  color: #fff;
}
.cheap_body {
  padding: 10px 10px 20px 10px;
  border: 1px solid transparent;
  border-bottom: 3px solid var(--secondry);
  transition: all 0.8s;
}
.cheap_box:hover .cheap_body{
  border-color: var(--secondry);
  border-top:1px solid transparent;
}
.cheap_h h6{
  padding-top: 10px;
  color: #726666;
  text-transform: capitalize;
  font-size: 14px;
  
}
.cheap_b {
  padding-top: 20px;
}
.cheap_b h5{
margin: 0px;
font-size: 16px;
font-weight: 700;
}
.cheap_b p{
  font-size: 12px;
  color: #726666;
}
.fint_flight{
  width: 100%;
  background-color: var(--secondry);
  color: #fff;
  border: 1px solid transparent;
}
.fint_flight:hover{
  width: 100%;
  background-color: transparent;
  color: var(--secondry);
  border: 1px solid --secondry;
}
/****popular city*****/

.bg_w{
  background-color: #fff;
}
.popular_list{
  margin-top: 10px;
}
.popular_list ul{
  list-style: none;
  padding: 5px 0px;
  font-size: 14px;
}
.popular_list ul li a{
  color: var(--primary);
}
.blog p{
  font-size: 14px;
}
.blog{
  margin-top: 20px;
}
.wch{
  padding: 20px;
  transition: all 0.8s;
  outline: 2px dotted var(--secondry);
  border:1px solid var(--primary);
  outline-offset: 4px;
  transition: all 0.8s;
  cursor: pointer;
  
}
.wch:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px ; 
  border-color: transparent;
  outline: transparent;
}
.wch_img img{
  width: 100%;
  max-width: 60px;
  min-width: 40px;
  margin: auto;
  position: relative;
  display: block;
}
.wch_heading h4{
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  color: var(--primary);
  position: relative;
}
.wch_heading h4::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: var(--secondry);
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.wch_content p{
  font-size: 14px;
  color: black;
}
/*********Today's Top 5 Lowest Flight Deals***********/



.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020;
}

.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.copyright a:hover {
  color: #007bff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}



#back_to_top {
  display: inline-block;
  background-color: #FF9800;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;

}

#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

#back_to_top:hover {
  cursor: pointer;
  background-color: #333;
}

#back_to_top:active {
  background-color: #555;
}

#back_to_top.show {
  opacity: 1;
  visibility: visible;
}
