@charset "UTF-8";

@import url(font_dana.css);
@import url(font_kalameh.css);

:root {
	--color-primary: #C69E59;
	--color-primaryAlpha: rgb(198, 158, 89, 0.4);
	--color-primaryDark: #2D1C00;
	--color-secondary: #255384;
	--color-secondaryAlpha: rgb(37, 83, 132, 0.4);
	--color-light: #E8E8E8;
	--color-text: #000;
	--color-textLight: #666;
	--color-textAlpha: rgba(0, 0, 0, 0.5);
	--color-price: #66b600;
	--color-priceOld: #777777;
	--color-discount: #c50000;
	--color-border: #b5b7b9;
	--color-borderLight: #dde1e9;
	--color-img: #f4f4f4;
}

@media screen and (min-width:768px) {
	::-webkit-scrollbar {
		width: 4px;
		height: 2px;
	}

	::-webkit-scrollbar-track {
		background: #ddd;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		background: var(--color-secondary);
		border-radius: 10px;
		width: 12px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: var(--color-secondaryAlpha);
	}
}

html {
	font-size: 14px;
	direction: rtl;
}

@media screen and (max-width:767px) {
	html {
		font-size: 13px;
	}
}

html,
body:not(.id-card),
form,
fieldset,
table,
tr,
td,
img,
div:not(.frame-top){
	font-family: 'dana' !important;
}

html,
body {
	overflow-x: hidden;
	color: var(--color-text);
	background-color: #fff;
}

body {
	line-height: normal;
	overflow: hidden;
}

a {
	color: var(--color-primary);
	text-decoration: none;
}

.font-family-kalameh {
	font-family: 'kalameh';
}

.font-family-dana {
	font-family: 'dana';
}

.font-wheight-800 {
	font-weight: 800;
}

.hide {
	display: none;
}

.hide-mobile {
	display: block;
}

.hide-desktop {
	display: none;
}
.Goodup-all-features-list {
  display: block;
  width: 100%;
  position: relative;
}

.Goodup-all-features-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.Goodup-all-features-list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  /*flex: 0 0 50%;*/
  width: 50%;
  padding: 10px 0;
  font-weight: 500;
}

.sep-devider {
  display: block;
  position: relative;
  margin: 2rem 0;
  border-top: 1px solid #ececec;
}
@media screen and (max-width:768px) {
	.Goodup-all-features-list ul li {
 
  width: 100%;
  
}


	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}
}

/*----------------------------------------------------------------------
input-action
----------------------------------------------------------------------*/
.input-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	overflow: hidden;
	height: 40px;
}
.input-action input {
	flex: 1;
	border-radius: 0 !important;
	padding-right: 0 !important;
	height: 100% !important;
}
.input-action input:focus {
	box-shadow: none;
}
.input-action .action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100% !important;
	padding: 0 10px;
	background-color: rgba(233, 238, 243, 0.7);
	color: rgba(27, 31, 38, 0.2);
	border-radius: 0;
}

.input-action .action i {
	font-size: 25px;
}

.input-action .action img {
	width: 25px;
	height: 25px;
}

.input-action .action:hover,
.input-action .action:focus,
.input-action .action:active {
	background-color: rgba(233, 238, 243, 1);
	color:var(--color-secondary);
}

/*----------------------------------------------------------------------
input-action
----------------------------------------------------------------------*/
.search-inputs-wrapp {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	width: 100%;
	margin-bottom: 120px;
}
.search-inputs {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
}

.search-inputs input {
	flex: 1;
	height: 52px !important;
	font-weight: 500;
	font-size: 14px;
	padding: 0 15px !important;
	border-radius: 40px !important;
	box-shadow: 2px 2px 10px 0px #25538433, -2px -2px 10px 0px #25538433 !important;
	border: none !important;
	outline: none !important;
}

.search-inputs input::placeholder {
	color: #727677B8;
}

.search-inputs button {
	height: 52px;
	font-size: 20px;
	border-radius: 40px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

@media screen and (max-width:768px) {
	.search-inputs-wrapp {
		margin-bottom: 32px;
	}
	.search-inputs {
		width: 100%;
		justify-content: center;
		position: relative;
	}

	.search-inputs input {
		height: 38px !important;
		padding-right: 92px !important;
	}

	.search-inputs button {
		position: absolute;
		height: 38px;
		font-size: 14px;
		right: 0;
	}
}

/*----------------------------------------------------------------------
select-box
----------------------------------------------------------------------*/
.select-box {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 10px 0 0;
	border-radius: 40px;
	height: 52px;
	width: 260px;
	box-shadow: 2px 2px 2px 0px #25538440;
	background-color: #fff;
	color: var(--color-secondary);
	font-size: 18px;
	font-weight: 900;
	cursor: pointer;	
}
.select-box .icon,
.select-box img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.select-box select {
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	font-weight: 500;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 10px;
	width: 100%;
	cursor: pointer;	
}

.select-box::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url("../images/arrow-down.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.select-box {
		height: 38px;
	}
	.select-box select {
		font-size: 12px;
		font-weight: 500;

	}
}

/*----------------------------------------------------------------------
checkbox
----------------------------------------------------------------------*/
input[type='checkbox'] {
	position: relative;
    appearance: none;
	outline: none;
	border:none;
	box-shadow: none;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(114, 118, 119, 1);
    border-radius: 4px;
	cursor: pointer;
}

input[type='checkbox']:checked {
	background-color: var(--color-primary);
}

input[type='checkbox']:checked::before {
	content: "\f00c";
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
}

/*----------------------------------------------------------------------
container
----------------------------------------------------------------------*/
.container {
	width: 100%;
	max-width: 100%;
	padding: 0 100px;
}

.container-i {
	width: 100%;
	max-width: 100%;
	padding: 0 100px !important;
}

.container-right {
	width: 100%;
	max-width: 100%;
	padding: 0 100px 0 0;
}

.container-left {
	width: 100%;
	max-width: 100%;
	padding: 0 0 0 100px;
}

.container2 {
	width: 100%;
	max-width: 100%;
	padding: 0 50px;
}

@media screen and (max-width:1140px) {
	.container {
		padding: 0 50px;
	}

	.container-i {
		padding: 0 50px !important;
	}

	.container-right {
		padding: 0 50px 0 0;
	}

	.container-left {
		padding: 0 0 0 500px;
	}	
}

@media screen and (max-width:1024px) {
	.container {
		padding: 0 25px;
	}

	.container-i {
		padding: 0 25px !important;
	}

	.container-right {
		padding: 0 25px 0 0;
	}

	.container-left {
		padding: 0 0 0 500px;
	}	
}

@media screen and (max-width:768px) {

	.container,
	.container-left,
	.container-right,
	.container2 {
		padding: 0 20px;
	}

	.container-i {
		padding: 0 15px !important;
	}

}

/*----------------------------------------------------------------------
section
----------------------------------------------------------------------*/
.section-group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.section-group section {
	width: 48%;
	margin-bottom: 0;
}

section {
	margin-bottom: 45px;
}

.page section {
	margin-bottom: 36px;
}

section .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
	margin-bottom: 20px;
}

section .header.normal {
	position: relative;
	flex-direction: column;
	align-items: start;
	padding-right: 80px;
	padding-left: 25px;
	margin-bottom: 20px;
}

section .header.normal.flex-row {
	flex-direction: row;
	align-items: center;
}

section .header.normal .title {
	position: relative;
	padding: 0;
	color: rgba(27, 31, 38, 0.72);
	font-weight: 900;
	font-size: 24px;
}

section .header.normal .title::before {
content: '';
    position: absolute;
    width: 70px;
    height: 19px;
    right: -80px;
    background-color: var(--color-primary);
    border-radius: 10px 0 0 0;
    margin: 0;
}

section .header.normal .title::after {
	display: none;
}

section .header.header-center {
	justify-content: center;
}

section .header.header-bordered {
	border-bottom: 1px solid var(--color-borderLight);
	margin-bottom: 20px;
}

section .header .title {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 15px 0;
	display: inline-block;
	position: relative;
	padding: 0 50px;
	color: rgba(27, 31, 38, 0.9);
}

section .header .title::before,
section .header .title::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 3px;
	margin: 0 20px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: var(--color-primary);
	vertical-align: middle;
}

section .header .title strong {
	color: var(--color-primary);
	padding: 0 3px;
} 

section .header .description {
	color: rgba(0, 0, 0, 0.55);
	font-size: 22px;
	text-align: justify;
}

section .header.header-center .description {
	text-align: center;
}

section .header .other {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	font-size: 18px;
	color: rgba(27, 31, 38, 0.8);
}

section .header .other .other-icon {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

@media screen and (max-width:768px) {
	section .header {
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.section-group {
		flex-direction: column;
		margin-bottom: 0;
	}

	.section-group section {
		width: 100%;
	}

	section {
		margin-bottom: 72px !important;
	}

	section .header .title {
		padding: 0;
		font-size: 1.5rem;
		flex-wrap: nowrap;
		display: flex;
		justify-content: space-between;
		text-align: center;
	}

	section .header .other {
		display: none;
	}

	section .header .description {
		font-size: 14px;
	}

	section .header.normal {
		margin-bottom: 10px;
		padding-right: 32px;
	}

	section .header.normal .title {
		text-align: unset;
		font-size: 18px;
	}

	section .header.normal .title::before {
		width: 24px;
		height: 12px;
		right: -32px;
	}

	section .header .title::before {
		margin-left: 6px;
		width: 90px;
		height: 3px;
	}

	section .header .title::after {
		margin-right: 6px;
		width: 90px;
		height: 3px;
	}

}

/*----------------------------------------------------------------------
owlTheme
----------------------------------------------------------------------*/
.owlTheme .owl-nav {
	position: absolute;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
	width: 64px;
}

.owlTheme .custom-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	color: var(--color-primary);
	font-size: 1.5rem;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.owlTheme .custom-nav:hover {
	background-color: var(--color-primary);
	color: #ffffff;
}

.owlTheme .custom-nav i {
	font-weight: 700;
}

.owlTheme .prev-nav {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.owlTheme .next-nav {
	position: absolute !important;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.owlTheme.owlTheme-2 .owl-nav {
	position: absolute;
	left: 186px;
	top: -42px;
	bottom: unset;
	transform: translateX(-50%);
	width: 64px;
}

.owlTheme.owlTheme-2 .prev-nav,
.owlTheme.owlTheme-2 .next-nav {
	border-radius: 10px;
}

.owlTheme .owl-dots {
	display: flex !important;
	justify-content: center;
	margin-top: 20px;
}

.owlTheme.owlTheme-2 .owl-dots {
	display: flex !important;
	justify-content: center;
	position: absolute;
	left: calc(186px - 22px);
	top: -40px;
	margin-top: 0;
}

.owlTheme .owl-dot {
	width: 13px;
	height: 13px;
	background-color: var(--color-primary) !important;
	border-radius: 50%;
	margin: 0 5px;
	opacity: 0.5;
	transition: opacity 0.3s;
}

.owlTheme .owl-dot.active {
	opacity: 1;
}

@media screen and (max-width:768px) {
	.owlTheme .custom-nav {
		width: 36px;
		height: 36px;
	}

	.owlTheme.owlTheme-2 .owl-nav {
		top: unset;
		bottom: -42px;
		left: 50%;
		width: 120px;
	}

	.owlTheme.owlTheme-2 .owl-dots {
		left: 50%;
		top: unset;
		bottom: -38px;
		transform: translateX(-50%);
	}

	.owlTheme .custom-nav i {
		font-size: 14px;
	}

	.owlTheme .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}
}

/*----------------------------------------------------------------------
input-search
----------------------------------------------------------------------*/
.input-search {
	position: relative;
	height: 32px;
	padding-right: 32px;
	border: 1px solid var(--color-border);
	background-color: #fff;
	border-radius: 25px;
	overflow: hidden;
}

.input-search button {
	position: absolute;
	width: 32px;
	height: 24px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.input-search input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	box-shadow: none;
}

/*----------------------------------------------------------------------
searchBox-wrapp
----------------------------------------------------------------------*/
.searchBox-wrapp {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.searchBox-wrapp .searchBox-inner {
    display: flex;
    width: 100%;
    gap: 10px;
}

.searchBox-wrapp .searchBox-inner .search-inputs {
    display: flex;
    align-items: center;
    flex: 1;
    height: 52px;
    margin-bottom: 32px;
}


.searchBox-wrapp .search-inputs button {
    display: inline-flex;
    align-items: center;
    justify-self: center;
    min-width: 114px;
    height: 100%;
    background-color: var(--color-secondary);
    color: #fff;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 800;
}

.searchBox-wrapp .search-inputs .search-inner {
    flex: 1;
    display: inline-flex;
    align-items: center;
    box-shadow: 2px 2px 10px 0px rgba(37, 83, 132, 0.2), -2px -2px 10px 0px rgba(37, 83, 132, 0.2);
    background-color: #fff;
    border-radius: 40px;
    padding: 0 15px;
    height: 100%;
}

.searchBox-wrapp .search-inputs input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.searchBox-wrapp .search-inputs .select-box {
    padding-right: 5px;
    border: none;
    border-right : 1px solid var(--color-secondary);
    border-radius: 0;
    box-shadow: none;
    width: 274px;
    height: 40px;
    padding: 0 15px 0 0;
}

.searchBox-wrapp .select-box {
    box-shadow: 2px 2px 10px 0px rgba(37, 83, 132, 0.2), -2px -2px 10px 0px rgba(37, 83, 132, 0.2);
}

.searchBox-wrapp .searchBox-filters {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    width: 60%;
    padding-right: 114px;
}

@media screen and (max-width:768px) {
	.searchBox-wrapp {
		padding-left: 0;
		padding-right: 0;
	}

    .searchBox-wrapp .searchBox-filters {
        flex-direction: column;
        padding: 0;
        width: 100%;
        gap: 5px;
        margin-top: 5px;
    }

    .searchBox-wrapp .searchBox-filters .select-box {
        flex: 1;
    }

    .searchBox-wrapp .searchBox-inner {
        flex-direction: column;
        align-items: center;
    }

    .searchBox-wrapp .searchBox-inner .search-inputs {
        position: relative;
        width: 100%;
        height: 38px;
        margin-bottom: 16px;
    }

    .searchBox-wrapp .searchBox-inner .search-inputs .search-inner {
        padding-right: 80px;
    }

    .searchBox-wrapp .searchBox-inner .search-inputs button {
        position: absolute;
        right: 0px;   
        min-width: unset;
        width: 87px;
        font-size: 14px;     
    }

    .searchBox-wrapp .searchBox-inner .search-inputs input {
        flex: unset;
        max-width: 140px;
        min-width: 140px;
        font-size: 12px;
        font-weight: 500; 
		padding-right: 15px !important;       
    }

    .searchBox-wrapp .searchBox-inner .search-inputs input::placeholder {
        font-size: 12px;
        font-weight: 500;
    }

    .searchBox-wrapp .searchBox-inner .search-inputs .select-box {
        width: 100%;
    }

    .searchBox-wrapp .searchBox-inner .search-inputs .select-box::after {
        left:0;
    }
}

/*----------------------------------------------------------------------
page-header
----------------------------------------------------------------------*/
.page-header {
	width: 100%;
	text-align: center;
	margin-bottom: 120px;
}

.page-header.device {
	display: none;
}

.page-header .page-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 50px;
	background: #fff;
	margin-bottom: 10px;
}

.page-header .page-header-container.header-top {
	margin-bottom: 0;
	box-shadow: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page-header .page-header-inner {
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 36px;
}

.page-header .page-header-inner img.logo {
	width: 120px;
	margin-left: 15px;
	object-fit: contain;
}

.page-header .page-header-inner .nav {
	display: inline-flex;
	align-items: center;
	height: 100%;
	list-style: none;
	row-gap: 10px;
}

.page-header .page-header-inner .nav li a {
	color: var(--color-textAlpha);
	font-weight: 500;
	font-size: 16px;
	padding: 0 10px;
	color: var(--color-primaryDark);
}

.page-header .page-header-inner .nav li a:hover {
	font-weight: 700;
}

.page-header .page-header-inner li.active a {
	font-weight: 700;
}

.page-header .page-header-inner.actions {
	display: inline-flex;
	align-items: center;
}

.page-header .page-header-inner.actions a,
.page-header .page-header-inner.actions .btn {
	margin: 0 5px;
	width: 112px;
	height: 52px;
	font-size: 18px;
	font-weight: 800;
}

.page-header .page-header-inner.actions a img {
	width: 42px;
}

.page-header .page-header-inner.actions.separator a {
	border-right: 1px solid var(--color-border);
	padding: 0 15px;
	margin: 0;
}

.page-header .page-header-inner.actions.separator a:first-child {
	border: none;
}

.page-header .page-header-inner.actions.separator a img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.page-header .page-header-container .btn-menu {
	display: none;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/menu.svg");
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.page-header {
		display: none;
		margin-bottom: 72px;
		padding: 0 15px;
	}

	.page-header.device {
		display: block;
	}

	.page-header .page-header-inner img.logo {
		margin: 0;
		height: 42px;
	}

	.page-header .page-header-container {
		height: 64px;
		padding: 0 10px;
		margin-bottom: 0;
	}

	.page-header .page-header-container nav {
		display: none;
	}

	.page-header .page-header-container .btn-heart {
		display: none;
	}

	.page-header .page-header-container .btn-app-download {
		border-radius: 10px;
	}

	.page-header .page-header-container .btn-menu {
		display: block;
	}
}

@media screen and (max-width:424px) {
	.page-header .page-header-container .btn-app-download {
		display: none;
	}
}

/*----------------------------------------------------------------------
pages
----------------------------------------------------------------------*/
.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.pages .pages-item {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    color: var(--color-textLight);
    text-align: center;
    cursor: pointer;
}

.pages .pages-item.active {
    border-radius: 10px;
    background-color: var(--color-secondary);
    color: #fff;
}

.pages .pages-item.back,
.pages .pages-item.next {
    color: var(--color-secondary);
}

.pages .pages-item:hover {
    opacity: 0.7;
}

/*----------------------------------------------------------------------
banner
----------------------------------------------------------------------*/
.banner-wrapp {
	height: 208px;
}

.banner-wrapp .banner-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(225, 225, 227, 0.49);
}

.banner-wrapp .banner-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.banner-wrapp .banner-inner .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: 700;
	color: #000;
	z-index: 2;
}

@media screen and (max-width:768px) {
	.banner-wrapp {
		padding: 0 !important;
	}
}

/*----------------------------------------------------------------------
businesses
----------------------------------------------------------------------*/
.businesses-wrapp {}

.businesses-wrapp .businesses-inner {
	display: flex;
	gap: 15px;
}

.businesses-wrapp .businesses-inner .businesses-item {
	padding: 0 2px;
}

.businesses-wrapp .businesses-inner .businesses-item .item-inner {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid var(--color-primary);
	border-radius: 22px;
	gap: 20px;
}

.businesses-wrapp .businesses-inner .businesses-item .item-header {
	display: flex;
	align-items: center;
	gap: 10px;
}

.businesses-wrapp .businesses-inner .businesses-item .item-header .logo {
	width: 54px;
	height: 54px;
}

.businesses-wrapp .businesses-inner .businesses-item .item-header .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.businesses-wrapp .businesses-inner .businesses-item .item-header .header-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.businesses-wrapp .businesses-inner .businesses-item .item-header .header-text .title {
	font-size: 18px;
	font-weight: 700;
	color: rgba(27, 31, 38, 1);
}

.businesses-wrapp .businesses-inner .businesses-item .item-header .header-text .description {
	font-size: 16px;
	font-weight: 500;
	color: rgba(27, 31, 38, 0.6);
}

.businesses-wrapp .businesses-inner .businesses-item .image {
	width: 100%;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
}

.businesses-wrapp .businesses-inner .businesses-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.businesses-wrapp .businesses-inner .businesses-item .content {
	font-weight: 600;
	font-size: 14px;
	text-align: justify;
	color: rgba(27, 31, 38, 0.8);
}

.businesses-wrapp .businesses-inner .businesses-item .content p {
	margin: 0;
	padding: 0;
}

.businesses-wrapp .businesses-inner .businesses-item .info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid var(--color-primary);
}

.businesses-wrapp .businesses-inner .businesses-item .info li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 14px;
	text-align: justify;
	color: rgba(27, 31, 38, 0.8);
}

.businesses-wrapp .businesses-inner .businesses-item .info li::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../images/businesses/icon-check.svg');
}

.businesses-wrapp .businesses-inner .businesses-item .footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.businesses-wrapp .businesses-inner .businesses-item .footer .btn {
	height: 40px;
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	background-color: #fff;
	color: rgba(27, 31, 38, 0.8);
	font-weight: 800;
}

.businesses-wrapp .businesses-inner .businesses-item .footer .btn:hover {
	background-color: var(--color-secondary);
	color: #fff;
	border: none;
}

.businesses-wrapp .businesses-inner .businesses-item .footer .btn i {
	color: var(--color-primary);
}

.businesses-wrapp .businesses-inner .businesses-item .footer .btn.btn-link {
	text-decoration: none;
	color: rgba(27, 31, 38, 0.8);
	background-color: transparent;
	border: none;
	padding: 0;
	font-weight: 600;
}

/*----------------------------------------------------------------------
blog
----------------------------------------------------------------------*/
.blog-wrapp {}

.blog-wrapp .blog-inner {
	display: flex;
	gap: 15px;
}

.blog-item {
	padding: 25px 2px;
}

.blog-item .item-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 15px;
	border-radius: 27px;
	gap: 20px;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25), -4px -4px 6px 0px rgba(0, 0, 0, 0.25);
}

.blog-item .item-inner .item-bookmark {
	position: absolute;
	top: 36px;
	right: 36px;
	width: 36PX;
	height: 36px;
	background-image: url("../images/blog/bookmark.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.blog-item .item-inner .item-view {
	position: absolute;
	top: 36px;
	left: 72px;
	width: 36PX;
	height: 36px;
	background-image: url("../images/blog/view.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.blog-item .item-inner .item-view span {
	font-size: 16px;
	color: #fff;
	margin-right: 42px;
	display: inline-flex;
	align-items: center;
	height: 36px;
}

.blog-item .item-inner .item-image {
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-radius: 27px;
}

.blog-item .item-inner .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-item .item-inner .item-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-item .item-inner .item-info .item-info-title {
	font-weight: 800;
	font-size: 18px;
}

.blog-item .item-inner .item-info .item-info-date {
	font-weight: 900;
	font-size: 14px;
}

.blog-item .item-inner .item-footer {
	display: flex;
	align-items: center;
	justify-content: space-between !important;
}

.blog-item .item-inner .item-footer .item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.blog-item .item-inner .item-footer .item .icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.blog-item .item-inner .item-footer,
.blog-item .item-inner .item-read-more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 800;
	font-size: 14px;
	color: rgba(27, 31, 38, 0.8);
}

.blog-item .item-inner .item-footer a,
.blog-item .item-inner .item-read-more a {
	font-weight: 800;
	font-size: 14px;
	color: rgba(27, 31, 38, 0.8);	
}

.blog-item .item-inner .item-footer .item .more::after,
.blog-item .item-inner .item-read-more::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url("../images/blog/arrow_direction_left.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.blog-item .item-inner .item-footer a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

@media screen and (max-width: 1024px) {
	.blog-item {
		padding: 10px 2px;
	}	
}

@media screen and (max-width: 768px) {
	.blog-wrapp .blog-inner {
		flex-direction: column;
	}
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer {
	position: relative;
	background-color: rgba(249, 245, 238, 1);
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 768px) {
	footer {
	background-position: bottom;
}
}
footer::before {
	content: '';
	position: absolute;
	width: 422px;
	height: 247px;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/footer/iran2.svg);
	z-index: 0;
	background-position: center;
}

footer .footer-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 25px 25px 25px;
	gap: 56px;
	z-index: 1;
}

footer .footer-inner .item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	margin-left: 0;
	margin-bottom: 25px;
}

footer .footer-inner .item:last-child {
	margin-left: 0;
}

footer .footer-inner .item.item-links a {
	padding: 10px 0;
	color: var(--color-secondary);
	font-size: 18px;
	font-weight: 600;
	font-family: 'kalameh';
}

footer .footer-inner .item.item-links a span:first-child {
	margin-left: 15px;
}

footer .footer-inner .footer-logo {
    flex: 1;
    width: 235px;
    height: 129px;	
}

footer .footer-inner .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;	
}

footer .footer-inner .footer-logo .logo-description {
	display: none;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}

footer .footer-inner .item-box {
	flex: 1;
	display: flex;	
}

footer .footer-inner .item .list {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	padding-top: 25px;
	margin-top: -2px;
}

footer .footer-inner .item .title {
	align-self: stretch;
	font-size: 20px;
	font-weight: 700;
	font-family: 'kalameh';
	margin: 0 0 0 0;
	padding: 5px 0;
	height: 42px;
	color: var(--color-secondary);
	z-index: 1;
}

footer .footer-inner .item .title.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

footer .footer-inner .item .title .logo {
	height: 100%;
}

footer .footer-inner .item.item-content {
	align-items: end;
	padding-left: 0;
}

footer .footer-inner .item.item-content .links {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 0;
}

footer .footer-inner .item.item-content .description {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/* 2rem */
	letter-spacing: -0.03rem;
	width: 100%;
	padding-top: 15px;
	margin-top: -2px;
}

footer .footer-inner .item.item-content .links img {
	width: 32px;
	margin-left: 10px;
}

footer .footer-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 92px;
	padding: 0 36px;
	background-color: var(--color-primary);
	z-index: 1;
}

footer .footer-bottom-title {
	font-size: 26px;
	font-weight: 800;
	color: #fff;
}

.footer .footer-bottom .footer-bottom-links {
	display: flex;
	align-items: center;
	gap: 5px;
}

.footer .footer-bottom .footer-bottom-links a img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

footer .footer-bottom-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-bottom-items a {
	display: inline-flex;
	width: 182px;
	height: 62px;
	align-items: center;
	justify-content: space-between;
	background-color: #D9D9D9;
	border-radius: 10px;
	padding: 15px;
	margin-right: 15px;
}

footer .footer-bottom-items a .title,
footer .footer-bottom-items a .title span {
	font-size: 14px;
	color: #000;
}

footer .footer-bottom-items a .title .bold {
	font-weight: 700;
}

footer .footer-bottom-items a .icon {
	font-size: 2.2rem;
	margin-right: 10px;
}

footer .footer-bottom-items a img.icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

@media screen and (max-width:768px) {
	footer::before	{
		width: 290px;
		height: calc(290px - 75px);
	}

	footer .footer-bottom {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		height: auto;
		padding: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	footer .footer-bottom-title {
		font-size: 16px;
		text-align: center;
	}	

	footer .footer-bottom .footer-bottom-links a img {
		width: 32px;
		height: 32px;
	}

	footer .footer-inner {
		/*flex-direction: column-reverse;*/
		padding-bottom: 250px;
	}

	footer .footer-inner .item-box {
		flex-direction: column;
		  margin-top: 50px;
	}

	footer .footer-inner .item.item-content {
		width: 100%;
		flex: unset;
		margin: 20px 0 20px 0;
		padding: 0;
	}

	footer .footer-inner .item.item-content .title {
		width: 100%;
		text-align: center;
		border: none;
	}

	footer .footer-inner .item.item-content .description {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border: none;
		border-bottom: 1px solid #ddd;
		text-align: center;
	}

	footer .footer-inner .item.item-links {
		position: relative;
		align-items: center;
	}

	footer .footer-inner .item.item-links .title {
		text-align: center;
		display: inline-flex; 
		align-items: center;
		justify-content: center;
		font-size: 16px;
		text-align: center;
	}

	footer .footer-inner .item.item-links .title::before,
	footer .footer-inner .item.item-links .title::after {
		content: "";
		display: inline-block;
		width: 83px;
		height: 2px;
		margin: 0 20px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: var(--color-primary);
		vertical-align: middle;
	}	

	footer .footer-inner .item .list {
		align-items: center;
		padding: 10px 0 25px 0;
	}

	footer .footer-inner .item.item-links a {
		font-size: 14px;
		text-align: center;
	}

	footer .footer-inner .footer-logo {
		margin: 0 auto;
	}

	footer .footer-inner .footer-logo .logo-description {
		display: block;
	}
	
}

/*----------------------------------------------------------------------
sideMenu.css
----------------------------------------------------------------------*/
.sideMenu {
    --sideMenu-width: 100%;
}

.sideMenu .sideMenu-content .sideMenu-content-header .sideMenu-close {
	font-size: 24px;
	color: var(--color-primary);	
}

.sideMenu .sideMenu-content .sideMenu-content-body {
	padding: 25px;
}

.sideMenu .sideMenu-content .sideMenu-content-body ul.content-body-menu {
	margin: 32px 0 0 0;
}

.sideMenu .sideMenu-content .sideMenu-content-body ul li:has(ul),
.sideMenu .sideMenu-content .sideMenu-content-body ul li:has(ul) > a:first-child {
	color: rgba(27, 31, 38, 0.72);
	font-size: 16px;
	font-weight: 800;
}

.sideMenu .sideMenu-content .sideMenu-content-body ul li a {
	color: rgba(27, 31, 38, 0.72);
	padding: 0 10px;
	font-size: 16px;
	font-weight: 800;
}

.sideMenu .sideMenu-content .sideMenu-content-body ul li.open > a:first-child {
	border-radius: 16px;
	background-color: rgba(233, 238, 243, 1);
	color: var(--color-secondary);
}

.sideMenu .sideMenu-content .sideMenu-content-body ul li ul {
	margin-top: 15px;
    margin-right: 15px;
    border-right: 2px solid rgba(242, 245, 248, 1);
}

.sideMenu .sideMenu-content .sideMenu-content-body ul li {
	border-bottom: none;
}

.sideMenu .sideMenu-content .sideMenu-content-body ul li ul li a {
	font-size: 14px;
	font-weight: 600;
	color: rgba(27, 31, 38, 0.72);
}

/*----------------------------------------------------------------------
page-breadcrumbs
----------------------------------------------------------------------*/
.page-breadcrumbs {
	display: flex;
	align-items: center;
	height: 56px;
	background-color: rgba(233, 238, 243, 1);
	color: #fff;
	padding: 0 56px;
	margin-top: 24px;
	margin-bottom: 42px;
}

.page-breadcrumbs .item {
	color: #000;
	margin-left: 10px;
}

.page-breadcrumbs .item::after {
	content: '\f104';
	font-family: 'Font Awesome 6 Pro';
	padding-right: 10px;
}

.page-breadcrumbs .item:last-child::after {
	display: none;
}

@media screen and (max-width:768px) {
	.page-breadcrumbs {
		padding: 0 24px;
	}
}

/*----------------------------------------------------------------------
page-title
----------------------------------------------------------------------*/
.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    margin-bottom: 42px;
    background-color: var(--color-secondary);
    color: #fff;
    font-weight: 800;
    font-size: 20px;	
}

.search-result-container, .search-container .search-result-container-business {
  position: absolute;
right:102px;
  left: 250px;
  background-color: #f8f8f8;
  border: 1px solid #eee;

  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 15px 15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  z-index: 1000 !important;
  top: 54px;
  width:100%;
}

.search-result-container.show, .search-container .search-result-container-business.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}