* {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
}
/* navbar */
nav {
  background-color: rgb(63, 14, 82);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.logo {
  padding-left: 50px;
}
nav ul {
  display: flex;
  list-style: none;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, 10);
  gap: 70px;
  font-size: 20px;
  padding-right: 50px;
}
.after1,
.after2,
.after3 {
  position: relative;
}
.after1{
  color: rgb(230, 52, 141);
}
.after1::after {
  content: " ";
  position: absolute;
  top: 25px;
  left: 4px;
  width: 5px;
  height: 0px;
  background-color: rgb(221, 221, 221);
  transition: 0.3s;
}
.after2::after {
  content: " ";
  position: absolute;
  top: 25px;
  left: 4px;
  width: 5px;
  height: 0px;
  background-color: rgb(221, 221, 221);
  transition: 0.3s;
}
.after3::after {
  content: " ";
  position: absolute;
  top: 25px;
  left: 4px;
  width: 0px;
  height: 0px;
  background-color: rgb(221, 221, 221);
  transition: 0.3s;
}

.after1:hover::after {
  content: " ";
  position: absolute;
  left: 1px;
  width: 50px;
  height: 2px;
  background-color: rgb(221, 221, 221);
}
.after2:hover::after {
  content: " ";
  position: absolute;
  left: 1px;
  width: 50px;
  height: 2px;
  background-color: rgb(221, 221, 221);
}
.after3:hover::after {
  content: " ";
  position: absolute;
  left: 1px;
  width: 70px;
  height: 2px;
  background-color: rgb(221, 221, 221);
}
/* navbar /// */
/* background */
.background {
  background: linear-gradient(
    135deg,
    rgba(180, 124, 155, 1) 19%,
    rgba(156, 138, 148, 1) 50%,
    rgba(255, 120, 211, 1) 50%,
    rgba(255, 126, 120, 1) 80%
  );
  height: 100vh;
}

/* Background image */
.png_ img {
  height: 90vh;
  float: right;
  margin-right: vw;
  margin-top: 7vh;
}

/* Heading */
.text h2 {
  font-size: 40px;
  padding-left: 100px;
  padding-top: 50px;
  color: rgb(255, 62, 149);
  text-shadow: -2px 2px rgba(0, 0, 0, 10);
  font-weight: 600;
}

/* paragraph */
.text p {
  font-size: 17px;
  padding-left: 100px;
  padding-top: 50px;
  line-height: 25px;
  font-weight: 300;
}

/* button */
#btn {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  padding: 5px 20px;
  box-shadow: -4px -3px 0px rgba(0, 0, 1);
  border-radius: 10px;
  color: black;
  position: relative;
  top: 7vh;
  left: 100px;
  font-weight: 500;
}

#btn:hover,
#btn:active {
  box-shadow: inset 0px -2px 2px rgb(22, 22, 22);
}
/* stage 3 */
.stage_3 h2 {
  display: flex;
  font-size: 40px;
  justify-content: center;
  padding-top: 3vh;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 10);
}
.stage_3 h2::after {
  content: "";
  position: absolute;
  top: 64px;
  left: 46vw;
  width: 100px;
  height: 4px;
  background: red;
}
.stage_3 h5 {
  font-size: 25px;
  padding-left: 2vw;
  padding-top: 5vh;
}
.imagegallery {
  display: flex;
  justify-content: space-around;
  margin-top: -20vh;
  margin-left: 3vw;
}
.imagelibrary1 {
  height: 500px;
  padding-top: 25vh;
}
.imagelibrary1 img {
  height: 400px;
}
.imagelibrary1 h6 {
  font-size: 15px;
}
.imagelibrary1 p {
  font-size: 13px;
  padding-top: 5px;
}
.imagelibrary2 {
  height: 500px;
  padding-top: 25vh;
}
.imagelibrary2 img {
  height: 400px;
}
.imagelibrary2 h6 {
  font-size: 15px;
}
.imagelibrary2 p {
  font-size: 13px;
  padding-top: 5px;
}
.imagelibrary3 {
  height: 500px;
  padding-top: 25vh;
}
.imagelibrary3 img {
  height: 400px;
}
.imagelibrary3 h6 {
  font-size: 15px;
}
.imagelibrary3 p {
  font-size: 13px;
  padding-top: 5px;
}
span {
  color: red;
}
.s4_bg {
  background-image: url("./images/bg2.jpg");
  background-size: cover;
  height: 95vh;
  background-repeat: no-repeat;
  opacity: 0.6;
  position: absolute;
}
/* About us */
.stage3-contener {
  background-repeat: no-repeat;
  position: relative;
  height: 95vh;
}
.stage3-contener img {
  opacity: 65%;
  width: 100%;
  height: 95vh;
}
.s3-info {
  position: absolute;
  top: 100px;
}
.stage3-contener h1 {
  font-size: 60px;
  text-align: center;
  padding-top: -50px;
  position: relative;
}
.stage3-contener h1::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 46vw;
  width: 100px;
  height: 4px;
  background: red;
}
.stage3-contener p {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  padding: 0 150px;
  padding-top: 5vh;
}
/* Footer */
footer {
  background-color: rgb(104, 35, 194);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
footer img {
  height: 25px;
}