body{
	overflow-x:hidden;
	font-family: sans-serif;
  background: #111;
  color: white;

}

.navbar{
	display:flex;
	justify-content:space-between;
	background-color:#232f3e;
	align-items:center;
	padding: 15px 30px;
	position:fixed;
	width:100%;
	top:0;
	z-index:1000;
}
h1{
	color:#ffbbbbdb;
}
.list{
	list-style:none;
	display:flex;
	gap:20px;
	position:relative;
	right:30px;


	padding:0;
	margin:0;
}

.list li a {
    color: #ede6e6ba;
    font-weight: bold;
    font-size: 14px;
}

.list a{
	display:inline-block;
	transition:.5s ease;
	text-decoration:none;

}
.list a:hover{
	transform:scale(1.1);

}



.searching{

	display:flex;
	max-width:500px;
	transform:translate(-60px,0);

	justify-content:center;

}
.searching input {
    width: 500px;
    height: 40px;
    padding: 0 15px;
    border: none;
    border-radius: 15px;
    outline: none;
    font-size: 16px;
	transition:background-color .5s ease;
}



.searching input::placeholder {
    line-height: normal;
    vertical-align: middle;
}

.searching button {
    background-color: #ff9900;
    border: none;
    border-radius: 15px;
    padding: 0 20px;
    font-weight: bold;
    cursor: pointer;
	transition:background-color .5s ease;
}
.searching button:hover{

	background-color:#a4680d;
}
.Account{
	display:flex;
	gap:30px;
}
.Account button {
	
	transform:translate(-75px,0);
    padding: 8px 15px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
	transition: .5s ease;

}
.Account button:hover{
	transform:translate(-75px,0) scale(1.1);

}


.btn-signup {
    background-color: #ff9900;
    color: #232f3e;

}
.btn-signup a{
	text-decoration:none;
	color:black;

}


 .btn-login a {
	text-decoration:none;
	color:white;

 }

 .btn-login {
    background-color:transparent ;
    color: white;
    border: 1px solid white;
	text-decoration:none;

}
.btn-signout{
    color: white;
    border: 1px solid white;


}
.btn-signout a{
	text-decoration:none;
	color:black;
}


.btn {
 
  border: none;
  border-radius:15px;
  cursor: pointer;
  background: red;
  color: white;
}
.btn:hover {
  background: #e11a1a;
}

body.light-mode {
  background-color: white !important;
}

body.light-mode .buy {
  background: #111;
  color: white;
}








.form {
    background: white;
    
    padding: 40px;

}

#p1 { color: #6b7280}

.emoji-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.emoji-group input { display: none; }


.emoji-group label {
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: 0.2s;
}

.emoji-group input:checked + label {
    background-color: #ebf5ff;
}

.input-section { margin-bottom: 25px; }
.input-section label { 
    display: block; 
    font-weight: 600; 
    margin-bottom: 10px; 
    color: #374151;
}

textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    resize: none;
}


.btn-send {
    background-color: #ff9900;
    color: white;
    border: none;
    width: 100%; 
    padding: 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.3s;
}

.btn-send:hover {
    background-color: #da8300;
}




header{
    background-color : #232f3e;
    text-align : center;
}
