html, body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
      background-color: #ffffff;
	  background-image: url("bg.webp");
	  background-size: cover;
	  position: relative;
}
body::before{
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background: rgb(0 0 0 / 81%);
}
.wrap {
	position:relative;
	min-height:100%;
	background:#f9f9f9;
}
.abs {
	width:100px;
	height:100px;
	background:red;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.full-height {
  height: 100%;
  z-index: 1;
  position: relative;
}
.logo-sec img {
    width: 635px;
    margin: auto;
    /* margin-top: 150px; */
    margin-bottom: 40px;
    z-index: 1;
    position: inherit;
    display: block;
}
.logo-sec p {
    font-size: 50px;
    font-weight: 700;
    color: #dad3cb;
    /* z-index: 1; */
    position: relative;
    width: 100%;
    text-align: center;
    /* margin: revert-layer; */
    line-height: 50px;
}


@media screen and (max-width: 767px) {
  body {
    .logo-sec img {
		width: 335px;
	}
	.logo-sec p {
    font-size: 30px;
	}
  }
}