@font-face {
  src: url(Font/NimbusSansNovusT-UltraLight.ttf);
  font-family: NimbusSansNovusT-UltraLight;
  
}

@font-face {
  src: url(Font/Poppins-Medium.ttf);
  font-family: Poppins-Medium;
}

@font-face {
  src: url(Font/Poppins-Light.ttf);
  font-family: Poppins-Light;
}



* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: Poppins-Medium;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: linear-gradient(#2b1055, #7597de);
  overflow-x: hidden;
  background: #101120;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}

header .logo {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: capitalize;
  letter-spacing: 2px;

}

header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  list-style: none;
  margin-left: 20px;
}

header ul li a{
  text-decoration: none;
  padding: 6px 15px;
  color: rgb(255, 255, 255);
  border-radius: 15px;
}

header ul li a:hover,
header ul li a.active
{
  background: rgb(255, 255, 255);
  color: #3D5A73;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

section::before {
  content:'';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  
  z-index: 1000;
}

section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: brightness(65%);
}

section img #Plane {
  z-index: 10; 
}

#textt {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 6.5vw;
  z-index: 9; 
}

#btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.5em;
  z-index: 9;
  margin-top: 350px;
}

.sec {
  position:relative;
  padding: 100px;
  background: #101120;

}

.sec h2 {
  font-size: 3.5em;
  margin-bottom: 10px;
  color: #fff;

}

.sec p {
  font-size: 1em;
  color: #fff;
}

.lk {
  text-align: justify;
  max-width: 62ch;
  margin-bottom: 100px;
}

.container {
  display:block;
  float: right;
  align-items: center;
}

.container .card {
  position: relative;
  width: 600px;
  height: 400px;
  margin: 30px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur (5px);
}

.container .card .cont5 {
  padding: 20px;
  text-align: center;

  transition: 0.5s;
}

.container .card .cont5 h3 {
  margin-bottom: 40px;
}

.container .card .cont5 h3 {
  font-size: 1.8em;
  color: #fff;
  z-index: 1;  
}

.container .card .cont5 p {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.container .card .cont5 h2 {
  position: absolute;
  top: -30px;
  right: 30px;
  font-size: 8em;
  color: rgba(255,255,255,0.05);
  pointer-events: none;
}


  .Cont2 {
    max-width: 1170px;  
    margin:auto;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .ul2 {
    list-style: none;
  }
  
  .footer {
    background-color: #000000;
    padding: 70px 0;
  }
  
  .footer-col {
    width: 25%;
    padding: 0 15px;
  }
    
  .footer-col h4 { 
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  
  .footer-color h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
    
  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  
  .footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
  }
  
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  
  .footer-col .social-links a:hover {
    color: #000000;
    background-color: #ffffff;
  
  }
  @media(max-width: 767px) {
    .foother-col {
      width: 50%;    
      margin-bottom: 30px;  
    }
    
  }
  
  @media(max-width: 574px) {
    .foother-col {
      width: 100%;    
      margin-bottom: 30px;
    }
  }

  .sep {
    margin-bottom: 25px;
    opacity: 35%;
  }

  @media(min-width: 1800px) {
    .lk {
      max-width: 62ch;
    }

    #card2{
      margin-top: 186px;
    }
    
  }

  @media(min-width: 2400px) {
    .lk {
      max-width: 80ch;
      margin-bottom: 200px;
    }

    #card2{
      margin-top: 186px;
    }
    
  }

  @media(min-width: 3800px) {
    .lk {
      max-width: 105ch;
      margin-bottom: 200px;
    }

    #card2{
      margin-top: 186px;
    }
    
  }

  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 10000000000000000000;
  }
  
  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #303142;
    border-top-color: #101120;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
  }
  
  @keyframes loading {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }
  