/* * {
  font-size: 0;
  padding: 0;
  margin: 0;
} */

.wrap {
  width: 100%;
  height: 100vh;
  background-image: url('../images/back.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 720px) {
  .wrap {
    background-size: auto 100%;

  }
}

.box {
  width: 100%;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box .logo {
  width: 80%;
  max-width: 700px;
}

.box .btn {
  width: 65%;
  max-width: 400px;
  margin-top: 40px;
  cursor: pointer;
}

.box .n1 {
  width: 50%;
  max-width: 400px;
  margin-top: 30px;
  cursor: pointer;
}

/* .logo{
			width: 80%;
			max-width: 500px;
			position: absolute;
			top: 20%;
			left: 50%;
			transform: translateX(-50%);
		}
		.btn{
			width: 50%;
			max-width: 400px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform:translate(-50%,-50%)
		} */