:root {
    --button-color: linear-gradient(120deg, rgb(112, 112, 243) 10%, rgb(21, 54, 219) 71%);
    --button-text: rgb(130, 89, 224);
    --text: rgb(240, 232, 232);
    --header: rgb(236, 222, 236);
    --shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.658);
    --footer: #0a1535
  }
.iata img {
  width: 45px;
  border-radius: none;
}

.link a {
  font-size: 14px;
  color: black;
}

.link a:hover {
  background: var(--button-color);
  color: var(--text);
}

.logo {
  width: 50px;
}

.header_2 h2 {
  font-family: sans-serif;
  color: var(--button-text);
}

.myBadge {
  font-size: 11px;
  position: absolute;
  padding: 2px 44px;
  background: var(--button-color);
  top: 0;
  color: var(--text);
  border-radius: 10px;
}

.search-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.flight {
  background-image: url('https://holidays.theflyhawk.com/assets/images/visa.jpg');
}

.hotels {
  background-image: url(https://i.postimg.cc/sfw7gmCn/ciudad-maderas-MXb-M1-Nr-Rqt-I-unsplash.jpg);
}

.holidays {
  position: relative;
}

.holidays img {
  height: 550px;
}

.holidays img+div {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 7));
  height: 550px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.holidays>div:nth-child(3) span {
  color: var(--button-text);
}

.holidays>div:nth-child(3) button {
  background: var(--button-color);
  color: var(--button-color);
  border: none;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
}

.holidays>div:nth-child(3) p {
  background: var(--button-color);
  color: white;
  border-radius: 25px;
  padding: 3px 15px;
  margin: 0px;
}

.holidays>div:nth-child(3) h1 {
  font-size: 50px;
}

.holidays>div:nth-child(3) {
  bottom: 50px;
  flex-direction: column;
}

.holidays>div:nth-child(2) {
  top: 25%;
}

.holidays>div:nth-child(2),
.holidays>div:nth-child(3) {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: white !important;
}

.holidays>div:nth-child(2) i {
  background: transparent;
  color: white !important;
  border: none !important;
}

.holidays>div:nth-child(2) input {
  outline: none;
  border: none;
  background: transparent;
  color: white !important;
  width: 90%;
}

.holidays>div:nth-child(2)>div {
  display: flex;
  justify-content: center;
  max-width: 43rem;
  align-items: center;
  background: rgba(0, 0, 0, 0.322);
  padding: 8px 15px;
  border: 1.5px solid rgb(165, 165, 165);
  color: white;
  border-radius: 20px;
  gap: 10px;
}

.holidays-1 {
  background-color: #010101;
  color: white;
}

.holidays-1>div {
  max-width: 70rem;
  min-height: 150px;
}

.holidays-1 .img {
  padding: 5px;
  border-radius: 50%;
  background: #292929;
  width: 50px;
  display: grid;
  place-items: center;
}

.holidays-1 img {
  width: 30px;
  height: auto !important;
}

.holidays-1 h4 {
  margin-bottom: 0px;
}

.holidays-1 span {
  font-size: 12px;
}

.activities {
  background-image: url(../images/mountain.jpg);
}

.search-section>div {
  background: linear-gradient(90deg, rgba(94, 92, 163, 0.719) 0%, rgba(167, 57, 90, 0.692) 55%);
  color: var(--text);
  position: relative;
}

.search-section a {
  background: var(--button-text);
  color: var(--text);
}

.search-section a:hover {
  background: white;
  color: black
}

.search-section #active {
  background: var(--text);
  color: black;
}

.booking_from {
  border-radius: 5px;
  background-color: var(--text);
  color: black;
}

.booking_from>div {
  border-right: 1px solid rgba(59, 57, 57, 0.466);
}

.booking_from>div>label,
#dayPicker_2,
.hotels-drop label {
  color: var(--button-text);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}

.booking_from input,
.booking_from select {
  border: none;
  outline: none;
  padding: 0px;
  background-color: var(--text);
  font-size: 20px;
}

.main-travellers input {
  width: 7%;
  font-size: 17px;
  font-weight: 600;
  padding-top: 2px;
}


.more-passenger input {
  outline: none;
  padding: 5px 20px;
  border: 0.5px solid rgb(155, 149, 149);
  border-radius: 5px;
}

.travellers {
  display: none;
  position: absolute;
  z-index: 100;
  top: 16.5rem;
  right: 4rem;
  background: var(--text);
  width: 32rem;
  padding: 30px 30px 15px 30px;
  border-radius: 7px;
  box-shadow: var(--shadow);
}

.travellers p {
  font-size: 15px;
  font-weight: 600;
}

.travellers span {
  font-size: 15px;
  cursor: pointer;
  border-radius: 100%;
  padding: 3px 6px;
  border: 1px solid white;
}

.travellers input[type="radio"] {
  position: absolute;
  width: 0px;
}

.travellers input[type='radio']:checked+label {
  background: var(--button-color);
  color: var(--text);
}

.travellers span:hover {
  border: 1px solid blue;
  color: blue;
}

.travel-button p {
  transition: all 0.2s ease-in-out;
}

.travel-button p:hover {
  box-shadow: var(--shadow);
}

.class-btn {
  background-color: var(--text);
  color: black;
  padding: 8px 20px;
  border: 1px solid white;
  cursor: pointer;
  font-size: 15px;
}

.rotate {
  padding: 8px 12px;
  background: var(--button-color);
  position: absolute;
  color: var(--text);
  border-radius: 100%;
  top: 30%;
  right: -18px;
  cursor: pointer;
}

.rotate i {
  transition: all 0.3s ease-in-out;
}

.rotate i:active {
  transform: rotateZ(180deg);
}

.booking_button {
  background: transparent;
  color: var(--text);
  border: 1px solid white;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: bold;
}

#active {
  background: var(--button-color);
  color: var(--text);
}

.fare-btn {
  background-color: var(--text);
  color: black;
  padding: 8px 20px;
  border: 1px solid white;
  cursor: pointer;
}

.fare-active {
  background: var(--button-color);
  color: var(--text);
}

.fare-btn:hover {
  border: 1px solid white;
  background: var(--button-color);
  color: var(--text);
}

.form-submit {
  position: absolute;
  padding: 0.5rem 8rem;
  text-align: center;
  bottom: -1rem;
  background: var(--button-color);
  color: var(--text);
  font-size: 22px;
  font-weight: bold;
  border: 0px;
  border-radius: 10px;
}

.popular {
  margin-top: 5rem;
}

.popular h1 {
  font-size: 30px;
  font-weight: bold;
}

.popular hr {
  width: 7rem;
  opacity: 0.8;
  background: var(--button-color);
  padding: 1px;
  margin-top: 0px;
}

.p-holidays {
  height: 100px;
}

.custom-card>div:nth-child(1) {
  height: 200px;
}

.custom-card >div:nth-child(1) img {
  transform: scale(1.08);
  transition: all ease-in-out 0.3s;
}

.custom-card:hover >div:nth-child(1) img {
  transform: scale(1);
}

.popular h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.popular .button,
.popular .button:hover {
  background: var(--button-color);
  color: var(--text);
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

.popular button {
  background: var(--header);
}

.popular button:hover {
  background: var(--header);
}

.pimage {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 5%;
}

.pimage img {
  transition: all 0.4s ease-in-out;
}

.pimage:hover>img {
  transform: scale(1.05);
}

.popular a {
  text-decoration: none;
  color: black;
}

.popular p {
  margin-bottom: 0px;
  font-size: 18px;
}

.popular span {
  margin-top: 0px;
  font-size: 15px;
  color: rgb(117, 117, 117);
}

.image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}

.lowest img {
  width: 35px;
}

.lowest p {
  font-size: 15px;
  font-weight: bold;
}

.footer {
  background: var(--footer);
  font-size: 15px;
  color: white;
  padding-top: 7rem;
}

.footer a {
  text-decoration: none;
  text-transform: none;
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all ease-in-out 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer a:hover,
.contact-support a:hover {
  color: rgb(146, 146, 146);
}

.footer p {
  margin-bottom: 0px;
}

.social-icons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-icons a {
  border-radius: 100%;
  background: white;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: black !important;
}

.social-icons a:hover {
  background: rgb(165, 165, 165) !important;
}

.footer h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.footer ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-image {
  display: flex;
  margin: auto;
}

.footer-image>div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  gap: 10px;
}

.footer-image>div>div:nth-child(1) {
  width: 20%;
}

.footer-image>div>div:nth-child(2) {
  width: 50%;
}

.payment img {
  width: 90px;
  margin-bottom: 1.5rem;
}

.payment a {
  background-color: rgb(40, 58, 40);
  color: white;
}

.payment a:hover {
  background-color: rgb(27, 43, 27);
}

.payment i {
  background: #008000;
  padding: 5px 7px;
  color: rgb(23, 36, 23);
  border-radius: 100%;
}

.footer_1 {
  background: var(--button-color);
}

.terms>div:nth-child(1) {
  background: var(--button-color);
  color: white;
}

.terms p {
  font-size: 14px;
}

.contact {
  background: var(--button-color);
  color: white;
}

.contact-main>div>div {
  background: rgb(233, 233, 233);
}

.address {
  background: rgba(0, 0, 0, 0.589);
  color: white;
}

.contact-form p {
  font-size: 14px;
}

.contact-form label {
  font-size: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 7px;
  outline: none;
  width: 100%;
  font-size: 13px;
}

.contact-form button {
  background: var(--button-text);
  color: white;
  padding: 6px 50px;
  font-size: 15px;
  font-weight: bold;
  border: 0px;
  border-radius: 20px;
}

.search-list {
  display: none;
  z-index: 100;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  position: absolute;
  top: 6rem;
  background: white;
  width: 20rem;
  border-radius: 5px;
  padding: 10px 0px;
  box-shadow: var(--shadow);
}

.search-list li {
  margin-top: 2px;
  padding: 4px 20px;
  cursor: pointer;
}

.search-list li span {
  font-size: 14px;
}

.search-list>li:nth-child(1),
.search-list li:hover {
  background: var(--button-color);
  color: white;
}

.webcheck a {
  background: var(--button-color);
  padding: 5px 20px;
  color: white;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.webcheck img {
  width: 80px;
}

.webcheck>div>div {
  background-color: rgba(147, 196, 196, 0.459);
  padding: 10px;
  border-radius: 10px;
}

.popular-hotels>div {
  height: 100px;
}

.popular-hotels>div>a {
  border: 0.5px solid rgba(167, 167, 167, 0.521);
}

.himage {
  height: 100px;
  width: 170px;
}

.activity-image {
  height: 80px;
  width: 100px;
}

.popular-hotels p {
  font-size: 15px;
}

.testimonial p {
  font-weight: 500;
  font-size: 14px;
}

.testimonial h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.testimonial i {
  font-size: 14px;
}

.testimonial-modal label {
  font-size: 14px;
}

.testimonial-modal input,
.testimonial-modal textarea,
.testimonial-modal select {
  outline: none;
  border: 1px solid #bbb1b1;
  width: 100%;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 12px;
}

.test-profile {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
}

.hotelTravellers input {
  width: 13px;
  font-size: 17px;
  font-weight: 600;
  padding-top: 2px;
}

.hotels-drop {
  top: 16rem;
  right: 16rem;
  padding-top: 10px;
}

#hotelList {
  max-height: 16rem;
  overflow-y: scroll
}

.holiday-drop {
  position: absolute;
  top: 5rem;
  right: 0px;
}

.popular-holidays {
  border-radius: 15px;
  border: 1px solid var(--button-text);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  background: black;
}

.popular-holidays img {
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}

.popular-holidays:hover img {
  transform: scale(1);
}

.selling-activities a {
  background: var(--button-color);
  color: var(--text);
  font-size: 14px;
  border: none;
  transition: all 0.2s ease-in-out;
}

.selling-activities a:hover {
  box-shadow: var(--shadow);
  color: var(--text);
}

.card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-image h6 {
  background: var(--button-color);
  color: var(--text);
  bottom: 7rem;
  padding: 5px 10px;
}

.card-image img {
  transition: all 0.3s ease-in-out;
}

.selling-activities p {
  font-size: 14px;
  margin-top: 0px;
}

.visa label {
  color: rgb(81, 97, 175);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 5px;
}

.visa input,
.visa select,
.visa textarea {
  width: 100%;
  color: rgb(102, 97, 97);
  border-radius: 5px;
  outline: none;
  border: 1px solid rgb(211, 201, 201);
  padding: 5px 10px;
}

.destination-header {
  background: var(--button-color);
}

.destination-guide a:hover img {
  transform: scale(1.05);
}

.destination-guide h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.destination-guide p {
  font-size: 12px;
}

.destination-guide button,
.destination-guide button:hover {
  background: var(--button-color);
  color: var(--text);
  border: none;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}

.destination-guide button:hover {
  box-shadow: var(--shadow);
}

.login {
  background: var(--header);
}

.login-form {
  border-top: 8px solid var(--button-text);
  box-shadow: 0px 5px 10px 0px rgb(156, 153, 153);
}

.login-form h3 {
  color: rgb(1, 1, 129);
}

.login-form input,
.co-signup input {
  width: 100%;
  outline: none;
  border: 1px solid rgb(221, 221, 221);
  padding: 5px 10px;
  color: rgb(94, 94, 94);
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 1rem;
}

.login-form a {
  text-decoration: none;
}

.login-form button,
.co-signup button {
  padding: 10px;
  border: none;
  background: var(--button-color);
  color: var(--text);
  border-radius: 50px;
  font-weight: bold;
}

.login-form label {
  font-size: 14px;
  color: rgb(99, 97, 97);
  width: 100%;
}

.co-signup {
  background: var(--button-color);
}

.co-signup>div {
  background: url(../images/city7.png);
  background-position: bottom;
  background-attachment: fixed;
}

.footer>div,
.contact-support {
  text-transform: uppercase;
  max-width: 85rem;
  margin: 0 auto;
}

.contact-support a {
  text-decoration: none;
  display: flex;
  gap: 5px;
  align-items: center;
  color: white;
  transition: all ease-in-out 0.2s;
}

.contact-support {
  background: var(--button-color);
  border-radius: 10px;
  color: white;
  transform: translateY(4rem);
}

.holiday-search {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  height: 15rem;
  position: relative;
}

.holiday-search p {
  font-weight: 300;
}

.holiday-search>div:nth-child(2) {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(270.47deg, rgba(0, 0, 0, 0) 3.65%, #000000 95.61%);
  opacity: .8;
  transition: ease all .2s;
  top: 0px;
}

.holiday-search button {
  background: transparent;
  color: white;
  border-radius: 5px;
  border: 1px solid white;
  padding: 8px 25px;
  font-size: 15px;
  backdrop-filter: blur(10px);
}

.holiday-search>div:nth-child(1) {
  position: absolute;
  top: 30%;
  z-index: 999;
  width: 100%;
}

.holiday-search>div:nth-child(1)>div {
  max-width: 85rem;
  margin: auto;
}

.search-result {
  max-width: 85rem;
  margin: auto;
  transform: translateY(-3rem);
  border-radius: 40px;
  overflow: hidden;
}

.search-result>div>div {
  border: 1px solid rgb(201, 201, 201);
}

.search-result>div>div:nth-child(2) {
  padding: 3rem;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.search-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid rgb(230, 230, 230);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.2s;
}

.search-card:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(48, 48, 48, 0.678);
}

.search-card a {
  text-decoration: none;
  color: black;
}

.search-card>a>div:nth-child(1) {
  height: 200px;
}

.search-card hr {
  margin: 10px auto;
}

.search-card ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.search-card p,
.search-card ul li {
  color: rgb(95, 95, 95);
  margin: 0px;
}

.hotel-category {
  display: flex;
  justify-content: space-between;
}

.hotel-category>button #active {
  border: 0.5px solid rgb(124, 122, 255);
}

.hotel-category>button {
  display: flex;
  width: 50px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 0.5px solid rgb(211, 211, 211);
  border-radius: 5px;
  padding: 5px 0px;
  background: white;
  color: rgb(90, 90, 90);
}

.budget {
  color: rgb(90, 90, 90);
}

.budget label {
  font-size: 15px;
}

#filter-toggle {
  border: none;
  background-color: white;
}

.packagedetails {
  background: #e3e3e3c4;
}

.packagedetails p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}

.packagedetails a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.packagedetails a:hover {
  color: #00000086;
}

.packagedetails .border {
  border: 0.5px solid rgb(194, 194, 194) !important;
}


.packagedetails .itinerary {
  background: var(--button-color);
  color: var(--text);
  width: 100%;
  border: none;
  padding: 10px;
  font-weight: 600;
  border-radius: 5px;
}

.packagedetails .form-control {
  border: 0.5px solid rgba(94, 94, 94, 0.42) !important;
  background: rgba(255, 255, 255, 0.596) !important;
  padding: 8px 13px !important;
}

.packagedetails form li {
  cursor: pointer;
  color: #594b4b;
  font-size: 12px;
}

.packagedetails form hr {
  margin: 0px;
}

.packagedetails form ul {
  display: flex;
  list-style: none;
  flex-direction: column;
  padding: 10px 16px;
  margin-bottom: 0px;
  border: 0.5px solid #7d7d7d;
  border-radius: 5px;
  gap: 8px;
}

.packagedetails #departure-list,
.packagedetails #destination-list {
  position: absolute;
  display: none;
  width: 100%;
  background: white;
  z-index: 1;
}

.itinerary-img>div {
  background: #f8f8f8;
  border: 0.5px solid #e9e3e3;
  padding: 10px 20px;
  width: 80px;
  border-radius: 8px;
}

.packagedetails .carousel-item>img {
  height: 400px !important;
}

.packagedetails .carousel-indicators {
  position: unset;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 1rem 0 0 0;
  gap: 10px;
  overflow: hidden;
}

.packagedetails .carousel-indicators img {
  display: block;
}

.packagedetails .carousel-indicators button {
  width: 96% !important;
  height: 70px !important;
  margin: 0px;
  border: 3px solid white;
}

.packagedetails .carousel-indicators .active {
  border: 3px solid red !important;
}

.popular-visa {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.popular-visa a{
  z-index: 9;
}

.popular-visa>div {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.popular-visa>div>a{
  width: 100%;
  height: 200px;
  display: grid;
  place-items: center !important;
}

.popular-visa>div>a>div{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.44);
}

.popular-visa p {
  text-shadow: 0px 5px 10px #000 !important;
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 9;
}

.search-visa{
  max-width: 400px;
  border-radius: 5px;
  border: 2px solid #e4e4e4
}