@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --clr-light: #FAFAFA;
    --accent-color: #006FCF;
  --blue-color: #0178d0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
  .logo img {
        width: 170px;
        /* position: absolute; */
        /* top: 2px;
        left: 103px; */
        }
.container-fluid:before{
    display: none !important;
    content: " ";
} 
.container-fluid:after{
    display: none !important;
    content: " ";
}
.navbar:after, .navbar:before{
    display: none !important;
    content: " ";
}
/* body {
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
} */

header  ul {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
 position: fixed;
  top: 0px;
  /* background-color: var(--clr-bg-header); */
  width: 100%;
  z-index: 1000;
  /* background-color: #fff; */
  /* background: linear-gradient(90deg,rgba(49, 158, 205, 1) 30%, rgba(0, 104, 194, 1) 76%);
  border-bottom: 1px solid var(--accent-color); */
  
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 3px 0px 5px 0px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background: #ffffffa6;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0) 0px 1px 2px;
}
 .sticky {
    padding: 3px 0px 5px 0px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.airline-header{
    display: flex;
    align-items: center;
    padding: 8px 0px;

}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 130, 95, 0.5);
}

/*  */

.logo-container {
  flex: 1;
  display: flex;
  align-items: center;
}

.nav-btn {
  flex: 2;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.nav-links {
  flex: 2;
}

.log-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.logo {
  color: var(--clr-light);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 3rem;
}

.logo span {
  font-weight: 300;
}

.btn {
  display: inline-block;
  /* padding: .5rem 1.3rem; */
  /* font-size: .8rem; */
  border: 2px solid var(--clr-light);
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  transition: .3s;
  text-transform: capitalize;
}

.btn.solid,
.btn.transparent:hover {
  background-color: var(--clr-light);
  color: var(--clr-btn);
}

.btn.transparent,
.btn.solid:hover {
  background-color: transparent;
  color: var(--clr-light);
}

.nav-links > ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
}

.nav-links{
  .inner-nav {
    width: 70%;
        /* background-color: #fff; */
        /* margin-left: 40px; */
        padding: 10px 8px;
        backdrop-filter: blur(10px);
        border-radius: 40px;
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
      ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-bottom: 0px;
      }
  }
}
.auth-buttons{
  .login-btn {
      margin-left: 15px;
      width: 120px;
      padding: 10px 20px;
      border-radius: 30px;
      border: none;
      cursor: pointer;
      font-weight: 500;
      font-size: 16px;
      color: #fff !important;
      text-transform: capitalize;
      border: 1px solid #0c69be !important;
      background: #0c69be;
      a{
          color: #fff !important;
      }
  }
  .sign-up-btn {
      margin-left: 15px;
      width: 120px;
      padding: 10px 20px;
      border-radius: 30px;
      border: none;
      cursor: pointer;
      font-weight: 500;
      font-size: 16px;
      color: #fff !important;
      text-transform: capitalize;
      border: 1px solid #0c69be !important;
      background: #fff;
    a{
          color: #0c69be !important;
      }
}
} 
.nav-link {
  position: relative;
    /* &::before{
        content: '';
        position: absolute;
        right: -17px;
        top: 50%;
        transform: translateY(-50%);
        height: 16px;
        width: 1.5px;
        background-color: #7a7a7a;
    } */
}
.nav-link > a  img{
  width: 35px !important;
}
.nav-link > a {
    line-height: 3rem;
    color: #000;
    padding: 0 .5rem;
    letter-spacing: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    position: relative;
  
}
.nav-link{
  &:nth-child(3){
  &::before{
          display: none;
        }
        
    }
}
.nav-link > a > i {
  margin-left: .2rem;
}

.nav-link:hover > a {
  transform: scale(1.1);
  color: var(--accent-color);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.dropdown ul {
  position: relative;
}

.dropdown-link > a {
  display: flex;
  background-color: var(--clr-light);
  color: var(--clr-dropdown);
  padding: .5rem 1rem;
  font-size: .9rem;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

.dropdown-link:hover > a {
  background-color: var(--clr-dropdown);
  color: var(--clr-light);
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: var(--clr-light);
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow {
  background-color: var(--clr-dropdown);
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover>.dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: var(--accent-color);
  position: relative;
  z-index: 1001;
  transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: var(--accent-color);
  border-radius: 3px;
  transition: .5s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 920px) {
  .hamburger-menu-container {
    display: flex;
  }

  #check {
    display: block;
  }

  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 9rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* background: linear-gradient(90deg,rgba(49, 158, 205, 1) 30%, rgba(0, 104, 194, 1) 76%); */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .65s;
  }

  #check:checked ~ .nav-btn {
    transform: translateX(0);
  }

  #check:checked ~ .nav-btn .nav-link,
  #check:checked ~ .nav-btn .log-sign {
    animation: animation .5s ease forwards var(--i);
  }

  .nav-links {
    flex: initial;
    width: 100%;
  }

  .nav-links > ul {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    opacity: 0;
    transform: translateY(15px);
  }

  .nav-link > a {
    line-height: 1;
    padding: 1.6rem 2rem;
    justify-content: left;
  }

  .nav-link:hover > a {
    transform: scale(1);
    background-color: #f0f0f0;
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: var(--clr-dropdown-hov);
    display: none;
  }

  .nav-link:hover > .dropdown,
  .dropdown-link:hover>.dropdown {
    display: block;
  }

  .nav-link:hover > a > i,
  .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }

  .dropdown-link > a {
    background-color: transparent;
    color: var(--clr-light);
    padding: 1.2rem 2rem;
    line-height: 1;
  }

  .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
    z-index: 1;
    background-color: var(--clr-btn);
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: .5s;
  }

  .nav-link:hover .arrow {
    background-color: var(--clr-nav-hover);
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover > a {
    background-color: var(--clr-dropdown-link-hov);
  }

  .dropdown-link:first-child:hover ~ .arrow {
    background-color: var(--clr-nav-hover);
  }

  .nav-link > a > i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: .7s;
  }

  .log-sign {
    flex: initial;
    width: 100%;
    padding: 1.5rem 1.9rem;
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(15px);
  }
}

@media (max-width:1024px) {
  .nav-links {
    .inner-nav {
        width: 90%;
    }
}

  .airline-header{
    padding: 15px 15px !important;
  }
  .logo img {
    width: 140px;
  }
  .nav-btn{
    /* justify-content: start !important; */
    align-items: end;
  }
  .nav-links > ul {
    gap: 16px;
    margin-bottom: 0px;
  }
  .auth-buttons {
      margin-left: 26px;
      margin-top: 10px;
  }
}
@media (max-width:768px) {
    .nav-links {
    & .inner-nav {
      margin-left: 0px;
        ul {
            display: block;
            justify-content: center;
            align-items: center;
            gap: 30px;
            margin-bottom: 0px;
        }
    }
}
  .airline-header{
    padding: 15px 15px !important;
  }
  .logo img {
    width: 140px;
  }
  .nav-btn{
    justify-content: start !important;
    align-items: start;
  }
  .nav-links > ul {
    gap: 0px;
    margin-bottom: 0px;
  }
  .auth-buttons {
      margin-left: 26px;
      margin-top: 10px;
  }
}
@media (max-width:576px) {
  .nav-link > a {
    justify-content: left;
}
  .airline-header{
    padding: 15px 15px !important;
  }
  .logo img {
    width: 140px;
  }
  .nav-btn{
    justify-content: start !important;
    align-items: start;
  }
  .nav-links > ul {
    gap: 0px;
    margin-bottom: 0px;
  }
  .auth-buttons {
      margin-left: 26px;
      margin-top: 10px;
  }
  .nav-links {
    & .inner-nav {
      margin-left: 0px;
        ul {
            display: block;
        }
    }
}
}

.circle{
    position: absolute;
    right: 0;
    top: -150px;
    background-image: url(./img/home/bg-right-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    width: 570px;
}
.circle2{
    position: absolute;
    left: 45%;
    top: 30px;
    background-image: url(./img/home/left-side-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 410px;
    width: 340px;
}
.beforr-left-side{
    position: absolute;
    left: -70px;
    top: 50%;
    background-image: url(./img/home/before-left-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 200px;
}