@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;
}

@font-face {
  src: url(Font/PPNeueMontreal-Book.otf);
  font-family: PPNeueMontreal-Book;
}

@font-face {
  src: url(Font/PPNeueMontreal-Medium.otf);
  font-family: PPNeueMontreal-Medium;
}

@font-face {
  src: url(Font/HelveticaNowDisplay-Regular.ttf);
  font-family: HelveticaNowDisplay-Regular;
}

* {
  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: #303235;
}

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: #fff;
  border-radius: 15px;
}

header ul li a:hover,
header ul li a.active
{
  background: #fff;
  color: #2b1055;
}

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;
}

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: #ffffff;
  font-size: 1.5em;
  z-index: 9;
  margin-top: 350px;
}

.sec {
  position: relative;
  padding: 100px;
  background: #1c1d1f;

}

.sec h2 {
  font-size: 3.5em;
  margin-bottom: 10px;
  color: #fff;

}

.sec p {
  font-size: 1em;
  color: #fff;
}


.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: #24262b;
  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%;
}

.TIT2 {
  float: left;
  margin-left: 100px;  
  font-family: Poppins-Light;
}

.lk {
  margin-right: 800px;
  text-align: justify;
  margin-bottom: 157px
}

.imgs2 {
  float:right;  
  margin-bottom: 300px;
  border-radius: 30px;
}

@media only screen and (max-width: 4000px) {
  .imgs2 {
    float:right;
    margin-right: 40px;
    margin-top: 10px;
    margin-left: 40px;
    height: 500px;
  }
}
 
@media only screen and (max-width: 1440px) {
  .imgs2 {
    float:right;
    margin-right: 40px;
    margin-top: 10px;
    margin-left: 40px;
    height: 300px;
    margin-bottom: 100px;
  }
}

@media(max-width: 1920) {
  .imgs2 {
    width: 70%;    
  }
}

.ad {
  margin-top: 50px;
}

.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);
  }
}