* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.search-section {
  position: relative;
  top: -91px;
  z-index:1;
}
body {
  font-family: 'Poppins', sans-serif !important;
}

.passengersbtn,
.classbtn {
  font-size: 16px;
  font-weight: 500;
}

.container-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#owl-car .item img {
  height: 720px;
  /* Set a fixed height according to the first image's height */
  width: 100%;
  /* Ensure the image fills the width of the container */
  object-fit: cover;
  /* Maintain aspect ratio and cover the container */
}

.owlbanner {
  position: relative;
}

.owlbanner .customNextBtn {
  position: absolute;
  z-index: 99999;
  bottom: 400px;
  left: 100px;
  color: white;

  font-size: 18px;
  /* Increase font size */
}

.owlbanner .owl-next {
  position: absolute;
  z-index: 99999;
  bottom: 400px;
  left: 1330px;
  color: white;

  font-size: 18px;
  /* Increase font size */
}

.owlbanner .customNextBtn span {
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  color: white;
  font-size: 18px;
  transition: background-color 0.3s, transform 0.3s;
}

.owlbanner .owl-next span {
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  color: white;
  font-size: 18px;
  transition: background-color 0.3s, transform 0.3s;
}

.owlbanner .owl-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
  /* Lighter background on hover */
  color: black;
  /* Darker text color on hover */
  transform: scale(1.1);
  /* Slightly enlarge the button on hover */
}

.owlbanner .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
  /* Lighter background on hover */
  color: black;
  /* Darker text color on hover */
  transform: scale(1.1);
  /* Slightly enlarge the button on hover */
}
 /* Newsletter Section */
#subscribe {
  background: url('https://source.unsplash.com/1600x900/?travel,airplane') no-repeat center center/cover;
  color: #fff;
  padding: 60px 0;
}

#subscribe h2 {
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#subscribe p {
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#subscribe .form-control {
  border-radius: 30px;
  padding: 12px;
  border: none;
}

#subscribe .btn-primary {
  border-radius: 30px;
  padding: 12px 20px;
  font-weight: bold;
  background: #ff6f61;
  border: none;
}

#subscribe .btn-primary:hover {
  background: #e63946;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1;
  height: 650px !important;
  /* Adjust height as needed */
  width: 100% !important;
  object-fit: cover !important;

}

.banner-slider .carousel-control {
  z-index: 9999;
}






/* Style the Primary button */

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;

  /* Ensure the positioning context for absolute elements */
}

/* Style the USA link */
.nav-link-usa {
  background-color: #072142;
  color: white !important;
  padding: 5px 30px !important;
  /* border-radius: 15px; */
  /* margin-right: -10px; */
  position: relative;
  z-index: 1;
  padding: 5px 30px;
  right: -17px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  /* border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; */
  z-index: 1;
  text-decoration: none !important;

}

.nav-link-usa a {
  padding: 7px 30px !important;
  color: white !important;
}

.btn-primary-custom {
  background-color: #DE1E25;
  padding: 15px 25px;
  border-radius: 30px;
  border-color: #DE1E25;
  /* Match the button border with the background color */
  position: relative;
  /* Aligns with the button styling */
  z-index: 999;
  /* Ensure the button is below the "USA" link */
  color: #fff;
  font-weight: 600;
}

.btn-primary-custom:hover {
  background-color: #ffffff;
  color: #072142;
  border: 1px solid #072142 !important;
}

.men-icon {
  fill: #fff;
  margin-right: 10px;
  border: white;
}

.btn-primary-custom:focus {
  background-color: none !important
}

.btn-primary-custom:hover .men-icon {
  fill: #072142;
  /* Color of the SVG icon on hover */
}

.nav-link-usa

/* Optional: Ensure dropdown items are styled consistently */
.nav-item .dropdown-menu .dropdown-item {
  color: black;
  /* Default color for dropdown items */
}

.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  /* Light grey background on hover */
}

.nav-item .dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  /* Default text color */
}

.nav-item .dropdown-menu .dropdown-item:hover {
  color: white;
  background-color: #072142 !important;
  /* Optional: Change background color on hover */
}

.nav-item .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #072142 !important;
}

.fixed-top {
  /* position: absolute !important; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: #1443835e;
}

.fixed-center {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar>.container {
  align-items: unset !important;
}







/* Apply ellipsis for long text in select options */
.form-control.selectize-control.single .selectize-input.items.focus.has-options.full.has-items .item {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: 12vw !important;
}


.form-control.selectize-control.single .selectize-input.items.has-options.full.has-items .item {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: 12vw !important;
}









.bgcolors {
  /* background-color: #ffffff; */
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* uppersection in form */

.upper {
  /* background-color:lightblue; */
  width: 100%;
  margin: 0 auto;
  padding-bottom: 3px;
}

/* Flight and hotels and oneway round enabled */
.btn-aerobuild,
.btn-building {
  background-color: #EEEEEE;
  color: black;
}

.btn-aerobuild.active {
  background-color: red;
  color: white;
}

.btn-aerobuild img {
  filter: none;

}

.btn-aerobuild.active img {
  filter: invert(0);
}



.btn-building.active {
  background-color: grey;
  color: rgb(255, 255, 255);
}

.btn-building {
  filter: none;
}

.btn-building.active img {
  filter: brightness(1) contrast(1.5) invert(1);


}

.btn-aerobuild:not(.active) img {
  filter: brightness(1) contrast(1.5) invert(1);
}

/* Styles for One-way and Round Trip buttons */
#one-way,
#round-trip {
  background-color: #EEEEEE;
  color: #2E3754;
}

#one-way.active,
#round-trip.active {
  background-color: #2E3754;
  color: white;
}


.lower {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

}

.btn-aerobuild,
.btn-building {
  width: 144px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.btn-aerobuild.active,
.btn-building.active {
  background-color: #DE1E25 !important;
  color: white !important;
  border: none !important;
}

.btn-aerobuild:not(.active),
.btn-building:not(.active) {
  background-color: #EEEEEE;
  color: black;
  border: none !important;
}

.btn-aerobuild img,
.btn-building img {
  margin-right: 8px;
}

.btn-aerobuild img {
  margin-right: 8px;
  /* Add some spacing between the icon and text */
  width: 27px;
  height: 12px;
}

.btn-building img {
  margin-right: 8px;
  /* Add some spacing between the icon and text */
  width: 27px;
  height: 19px;
}

/* Ensure consistent image size */
.icon {
  width: 24px;
  /* Adjust as needed */
  height: 24px;
  /* Adjust as needed */
  margin-right: 8px;
  /* Space between the image and the text */
}

/* Center the content within the button */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}




.btn-getitaly {
  width: 144px;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border: none !important;

}

.btn-getitaly:hover {
  width: 144px;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border: none !important;

}

.btn-getitaly img {
  width: 80%;
}


/* lowersesction in form */

.btn-oneround {
  border-radius: 30px;
  padding: 10px 20px;
  background-color: #EEEEEE;
  color: #072142;
  border: 1px solid #EEEEEE;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 10px;
}

.btn-oneround:hover {
  background-color: #072142;
  color: #EEEEEE;
  border: 1px solid #072142;
}

.lower {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Adjust the value as needed */
}

/* .form-control.custom, .form-control.date {
  font-family: 'Poppins', sans-serif;
 
 
  border-radius: px;
 
  color: black;
} */



/* Styles for items when dropdown is visible */
.form-control.selectize-control.single .selectize-input.items.focus.has-options.full.has-items .item {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  /* max-width: 12vw !important; */
}

.form-control.selectize-control.single .selectize-input.items.has-options.full.has-items .item {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  /* max-width: 12vw !important; */
}








.form-control,
.form-control:focus,
.form-control:active {
  color: #000 !important;
  /* Change this to your desired color */
}

.date-alignment {
  width: 195px !important;
  ;
}





/* passenger section */
.passenger-section {
  margin-top: 20px;
}

.economy-margin {
  margin-right: 15px;
}

.passengers-btn,
.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu.show {
  display: block;
  background-color: #eeeeee !important;
  border: none;
  width: 174px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #eeeeee !important;
  border: 1px solid #ccc;
  border-radius: 4px;
}





.passenger-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.passenger-type p {
  margin: 0;
  font-size: 16px;
}

.counts {
  display: flex;
  align-items: center;
}

.increment,
.decrement {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #072142;
  color: white;
}



.text {
  margin: 0 10px;
  font-size: 15px;
}

.passengersbtn {
  width: 100% !important;
}















.btn-search {
  /* width: 121px;
  height: 36px; */
  border-radius: 22px;
  background-color: #072142;
  color: #EEEEEE;
  border: none;
  padding: 10px 60px;
  font-weight: 500;
}

.btn-search:hover {
  /* width: 121px;
  height: 36px; */
  border-radius: 22px;
  background-color: #EEEEEE;
  color: #2E3754;
  border: 2px solid #2E3754;
  padding: 10px 60px;
  font-weight: 500;
}

.passangersection {
  margin-top: 10px;
}

























/* roundcircle page: */

.roundcircle {
  width: 100%;
  padding: 25px 0;
}

.roundradius {

  height: auto;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #072142;
  margin: 0 auto;
  padding: 10px 0;
  padding-bottom: 20px !important;


}

.circle {
  width: 140px;
  height: 140px;
  background-color: #F4F4F4;
  border-radius: 50%;
  border: 1px solid #ffeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 8px;
  flex-shrink: 0;
  margin: 20px 0px 0px 0px;
  border: 1px solid #dcdbdb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

}

.svg-circle {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: none !important;
  color: #072142 !important;

}

.uniform-size {
  width: 65px;
  height: 65px;
}

.circle-text {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  color: #072142 !important;
  letter-spacing: 0.3rem;


}

.special-img {
  width: 50%;
}










/* Rectangle section: */



.section {
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top: 30px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (min-width: 768px) {
  .card-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.box {
  background-color: white;
  /* Adjust box background color as needed */
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ccc;
  /* Optional border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Optional shadow for better look */
  height: 100% !important;
}

.special-box {
  background-color: #072142;
  color: white;
}

.fixeddeparture {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #072142;
}







.info-text,
.info-text-call {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  color: #072142;
}

.card-parent .card-child p {
  margin-bottom: 0 !important;
}



p {
  margin-top: 0;

  font-size: 12px;
  font-weight: 500;
}

.info-text-call {
  font-size: 20px;
  font-weight: bold;
  padding-top: 25px !important;
}











/* Tourist travel section: */

.travel-section {
  width: 100%;
  padding: 30px 0;

}

.travel-section h1 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 30px;
}



.container {
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.img-details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.img-fluids {
  width: 141px;
  height: 290px;
  border-radius: 20px;
  display: block;
}

.image-text {
  color: white;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}






.padding-alignment {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dropdown-menu1 {
  padding-bottom: 10px;
}

.dropdown-menu>li>a {
  display: block;
  padding: 10px 20px !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}


.class-option {
  padding: 3px 0;
  cursor: pointer;
}

.class-option p {
  margin: 0;
  font-size: 16px;
}

.class-option:hover {
  background-color: #072142;
  color: white;
  border-radius: 1px;

}


/* Travel section */


.card img {
  max-width: 100%;
  max-height: 100%;
}

.card {
  margin: 0 0.5em;

  border: none;
  border-radius: 0;
}



.owl-carousel-landscape-boxes .owl-item.center {
  transform: scale(1.1);
  /* Optional: Scale the active item for emphasis */


}

.owl-carousel-landscape-boxes .owl-item {
  transform: scale(1);
  transition: all 0.2s ease;

}

.owl-carousel-landscape-boxes .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.owl-carousel-landscape-boxes img {

  object-fit: cover;
  object-position: center;
}





.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}































.search-button {
  width: 200px;
  /* Adjust width as needed */
  background-color: #072142;
}

.search-button:hover {
  background-color: #f8f9fa;
  /* Bootstrap hover color */
  color: #072142;
  /* Text color */
  border: 1px solid #072142 !important;
}

.search-button:focus,
.search-button:active {
  box-shadow: none;
  /* Remove any shadow */
}

.canva {
  position: relative;
}

#canv {
  position: absolute;
}

#canv {
  position: absolute;
  top: -200px;
  left: -212px;

}






.dropdown-menu {
  min-width: 160px;
  background-color: #EEEEEE !important;
  /* Adjust width as needed */
}

.form-group {
  margin-bottom: 0;
}

/* .image-container img {
      width: 50px;
      height: auto;
    } */



.flatpickr-input[readonly] {
  background-color: white !important;
}

/* Privacy Policy*/

.section-title {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

.section-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #1A374D;
}
 

/* Discount Ribbon */

.flag_discount_ribbon {
  position: relative;
  text-transform: uppercase;
  color: #fff;
}

.flag_discount_ribbon .ribbon__ {
  position: absolute;
  top: -0.1px;
  right: 10px;
}


.flag_discount_ribbon .ribbon__ span {
  position: relative;
  display: block;
  text-align: center;
  background: #124483;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 1px;
  width: 90px;
}
.flag_discount_ribbon .ribbon__::after, .offer-show-main .offer-show::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 10px solid #124483;
}


/* General button styling */

/* Style for .btcountry */

.travelcountry {
  width: 100%;
  padding: 30px 0;

}

.travelcountry h1 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 30px;
}

.card-subparent {
  padding-left: 8px;
  padding-right: 8px;


}


.card-child {
  min-width: 80px;

  border-radius: 25px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;

  color: black;
  /* background-color: #e2e2e2; */
  background-color: #14438366;
  text-overflow: ellipsis;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cardbtn>div {
  margin: 10px 0;

}





.left-align {
  margin-left: -52px;
  /* Aligns text to the left */
}

.right-align {
  margin-left: 52px;
}


/* Travel news: */




.travelnews {
  padding: 30px 0;
  background-color: none;
  /* Light gray background for the section */
}

.container {
  /* max-width: 1200px; */
  margin: 0 auto;

}

.travelnews h1 {
  color: #333;
  /* Dark gray color for text */
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.cardbtns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  justify-content: center;
}

.cardbtns div,
.cardboxes .cardbtn {
  width: 190px;
  height: 190px;
  background-color: #eeeeee;

  border-radius: 25px;
  display: flex;
  align-items: end;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  padding: 10px;
}

.cardbtns p {
  margin: 0;
  font-size: 14px;
  color: #ffffff !important;
  /* Dark gray color for text */
  line-height: 1.4;
}

.cardbtn1 {
  background-image: url('../images/flight/home/Singapore.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cardbtn2 {
  background-image: url('../images/flight/home/India.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cardbtn3 {
  background-image: url('../images/flight/home/USA.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cardbtn4 {
  background-image: url('../images/flight/home/Africa.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cardbtn5 {
  background-image: url('../images/flight/home/saudi.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/* footer: */








/* Responsive design */
/* @media (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
 
  .footer>div {
    margin-bottom: 20px;
  }
} */


/* .logosection {
 
 
  padding: 15px 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Styling for the logo icons */
.Building-icon {

  /* Adjust gap between logos */
  width: 24px;
  /* Adjust width of the logo */
  height: 24px;
  /* Adjust height of the logo */
}

.footersectionend {
  background-color: #CF3736;
  width: 100%;
  padding: 2px 0;
  /* Optional: Adjust padding for spacing */
}

.footertext {
  text-align: center;
  /* Optional: Center the text */
  color: white;
  /* Optional: Change text color for contrast */
}

.footerend p {
  margin-bottom: 0 !important;
}



.footer ul {
  padding-left: 0rem;

}

.footer-links {
  text-decoration: none !important;
  color: white;

}








/* Mobile device: */

/* 1. header section */

@media screen and (max-width: 992px) {
  .navbar-brand img {
    width: 150px;
    /* Adjust the width as needed */
    z-index: 1;
  }

  #overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
  }
}

/* General styles for mobile */
/* @media screen and (max-width: 768px) {

  .navbar-nav {
    background-color: #fffdfb;
    padding: 18px 0px;
    border: 2px solid rgb(175, 175, 175);
    border-radius: 5px;
  }

  .arrow-icon img {
    transform: rotate(90deg); 
  }

  .navbar-brand img {
    width: 50px; 
    z-index: 1;
  }

  .fixed-center {
    top: 110px;
    z-index: 1;
  }


  #overlay {
    position: fixed; 
    display: none; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2; 
    cursor: pointer; 
  }








 .upperright1 {
    display: none;
  }

  .bgcolors {
    max-width: 500px;
  }
  .container {
    margin : 0 auto;
  }



 






} */






@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
    justify-content: space-between;
  }





}






/* @media screen and (max-width: 768px) {
  .btn-oneround {
   font-size: 14px;
  }
 
 

  .circle {
   width: 80px;
   height: 80px;
 }
 
 .uniform-size {
   width: 40px;
   height: 40px;
 }
 
 
 .travel-section h1 {
   font-size:20px ;
 }
 
 .travelcountry h1 {
   font-size:20px ;
 }
 
 .travelnews h1 {
   font-size: 20px;
 }
 
 .cardbtns div, .cardboxes .cardbtn {
   width: 150px;
   height: 150px;
   background-color: #eeeeee;
   border-radius: 25px;
   display: flex;
   align-items: end;
   justify-content: center;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   color: white;
   text-align: center;
   padding: 10px;
 }
 
 .roundradius {
   padding-bottom:40px !important;
 }
 
 .passengersbtn {
   max-width: 70px;
 }
 
 
 } */


@media screen and (max-width: 1399px) {

  .passengersbtn,
  .classbtn {
    font-size: 16px;
    font-weight: 500;
  }

}

@media screen and (max-width: 1199px) {

  .btn-getitaly img {
    width: 60%;
  }

  .navbar-brand img {
    width: 250px;
    /* Adjust the width as needed */
    z-index: 1;
  }

  .fixed-center {
    top: 110px;
    z-index: 1;
  }

  #overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
  }


  .cardbtns div,
  .cardboxes .cardbtn {
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 25px;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
    padding: 10px;
  }

  .footer h3 {
    font-size: 17px;
  }

  .footer li {
    font-size: 13px;
  }



  .roundcircle {
    padding: 25px 15px;
  }

  .passengersbtn,
  .classbtn {
    font-size: 16px;
    font-weight: 500;
  }




  #owl-car .item img {
    height: 550px;
    /* Set a fixed height according to the first image's height */
    width: 100%;
    /* Ensure the image fills the width of the container */
    object-fit: cover;
    /* Maintain aspect ratio and cover the container */
  }


  #country-selectized,
  #country1-selectized,
  #Departure,
  #return {
    font-size: 14px;
    font-weight: 400;
  }





}

@media screen and (max-width: 991px) {

  #navbarToggle {
    border: none;
  }

  #navbarToggle:focus,
  #navbarToggle:active {
    outline: none;
    box-shadow: none;
    border: none;
  }

  .navbar-nav {
    background-color: #fffdfb;
    padding: 18px 0px;
    border: 2px solid rgb(175, 175, 175);
    border-radius: 5px;
    max-width: 400px;
    margin: 0 auto;
  }





  .navbar-brand img {
    width: 50px;
    /* Adjust the width as needed */
    z-index: 1;
  }

  .fixed-center {
    top: 110px;
    z-index: 1;
  }

  #overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
  }


  .cardbtns div,
  .cardboxes .cardbtn {
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 25px;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
    padding: 10px;
  }

  .footer h3 {
    font-size: 17px;
  }

  .footer li {
    font-size: 13px;
  }



  .roundcircle {
    padding: 25px 15px;
  }

  .passengersbtn,
  .classbtn {
    font-size: 14px;
    font-weight: bolder;
  }

  .custom-mb-20 {
    margin-bottom: 20px !important;
  }


  #owl-car .item img {
    height: 650px;
    /* Set a fixed height according to the first image's height */
    width: 100%;
    /* Ensure the image fills the width of the container */
    object-fit: cover;
    /* Maintain aspect ratio and cover the container */
  }

  .form-control.selectize-control.single .selectize-input.items.focus.has-options.full.has-items .item {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 22vw !important;
  }


  .form-control.selectize-control.single .selectize-input.items.has-options.full.has-items .item {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 22vw !important;

  }

  .card-child {

    padding-left: 40px;
    padding-right: 40px;

  }


  .nav-link-usa {

    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;



  }

  .nav-link-usa {

    position: relative;


    right: 0px;

  }



}


@media screen and (max-width: 767px) {

  #navbarToggle {
    border: none;
  }

  #navbarToggle:focus,
  #navbarToggle:active {
    outline: none;
    box-shadow: none;
    border: none;
  }

  .card-subparent {


    margin: 10px 0;

  }


  .card-child {

    padding-left: 20px;
    padding-right: 20px;

    text-align: center;
    height: 100%;
  }


  .card-child p {
    font-size: 12px;
  }

  .my-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }






  .navbar-nav {
    background-color: #fffdfb;
    padding: 18px 0px;
    border: 2px solid rgb(175, 175, 175);
    border-radius: 5px;
  }

  .arrow-icon img {
    transform: rotate(90deg);
    /* Rotate the arrow 90 degrees */
  }

  .arrow-icons-arrow {
    margin-top: 30px;
  }



  .navbar-brand img {
    width: 50px;
    /* Adjust the width as needed */
    z-index: 1;
  }

  .fixed-center {
    top: 110px;
    z-index: 1;
  }

  #overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
  }


  .cardbtns div,
  .cardboxes .cardbtn {
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 25px;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
    padding: 10px;
  }

  .footer h3 {
    font-size: 17px;
  }

  .footer li {
    font-size: 13px;
  }

  /* .circle {
    width: 120px;
    height: 120px;
  }
  
  .uniform-size {
    width: 60px;
    height: 60px;
  }

  .roundcircle {
    padding: 25px 15px;
  } */

  .circle-text {
    font-size: 15px;
    letter-spacing: 0.2rem;
  }

  .passengersbtn,
  .classbtn {
    font-size: 14px;
    font-weight: bolder;
  }

  .custom-mb-20 {
    margin-bottom: 20px !important;
  }

  #owl-car .item img {
    height: 750px;
    /* Set a fixed height according to the first image's height */
    width: 100%;
    /* Ensure the image fills the width of the container */
    object-fit: cover;
    /* Maintain aspect ratio and cover the container */
  }

  .form-control.selectize-control.single .selectize-input.items.focus.has-options.full.has-items .item {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 50vw !important;
  }


  .form-control.selectize-control.single .selectize-input.items.has-options.full.has-items .item {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 50vw !important;

  }

  .nav-link-usa {

    position: relative;


    right: 0px;

  }




}



@media screen and (max-width: 575px) {

  .owl-carousel .owl-item img {
    width: 100%;
  }

  .card-subparent {

    width: 100%;
    margin: 10px 0;

  }

  .card-child {

    padding-left: 30px;
    padding-right: 30px;

    text-align: center;
    height: 100%;
  }

  .passengersbtn,
  .classbtn {
    font-size: 12px;

  }

  .btn-oneround {
    font-size: 14px;
  }

  .small-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

  }


  .circle {

    margin: 50px 0px 0px 0px;


  }

  /* circle section: */
  /* .circle {
   width: 70px !important;
   height: 70px !important;
 }
 
 .uniform-size {
   width: 40px !important;
   height: 40px !important;
 } */


  .travel-section h1 {
    font-size: 20px;
  }

  .travelcountry h1 {
    font-size: 20px;
  }

  .travelnews h1 {
    font-size: 20px;
  }

  .cardbtns div,
  .cardboxes .cardbtn {
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 25px;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
    padding: 10px;
  }


  #owl-car .item img {
    height: 820px;
    /* Set a fixed height according to the first image's height */
    width: 100%;
    /* Ensure the image fills the width of the container */
    object-fit: cover;
    /* Maintain aspect ratio and cover the container */
  }



  .roundradius {
    padding-bottom: 40px !important;
  }

  .passengersbtn {
    max-width: 70px;
  }

  .boxes-space {
    margin-bottom: 20px !important;
    /* Adds space between boxes */
  }

  .footer h3 {
    margin-top: 35px;
  }

  .footerend p {
    font-size: 10px;
  }

  .travel-section h1 {
    font-size: 17px !important;
  }

  .travelcountry h1 {
    font-size: 17px !important;
  }

  .travelnews h1 {
    font-size: 17px !important;
  }

  .footer h3 {
    font-size: 18px;
  }

  .footer li {
    font-size: 15px;
  }


  .form-control.selectize-control.single .selectize-input.items.focus.has-options.full.has-items .item {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 61vw !important;
  }


  .form-control.selectize-control.single .selectize-input.items.has-options.full.has-items .item {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 61vw !important;

  }

  .nav-link-usa {

    position: relative;


    right: 0px;

  }


}