@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/PPNeueMontreal-Book.otf);
  font-family: PPNeueMontreal-Book;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: Poppins-Medium;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background: #fefefe;
}

body {
  min-height: 100vh;
  background: linear-gradient(#2b1055, #7597de);
  overflow-x: hidden;
  background: #2c2c2c;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  box-sizing: border-box;
}

header .logo {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: capitalize;
  letter-spacing: 2px;
  box-sizing: border-box;
}

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;
  box-sizing: border-box;
  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: #2c2c2c;

}

.sec h2 {
  font-size: 3.5em;
  margin-bottom: 10px;
  color: #fff;

}

.sec p {
  font-size: 1em;
  color: #fff;
  margin: 6px;
}   

    
  .nav-bar {
    height: 0;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 100vw;
    background: #11101b;
    transition: 0.5s;
    overflow: hidden;
  }
  .nav-bar.active{
    height: 450px;
  }
  .nav-bar ul {
    display: block;
    width: fit-content;
    margin: 80px auto 0 auto;
    text-align: center;
    transition: 0.5s;    
  }

  .nav-bar.active ul {
    opacity: 1;

  }
  .nav-bar ul li a {
    margin-bottom: 12px;
  }


.container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.card {
  width: 300px;
  height: 460px;
  margin: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}

.card-header {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-img {
  min-width: 100%;
  width: auto;
  height: 100%;
}

.card-body {
  height: 170px;
  padding: 16px;
  text-align: center;
  font-family: Poppins-Medium;
  color:rgb(0, 0, 0);
}

.card-local {
  font-size: 24px;
  margin: 10px 0;
}

.card-title {
  font-size: 25px;
  margin: 15px 0;
  font-family: NimbusSansNovusT-UltraLight;
  font-weight: bolder;
}

.card-text {
  font-size: 12px;
  width: 250px;
  margin: 0 auto;
}

.card-footer {
  margin-top: 10px;
  text-align: center;
  background-color: #000000;
}

.card-footer a {
  color: #fff;
  display: block;
  padding: 32px;
  text-decoration: none;
  font-family: Poppins-Medium;
  font-weight: 600;
}

.card:hover {
  transform: scale3d(1.1, 1.1, 1);
}

.Scrittazze {
  margin-top: 80px;  
  text-align: center;
  color: white;
}

.lmf {
  font-family: NimbusSansNovusT-UltraLight;
  font-weight: normal;
  font-size: 72px;
  color: white
}

.sec {
  font-family: PPNeueMontreal-Book;
  font-weight: bold;
  font-size: 30px;
}

.Scrittazze2 {
  margin-top: 80px;  
  text-align: center;
  color: white;
}

.sec2 {
  font-family: PPNeueMontreal-Book;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 80px;
}

.card-title {
  margin-top: 50px;
  
}

.imglmg {
  margin-top: 5px;
  margin-left: -2327px

}

.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%;
}

.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);
  }
}

 