@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
button {
  box-shadow: none;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-primary {
  background-color: #0275cd;
  color: #fcfcfc;
  border-color: #0275cd;
  border-radius: 50px;
  padding-inline: 2rem;
}
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  min-width: 360px;
  overflow-x: hidden;
}

.mb-60 {
  margin-bottom: 60px;
}

.section .section-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}
.section .section-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}
.section .title-badge {
  padding: 6px 16px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 992px) {
  .section .section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .section .title-badge {
    font-size: 12px;
  }
}

.navbar.scrolled {
  background-color: #f3f3f7;
  transition: 0.5s ease;
}
.navbar.scrolled .border-btm {
  border-bottom: none;
}
.navbar.scrolled .navbar-toggler .hamburger-menu .line {
  background-color: #000000;
}
.navbar .navbar-brand .navbar-logo {
  max-width: 150px;
}
.navbar .nav-list {
  gap: 1rem;
}
.navbar .nav-list .nav-item .nav-link {
  font-size: 1rem;
  color: #080f1e;
  font-weight: 500;
  transition: 0.3s ease-out;
}
.navbar .nav-list .nav-item .nav-link.active {
  font-weight: 600;
}
.navbar .nav-list .nav-item .nav-link:hover {
  transform: scale(1.1);
  font-weight: bold;
}
.navbar .border-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #080f1e;
}
.navbar .navbar-toggler {
  box-shadow: none;
}
.navbar .navbar-toggler .hamburger-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.navbar .navbar-toggler .hamburger-menu .line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}
.navbar .offcanvas {
  background-color: #181825;
}
.navbar .offcanvas .close-btn {
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.navbar .offcanvas ul li .nav-link {
  color: #dadae7;
}
.navbar .offcanvas ul li .nav-link.active {
  font-weight: 600;
}
.navbar .offcanvas .offcanvas-header {
  height: 100%;
}
.navbar .offcanvas .mobile-link-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px !important;
}
.navbar .offcanvas-end {
  width: 100%;
}

.home-banner {
  background: url("../img/airplane-banner-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner .banner-sec {
  position: relative;
}
.home-banner .banner-sec .banner-content {
  min-height: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 740px;
  color: #ffffff;
}
.home-banner .banner-sec .banner-content .banner-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 768px) {
  .home-banner .banner-sec .banner-content .banner-title {
    margin-top: 40px;
  }
}
.home-banner .banner-sec .banner-content .banner-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .home-banner .banner-sec .banner-content {
    min-height: 600px;
    padding-right: 50px;
  }
  .home-banner .banner-sec .banner-content .banner-title {
    font-size: 28px;
    line-height: 38px;
  }
  .home-banner .banner-sec .banner-content .banner-desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-banner .banner-sec .banner-social-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-banner .banner-sec .banner-social-media .line {
  border-right: 2px solid #0275cd;
  height: 230px;
  margin-bottom: 10px;
}

.about-section {
  margin-top: 50px;
  margin-bottom: 80px;
}
.about-section .about-content-sec {
  border-radius: 1rem;
  background-color: #0275cd;
  color: #ffffff;
  padding-top: 60px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 180px;
  position: relative;
}
.about-section .about-content-sec .content {
  max-width: 80%;
}
.about-section .about-content-sec .about-badge {
  color: #0275cd;
  background-color: #fcfcfc;
}
.about-section .about-content-sec .eclipse-left {
  position: absolute;
  left: 0px;
  bottom: 26px;
}
.about-section .about-content-sec .eclipse-top {
  position: absolute;
  top: 0;
  right: 40px;
}
.about-section .about-content-sec .airplane-icon {
  position: absolute;
  max-width: 830px;
  right: 40px;
  bottom: 0px;
}
.about-section .about-content-sec .floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@media (max-width: 992px) {
  .about-section .about-content-sec .about-badge {
    font-size: 12px;
  }
  .about-section .about-content-sec .eclipse-top {
    max-width: 100px;
  }
  .about-section .about-content-sec .airplane-icon {
    right: 0;
  }
}
@media (max-width: 768px) {
  .about-section .about-content-sec .content {
    max-width: 100%;
  }
  .about-section .about-content-sec .airplane-icon {
    max-width: 600px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .about-section .about-content-sec {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-section .about-content-sec .airplane-icon {
    max-width: 520px;
    right: 0;
  }
}

.features-section {
  margin-bottom: 80px;
}
.features-section .features-badge {
  background-color: #0275cd;
  color: #ffffff;
}
.features-section .section-title {
  color: #181825;
}
@media (max-width: 992px) {
  .features-section .section-title {
    margin-bottom: 1rem;
  }
}
.features-section .section-description {
  color: #30304a;
}
.features-section .features-card {
  padding: 22px 26px;
  border-radius: 1rem;
  border: 1px solid #dadae7;
  height: calc(100% - 16px);
}
.features-section .features-card .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
}
.features-section .features-card .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 992px) {
  .features-section .features-card {
    padding: 24px 16px;
  }
}

.visa-section {
  margin-bottom: 80px;
}
.visa-section .section-title {
  color: #181825;
}
.visa-section .section-description {
  color: #30304a;
}
.visa-section .visa-tabs .nav-tabs {
  border-radius: 30px;
  border: 2px solid #080f1e;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
}
@media (max-width: 768px) {
  .visa-section .visa-tabs .nav-tabs {
    padding: 6px;
  }
}
.visa-section .visa-tabs .nav-tabs .nav-item .nav-link {
  border-radius: 24px;
  padding: 8px 20px;
  color: #080f1e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.visa-section .visa-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #080f1e;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
@media (max-width: 768px) {
  .visa-section .visa-tabs .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 8px 16px;
    line-height: 16px;
  }
}
.visa-section .visa-tabs .tab-content {
  margin-top: 60px;
}
.visa-section .visa-tabs .tab-content .img-wrapper img {
  border-radius: 24px;
}
.visa-section .visa-tabs .tab-content .tab-contents .tab-title {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
}
.visa-section .visa-tabs .tab-content .tab-contents .tab-description {
  font-size: 1rem;
  color: #000000;
  line-height: 22px;
  font-weight: 400;
}
.visa-section .visa-tabs .tab-content .tab-pane {
  padding-left: 0;
  padding-right: 0;
}

.popular-package-section {
  margin-bottom: 80px;
}
.popular-package-section .popular-badge {
  color: #ffffff;
  background-color: #0275cd;
}
.popular-package-section .popular-package-tabs .nav-tabs {
  border: none;
  gap: 24px;
  flex-wrap: wrap;
}
.popular-package-section .popular-package-tabs .nav-tabs .nav-item .nav-link {
  border: 2px solid #080f1e;
  border-radius: 50px;
  padding: 12px 36px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #080f1e;
}
.popular-package-section .popular-package-tabs .nav-tabs .nav-item .nav-link.active, .popular-package-section .popular-package-tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: #080f1e;
  color: #ffffff;
}
@media (max-width: 992px) {
  .popular-package-section .popular-package-tabs .nav-tabs {
    gap: 12px;
  }
  .popular-package-section .popular-package-tabs .nav-tabs .nav-item .nav-link {
    padding: 8px 20px;
    font-size: 12px;
  }
}
.popular-package-section .popular-package-tabs .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, auto);
  gap: 16px;
  width: 100%;
}
.popular-package-section .popular-package-tabs .gallery-grid .image-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.popular-package-section .popular-package-tabs .gallery-grid .image-item img {
  width: 100%;
  height: 100%;
}
.popular-package-section .popular-package-tabs .gallery-grid .image-item .dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.17%, rgba(31, 31, 31, 0.53) 77.7%), url(venus-major-IRQDCsSxT20-unsplash.jpg);
}
.popular-package-section .popular-package-tabs .gallery-grid .image-item .title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 992px) {
  .popular-package-section .popular-package-tabs .gallery-grid .image-item .title {
    right: 20px;
    bottom: 16px;
    font-size: 18px;
  }
}
.popular-package-section .popular-package-tabs .gallery-grid .item-1 {
  grid-column: span 8;
  grid-row: span 3;
}
.popular-package-section .popular-package-tabs .gallery-grid .item-2 {
  grid-column: span 4;
  grid-row: span 4;
  height: 360px;
}
@media (max-width: 1400px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-2 {
    height: 330px;
  }
}
@media (max-width: 1200px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-2 {
    height: 294px;
  }
}
@media (max-width: 992px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-2 {
    height: 244px;
  }
}
@media (max-width: 768px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-2 {
    height: 160px;
  }
}
.popular-package-section .popular-package-tabs .gallery-grid .item-3 {
  grid-column: span 4;
  grid-row: span 5;
  height: 300px;
}
@media (max-width: 768px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-3 {
    height: 210px;
  }
}
.popular-package-section .popular-package-tabs .gallery-grid .item-4 {
  grid-column: span 4;
  grid-row: span 5;
  height: 300px;
}
@media (max-width: 768px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-4 {
    height: 220px;
  }
}
.popular-package-section .popular-package-tabs .gallery-grid .item-5 {
  grid-column: span 4;
  grid-row: span 4;
  height: 200px;
}
@media (max-width: 768px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-5 {
    height: 168px;
  }
}
@media (max-width: 576px) {
  .popular-package-section .popular-package-tabs .gallery-grid .item-5 {
    height: 168px;
  }
}
@media (max-width: 768px) {
  .popular-package-section .popular-package-tabs .gallery-grid {
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
}
.popular-package-section .popular-package-tabs .tab-content .tab-pane {
  padding-inline: 0;
}

.contact-section {
  background: url("../img/plane-left-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 26px;
  padding-bottom: 26px;
  min-height: 500px;
}
.contact-section .section-title,
.contact-section .section-description {
  color: #ffffff;
}
.contact-section .form-wrapper {
  border: 3px solid #dadae7;
  border-radius: 24px;
  background: rgba(48, 48, 74, 0.34);
  -webkit-backdrop-filter: blur(6.55px);
          backdrop-filter: blur(6.55px);
  padding: 24px;
}
.contact-section .form-wrapper .form-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #fcfcfc;
}
.contact-section .form-wrapper .form-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #dadae7;
}
.contact-section .form-wrapper .form-group .form-label {
  color: #fcfcfc;
  font-size: 14px;
}
.contact-section .form-wrapper .form-group .form-control {
  border-radius: 24px;
  border: 1px solid #fcfcfc;
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
}
.contact-section .form-wrapper .form-group .form-control::-moz-placeholder {
  color: #b5b5cf;
}
.contact-section .form-wrapper .form-group .form-control::placeholder {
  color: #b5b5cf;
}

.footer {
  background-color: #080f1e;
  padding-top: 30px;
  padding-bottom: 24px;
  position: relative;
}
.footer .footer-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #dadae7;
}
.footer .footer-wrapper .brand-logo {
  margin-left: -10px;
}
.footer .footer-wrapper .footer-link-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #fcfcfc;
}
.footer .footer-wrapper ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .footer-wrapper ul li a {
  color: #dadae7;
  font-size: 1rem;
  font-weight: 400;
}
.footer .copy-right {
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
  color: #dadae7;
  text-align: center;
  padding-top: 20px;
}/*# sourceMappingURL=styles.css.map */