@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400&family=Roboto:wght@300;400;500;700;900&family=Satisfy&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

h5 {
  font-family: "Satisfy", cursive;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 15px;
}

h2 {
  font-size: 36px;
  line-height: 1.1;
}

h5 {
  font-size: 26px;
  line-height: 1.1;
  color: #3f2b96;
  margin-bottom: 10px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  max-width: 90%;
  margin: 0 auto;
}

.gap {
  padding: 50px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.space-bw {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.pos-relate {
  position: relative;
}

span {
  color: #3f2b96;
}

.background {
  background: #3f2b96;
}

.background h5,
.background h2 {
  color: #fff;
}

.col-25 {
  width: 24%;
}

.col-50 {
  width: 49%;
}

.col-33 {
  width: 32.33%;
}

.common-text {
  margin-bottom: 30px;
}

.padding-btm {
  padding-bottom: 50px;
}

.lpad {
  padding-left: 50px;
}

/* header css */
header {
  box-shadow: 0 0 5px #d9d9d9;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
}

/* nav {
  padding: 10px 0;
} */

.logo {
  width: 150px;
}

.logo img {
  width: 100%;
  display: block;
}

.call-btn a {
  border-radius: 5px;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 25px;
  display: block;
  margin-right: 10px;
  transition: 0.2s all ease;
  border: 1px solid #000;
}

.call-btn a:hover {
  background: #3f2b96;
  color: #fff;
  border: 1px solid #3f2b96;
}

/* banner section */
.hero-area {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/banner.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text h1,
.hero-text h5,
.hero-text p {
  color: #fff;
}

.booking-form {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #fff;
  border-radius: 10px;
}

.booking-form .form-ctrl {
  width: 49%;
  padding: 15px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.booking-form .form-ctrl input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 18px;
  background: transparent;
  color: #3f2b96;
}

.booking-form .form-ctrl label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #5c5c5c;
}

.input-container1 {
  position: relative;
  display: flex;
  align-items: center;
}

.input-container1 input {
  width: 100%;
  padding: 10px;
}

ul#departure,
ul#finalBox {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 99
}

ul#departure li,
ul#finalBox li {
  padding: 10px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 16px !important;
  color: #3f2b96;
  font-weight: 600
}

ul#departure li:hover,
ul#finalBox li:hover {
  background: #3f2b96;
  color: #fff
}

.form-submit input[type="submit"] {
  background: #3f2b96;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  padding: 15px 0;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
}

.form-ctrl.p-relate {
  padding: 10px 30px 10px 10px;
  border-radius: 5px;
  width: 130px;
  position: relative;
  background: #3f2b96;
}
.form-ctrl.p-relate p,
.form-ctrl.p-relate p i {
  color: #fff;
}
.form-ctrl ul.cm-sb-ul {
  position: absolute;
  background: #fff;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 54px;
  display: none;
}

.form-ctrl ul.cm-sb-ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.form-ctrl ul.cm-sb-ul li a {
  background: #3f2b96;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 19px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-ctrl ul.cm-sb-ul li span {
  color: #000;
  display: block;
  padding: 0 10px;
  text-align: center;
  width: calc(100% - 70px);
}

.form-ctrl p i {
  font-size: 12px;
  position: absolute;
  top: 19px;
  right: 15px;
}

.form-ctrl.p-relate p i {
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.trip_drop {
  position: absolute;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 5px #9f9f9f;
  width: 100%;
  top: 54px;
  left: 0;
  display: none;
}

.trip_drop li {
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
  cursor: pointer;
}

.trip_drop li:hover {
  background: #3f2b96;
}

.trip_drop li:hover a{
  color: #fff
}

.trip_drop li a {
  font-size: 16px;
}

/* top places section */
.location-slides {
  width: 24%;
}

.location-image {
  height: 250px;
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-text {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s;
}

.location-slides:hover .location-text {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.location-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.location-text p {
  margin-bottom: 10px;
}

.location-text span {
  font-weight: 600;
}

/* book samrt */
.call-center {
  border-radius: 15px;
  background: #fff;
  padding: 15px;
}

.call-center img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}

.call-center h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

/* testimonials section */
.testimonials-slides {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 15px;
  margin: 0 10px;
  text-align: center;
}

.testimonials-slides p {
  margin-bottom: 15px;
}

.testimonials-slides img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  display: inline-block;
}

.testimonials-slides h3 {
  font-size: 16px;
  color: #3f2b96;
}

.testimonials ul {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.testimonials ul li {
  margin: 0 0px;
}

.testimonials ul li button {
  background: #d9d9d9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: none;
  border: none;
  font-size: 0;
  padding: 0 !important;
  margin-right: 10px;
}

.testimonials ul li.slick-active button {
  background: #3f2b96;
}

.slick-track {
  margin-bottom: 10px;
  margin-top: 10px;
}

.slick-dots li button:before {
  font-size: 0px !important;
}

.slick-slide > div {
  margin: 0 10px;
}

/* footer */
footer {
  background: #3f2b96;
  padding: 50px 0 70px;
}

footer h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

/* footer ul li span {
    color: #fff;
  } */

footer ul li p {
  color: #fff;
  font-weight: 500;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
}

.foot-bottom {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #3f2b96;
}

.foot-bottom.flex a {
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 26px;
}

.foot-bottom.flex a img {
  width: 35px;
}

.foot-bottom.flex {
  justify-content: center;
}

/* footer .col-25 {
  width: 50%;
} */

.foot-top-ar {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.disclaimer-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

.disclaimer-area p,
.rights p {
  color: #fff;
}
.rights p {
  text-align: center;
}
.disclaimer-area p a {
  color: #fff;
  font-weight: 600;
}

.card-accept {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

/* cokkies container */
.cookie-container {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); 
  background: #3f2b96;
  color: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.cookie-container button {
  background: #ffda3d;
  color: #000;
  border: none;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
}
.cookie-container button#denyCookies{
  background: #eb6105;
  color: #fff;
}


@media (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .col-50 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gap {
    padding: 30px 0;
  }

  .col-50 {
    width: 100%;
  }

  .col-25 {
    width: 49%;
  }

  h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 28px;
  }

  h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  p {
    font-size: 14px;
  }

  .common-text {
    margin-bottom: 20px;
  }

  .hero-text {
    margin-bottom: 15px;
  }

  .location-slides {
    width: 49%;
    margin-bottom: 10px;
  }

  .location-text {
    padding: 10px;
  }

  .location-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .location-text p {
    margin-bottom: 10px;
  }

  .location-text span {
    font-weight: 600;
    font-size: 14px;
  }

  .padding-btm {
    padding-bottom: 30px;
  }

  .testimonials-slides p {
    margin-bottom: 10px;
  }

  .form-modification {
    display: none;
  }
}

@media (max-width: 480px) {
  .gap {
    padding: 15px 0;
  }

  .col-50 {
    width: 100%;
  }

  .col-25 {
    width: 100%;
  }

  .col-33 {
    width: 100%;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  h1 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  h1 br {
    display: none;
  }

  h2 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .common-text {
    margin-bottom: 15px;
  }

  .hero-area {
    padding: 20px 0;
  }

  .logo {
    width: 90px;
  }

  .call-btn a {
    padding: 5px 10px;
    margin-right: 3px;
    font-size: 14px;
  }

  .toggle {
    padding: 5px 10px;
  }

  .toggle i {
    font-size: 16px;
  }

  .inner-menu {
    width: 100%;
    left: 0;
  }

  .hero-text {
    margin-bottom: 10px;
  }

  .airlines-area {
    width: calc(100% / 3);
  }

  .location-slides {
    width: 100%;
    margin-bottom: 10px;
  }

  .padding-btm {
    padding-bottom: 15px;
  }
  .booking-form .form-ctrl {
    padding: 5px;
  }
  .booking-form .form-ctrl input {
    font-size: 14px;
  }
  .booking-form .form-ctrl label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form-ctrl p i {
    font-size: 10px;
    top: 6px;
  }
  .form-ctrl.p-relate p i {
    font-size: 10px;
    top: 5px;
  }
  .form-ctrl.p-relate {
    width: 120px;
  }
  .call-center h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .call-center {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0 60px;
  }

  footer h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
  }

  footer ul li {
    margin-bottom: 5px;
  }

  footer ul li a {
    font-size: 14px;
  }

  footer .col-25 {
    width: 100%;
  }

  footer .col-50 {
    width: 49%;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 15px 0 45px;
  }

  footer h3 {
    font-size: 18px;
  }

  footer .col-25 {
    margin-bottom: 10px;
  }

  .foot-bottom.flex a {
    padding: 0px 0px;
    font-size: 20px;
  }

  .foot-bottom.flex a img {
    width: 30px;
  }

  .card-accept img {
    width: 100%;
  }
  .cookie-container p{
    margin-bottom: 10px;
  }
}