*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'poppons',sans-serif;

}
/* div {
	border: 5px solid #ccc;
  } */
.container{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.3),transparent),url();
	background-size: cover;
	background-position: center;
	padding: 0 8%;
	position: relative;

}
nav{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px;
	position: relative;
	z-index: 2;
}
nav h1{
	cursor: crosshair;
	font-size: 120px;
	font-height: 100px;
	margin-left: -10px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	background: url(images/back.png);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
}

@keyframes back{
	100%{
		background-position: 2000px 0;
	}
}

.cart-icon{
	width: 30px;
	cursor: pointer;
}
nav ul{
	flex: 1;
	text-align: right;
	padding-right: 30px;
}
nav ul li{
	display: inline-block;
	list-style: none;
	margin: 10px 30px;
}
.about{
	margin: 10px 64px 10px 30px;
}
nav ul li a{
	color: #fff;
	text-decoration: none;
	position: relative;
}
nav ul li a::after{
	content: '';
	width: 0;
	height: 3px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	transition: width 0.3s;
}
nav ul li a:hover::after{
	width: 50%;
}
/* .text-box{
	color: #fff;
	position: absolute;
	bottom: 8%;
}
.text-box p{
	font-size: 20px;
	font-weight: 200;
} */
/* .text-box h1{
	font-size: 190px;
	font-height: 160px;
	margin-left: -10px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	background: url(images/back.png);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
} */

@keyframes back{
	100%{
		background-position: 2000px 0;
	}
}



/* .text-box h3{
	font-size: 40px ;
	font-weight: 500 ;
}
.text-box .row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.text-box a{
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	margin-right: 20px;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
}
.text-box a span{
	font-size: 30px;
	line-height: 15px;
	margin-left: 5px;
} */
.social-icons{
	position: absolute;
	right: 5%;
	bottom: 8%;
    z-index: 2;
}
.social-icons img{
	width: 25px;
	display: block;
	margin: 25px 5px;
}

.app-picture{
  max-width: 100%;
  height: auto;
  float: right;
  
}
.app-picture img{
  max-width: 100%;
  height: auto;
  margin-top: -20px;
  padding-left: 100px;

}

/*----cursor------*/
body{
	cursor: ;
}



#cursor{
	height: 50px;
	width: 50px;
	background: #e7c82f;
	border-radius: 50%;
	position: absolute;
	display: none;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}
div:hover ~ #cursor{
	transform: scale(0.3);
}
/* .menu-toggle {
    display: none;
    cursor: pointer;
}

.menu {
    display: flex;
    list-style: none;
}

.menu li {
    margin: 0 10px;
} */
.text-box {
    color: #fff;
    position: absolute;
    bottom: 8%;
    width: 50%; 
    padding: 0 20px; 
    box-sizing: border-box; 
    z-index: 2;
}

.text-box p {
    font-size: 20px;
    font-weight: 200;
}

.text-box h3 {
    font-size: 40px;
    font-weight: 500;
}

.text-box .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.text-box a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 20px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    z-index: 2;
}

.text-box a span {
    font-size: 30px;
    line-height: 15px;
    margin-left: 5px;
}





@media only screen and (max-width: 768px) {
    nav h1 {
        font-size: 30px;
    }

    .menu {
		display: flex;
		list-style: none;
		position: fixed;
		top: 0;
		right: -75%; /* Start offscreen */
		bottom: 0;
		flex-direction: column;
		background-color: #333;
		width: 75%; /* Set width to half of the screen */
		transition: right 0.3s; /* Add transition for smooth animation */
		align-items: center;
		
	}
	
	.menu.active {
		right: 0; /* Move menu to the right when active */
	}
	
	.menu li {
		margin: 10px;
	}
	
	.menu-toggle {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 10; /* Ensure it appears above other content */
	}
	
	.menu-toggle .bar {
		width: 30px;
		height: 3px;
		background-color: #fff;
		margin: 5px 0;
		transition: 0.4s;
	}

    .menu-toggle.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
	

    .text-box {
        top: auto; /* Remove absolute positioning */
        bottom: 0; /* Position at the bottom */
        width: 80%; /* Set width to 100% for full width */
        padding: 0 20px; /* Add padding for spacing */
    }

    .app-picture {
        max-width: 100%; /* Set max-width to 100% */
        margin-top: 20px; /* Adjusted margin for spacing */
        margin-bottom: 20px; /* Add some space between the image and the text */
        padding-left: 0px; /* Reset padding */
	}

	.app-picture img{
		padding-left: 0px;
	}

    .text-box h3 {
        font-size: 30px; /* Decrease font size for smaller screens */
    }
    .text-box a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 20px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    z-index: 2;
}

    .text-box p {
        font-size: 16px; /* Decrease font size for smaller screens */
    }
}
