@font-face {
	font-family: iranSans;
	src: url("./YekanBakhFaNum-Regular.woff2")
}

body {
	direction: rtl;
	font-family: iranSans;
	overflow-x: hidden;
	margin: none;
	width: 100%;
}

.icon {
	width: 100px;
	height: 50px;
}


.icon2 {
	width:120px;
	height: 55px;
}

* {
	font-family: iranSans;
	font-size: 15px;
}

a {
	padding: 10px;
}

li {
	font-family: iranSans;
}

.data {
	padding-top: 10px;
	height: 35px;
}

.menus {
	color: black;
}

.menu2 {
	padding-top: 10px;
}

.menu3 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-block: 15px;
}

body {
	margin: 0px;
}

.logo {
	padding-right: 20px;
	padding-top: 20px;
}

.pic {
	width: 600px;
}

.second-section {
	height: 650px;
}

.search-button
{
  border: 1px solid white;
  background-color: white;
  padding-top: 10px;
}

.search-box{
  border: 1px solid beige;
  padding-top: 15px;
  padding-block: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.text-secondary {
	padding-top: 0px;
	padding-left: 150px;
	float: left;
}

.submit-order {
	background-color: #0b8ae1;
	color: white;
	border: 1px solid white;
	border-radius: 100px;
	width: 500px;
	height: 40px;
}

.submit-order2 {
	background-color: #fc0313;
	color: white;
	border: 1px solid white;
	border-radius: 100px;
	width: 500px;
	height: 40px;
}

.story {
    text-align: center;
    padding-right: 140px;
    padding-top: 40px;
	text-transform: initial;
}

.story-pic {
    width: 100px;
    height: 100px;
    background-color:#fff;
    border: 3px solid red;    
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.submit-order:hover {
	background-color: #ee2556;
	color: white;
}

b {
	font-size: 25px;
}

.icon3 {
	width: 40px;
	height: 30px;
}

.footer-div {
    background-color: #04051c; 
    color: white;
	padding-right: 50px;
}

.login {
	color: black;
	border: 1px solid white;
	border-radius: 100px;
	height: 45px;
	/* width: 150px; */
}

.order {
	background-color: #ee2556;
	color: white;
	border: 1px solid white;
	border-radius: 100px;
	height: 45px;
	width: 150px;
}

.mobile-icon {
	display: none;
}

.second-one {
	background-color: #f8f9fb;
	margin: 0px;
	text-align: center;
	padding: 10px;
}

.txt2 {
	font-size: 15px;
	width: 490px;
	text-align: justify;
}

.menusite {
	padding-left: 550px;
	color: white;
	text-align: right;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.how-we-work {
	background-color: #a7b7d1;
	color: black;
	padding-top: 50px;
	height: 250px;
	text-align: center;
}

.how-we-work > p {
	text-align: justify;
}

.post-content {
	background-color: white;
}

.post-content > img {
	width: 100px;
	height: 100px;
}

.pTag {
    font-size: 20px; 
    padding-top: 20px; 
    text-align: justify;
    margin: 10px;
    padding-right: 130px;
	padding-left: 130px;
}

.pageH1 {
	font-family: iranSans;
	direction: rtl;
	color: #a80b0b;
	border-bottom: solid 2px #a80b0b;
	padding-bottom: 2px;
	font-size: 26px;
	margin: 50px;
    padding-left: 400px;
    padding-right: 400px;
}

 .other-dictionary {
            text-align: center;
        }
        
        .pageH1 {
	font-family: iranSans;
	direction: rtl;
	color: #a80b0b;
	border-bottom: solid 2px #a80b0b;
	padding-bottom: 2px;
	font-size: 26px;
	margin: 50px;
    padding-left: 400px;
    padding-right: 400px;
}

.btn-succssess {
	font-weight: 700;
	color: #fff;
	border-color: #18bc9c;
	background-color: #18bc9c;
}

.btn.outline {
	background: none;
}

.btn-succssess:outline {
	border: 1px solid #34740e;
	color: green;
}

.btn180 {
    width: 180px;
    font-size: 20px;
}

.btn300 {
    width: 390px;
    font-size: 20px;
}

.btn200 {
    width: 300px;
    font-size: 20px;
}

.icon4 {
  padding-right: 650px;
  text-align: center;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem .75rem;
	line-height: 1.25;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}

.btn-succssess:hover 
{
  background-color: lightblue;
}

.trend-search 
{
    direction: rtl;
}

@media screen and (max-width: 500px) {
	body {
		overflow-x: hidden;
	}

	html {
		overflow-x: hidden;
	}

	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}

	.logo {
		text-align: center;
		padding: 1011px;
	}

	.menu {
		display: none;
		color: white;
	}

	.menu3 {
		text-align: center;
	}

	.pic {
		width: 400px;
		height: 500px;
	}

	.second-section {
		height: 1240px;
		margin: 0px;
	}

	.text-secondary {
		text-align: center;
		float: none;
	}

	.b-second {
		text-align: justify;
		padding: 50px;
		float: none;
		max-width: fit-content;
		display: block;
	}

	.mobile-icon {
		display: inline-flex;
		width: 100px;
		height: 50px;
		padding-left: 10px;
	}

	.order,
	.login {
		width: 100px;
	}

	.txt2 {
		font-size: 15px;
		max-width: fit-content;
		padding-right: 30px;
		width: fit-content;
		padding-left: 30px;
		text-align: justify;
	}

	.submit-order {
		background-color: #0b8ae1;
		color: white;
		border: 1px solid white;
		border-radius: 100px;
		width: 80%;
		height: 40px;
	}
}