﻿@import url(normalize.css);
@import url(fontsans.css);
*, :after,:before {
    box-sizing: border-box;
    margin: 0;
    outline: none;
}

body {
    direction: rtl;
    font-size: 62.5%;
    font-family: IRANSans;
    font-weight: 300;
    color: #515151;
}

a {
    font-size: 1.4em;
    text-decoration: none;
    color: #fff;
}

li {
    list-style: none;
}

h3 {
    font-size: 2em;
}

p {
    font-size: 1.6em;
}

span {
    font-size: 1.4em;
}

button {
    cursor: pointer;
    font-size: 1.4em;
    user-select: none;
}

input,
button {
    border: none;
}

i,
img,
input {
    vertical-align: middle;
    direction: rtl;
    text-align: right;
}

.container {
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.downloadAppimg {
    list-style-type: none;
    height:22px;
}

.contactlogin {
    text-decoration:none;
    color:#fff;
    font-size:14px;
    display:block;
}

.loginButton{
    padding:4px 5px;
    margin-top:16px;
    font-size:16px;
}

.about-img {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    align-self: center !important;
}

.bgColor {
    background: linear-gradient(#c5757e, #f44336, #db8e89);
}

/* sweet alert style changes  */

.trust {
    background-color: white;
    width: 90px;
    height:90;
    margin:4px;
    border-radius:5px;
    display:inline-block;
}

.deputy {
    border-radius: 5px;
    background-color:#fff;
    margin:3px;
}

.group-container {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    padding: 5px;
    margin-top: 30px;
}

.group-item {
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(19.5% - 5px);
    margin-bottom: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 3px;
}

.allgroup-image {
    width: 100%;
    height: auto;
}

.title-container {
    margin-top: 5px;
 }

.group-kala-name {
    font-size: 0.7rem;
    color: #333;
    font-weight: bold;
}

.enamadDiv {
    width: 100%;
    display: flex;
    margin-top: 9px;
    text-align: center;
}

.enamadItem {
    width: 49%;
    padding: 2px;
}

@media only screen and (max-width: 768px) {
.about-img img {
    width: 60px;
    height: 60px;
    margin-top: 3px;
}

.trust {
    width: 60px;
    height:60px;
    margin:3px;
}

.group-item {
    width: calc(33% - 5px);
    margin-bottom: 5px;
}
}