*{
	margin:0;
	padding:0;
}
body{
	overflow-x:hidden;
	background: #F26B08;
	background: radial-gradient(circle, rgba(242, 107, 8, 1) 12%, rgba(241, 107, 109, 1) 35%, rgba(175, 137, 190, 1) 44%, rgba(116, 125, 193, 1) 57%, rgba(52, 78, 120, 1) 70%, rgba(31, 36, 47, 1) 81%, rgba(25, 26, 27, 1) 100%);
}
nav{
	width:100%;
	backdrop-filter:brightness(50%);
	position:fixed;
	top:0;
	z-index:1;
}
.nav-div{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width:94%;
	width:100%;
	height:70px;
	margin-left:3%;
}
.div-name{
	font-size:30px;
	color:white;
	display:flex;
	align-items:center;
	gap:5px;
}
.icon{
	transform:rotate(46deg);
	font-size:27px;
}
.div-name1{
	display:flex;
	align-items:center;
	gap:20px;
	color:#FCFBF8;
	cursor:pointer;
}
.text-hover:hover{
	color:#C6C5C2;
}
.div-btn{
	display:flex;
	align-items:center;
	gap:10px;
}
.btn{
	width:80px;
	padding:8px;
	color:white;
	font-weight:bold;
	background-color:#272725;
	border:none;
	border-radius:6px;
	cursor:pointer;
}
.btn:hover{
	background-color:#26344B;
}
.btn1{
	width:100px;
	color:black;
	background-color:white;
}
.btn1:hover{
	background-color:#E5E4E1;
}
header{
	height:800px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top:5%;
}
.name{
	color:white;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.name2{
	font-size:48px;
	font-weight:bold;
	letter-spacing:-1px;
	gap:6px;
	display:flex;
	justify-content:center;
}
.font{
	font-size:40px;
	margin-top:8px;
}
.name3{
	display:flex;
	justify-content:center;
	font-size:22px;
	word-spacing:2px;
	margin-top:5px;
}
.input-div{
	background-color:#272725;
	padding:1%;
	border-radius:20px;
	border:1px solid #433938;
	margin-top:2%;
}
.child-div{
	position:relative;
}
.input{
	resize:none;
	outline:none;
	scrollbar-width:none;
	background-color:transparent;
	border:none;
	color:white;
	font-size:15px;
}
textarea::placeholder {
	color:white;
	font-size:15px;
}
.text-overflow{
	position:absolute;
	top:0;
	left:24.5%;
	white-space:nowrap;
	overflow:hidden;
	color:white;
	font-size:15px;	
	letter-spacing:1px;
	animation:text 1.5s alternate infinite;
}
@keyframes text{
	from {width:0;} 
	to {width:21%;}
}
.div-icon{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.add-icon{
	background-color:transparent;
	border-radius:50%;
	padding:6px;
	font-size:14px;
	border:1px solid #433938;
	color:#C5C1BA;
	cursor:pointer;
}
.add-icon:hover{
	background-color:#26344B;
}
.img-icon{
	background-color:transparent;
	border-radius:20px;
	padding:8px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #433938;
	color:#C5C1BA;
	cursor:pointer;
}
.img-icon:hover{
	background-color:#26344B;
}
main{
	background-color:#1C1C1C;
	padding:1%;
	margin:1%;
	border-radius:15px;
}
.div-box{
	display:flex;
	justify-content:space-between;
	margin-top:1.5%;
}
.btn2 {
	width:140px;
	padding:8px;
	background-color:#1C1C1C;
	color:white;
	border:none;
	border:1px solid #433938;
	font-size:14px;
	display:flex;
	justify-content:space-between;
	border-radius:5px;
	cursor:pointer;
}
.btn2:hover{
	border:1px solid #A9A7A2;
}
.btn3{
	height:35px;
	width:80px;
	border:none;
	background-color:#1C1C1C;
	border:1px solid #433938;
	border-radius:5px;
	color:white;
	font-weight:bold;
	cursor:pointer;
}
.width{
	width:110px;
}
.btn4{
	background-color:transparent;
	border:none;
}
.btn4:hover{
	background-color:#26344B;
}
.div-box1{
	background-color:#1C1C1C;
	display:flex;
	justify-content:space-between;
}
.box{
	width:24%;
	margin-top:2%;
	position:relative;
	cursor:pointer;
}
.display-block{
	position:absolute;
	top:35%;
	left:40%;
	background-color:#272725;
	padding:2%;
	border-radius:10px;
	color:white;
	font-weight:bold;
	display:none;
}
.box:hover .display-block{
	display:block;
}
.dot{
	position:absolute;
	bottom:5%;
	right:0%;
	padding:1%;
	border-radius:5px;
	color:white;
	display:none;
}
.box:hover .dot{
	display:block;
}
.dot:hover{
	background-color:#26344B;
}
.box-img{
	width:100%;
	border-radius:10px;
	border:1px solid #433938;
}
.box-img:hover{
	opacity:0.7;
}
.display{
	display:flex;
	gap:8px;
	margin-top:2.5%;
}
.profile{
	height:35px;
	width:35px;
	border-radius:50%;
}
.text{
	color:white;
	font-size:17px;
	font-weight:bold;
	display:flex;
	flex-direction:column;
}
.display1{
	display:flex;
	justify-content:space-between;
	width:42%;
}
.btn5{
	border:none;
	border-radius:5px;
	padding:2px;
	width:100px;
	height:21px;
	background-color:#491D35;
	color:#F4C7EA;
	font-size:12px;
	margin-top:1%;
}
.line{
	color:white;
	margin-top:1%;
	display:none;
}
.width1{
	width:59%;
}
.width2{
	width:55%;
}
.btn6{
	width:7%;
	color:white;
	background-color:#1C1C1C;
	border:none;
	border:1px solid #433938;
	padding:5px;
	border-radius:6px;
	margin-top:4%;
	margin-bottom:1.5%;
	cursor:pointer;
}
.btn6:hover{
	background-color:#484848;
}
footer{
	padding:1%;
	margin:1%;
	background-color:#272725;
	display:flex;
	align-items:center;
	height:370px;
	border:1px solid #333331;
	border-radius:20px;
}
.footer1{
	display:flex;
	justify-content:space-around;
	width:95%;
}
.icon-div{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.icon-fill{
	font-size:45px;
	color:white;
	transform:rotate(46deg);
	width:40px;
	height:45px;
}
.global{
	font-size:14px;
	color:#C5C1BA;
}
.hover{
	cursor:pointer;
}
.hover:hover{
	text-decoration:underline;
}
.footer-div{
	width:75%;
	display:flex;
	justify-content:space-between;
}
.footer-text{
	line-height:2.3;
}
.color{
	color:#C5C1BA;
	font-size:14.5px;
}
.color1{
	color:#fcfbf8;
	font-size:15px;
	cursor:pointer;
}
.color1:hover{
	color:#C5C1BA;
}
.arrow{
	font-size:14.5px;
	opacity:0;
}
.color1:hover .arrow{
	opacity:1;
}