.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.section-title {
  position: relative;
  /* z-index: 99; */
  margin-bottom: 30px;
  margin-top: -6px;
}

.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title-area .nav .nav-item .nav-link.active {
  background-color: #8b183b;
  color: #fff;
}

.section-title-area .nav .nav-item .nav-link {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  padding: 12px 30px;
  border-radius: 5px;
  line-height: 1;
}

.section-title-area .nav .nav-item .nav-link.active {
  background-color: #8b183b;
  color: #fff;
}

.featured-flight-items {
  margin-top: 30px;
  background: #8b183b;
  padding: 1em;
  border-radius: 1em;
}

/* //next section  */
.cta-offer-wrapper {
  margin-top: 90px;
}

.cta-offer-wrapper {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .cta-offer-wrapper {
    margin-top: 95px;
  }
}
@media (max-width: 991px) {
  .cta-offer-wrapper {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  .cta-offer-wrapper {
    margin-top: 145px;
  }
}
.cta-offer-wrapper .offer-content .coming-soon-timer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cta-offer-wrapper .offer-content .coming-soon-timer .timer-content {
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: radial-gradient(
    157.24% 123.22% at 47.19% -0.63%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(25px);
}
.cta-offer-wrapper .offer-content .coming-soon-timer .timer-content h3 {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  border-bottom: 1px solid #e6f7fc;
  padding: 13px 22px;
  line-height: 1;
}
.cta-offer-wrapper .offer-content .coming-soon-timer .timer-content p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 5px;
}
.cta-offer-wrapper .offer-image {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cta-offer-wrapper .offer-image img {
    width: 100%;
    height: 100%;
  }
}
.cta-offer-wrapper .offer-image .circle {
  width: 386px;
  height: 386px;
  border-radius: 193px;
  border: 1px solid #fff;
  background: radial-gradient(
    157.24% 123.22% at 47.19% -0.63%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px);
  position: absolute;
  left: 58%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .cta-offer-wrapper .offer-image .circle {
    display: none;
  }
}
.cta-offer-wrapper .offer-image .circle .text-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 82%;
}
.cta-offer-wrapper .offer-image .circle .text-item .icon {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 34%;
  position: absolute;
}

.theme-btn:hover {
  color: #fff;
  box-shadow: none;
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #282973;
  color: #fff;
  line-height: 1;
  padding: 22px 24px;
  min-width: 170px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
}

.section-padding {
  padding: 120px 0px;
}

.pad-top-40 {
  padding-top: 80px;
}

/* //  */
 
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 80px;
  background: #8b183b;
}
footer.footer1 {
  background: url(../images/breadcrumbbg.jpg) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
footer.footer1:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, black, #00000096);
  left: 0;
  top: 0;
}
.wave-animation {
  display: block;
  width: 100%;
  height: 4em;
  max-height: 100vh;
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
path#gentle-wave {
  fill: #fff;
}
.wave-bg > use {
  animation: move-forever 20s linear infinite;
}
footer .wave-animation {
  top: -59px;
  z-index: 1;
}
footer path#gentle-wave {
  fill: #8b183b;
}

footer a,
footer P {
  color: #f1f1f1;
  font-size: 14px;
}
.footer-upper h3 {
  position: relative;
  padding-bottom: 10px;
  color: white;
  margin-bottom: 30px;
}
.footer-upper h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.footer-upper li {
  margin-bottom: 0;
  line-height: 2.8;
}
.footer-upper p span {
  color: #282973;
}
.footer-phone {
  display: flex;
}
.footer-phone [class^="flaticon-"]:before {
  font-size: 36px;
  color: #282973;
}
.footer-about-in {
  padding: 15px 20px;
  border: 1px dashed #f1f1f1;
  border-radius: 10px;
}
.footer-about ul.social-links li a {
  background: #ffffff26;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 2.2;
  border-radius: 5px;
}
.footer-about ul.social-links li a:hover {
  color: #fff;
  background: #282973;
}
.footer-payment {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: transparent !important;
  border: 1px solid #2b2b2b;
  border-width: 1px 0;
}
.footer-payment ul li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.footer-payment ul li img {
  width: 80px;
}
.footer-copyright {
  padding: 20px 0;
  background: #fbfbfb12;
}
.footer-copyright .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav ul li {
  display: inline-block;
  margin: 0 5px;
}
/*.footer-nav ul li:first-child {
    margin-left: 0;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}*/

ul.social-links li {
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}

.newsletter {
  border-bottom: 1px dashed #ffffff45;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.newsletter .footer-subscribe {
  width: 45%;
  margin: 0 auto 0px;
}
.footer-upper .newsletter h3:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  footer {
    position: relative;
  }
  footer .col-xs-12 {
    margin-bottom: 30px;
  }
  .footer-upper {
    padding-bottom: 20px;
  }
  .footer-logo.pull-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-logo.pull-left,
  .footer-payment-nav.pull-right,
  .footer-nav.pull-right,
  .copyright-text.pull-left {
    float: none !important;
  }
  .footer-payment {
    padding-bottom: 10px;
  }
  .footer-payment ul li {
    display: inline-block;
    margin: 0px 5px 20px;
    width: 48%;
  }
  .footer-copyright .container {
    flex-direction: column;
  }
  .footer-nav.pull-right,
  .copyright-text.pull-left {
    text-align: center;
  }
  .copyright-text.pull-left {
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .footer-payment ul li {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}

.featured-flight-items .featured-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.featured-flight-items {
  margin-top: 30px;
}

.featured-flight-items .featured-content {
  margin-top: 20px;
}

.featured-flight-items .featured-content .featured-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.featured-flight-items .featured-content .featured-post .feature-list li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  list-style: none;
}

.featured-flight-items .featured-content .featured-post .text p {
  color: #fff;
}

.featured-flight-items .featured-content .featured-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.featured-flight-items .featured-content .featured-cont p b {
  font-size: 18px;
  color: #fff;
}

.featured-flight-items .featured-content .featured-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-flight-items .featured-content .featured-rating .theme-btn {
  padding: 15px 22px;
  background-color: transparent;
  border: 1px solid #fff;
  color: white;
}

.star p {
  color: white;
  padding-top: 10px;
}

.star p b {
}

.biz-btn,
.biz-btn-black,
.biz-btn-white {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  padding: 13px 24px 11px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #8b183b;
  display: inline-block;
  border-radius: 10px;
  border: none;
}
