.home-bg-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgb(255, 167, 117);
    background: linear-gradient(180deg, rgba(255, 167, 117, 1) 0%, rgba(245, 245, 245, 0.8995973389355743) 100%);
    overflow: hidden;
}

.home-bg-wrapper img {
    width: 100%;
    height: 100%;
    opacity: .2;
}

.home-bg-overlay {
    width: 100%;
    height: 100%;
    background: #000000d2;
}




.homepage-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0a0a248a;
    padding: 0rem 2rem;
    border-radius: 2rem;
    backdrop-filter: blur(10px);
    margin: 1.2rem 0;
    box-shadow: #0a0a248a 0px 5px 15px;
}

.homepage-msg {
    text-align: center;
}

.homepage-msg p ,.homepage-msg-title-mobile p{
    /* color: #f1f1f1; */
    margin: 0;
    font-weight: 500;
    letter-spacing: 3px;
}

.homepage-msg-title-mobile {
    text-align: center;
}

.homepage-msg-title h1 {
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    color: #f1f1f1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.58);
}

.homepage-admin-btn {
	position: fixed;
	right: 2rem;
	top: 2.5rem;
	z-index: 1;
	display: flex;
	justify-content: center;
    transition: .4s ease;
	align-items: center;
}

.logout-admin {
	position: fixed;
	right: 2rem;
	top: 2.5rem;
	z-index: 1;
	display: flex;
	justify-content: center;
    transition: .4s ease;
	align-items: center;
}

.logout-admin::before {
	content: "Logout?";
	position: absolute;
	left: -4.5rem;
	font-family: Poppins;
	color: white;
	display: none;
    opacity: 0;
    transition: .4s ease;
}

.logout-admin:hover.logout-admin::before{
    display: block;
    opacity: 1;
}

/* .hrline::before {
	content: " ";
	height: 2px;
	width: 130px;
	background: #f1f1f1;
	display: block;
	position: absolute;
	top: 50%;
	left: -115%;
}

.hrline::after {
	content: " ";
	height: 2px;
	width: 130px;
	background: #f1f1f1;
	display: block;
	position: absolute;
	top: 50%;
	left: 115%;
} */

.hrline {
	position: relative;
	max-width: 500px;
	margin: 30px;
	text-align: center;
}

.home-social-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.home-social-icons a img{
	width: 50px;
}


/* home-dash-button */
.home-dashboard-btn {
	width: 100%;
	margin-top: 1.5rem;
	display: flex;
	gap: 20px;
}

.home-dashboard-btn button {
	text-decoration: none;
	color: #f37e3a;
	background: white;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	transition: .3s ease;
	box-shadow: 1px 1px 1px #000a;
	outline: none;
    border: none;
	width: 100%;
    cursor: pointer;
    letter-spacing: 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px inset;
}

.home-dashboard-btn button:hover {
	background: #f37e3a;
	color: white;
}


/* wrappermobile **********************************************************************/

.wrapper-mobile {
    width: 100%;
    height: 100vh;
    background: rgba(255, 0, 0, 0.322);
}


.home-upper-box-mobile {
    width: 100%;
    height: 30vh;
}

.home-upper-box-mobile img{
    width: 100%;
    height: 100%;
}

.home-down-box-mobile {
    width: 100%;
    position: absolute;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background: #0a0a248a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-down-box-m-con {
    padding: 0 1rem;
}

.homepage-msg-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
}

.homepage-msg-mobile p {
    margin-bottom: 0;
}

.homepage-msg-title-mobile h1 {
    margin: 0;
}

.home-social-icons-mobile{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.home-social-icons-mobile a img{
    width: 40px;
}

.home-social-heading {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}



/* .hrline-mobile {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4e4e4e4b;
    line-height: 0.1em;
    margin: 40px 0 40px;
}

.hrline-mobile span {
    padding: 0 10px;
    background: #fab58e;
} */

.home-social-icons > a {
	padding: 10px;
}

.ordering-form-wrapper h1 {
	text-align: center;
}