@import url('css/bootstrap.min.css');
@import url('css/bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;500&display=swap');

@font-face {
  font-family: Vazirmatn FDT;
  src: url('Vazirmatn-FD-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDE;
  src: url('Vazirmatn-FD-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDL;
  src: url('Vazirmatn-FD-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDR;
  src: url('Vazirmatn-FD-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDM;
  src: url('Vazirmatn-FD-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDS;
  src: url('Vazirmatn-FD-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDB;
  src: url('Vazirmatn-FD-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDEX;
  src: url('Vazirmatn-FD-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn FDBL;
  src: url('Vazirmatn-FD-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, h9, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;}
*,*:before,*:after{box-sizing:border-box;}
html{overflow-y:scroll;box-sizing:border-box;margin:0;padding:0;}
body{direction:rtl;font-size:13px;line-height:1.7em;color:#000;margin:0;padding:0;font-family:'Vazirmatn FDT','Yantramanav',tahoma,arial,sans-serif;text-align:right;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display:block;}
a:link,a:visited,a:hover{text-decoration:none;}
img{margin:0 auto;}
.dp-ltr{direction:ltr;}
.dp-rtl{direction:rtl;}
*:focus{outline:none !important}
.transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}