@font-face {
    font-family: 'Gofteh';
         src: url('../assets/fonts/Gofteh.woff') format('woff'),
               url('../assets/fonts/Gofteh.woff2') format('woff2');
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
html{
	font-size: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Gofteh;
}


body {
    font-family: Gofteh;
}


body {
    width: 100%;
    overflow-x: hidden;
    direction: rtl;
    background-color: #02adef;
    color: #fff;
	font-size: 18px;
}

a,
a:hover {
    text-decoration: none;
}

.items {
    margin-top: 2rem;
}

html[dir="rtl"] .items {
    text-align: right
}

html[dir="ltr"] .items {
    text-align: left
}

.item {
    padding: 10px 5px;
    margin-bottom: 10px;
}

.item h3 {
    display: flex;
    justify-content: space-between
}

.item h3 {
    font-size: 1.2rem;
}

.item h3 span {
    font-size: 1.1rem
}


html[dir="ltr"] .item {
    direction: ltr
}

.item p {
    margin: 10px 0;
    font-size: 0.9rem;
    opacity: 0.8;
}


.back-btn {
    color: #cca43d;
    font-size: 1.1rem;
}

.back-btn:hover {
    color: #cca43d;
}

.back-btn img {
    width: 40px;
}

.card {
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 10px;

}

.card h3 {
    font-size: 1.1rem
}

address {
    padding: 20px 10px;
    margin: 20px 20px 40px;
}

address p {
    font-size: 1.3rem;
}

.contact {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact a {
    margin: 0 15px;
	color:#fff;
}


header {
    display: flex;
    justify-content: space-evenly;
    padding: 0 50px
}

.logo {
    width: 300px;
}


.lang-btn {
    position: absolute;
    right: 35px;
    top: 25px;
    color: #fff;
    font-size: 1.4rem;
}

.lang-btn:hover {
    color: #fff;
}

.bitnami-corner-image-div {
    display: none !important
}

.category-img {
    color: #fff;
    font-size: 1.5rem;
}

.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.inner-header p{
	margin-bottom:0;
}
.category-info{
	display:flex;
	align-items:center;
	gap:12px;
	font-size:1.3rem;
}