* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}


.header {
  width: 100%;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: black;
  align-items: center;
  justify-content: space-around;
  height: 65px;

}

.B ul {

  display: flex;
  font-size: 1;
  font-weight: 700px;
  font-family: sans-serif
}

.B ul li {
  color: white;
  list-style: none;
  padding-right: 20px;
  cursor: pointer;

}

.p1 {
  margin-left: 600px;
  margin-top: -199px;
}
.p2{
  margin-left: 671px;
 

}

.maindiv2 {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.maindiv2-main {
  width: 70%;
  height: 1000px;
  margin-left: 15%;
  display: box;
}

.maindiv2-1 {
  color: black;
  margin-top: 336px;
  margin-bottom: 100px;
  font-size: 46px;
  margin-left: 426px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
}

.maindiv2-2 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.img-1 {
  width: 100%;
  height: 50%;
  display: flex;
  gap: 46px;
}

.img-1-1 {
  height: 100%;
  width: 50%;

}

.img-1-1 img {
  width: 442.8px;
  height: 295.2px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  margin-left: 35px;
}

.img-1-1 img:hover {
  cursor: pointer;
}

.img-1-1 p {
  color: #606060;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  text-align: center;
  margin-top: 14px;
  margin-left: -14px;
}

.img-1-2 img {
  width: 442.8px;
  height: 295.2px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.img-1-2 img:hover {
  cursor: pointer;
}

.img-1-2 p {
  color: #606060;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  text-align: center;
  margin-top: 14px;
  margin-left: -14px;

}

.img-2 {
  width: 100%;
  height: 50%;
  display: flex;
  gap: 101px;
}

.img-2-1 {
  height: 100%;
  width: 50%;
}

.img-2-1 img {
  width: 442.8px;
  height: 295.2px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  margin-left: 35px;
}

.img-2-1 img:hover {
  cursor: pointer;
}

.img-2-1 p {
  color: #606060;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  text-align: center;
  margin-top: 14px;
  margin-left: -14px;
}

.img-2-2 {
  height: 100%;
  width: 50%;


}

.img-2-2 img {
  width: 442.8px;
  height: 295.2px;
  object-fit: cover;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.img-2-2 img:hover {
  cursor: pointer;
}

.img-2-2 p {
  color: #606060;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  text-align: center;
  margin-top: 14px;
  margin-left: -14px;
}

.maindiv3{
  display: flex;
  width: 100%;
  
}
.maindiv-3-1{
  padding-left: 250px;
  width: 50%;
}
.maindiv3-2{
  width: 50%;

}
#idol{
  margin-left: 52px;
}
.head-text{
  margin-top: -300px;
  font-size: 40px;
}

.footer{
  height: 80vh;
  background-color: black;
  display: flex;
}

.footer h3{
  color: white;
  font-size: 15px;
  font-weight: 100;
  padding-left: 200px;
}
.footer a{
  font-size: 20px;
  color: white;

}
.footer-left{
  padding:10px;
}
.right {
  
  margin-top: 100px;
  padding-left: 150px;
}
.right h1{
  color: white;
  font-size: 50px;
  padding-bottom: 2px;
}
.right p{
  color: white;
  padding-bottom: 25px;
}
.right button{
  background-color: white;
  padding: 9px 20px;
  border: 0;
  border-radius: 3px;
}
.right button:hover{
  background-color: black;
  border: 1px solid white;
  color: white;
}
.down{
  padding-top: 200px;
}
.last-footer{
  height: 50px;
  background-color: black;
  color: white;
  text-align: center;
}







