*{
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  
}
.content h2{
  font-size: 50px;
  padding-bottom: 0px;
}
.content h3{
  padding-bottom: 20px;
}
.content p{
  padding-bottom: 50px;
}
p{
  text-align: center;
  font-size: 23px;
  font-weight: 500; 
  margin: 30px;
}


.header{
  min-height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: linear-gradient(rgba(123, 105, 124, 0.244),rgba(88, 103, 107, 0.1)), url(images/File-37.JPG);
}

nav{
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(#000000, #000000f0,#00000096, #1a1a1a09);
  z-index: 100;  
}
nav img{
  margin-left: 20px;
  margin-right: 20px;
  width: 50px;;
  border-radius: 35px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.150));  
}
.logo-text{
  padding-top: 8px;
  color: white;
}

.nav-links{
  flex: 1;
  text-align: right;
}

.nav-links ul li{
  list-style: none;
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  position: relative;
}

.nav-links ul li a{
  color:rgb(255, 255, 255);
  text-decoration: none;
  font-size: 18px;
  padding-right: 25px;
  padding-left: 25px;
}

.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background: rgb(255, 255, 255);
  display: block;
  margin: auto;
  transition: 0.40s;
}

.nav-links ul li:hover::after{
  width: 65%;
}

.text-box{
  width: 70%;
  position: absolute;
  top:40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1{
  font-size: 80px;
  font-weight: 100;
  color: white;
  margin-top: 40px;
  margin-bottom: 20px;
  
}
.text-box p{
  font-size: 20px;
  color:white;
  margin-bottom: 80px;
}
.hero-btn{
  display: inline-block;
  align-self: center;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  margin-top: 10px;  
  padding: 20px 50px;
  background: transparent;
  position: relative;
  transition: 0.7s;
}
.hero-btn-black{
  display: inline-block;
  align-self: center;
  text-decoration: none;
  color: rgb(0, 0, 0);
  border: 1px solid black;
  margin-top: 10px;  
  padding: 20px 50px;
  background: transparent;
  position: relative;
  transition: 0.7s;
}

.hero-btn-black-absolute{
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-decoration: none;
  color: white;
  margin-top: 10px;  
  padding: 10px 20px;
  background: transpabrent;
  transition: 0.2s;
  z-index: 99;
}

.hero-btn-black-absolute:hover{
  color: rgb(0, 0, 0);
}

.hero-btn:hover{
  background-color: rgba(255, 255, 255, 0.203);
  color: white;
}
.hero-btn-black:hover{
  background-color:black;
  color: white;
}

nav .bi{
  display: none;
}

@media(max-width: 800px){
  p{
    font-size: 12px;
  }
  .text-box{
    width: 80%;
  }
  .text-box h1{
    font-size: 60px;
  }
  .nav-links ul li{
    display: block;
  }
  .nav-links ul li:hover::after{
    width: 20%;
  }
  .nav-links{
    position: absolute;
    background-color: rgb(0, 0, 0);
    height: 100vh;
    width: 100%;
    top: 0;
    right: -100%;
    text-align: center;    
    z-index: 100;
    padding-top: 10%;
    transition: 0.7s;

  }
  .nav-links ul li{
    padding: 20px;   
  }

  nav .bi{
    display: block;
    align-self: center;
    color: rgb(255, 255, 255);
    margin: 10px 50px;
    font-size: 20px;
    cursor: pointer;

  }
  .item:hover{
    box-shadow: 20px 20px 18px rgba(218, 165, 32, 0.0);
  }
  .header{
    background-image: linear-gradient(rgba(123, 105, 124, 0.244),rgba(88, 103, 107, 0.1)), url(images/File-38.JPG);

  }
  .carousel-caption h5{
    font-size: 20px;
    font-weight: 400;
  }
 
  .history{
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
  .pic{
    width: 80%;
  }
  .history p{
    margin: 0px;
  }
 
  
}

@media(max-width: 1400px){
  .carousel-inner{
    height: 120vh;
  }
  p{
    font-size: 18px;
  }
}

.content{  
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
  padding-top: 80px;
  padding-bottom: 100px;
}
.content h2{
  text-align: center;
  margin: 50px 0px;
}

.container{
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 100px;
  background-color: transparent; 
  gap: 10px;
}
.container.vertical{
  flex-direction: column;
  justify-content:space-around;
  height: auto;  
}
.item{
  display: flex;
  flex-direction: column;
  width: 350px;
  height: 350px;
  margin: auto;
  padding: 0px 40px;
  align-items:center;
  justify-content:center;  
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.21);
  border-radius: 0px; 
  transition: 0.25s;
  opacity: 1;
}

.show{
  opacity: 1;
}

.item h2{
  font-size: 22px;
  padding-bottom: 20px ;
}
.item:hover{
  background-color: black;
  box-shadow: 20px 20px 18px 10px 10px 12px rgba(0, 0, 0, 0.30);
}
.list{
  color: rgb(212, 171, 66);
  font-size: 48px;
}
.black{
  width: 100%;
  background-color: black;
  color: white;
}
.ombre{
  background: linear-gradient(175deg, black, #210000, #000000,rgb(21, 3, 20),black, black, #1f1902, black);
  color:white;
  padding-bottom: 200px;
}

.transparent{
  background-color: transparent;
  width: auto;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: none;
}

.transparent:hover{
  background-color: transparent;
  box-shadow: none;
}

.carousel-inner{
  height: 750px
}
.c-item{
  height: 100%;
  width: 80vw;

}
.c-image{
  height: 100%;
  object-fit: cover;
}
.carousel{
  width: 100%;
  margin-top: -100px;
}
.space{
  height: 170px;
  background-color: black;
}

.carousel-caption{
  display: flex;
  position: relative;
  flex-direction: column;
  align-items:center;
  justify-content:space-between;  
  height: 100%;
  
}

.carousel-caption h5{
  font-size: 80px;
  font-weight: 300;
  margin-top: 80px;
}

 .galery{
  height: auto;
  width: 90%;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 20px;
  background-color: transparent;
}

.g-element{
  width: 320px;
  height: 210px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.306);  
  z-index: 5;
}
.g-element:hover{
  z-index: 50;
}
.g-image{
  height: 100%;
  width: 100%;
  object-fit: cover;

  transition: transform 0.5s ease, box-shadow 1s;
  z-index: 5;
}
.g-image:hover{
  transform: scale(1.18);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.678);
  z-index: 50;
}
.big:hover{
  transform: scale(1.5);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.678);
  z-index: 50;
}


.c-history{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: center;
  flex-direction: row; 
  text-align: center; 
  top: 50%;
  gap: 30px;

}

.history{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  

}
.pic{
  width: 40%;
  padding-top: 40%;
  position: relative;

}
.h-picture{
  position: absolute;
  top: 5%;
  left: 0;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.555);
  background-size: cover;
}

.contact{
  height: 500px;
  width: 80%;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 10px 10px 50px rgba(214, 214, 214, 0.557);
  border: 0px solid black;
}