* {
  margin: 0;
  padding: 0;
}
.top-bar {
  background-color: #090808;
  margin-bottom: 1px;
  height: 25px;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  font-family: Gotham, ZaridSans-Regular, ui-sans-serif, system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;
  scroll-behavior: smooth;
}

.top-bar ul li {
  margin-left: 20px;
}

.top-bar ul li a {
  color: #87e19b;
  text-decoration: none;
}

.top-bar ul li a:hover {
  color: #e95a5a;
}

/*  */
.sc-567480f5-2 {
  background-color: #f2f2f2;
  padding: 20px 0;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left {
  display: flex;
  align-items: center;
}

h1 {
  margin: 0;
  padding: 0;
}

h1 a {
  display: block;
  width: 120px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#navLinks {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 70px;
}

#navLinks li {
  margin-left: 20px;
}

#navLinks a {
  text-decoration: none;
  color: #333;
}

#navLinks a:hover {
  text-decoration: underline;
}

#btn {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button.sc-567480f5-4 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

button.sc-567480f5-4 span {
  display: block;
  width: 28px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

button.sc-567480f5-4 span img {
  display: block;
  width: 100%;
  height: 100%;
}

.cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #242323;
}

.left {
  display: flex;
  align-items: center;
}

.logo {
  background-image: url(./images/final\ logo.png);
  width: 200px;
  height: 100px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  margin-top: 10px;
}
.Iata {
  background-image: url(./images/iata.png);
  width: 200px;
  height: 80px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-left: 20px; */
  margin-bottom: 3px;
}

#navLinks {
  list-style: none;
  padding: 0;
}

#navLinks li {
  margin-left: 30px;
}
#navLinks li a {
  text-decoration: none;
  color: rgb(245, 245, 245);
  text-shadow: rgba(0, 0, 0, 0.125) 2px 2px 2px;
  display: block;
  position: relative;
  font-size: 1rem !important;
}
#btn {
  background-color: #464747;
  font-size: 1rem;
  margin: 10px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-radius: 10px;
}

/* form css */

.menu {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20width='28'%20height='18'/%3e"),
    url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 18px;
  border: none;
  cursor: pointer;
  display: none;
}

.Banner {
  background-image: url("./images/1.jpg");
  background-size: auto;
}

.column {
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff69;
  text-align: center;
  justify-content: center;
  margin-top: 150px;
  margin-left: 10%;
  /* opacity: 0.8; */
}

.title {
  /* font-size: 24px; */
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-size: 3.5rem;
}

.description {
  font-size: 1.5rem;
  margin-bottom: 2px;
  color: #fff;
}

.form {
  margin-top: 20px;
}

.form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.field-group {
  flex-basis: 50%;
  padding: 2px;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.field-group input[type="text"],
.field-group input[type="tel"],
.field-group input[type="number"],
.field-group select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 2px;
}

.field-group select {
  appearance: none;
  -webkit-appearance: none;
  background-position: right 10px top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 8px 8px, 100% 100%;
  padding-right: 35px;
}

.field-group input[type="text"]:focus,
.field-group input[type="tel"]:focus,
.field-group input[type="number"]:focus,
.field-group select:focus {
  outline: none;
  box-shadow: 0 0 2px 1px #333;
}

.button {
  flex-basis: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #464747;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #45a049;
}

.intro {
  background-color: #f5f5f5;
  padding: 50px 0;
  /* margin-top: 350px; */
  width: 100%;
}

.divider {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
}

.divider-text {
  /* background-color: #333; */
  /* color: #131111;
    padding: 5px 20px;
    position: relative;
    top: -10px;
    font-size: 2rem;
    width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #464747;
  color: #fff;
  padding: 5px 20px;
  position: relative;
  font-size: 2rem;
}

.divider-text hr {
  width: 30%;
  border: none;
  height: 1px;
  background-color: #fff;
  margin: 0 10px;
}

.section {
  background-color: #f5f5f5;
  /* padding: 50px 0;*/
  display: flex;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  padding: 0 20px;
}

.p {
  margin-top: 90px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .intro2 {
  background-color: #f5f5f5;
  padding: 50px 0;
  margin-top: 350px;
  width: 100%;
} */

.packages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 20px;
}

.cta-box {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cta-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cta-bg-wrapper:hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 100%;
  overflow: hidden;
  transition-duration: 1500ms;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(60%);
  transform: scale(1.2);
  transition: transform 0.5s;
}

.cta-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cta-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cta-title {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cta-button-wrapper {
  margin-top: 20px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #0056b3;
}

.section {
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.col {
  flex: 1 1 0%;
  padding: 1rem;
}

.col img {
  max-width: 100%;
  height: auto;
  transition-duration: 1000ms;
}

.col h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.col p {
  font-size: 1.1rem;
  line-height: 1.5;
}

.section {
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.container2 {
  max-width: 1200px;
  margin: 0 auto;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.col {
  flex: 1 1 0%;
  padding: 1rem;
}

.col img {
  max-width: 100%;
  height: auto;
}
.col img:hover {
  scale: 1.1;
}

.col h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.col p {
  font-size: 1.1rem;
  line-height: 1.5;
}

/* footer css */

.footerContainer {
  max-width: 100%;
  overflow: hidden;
}

.cs_footer_main {
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
  align-items: flex-start;
  background-color: #222222;
}

.cs_footer_main_col {
  flex-basis: 30%;
}

.cs_footer_widget {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* .cs_text_widget {
  margin-bottom: 30px;
} */

.cs_text_widget img {
  max-width: 50%;
  margin-left: 18px;
}

.cs_contact_widget {
  margin-bottom: 20px;
}

.cs_contact_widget li {
  margin-bottom: 10px;
}

.para p {
  color: #f2f2f2;
}

.cs_fs_20 {
  font-size: 20px;
  color: #f2f2f2;
}

.cs_semibold {
  font-weight: 600;
}

.cs_white_color {
  color: #ffffff;
}

.cs_menu_widget {
  list-style: none;
}

.cs_menu_widget li {
  margin-bottom: 10px;
}

.cs_menu_widget a {
  color: #ffffff;
  text-decoration: none;
}

.cs_social_btn {
  display: flex;
  height: 10px;
  gap: 10px;
}

.cs_social_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: #3d24cf;
  border-radius: 25px;
}

.cs_social_btn a:hover {
  background-color: #f92c2c;
}

.cs_social_btn i {
  font-size: 20px;
  /* margin-right: 5px; */
}

@media (min-width: 1100px) {
  .footerContainer {
    max-width: none;
  }
}

/* secondFooter */

.footerContainer2 {
  background-color: #0a0a0a;
  padding: 20px 0;
  color: white;
}

.cs_footer_bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cs_copyright {
  font-size: 14px;
}

.cs_menu_widget_2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cs_menu_widget_2 li {
  display: inline;
  margin-right: 10px;
}

.cs_menu_widget_2 li a {
  text-decoration: none;
  font-size: 14px;
}

.cs_menu_widget_2 li a:hover {
  color: #007bff;
}
