@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
@font-face{
	font-family: Vazirmatn;
	font-weight: bold;
}
.remove{
	display: none;
}

body{
 background: #4f6163;
 	direction: 	rtl;
 background-size: 300% 400%;
 font-family: Vazirmatn;
}
.search{
	width: 	45px;
	height: 45px;
	border-radius: 50%;
}
.spinner-border{
	width: 	45px;
	height: 45px;
}
.search span{
	position: relative;
	left: 140%;
	top: 10%;
}
.continer{
	text-align: center;
 	width: 	430px;
 	min-height: 85px;
 	border-radius: 	15px;
 	box-shadow: 10px 10px 20px #fff,-10px -10px 20px gray;
 	position: absolute;
 	left: 50%;
 	top: 45%;
 	transform: 	translate(-50%,-50%);
 	background: rgb(238,219,219);
background: linear-gradient(85deg, rgba(238,219,219,1) 0%, rgba(129,197,210,1) 52%, rgba(124,202,214,1) 100%);
}
.text{
	margin-left: 5px;
	border-radius: 30px;
	font-weight: bold;
	color: #6f7b80;
}
.search{
	margin-left: 5px;

}
b{
	font-size: 30px;
	color: white;
}
.img{
	color: #fff;
}
.contolInput{
	display: flex;
	margin: 10px;
	margin-top: 12px;
}
.navW{
	color: #fff;
	/*display: flex;*/
	margin: 15px;
	
}
.Degree{
	display: inline-flex;
}
span{
	font-size: 25px;
}	
#windy{
	position: absolute;
	left: 15px;
	margin-left: 10px;
	display: flex;
}
.humidity{
	/*direction: ltr;*/
	display: flex;
	margin-bottom: 19px;
	position: relative;
}
.windy{
	/*direction: rtl;	*/
	display: flex;
}
#err{
	color: white;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
  margin-right: 15px;
}
#err span{
	font-size: 17px;
}
@media screen and (max-width: 500px){
	.continer{
		width: auto;
		max-width: 500px;
		min-width: 400px;
	}
}