.navbar-brand.header_logo img {
	width: 250px;
}
.hero-area-three .hero-display .item-1 {
	position: absolute;
	top: 255px;
	left: 180px;
}
.hero-area-three .hero-display .item-1 h1 {
	font-size: 48px;
	font-weight: 600;
	color: #000;
	line-height: 80px;
	margin-bottom: 0;
}
.hero-area-three .hero-display .item-1 span {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.hero-area-three .hero-display .item-2 {
	position: absolute;
	top: 227px;
	right: 50px;
}
.hero-area-three .hero-display .item-2 .img-container {
	position: relative;
}
.hero-area-three .hero-display .item-2 .img-container img:nth-child(1) {
	border-radius: 8px;
	max-width: 100%;
}
.hero-area-three .hero-display .item-2 .img-container img:nth-child(2) {
	position: absolute;
	left: -43px;
	top: -60px;
	transform-origin: top;
	animation: bannerHeartShake 4s infinite alternate;
}
.hero-area-three .hero-display .item-3 {
	position: absolute;
	bottom: 130px;
	left: 50px;
}
.hero-area-three .hero-display .item-3 .img-container {
	position: relative;
}
.hero-area-three .hero-display .item-3 .img-container img:nth-child(1) {
	border-radius: 8px;
	max-width: 100%;
}
.hero-area-three .hero-display .item-3 .img-container img:nth-child(2) {
	position: absolute;
	right: -52px;
	top: -45px;
	transform-origin: top;
	animation: bannerHeartShake2 3s infinite alternate;
}
.hero-area-three .hero-display .item-4 {
	position: absolute;
	bottom: 126px;
	right: 96px;
	display: inline-block;
	text-align: center;
}
.hero-area-three .hero-display .item-4 h1 {
	font-size: 60px;
	font-weight: 600;
	color: var(--black_800);
	margin-bottom: 0;
	line-height: 80px;
}
.hero-area-three .hero-display .item-4 p {
	color: var(--black_750);
	margin-bottom: 25px;
}
.hero-area-three .hero-display .item-4 .rating {
	display: flex;
	gap: 7.5px;
	color: #fac900;
	font-size: 18px;
	justify-content: center;
}
.text-justify {
	text-align: justify;
}
.pricing-hero-area .subtitle p {
	margin-bottom: 5px;
}
.pt-250 {
	padding-top: 250px;
}
.hero-area-three .widget-box .form-select-group .input-field {
	width: calc(50% - 10px);
	font-size: 16px;
	color: #707070;
}
#oopss #error-text {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Shabnam', Tahoma, sans-serif;
  color: #000;
  direction: rtl;
}
#oopss #error-text img {
  margin: 85px auto 20px;
  height: 342px;
}
#oopss #error-text span {
  position: relative;
  font-size: 3.3em;
  font-weight: 900;
  margin-bottom: 50px;
}
#oopss #error-text p.p-a {
  font-size: 19px;
  margin: 30px 0 15px 0;
}
#oopss #error-text p.p-b {
  font-size: 15px;
}
#oopss #error-text .back {
  background: #fff;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  margin: 2em auto 0;
  padding: .7em 2em;
  border-radius: 500px;
  box-shadow: 0 20px 70px 4px rgba(0, 0, 0, 0.1), inset 7px 33px 0 0px #fff300;
  font-weight: 900;
  transition: all 300ms ease;
}
#oopss #error-text .back:hover {
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  box-shadow: 0 35px 90px 4px rgba(0, 0, 0, 0.3), inset 0px 0 0 3px #000;
}
