:root {
  --bs-font-sans-serif: "Inter Tight", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
}

body {
  font-family: "Inter Tight", sans-serif;
}

.rounded-6 {
  border-radius: 36px !important; /*10rem*/
}

.blue {
  color: #1084FF;
}

.green {
  color: #23D975;
}

/* swipejs slider */
.prev-next {
  min-height: 46px;
  padding-top: 30px;
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: " "; /* Removes the default arrow icons */
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  top: 10px;
  left: 10px;
}

.swiper-button-prev {
  margin-left: -10px;
}

.swiper-button-next,
.swiper-button-prev {
  display: inline-block;
  position: relative;
  background: #1D1E20; /* Removes background */
  border: none; /* Removes borders */
  color: #000; /* Sets custom color */
  width: 46px; /* Custom width */
  height: 46px; /* Custom height */
  border-radius: 99px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #494b50;
}

.swiper-button-next::after {
  background-image: url("../images/next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg); /* Flip for previous button */
}

.swiper-button-prev::after {
  background-image: url("../images/next.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contentWhite .swiper-button-next,
.contentWhite .swiper-button-prev {
  background: #f4f4f4;
}

.contentWhite .swiper-button-next:hover,
.contentWhite .swiper-button-prev:hover {
  background: #eee;
}

.contentWhite .swiper-button-next::after {
  background-image: url("../images/next-black.svg");
}

.contentWhite .swiper-button-prev::after {
  background-image: url("../images/next-black.svg");
}

#skype {
  background: linear-gradient(to bottom, #0C69FF 0%, #00A6FF 27%, #fff 100%);
}
#skype .galaxy {
  background: url(../images/galaxy.png) no-repeat center 118px;
}
#skype .inner {
  max-width: 795px;
  margin: 0 auto;
  padding-top: 20px;
}
#skype nav .container {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 166, 255, 0.5);
  border-radius: 36px;
}
#skype nav .container .navbar-nav {
  justify-content: space-between;
}
#skype nav li a {
  padding: 1rem 0;
  color: #fff;
  font-weight: 550;
}
#skype nav li .download {
  background-color: #fff;
  color: #000;
  padding: 1rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
}
#skype nav .logo {
  outline: none;
}
#skype .line1 {
  margin: 6rem 0 2.5rem;
  color: #fff;
  font-weight: 500;
}
#skype .line1 p {
  margin: 0;
}
#skype .line1 img {
  padding-top: 0.4rem;
}
#skype .line1 .small {
  font-size: 12px;
}
#skype .line1 .txt {
  font-size: 20px;
  margin: -0.4rem 0.8rem;
}
#skype .line2 {
  color: #fff;
  font-size: 20px;
}
#skype .line2 h1 {
  font-size: 84px;
  font-weight: 750;
  line-height: 0.9;
  margin: 0 0 1.75rem;
}
#skype .line2 .btn-cta {
  margin: 3rem 0 5rem;
}
#skype .line2 .btn-cta a {
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  padding: 0.7rem 1rem;
}
#skype .line2 .btn-cta .btn-download {
  background-color: #fff;
  color: #000;
  border-radius: 2rem;
  margin-right: 1rem;
}
#skype .line2 .btn-cta .btn-watch-demo {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(158, 218, 251, 0.5);
  border-radius: 2rem;
}
#skype .phone-bg {
  min-height: 882px;
  background: url(../images/phone-desktop.png) no-repeat top center;
}

#whiteCloud {
  background: url(../images/bg-cloud-desktop.jpg) no-repeat bottom center;
  padding: 240px 0 0;
  min-height: 640px;
}
#whiteCloud p {
  font-size: 48px;
  font-weight: 650;
}

#mainContentWhite {
  background-color: #FAFAFA;
  padding: 160px 0;
}
#mainContentWhite .heading {
  padding: 0 0 60px;
}
#mainContentWhite .heading h2 {
  font-size: 48px;
  font-weight: 700;
}
#mainContentWhite .heading .txt {
  font-size: 16px;
  color: #09090B;
  font-weight: 600;
}
#mainContentWhite .rounded-5 {
  min-height: 640px;
  padding: 40px 40px 0;
  color: #ddd;
  font-size: 20px;
}
#mainContentWhite .rounded-5 p > span {
  font-weight: 700;
  color: #fff;
}
#mainContentWhite .feature1 {
  background: url(../images/feature1.jpg) no-repeat top center;
  background-size: cover;
}
#mainContentWhite .feature2 {
  background: url(../images/feature2.jpg) no-repeat top center;
  background-size: cover;
}
#mainContentWhite .feature3 {
  background: rgb(247, 247, 247) url(../images/feature3.jpg) no-repeat bottom left;
  background-size: min(600px, 50vw);
  min-height: 480px;
  padding-left: 55%;
  padding-right: 5%;
  border: 1px solid #e0e0e0;
  color: #555;
  font-size: 18px;
}
#mainContentWhite .feature3 h3 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 196px;
}
#mainContentWhite .feature4 {
  background: url(../images/feature4.jpg) no-repeat top center;
  background-size: cover;
}
#mainContentWhite .feature5 {
  background: url(../images/feature5.jpg) no-repeat top center;
  background-size: cover;
}

#mainContentBlack {
  background-color: #0A0B0C;
  padding: 160px 0;
  color: #fff;
}
#mainContentBlack .heading {
  padding: 0 0 60px;
}
#mainContentBlack .heading h2 {
  font-size: 48px;
  font-weight: 700;
}
#mainContentBlack .heading .txt {
  font-size: 16px;
}
#mainContentBlack .rounded-5 {
  min-height: 640px;
  padding: 40px 40px 0;
  color: #ddd;
  font-size: 20px;
}
#mainContentBlack .rounded-5 p > span {
  font-weight: 700;
  color: #fff;
}
#mainContentBlack .feature2-1 {
  background: url(../images/feature2-1.jpg) no-repeat top center;
  background-size: cover;
}
#mainContentBlack .feature2-2 {
  background: url(../images/feature2-2.jpg) no-repeat top center;
  background-size: cover;
}
#mainContentBlack .feature2-3 {
  background: url(../images/feature2-3.jpg) no-repeat top center;
  background-size: cover;
}
#mainContentBlack .feature2-4 {
  background: url(../images/feature2-4.jpg) no-repeat top center;
  background-size: cover;
}
#mainContentBlack .sliding {
  margin-top: 150px;
  padding-top: 150px;
}
#mainContentBlack .pilotSays .swiper-slide {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../images/pilot-says.jpg) no-repeat top center;
  background-size: cover;
  min-height: 520px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
#mainContentBlack .pilotSays .swiper-slide h4 {
  color: #a0a0a0;
  margin-bottom: 5px;
}
#mainContentBlack .pilotSays .swiper-slide h4 span {
  color: #fff;
}
#mainContentBlack .pilotSays .swiper-slide p {
  color: #eaeaea;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
#mainContentBlack .pilotSays .swiper-slide p:last-child {
  margin-bottom: 0;
}

#FAQ {
  padding: 160px 0;
}
#FAQ .heading {
  position: relative;
  min-height: 380px;
}
#FAQ .heading h2 {
  font-size: 48px;
  font-weight: 700;
}
#FAQ .heading p {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#FAQ .accordion-header {
  border: none;
}
#FAQ .accordion-header .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #000;
}
#FAQ .accordion-header .accordion-button {
  border-radius: 20px;
  border: none;
  font-weight: 700;
  padding: 1.5rem 1.5rem;
  font-size: 18px;
  color: #676767;
}
#FAQ .accordion-item {
  border-radius: 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
#FAQ .accordion-body {
  padding-top: 0;
  font-size: 14px;
}

#ctaBottom {
  margin: 40px auto;
}
#ctaBottom .container .col {
  background: #0073E6 url(../images/bg2.png) no-repeat top right;
}
#ctaBottom .container .col > div {
  padding: 80px 80px 0;
  color: #fff;
}
#ctaBottom .container .col > div h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
#ctaBottom .container .col > div p {
  font-size: 14px;
  padding-bottom: 40px;
}
#ctaBottom .container .col > div .btn-cta a {
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  padding: 0.7rem 1rem;
}
#ctaBottom .container .col > div .btn-cta .btn-download {
  background-color: #fff;
  color: #000;
  border-radius: 2rem;
  margin-right: 1rem;
}
#ctaBottom .container .col > div .btn-cta .btn-watch-demo {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(158, 218, 251, 0.5);
  border-radius: 2rem;
}

#footer {
  padding-top: 160px;
}
#footer .newsletter h4 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
}
#footer .newsletter p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
#footer .newsletter input {
  border: 1px solid #EFEFEF;
  border-radius: 36px;
  padding: 10px 15px;
}
#footer .newsletter button {
  border-radius: 36px;
  padding: 10px 30px;
  background: #000;
  color: #fff;
}
#footer .links h3 {
  font-size: 14px;
  color: #B2B2B2;
  margin-bottom: 10px;
}
#footer .links ul {
  padding-left: 0;
}
#footer .links ul li {
  list-style: none;
  margin-bottom: 10px;
}
#footer .links ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
#footer .bottom {
  font-size: 13px;
  color: #939393;
  line-height: 40px;
  padding-top: 50px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 150px;
}
#footer .bottom img {
  margin-left: 10px;
}

/* Metar page */
#metarPage {
  background: linear-gradient(to bottom, #0C69FF 0%, #00A6FF 27%, #fff 100%);
  height: 100vh;
}
#metarPage .navbar {
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 166, 255, 0.5);
}
#metarPage .navbar .container .download {
  background-color: #fff;
  color: #000;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
#metarPage .navbar .container ul li a {
  color: #fff;
}
#metarPage .CTA {
  height: 75vh;
  margin-top: 5vh;
  justify-content: center;
  text-align: center;
}
#metarPage .content {
  color: #fff;
  font-size: 20px;
}
#metarPage .content h1 {
  font-size: 84px;
  font-weight: 750;
  line-height: 0.9;
  margin: 0 0 1.75rem;
}
#metarPage .content .white {
  padding: 25px;
  margin-top: 25px;
  color: #000;
  background: #fff;
  text-align: left;
}
#metarPage .content .white .label {
  padding: 4px 12px;
  background-color: #F8F8FA;
  border: 1px solid #EAEAEA;
  display: inline-block;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#metarPage .content .white .label.vfr {
  background-color: #259A46;
  color: #fff;
  border-color: #1e7e34;
}
#metarPage .content .white .label.mvfr {
  background-color: #569AFF;
  color: #fff;
  border-color: #3b7ad8;
}
#metarPage .content .white .label.ifr {
  background-color: #B13434;
  color: #fff;
  border-color: #8c2626;
}
#metarPage .content .white .label.lifr {
  background-color: #AD327C;
  color: #fff;
  border-color: #8a2560;
}
#metarPage .content .white .label.nocat {
  background-color: #CECECE;
  color: #fff;
  border-color: #b5b5b5;
}
#metarPage .content .white .code {
  font-size: 18px;
  font-weight: 600;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
#metarPage .content .white .download {
  background: #3068FA;
  padding: 20px 20px 0 260px;
  border-radius: 26px;
}
#metarPage .content .white .download p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#metarPage .content .white .download img {
  margin-left: -10px;
}


#whiteNav .navbar {
  padding: 0.5rem;
  border: 1px solid #dedede;
}
#whiteNav .navbar .container .download {
  background-color: #3068FA;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
#whiteNav .navbar .container ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

/* Bootstrap can't touch this */
@media (max-width: 1022.98px) {
  #skype .background {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 166, 255, 0.5);
    border-radius: 30px;
    justify-content: space-between !important;
  }
  #skype nav .container {
    background: none;
    border: none;
  }
  #skype nav .container ul {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 166, 255, 0.5);
    border-radius: 30px;
    padding: 20px;
    margin-top: 10px;
  }
  #skype nav .container ul .download {
    text-align: center;
    margin-top: 10px;
  }
  #skype nav .container ul li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  #skype .line1 .txt {
    font-size: 14px;
  }
  #skype .line2 h1 {
    font-size: 44px;
  }
  #skype .line2 p {
    font-size: 16px;
  }
  #skype .line2 .btn-cta {
    padding: 0 20px;
  }
  #skype .line2 .btn-cta .btn-download {
    margin: 0 0 1rem 0;
  }
  #skype .phone-bg {
    min-height: 503px;
    background: url(../images/phone-mobile.png) no-repeat top center;
  }
  #whiteCloud {
    background: url(../images/bg-cloud-mobile.jpg) no-repeat top center;
    min-height: 500px;
    padding-bottom: 2rem;
  }
  #whiteCloud p {
    font-size: 32px;
    margin-bottom: 0;
  }
  #mainContentWhite .heading h2 {
    font-size: 36px;
  }
  #mainContentWhite .feature3 {
    padding-left: 5%;
    background-size: min(600px, 100vw);
  }
  #mainContentWhite .feature3 h3, #mainContentWhite .feature3 p {
    background: rgb(255, 255, 255);
    box-shadow: 0 5px 15px 10px #fff;
    padding: 10px;
  }
  #mainContentBlack {
    padding: 60px 0;
  }
  #mainContentBlack .heading h2 {
    font-size: 36px;
  }
  #FAQ {
    padding: 60px 0;
  }
  #FAQ .heading {
    min-height: auto;
  }
  #FAQ .heading h2 {
    font-size: 32px;
  }
  #FAQ .heading p {
    position: static;
  }
  #ctaBottom {
    margin: 30px auto;
  }
  #ctaBottom .container .col {
    background: #0073E6;
  }
  #ctaBottom .container .col > div {
    padding: 20px 20px 10px;
  }
  #ctaBottom .container .col > div h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #ctaBottom .container .col > div p {
    padding-bottom: 0;
  }
  #ctaBottom .container .col > div .btn-cta a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  #footer {
    padding-top: 30px;
  }
  #metarPage {
    background: linear-gradient(to bottom, #0C69FF 0%, #00A6FF 100%);
    height: auto;
  }
  #metarPage .CTA {
    height: auto;
    padding: 60px 20px;
  }
  #metarPage .CTA h1 {
    font-size: 36px;
  }
  #metarPage .CTA p {
    font-size: 14px;
  }
  #metarPage .CTA .content .label,
  #metarPage .CTA .content .code {
    font-size: 16px;
  }
  #metarPage .CTA .content .white .download p {
    font-size: 14px;
  }
  #metarPage .CTA .content .white .download {
    padding: 20px;
  }
  .background {
    width: 100%;
  }
  .background .navbar-toggler {
    color: #000;
    background: #fff;
    border-radius: 90px;
    float: right;
    height: 44px;
    width: 44px;
    margin: 5px 5px 0 0;
  }
  .background .navbar-toggler .navbar-toggler-icon {
    height: 1rem;
    width: 1rem;
  }
  .background .navbar-toggler:focus-visible,
  .background .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
}

/* Premium Video Modal styling */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.video-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1052;
}

.video-modal.active .video-modal-content {
  transform: scale(1);
}

.video-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
  z-index: 1055;
}

.video-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.video-modal-close:active {
  transform: scale(0.95);
}

.video-modal-body {
  padding: 0;
}

.iframe-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
