@font-face {
 font-family: Vazir;
 font-style: normal;
 font-weight: normal;
 src: url('./fonts/Vazir.eot');
 src: url('./fonts/Vazir.eot?#iefix') format('embedded-opentype'), 
 url('./fonts/Vazir.woff2') format('woff2'), 
 url('./fonts/Vazir.woff') format('woff'), 
 url('./fonts/Vazir.ttf') format('truetype');
}
@font-face {
 font-family: Vazir;
 font-style: normal;
 font-weight: bold;
 src: url('./fonts/Vazir-Bold.eot');
 src: url('./fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'), 
 url('./fonts/Vazir-Bold.woff2') format('woff2'), 
 url('./fonts/Vazir-Bold.woff') format('woff'), 
 url('./fonts/Vazir-Bold.ttf') format('truetype');
}

body {
    background-color: #202326;
    margin: 0;
    padding: 0;
    font-family: 'Vazir', Arial, sans-serif;
	font-weight:normal;
}

header {
    text-align: center;
    padding: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

.address-container {
    display: flex;
    justify-content: center;
	margin-top: 20px;
}

.address-box {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 2px 20px 2px 20px;
}

.address {
    color: white;
    margin: 0;
}

.social-buttons {
    margin-top: 20px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px 2px 20px 2px;
    margin: 0 10px;
    transition: transform 0.3s;
}

.button:hover {
    transform: scale(1.1);
}

.telegram{
    background-color: #2e87ca;
}

.eitaa{
    background-color: #ef7f1a;
}

.instagram{
    background-color: #c13584;
}

.map-container {
    max-width: 100%;
    overflow: hidden;
    padding-top: 300px;
    position: relative;
}

.map-container #map {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
	text-align: center;
}
