*{
  margin: 0px;
  padding: 0px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-decoration: none;
  /* width: 80%; */
  /* margin-inline: 40px; */
  /* align-items: center; */
  /* display: flex; */
}

#hearder{
  position: sticky;
}

header{
  box-shadow: 0px 5px 10px rgb(220, 220, 220);
  /* border-bottom: 2px solid green; */
  position: sticky;

}



.nav{
  display: flex;
  justify-content: center;
  /* gap: 500px; */
  /* background-color: rgba(173, 201, 173, 0.798); */
  width: 100%;
  height: 100px;
  /* margin-top: 100px; */
  align-items: center;
  position: relative;
  color: black;
  /* position: static; */
  background-color: white;
}

#nav-logo{
  height: 100%;
  width: auto;
}

.nav a{
  color: black;
  /* font-size: 20px; */
}
.nav-logo{
  color: black;
  font-weight: 600;
}
.nav-logo{
  right: 250px;
  position: relative;
  font-size: 30px;
  margin-left: 40px;
}


.login{
  left: 200px;
  position: relative;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  border: 2px solid green;
  font-size: 20px;
  background-color: lightgreen;
}
.nav-item{
  gap: 50px;
  position: relative;
  display: flex;
  /* justify-content: space-between; */
}
.nav-item a{
  font-size: 20px;
}
.nav-link:hover{
  color: rgb(86, 95, 102);
}




/* middle */

.middle{
  display: flex;
  margin-top: 50px;
  justify-content: center;
  margin-inline: 20px;
  gap: 40px;

}
.left-div{
  right: 20px;
  position: relative;

}
.left-div h2{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 60px;
  color: rgb(109, 106, 106);

}
.left-left-div{
  border: 1px solid rgb(106, 100, 100);
  /* margin-left: 50px; */
  border-radius: 10px;
  top: 20px;
  position: relative;
  font-size: 20px;
  width: 600px;
  left: 30px;
  height: 600px;

}
.left-left-div h3{
  font-family: 'Times New Roman', Times, serif;
  color: grey;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 30px;

}
.gifs{
  /* display: flex; */
  width: 500px;
  height: 700px;
  /* flex-wrap: wrap; */
  position: relative;
  /* justify-content: center; */
  /* display: flex; */
}
.up-div{
  display: flex;
  justify-content: center;
  gap: 20px;
  top: 20px;
  position: relative;
  left: 50px;
  margin-bottom: 100px;
  margin-top: 20px;

}
.down-div{
  display: flex;
  justify-content: center;
  gap: 20px;
  top: 40px;
  position: relative;
  left: 50px;

}
.box:hover{
  border: 3px solid black;
  width: 150px;
  height: 120px;
  border-radius: 10px;
  scale: 1.1;
  overflow: hidden;

}
.img1{
  position: relative;
  height: 800px;
  width: 600px;
  border-radius: 30px;
  box-shadow: 10px 10px 10px rgba(128, 128, 128, 0.519), -10px -10px 10px rgba(128, 128, 128, 0.519);
}
.img1 img{
  height: max-content;
  width: 100%;
}
#collage{
  height: fit-content;
  border-radius: 15px;
  /* border-radius: 30px; */


}
#box1:hover{
  overflow: hidden;
}
#box1 img{
  /* position: relative; */
  width: 150px;
  height: 120px;
  border-radius: 10px;


}
#box2 img{
  /* position: relative; */
  width: 150px;
  height: 120px;
  border-radius: 10px;

}
#box3 img{
  /* position: relative; */
  width: 150px;
  height: 120px;
  border-radius: 10px;

}
#box4 img{
  /* position: relative; */
  width: 150px;
  height: 120px;
  border-radius: 10px;

}
#box5 img{
  /* position: relative; */
  width: 150px;
  height: 120px;
  border-radius: 10px;

}
#box6 img{
  /* position: relative; */
  width: 150px;
  height: 120px;
  border-radius: 10px;

}









/* new css  add bye me*/

.form-container{
  position: absolute;
  width: 100%;
  max-width: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 5px rgba(6, 6, 6, 0.36);
}

.form_close{
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgb(48, 46, 46);
  font-size: 22px;
  cursor: pointer;


}
.form-container h2{
  font-size: 22px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

.input-box{
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 40px;

}
.input-box input{
  height: 100%;
  width: 250px;
  border: none;
  padding: 0 30px;
  color: #333;
  outline: none;
  border-bottom: 1.5px solid rgb(52, 49, 49);
}
.input-box i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
i.email,
i.password{
  right: 295px;
}
i.pw_hide{
  left: 90%;
}

#lisb{
  width: 100%;
  border: none;
  box-shadow: 2px 2px rgb(54, 213, 54);
  background-color: lightgreen;
  font-size: 25px;
  margin-bottom: 30px;

}

#login_signup{
  display: flex;
  justify-content: center;
  /* align-content: center; */
  width: 100%;
  /* background-color: aqua; */
}








/* carousel css */
.carousel-container {
  width: 80%;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.carousel-item img {
  width: 75%;
  height: 300px;
  border-radius: 10px;
}

.carousel-content {
  margin-top: 20px;
}

.carousel-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.carousel-content p {
  font-size: 16px;
  color: #555;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  background: transparent;
  border: none;
  color: #333;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}







/* footer */
.footer{
  width: 100%;
  /* padding-top: 200px; */
  margin-top: 200px;
  height: 650px;
  background-color: rgba(226, 216, 216, 0.321);
  position: relative;
}
.logo{
  display: flex;
  flex-direction: column;
  margin-bottom: -200px;
  margin-left: 30px;
  justify-content: center;
}


.four-div{
  display: flex;
  justify-content: center;
  gap: 107px;
  /* border: 1px solid black; */

}
.div{
  width: 250px;
  height: 400px;
  /* border: 1px solid red; */
  /* padding-top: 100px; */
  margin-top: 20px;
}


/*  */
.div{
  position: relative;


}
.div h4{
  font-size: 30px;
  /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  font-weight: 350;

}
.links{
  position: relative;
  font-size: 20px;
  /* gap: 10px; */
}
.links a:hover{
  text-decoration: none;
  color: rgb(191, 191, 221);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.l{
  /* border: 1px solid red; */
  margin-top: 10px;

}


#img1{
  height: 60px;
}
#img2{
  height: 110px;
  padding-top: 20px;
}

.copyright{
  text-align: center;
  padding-top: 20px;
}



