﻿@font-face {
    font-family: 'VazirBlack';
    src: url('../fonts/Vazir-Black-FD.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'VazirBold';
    src: url('../fonts/Vazir-Bold-FD.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'VazirLight';
    src: url('../fonts/Vazir-Light-FD.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'VazirMedium';
    src: url('../fonts/Vazir-Medium-FD.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'VazirRegular';
    src: url('../fonts/Vazir-Regular-FD.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'VazirThin';
    src: url('../fonts/Vazir-Thin-FD.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Lalezar';
    src: url('../fonts/Lalezar-Regular.woff') format('woff');
    font-display: swap;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-fil`e-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body {
    direction: rtl;
    font-family: VazirRegular;
}

.clear {
    clear: both;
}

a {
    text-decoration: unset;
}

* {
    transition: all ease-in-out 0.3s;
}

.mobile {
    border: 10px solid black;
    width: 450px;
    box-shadow: 0px 0px 100px 40px #afb1b3;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 85vh;
}

.mobileContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.mobileDesign {
    width: 200px;
    height: 40px;
    background: black;
    position: absolute;
    top: -5px;
    border-radius: 10px 10px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mobileDesign:after {
        content: '';
        display: block;
        width: 20px;
        height: 8px;
        background: #dddddd;
        position: absolute;
        border-radius: 10px;
        right: 20px;
    }

    .mobileDesign:before {
        content: '';
        display: block;
        width: 130px;
        height: 8px;
        background: #dddddd;
        position: absolute;
        border-radius: 10px;
        left: 20px;
    }

.mobileCamera {
    width: 20px;
    height: 20px;
    background: #F8F9FA;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 3px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mobileCamera:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background: #7a7979;
        position: absolute;
        z-index: 1;
        border-radius: 100%;
    }

    .mobileCamera:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: white;
        border-radius: 100%;
        z-index: 2;
        position: absolute;
    }

.mobileBody {
    margin-top: 40px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding: 15px;
}

    .mobileBody .sectionTitle {
        width: 100%;
        text-align: center;
    }

.sectionTitle h2 {
    font-family: 'VazirBold';
    font-size: 30px;
    margin-bottom:20px;
    margin-top: 40px;
    color: black;
}

.telNumber {
    direction: ltr;
}

.sectionTitle a {
    width: 100%;
    display: block;
    padding: 17px;
    font-family: VazirBold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-top: 10px;
}

    .sectionTitle a.wa {
        background: #25D366;
        color: white;
    }

    .sectionTitle a.style1 {
        border: 2px solid #DCDDDE;
        font-size: 15px;
        justify-content: space-between;
        color: black;
    }

    .sectionTitle a.rs {
        background: #00bd00;
        box-shadow: 0px 4px 5px #4f4f4f;
        color: WHITE;
    }


    .sectionTitle a.map {
        background: #b2e7ce;
        color: black;
        box-shadow: 0px 4px 0px #7ce2b2;
    }

    .sectionTitle a.style1 span {
        align-items: center;
    }


    .sectionTitle a i {
        font-size: 25px;
        margin-left: 6px;
    }

    .sectionTitle a.style1:hover {
        transform: scale(1.01);
    }


.mobileImg {
    text-align: center;
}

    .mobileImg img {
        border-radius: 100%;
        width: 120px;
        border: 4px solid #DDDDDD;
    }

    .mobileImg h1 {
        font-size: 17px;
        font-family: vazirbold;
        margin-bottom: 5px;
        color: black;
    }

    .mobileImg h2 {
        font-size: 17px;
        color: black;
        font-family: vazirregular;
    }

.sectionTitle p {
    color: black;
}
.bold{
    font-size: 18px;
}

.mobileFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 7px;
    background: #5C945C;
    border: 1px solid white;
    border-radius: 0 0 10px 10px;
}

    .mobileFooter a {
        font-size: 30px;
        margin-bottom: -7px;
    }

        .mobileFooter a:nth-child(1) {
            color: #851193;
        }

        .mobileFooter a:nth-child(2) {
            color: #9bc3ff;
        }

        .mobileFooter a:nth-child(3) {
            color: #a90707;
        }

.mobileButton:after {
    content: '';
    display: block;
    background: #7A7979;
    width: 4px;
    height: 70px;
    position: absolute;
    right: -14px;
    border-radius: 0 5px 5px 0;
    top: 115px;
}

.mobileButton:before {
    content: '';
    display: block;
    background: #7A7979;
    width: 4px;
    height: 40px;
    position: absolute;
    right: -14px;
    border-radius: 0 5px 5px 0;
    top: 190px;
}

@media (max-width:500px) {
    .mobile {
        width: 90%;
    }
}

.novpn {
    margin-top: 40px;
    background: #00377e;
    width: 100%;
    display: block;
    padding: 17px;
    font-family: VazirBold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: white;
    animation: bgChange 2s infinite;
    box-shadow: 0px 0px 5px 2px #00377e;
}

@keyframes bgChange {
    0% {
        background-color: #00377e;
        color:white;
    }

    50% {
        background-color: #F5DB1E;
        color:black;
    }

    100% {
        background-color: #00377e;
        color:white;
    }
}
