/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


* {
  outline: 0;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}
.main-footer-ap {
  background-color: #656565;
  padding: 20px 0;
  border-top: solid 2px #7f069f;
}
.footer-logo-ap img {
  width: 35%;
}
.desc-column-footer-ap p {
  color: #e0e0e0;
  font-size: 13px;
  line-height: 1.9em;
  text-align: justify;
  margin: 20px 0;
}
.social-list-footer-ap {
  display: flex;
}
.social-list-footer-ap li span {
  margin-left: 15px;
}
.social-list-footer-ap li span::before {
  color: #e0e0e0;
  transition: 0.3s;
}
.social-list-footer-ap li:hover span::before {
  color: #870569;
}
.footer-title-ap {
  color: #ffffff;
  font-size: 18px;
  font-family: iranyekan-bold;
  padding-right: 30px;
  position: relative;
  margin-bottom: 15px;
}
.footer-title-ap::before {
  content: '';
  position: absolute;
  width: 24px;
  border-bottom: solid 3px #ffffff;
  right: 0;
  top: 13px;
}
.menu-list-footer-ap li a {
  color: #eeeeee;
  font-size: 14px;
  padding: 8px 0;
  display: inline-block;
  transition: all 0.3s;
}
.menu-list-footer-ap li a:hover {
  color: #870569;
}
.contact-column-footer-ap p {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.7em;
  text-align: justify;
}
.contact-list-footer-ap {
  margin-top: 24px;
}
.contact-list-footer-ap li {
  color: #e0e0e0;
  font-size: 14px;
  font-family: iranyekan-bold;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-list-footer-ap li a {
  direction: ltr;
  color: #e0e0e0;
  font-size: 14px;
  font-family: iranyekan;
  transition: all 0.3s;
}
.contact-list-footer-ap li a:hover {
  color: #870569;
}
.bottom-footer-content-ap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-footer-ap {
  background-color: #424242;
  padding: 10px 0;
}
.loris-ap {
  display: flex;
  align-items: flex-end;
  justify-content:center;
}
.loris-ap img {
  width: 80%;
}
.copy-right-ap {
  color: #e0e0e0;
  font-size: 14px;
}
.copy-right-ap span {
  color: #ffffff;
  font-family: iranyekan-bold;
  padding: 0 5px;
}
.fischers-ap {
  margin: 100px 0 160px 0;
}
.fischer-details-ap {
  height: 387px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.fischer-icon-ap {
  width: 320px;
  position: absolute;
  bottom: -61px;
  right: 10px;
  transition: all 0.3s;
}

.fischer-icon-ap img {
  width: 100%;
}

.fischer-details-ap:hover .fischer-icon-ap {
  transform: rotate(9deg);
}

.fischer-btn-ap {
  margin-top: 47px;
}

.fischer-btn-ap , .fischer-btn-ap a {
  color: #fff;
  font-family: iranyekan-bold;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
figure {
  margin: 0!important;
}
body {
  font-family: iranyekan!important;
  background-color:#f9f9f9!important;
  direction: rtl;
  text-align: right;
}
a:hover {
  text-decoration: none!important;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?rcbj86');
  src:  url('../fonts/icomoon.eot?rcbj86#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rcbj86') format('truetype'),
    url('../fonts/icomoon.woff?rcbj86') format('woff'),
    url('../fonts/icomoon.svg?rcbj86#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mohasebegar .path1:before {
  content: "\e910";
  color: rgb(239, 238, 244);
}
.icon-mohasebegar .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-mohasebegar .path3:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(164, 58, 178);
}
.icon-garanti .path1:before {
  content: "\e918";
  color: rgb(239, 238, 244);
}
.icon-garanti .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-garanti .path3:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(164, 58, 178);
}
.icon-blog .path1:before {
  content: "\e926";
  color: rgb(240, 238, 244);
}
.icon-blog .path2:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-blog .path3:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-blog .path4:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(164, 58, 178);
}
.icon-darkhast-hamkari .path1:before {
  content: "\e92e";
  color: rgb(239, 238, 244);
}
.icon-darkhast-hamkari .path2:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-darkhast-hamkari .path3:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(164, 58, 178);
}
.icon-browser .path1:before {
  content: "\e900";
  color: rgba(100, 87, 144, 0.1);
}
.icon-browser .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-browser .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(164, 58, 178);
}
.icon-price-tag-single .path1:before {
  content: "\e903";
  color: rgba(100, 87, 144, 0.1);
}
.icon-price-tag-single .path2:before {
  content: "\e904";
  margin-left: -0.7255859375em;
  color: rgb(100, 87, 144);
}
.icon-price-tag-single .path3:before {
  content: "\e905";
  margin-left: -0.7255859375em;
  color: rgb(100, 87, 144);
}
.icon-price-tag-single .path4:before {
  content: "\e906";
  margin-left: -0.7255859375em;
  color: rgb(134, 80, 157);
}
.icon-user .path1:before {
  content: "\e907";
  color: rgba(119, 99, 169, 0.25);
  opacity: 0.8;
}
.icon-user .path2:before {
  content: "\e91b";
  margin-left: -0.76953125em;
  color: rgb(156, 64, 172);
}
.icon-user .path3:before {
  content: "\e91c";
  margin-left: -0.76953125em;
  color: rgb(119, 99, 169);
}
.icon-whatsapp:before {
  content: "\e908";
  color: #fff;
}
.icon-instagram:before {
  content: "\e909";
  color: #fff;
}
.icon-telegram:before {
  content: "\e90a";
  color: #fff;
}
.icon-sibapp:before {
  content: "\e90b";
  color: #fff;
}
.icon-bazar:before {
  content: "\e90c";
  color: #fff;
}
.icon-agreement:before {
  content: "\e90d";
  color: #870569;
}
.icon-check .path1:before {
  content: "\e90e";
  color: rgb(206, 225, 242);
}
.icon-check .path2:before {
  content: "\e91d";
  margin-left: -0.828125em;
  color: rgb(119, 99, 169);
}
.icon-check .path3:before {
  content: "\e91e";
  margin-left: -0.828125em;
  color: rgb(156, 64, 172);
}
.icon-portfolio .path1:before {
  content: "\e90f";
  color: rgb(194, 217, 239);
  opacity: 0.8;
}
.icon-portfolio .path2:before {
  content: "\e91f";
  margin-left: -0.998046875em;
  color: rgb(156, 64, 172);
}
.icon-portfolio .path3:before {
  content: "\e920";
  margin-left: -0.998046875em;
  color: rgb(119, 99, 169);
}
.icon-portfolio .path4:before {
  content: "\e921";
  margin-left: -0.998046875em;
  color: rgb(119, 99, 169);
}
.icon-portfolio .path5:before {
  content: "\e922";
  margin-left: -0.998046875em;
  color: rgb(156, 64, 172);
}
.icon-tasks .path1:before {
  content: "\e911";
  color: rgba(119, 99, 169, 0.1);
}
.icon-tasks .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(119, 99, 169);
}
.icon-tasks .path3:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(156, 64, 172);
}
.icon-money-bag .path1:before {
  content: "\e916";
  color: rgba(100, 87, 144, 0.1);
}
.icon-money-bag .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-money-bag .path3:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(164, 58, 178);
}
.icon-price-tag .path1:before {
  content: "\e917";
  color: rgba(100, 87, 144, 0.1);
}
.icon-price-tag .path2:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(100, 87, 144);
}
.icon-price-tag .path3:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(164, 58, 178);
}
.main-menu-box-at {
  background-color: transparent;
  display: flex;
  align-items: center;
}
.main-menu-list-at li a {
  color: #424242!important;
  font-size: 14px!important;
  margin-left: 6px;
  transition: 0.3s;
}
.main-menu-list-at li {
    border-left:4px solid transparent;
    transition:0.3s;
}
.main-menu-list-at li a:hover {
  color: #870569!important;
}
.main-logo-at {
  margin-left: 50px;
  font-family: iranyekan-exbold;
  font-size: 24px;
  color: #870569;
}
.main-menu-at {
  display: flex;
  justify-content: space-between;
}
.menu-social-list-at {
  display: flex;
  align-items: center;
}
.menu-social-list-at li a span::before {
  color: #707070;
  transition: 0.3s;
}
.menu-social-list-at li a {
  font-size: 16px;
  padding: 8px;
}
.menu-social-list-at li a:hover span::before {
  color: #870569;
}
.header-slider-at {
  background-image: url('../img/Rectangle-head-back.svg');
  background-size: contain;
  height: auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.main-header-at {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.head-img-at {
  width: 60%;
  margin-top: 190px;
}
.head-title-at {
  color: #1c1c1c;
  font-size: 29px;
  margin-bottom: 20px;
  font-family: iranyekan-bold;
}
.head-slider-desc-at p {
  line-height: 1.7em;
  text-align: justify;
  color: #757575;
  font-size: 14px;
  margin-bottom:37px;
}
.head-slider-desc-at {
  margin-top: 165px;
}
.login-atayar-btn-at {
  border-radius: 24px;
  background-color: #870569;
  border: solid 1px #870569;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 45px;
  font-family: iranyekan-bold;
  display: inline-block;
  margin-left: 24px;
  transition: 0.3s;
}
.login-atayar-btn-at:hover , .estelam-atayar-btn-at:hover {
  color: #fff;
  background-color: #64034e;
  border-color:870569;
}
.estelam-atayar-btn-at {
  font-size: 14px;
  padding: 12px 35px;
  font-family: iranyekan-bold;
  display: inline-block;
  border: solid 1px #870569;
  color: #870569;
  border-radius: 24px;
  margin-left: 24px;
  transition: 0.3s;
}
.head-slider-desc-at .nav-link.login-atayar-btn-at {
    padding: 11px 45px;
    width: auto;
}
.list-easy-box-at {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 150px;
}
.easy-box-item-at {
  height: 227px;
  border-radius: 12px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 209px;
  font-size: 14px;
  color: #424242;
}
.easy-icon {
  font-size: 40px;
}
.easy-box-count-at {
  color: #424242;
  font-size: 24px;
  font-family: iranyekan-exbold;
  direction: ltr;
  margin: 15px 0 5px 0;
  display: inline-block;
}
.atayar-title-at {
  color: #424242;
  font-size: 24px;
  font-family: iranyekan-bold;
}
.who-atayar-desc-at p {
  color: #757575;
  font-size: 14px;
  line-height: 1.7em;
  text-align: justify;
  margin: 38px 0 30px 0;
}
.who-btn-at {
  border-radius: 24px;
  background-color: #870569;
  padding: 12px 32px;
  color: #ffffff;
  font-size: 14px;
  font-family: iranyekan-bold;
  transition: 0.3s;
}
.who-btn-at:hover {
  background-color: #64034e;
  color: #fff;
}
.dotted-at {
  width: 230px;
  height: 223px;
  background-image: url('../img/dotted.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.who-img-box-at {
  position: relative;
}
.who-img-box-at img {
  width: 60%;
  padding-top: 50px;
  margin-right: 65px;
}
.maziat-box-at {
  margin: 110px 0;
}
.maziat-item-box-at {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 95px;
}
.maziat-item-box-at .icon-agreement {
  font-size: 30px;
}
.maziat-title-at {
  color: #060606;
  font-size: 18px;
  font-family: iranyekan-bold;
  margin: 16px 0;
}
.maziat-item-box-at p {
  color: #757575;
  font-size: 14px;
  text-align: center;
  line-height: 1.7em;
}
.estelaam-box-at {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}
.dotted-at.estelam-dotted {
  left: auto;
  right: 65px;
  top: -20px;
}
.estelaam-info-at , .zamanat-info-at {
  background-color: #e3e3e3;
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 280px;
  padding-left: 137px;
  margin-top: 50px;
  margin-right: 0;
  position: relative;
}
.zamanat-info-at {
    padding-right:80px;
}
.estelam-img-box-at {
  width: 490px;
  margin-right: 50px;
  z-index: 9999;
  position: absolute;
  top: 0;
}
.estelam-img-box-at img {
  width: 100%;
}
.estelaam-title-at.atayar-title-at {
  color: #870569;
}
.estelaam-info-at p , .zamanat-info-at p {
  margin: 23px 0 30px 0;
  line-height: 1.7em;
  color: #757575;
  font-size: 14px;
}
.estelaam-form-at {
  width: 100%;
}
.estelaam-input-at {
  width: 50%;
  border-radius: 24px;
  background-color: #ffffff;
  border: none;
  padding: 11px 16px;
  color: #757575;
}
.estelaam-input-at::placeholder {
  color: #acacac;
  font-size: 14px;
}
.estelaam-btn-at {
  border-radius: 24px;
  background-color: #870569;
  padding: 11px 53px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  margin-right: 24px;
  transition: 0.3s;
}
.estelaam-btn-at:hover {
  background-color: #64034e;
  color: #fff;
}
.app-at {
  margin: 100px 0;
}
.list-step-app-at {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
}
.list-step-app-at::before {
  content: '';
  border-right: 2px dashed #e7d8ea;
  height: 330px;
  position: absolute;
  right: 48px;
  z-index: -1;
  top: 120px;
}
.step-item-at {
  display: flex;
  margin-top: 35px;
}
.num-step-at {
  width: 69px;
  height: 69px;
  background-color: #e7d8ea;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #870569;
  font-size: 36px;
  font-family: iranyekan-bold;
  border-radius: 50%;
  margin-left: 24px;
}
.step-info-at {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.step-title {
  color: #870569;
  font-size: 16px;
  font-family: iranyekan-bold;
  margin-bottom: 16px;
}
.step-info-at p {
  line-height: 1.7em;
  text-align: justify;
  color: #757575;
  font-size: 14px;
}
.app-img-box-at {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.app-img-circule-at {
  width: 440px;
  height: 440px;
  display: inline-block;
  border-radius: 50%;
  background-color: #E7D8EA;
}
.app-img-at {
  position: absolute;
  width: 100%;
  right: 0;
  top: -25px;
  transform: scale(1.29);
}
.download-app-box-at {
  background-image: url('../img/dl-back.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  position: relative;
}
.download-layer-at {
  background: url('../img/dl-pattern.svg') , linear-gradient(to right ,rgba(0,0,0,0.79),rgba(0,0,0,0.79));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.parallax-title-at {
  color: #fff;
}
.download-layer-at p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  width: 45%;
  margin: 24px auto 50px auto;
}
.app-btn-at {
  width: 170px;
  height: 50px;
  display: inline-block;
  margin: 0 8px;
}
.app-btn-at img {
  width: 100%;
}
.ozviat-box-at {
  margin: 60px 0;
}
.ozviat-box-at p {
  color: #757575;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  margin-top: 34px;
}
.ozviat-form-at {
  width: 80%;
  margin: 0 auto;
  margin-top: 24px;
}
.azviat-input-at {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #eaeaea;
  background-color: #ffffff;
  padding: 12px;
  margin-bottom: 24px;
}
.azviat-input-at::placeholder {
  color: #acacac;
  font-size: 14px;
  opacity: 1;
}
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  background-color: transparent;
  border: none;
}
.custom-select-trigger {
  position: absolute;
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  color: #acacac;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  right: -2px;
  top: -2px;
  border: solid 1px #eaeaea;
  border-radius: 8px;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px; height: 10px;
  top: 50%; left: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%; left: 0; right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 99999999;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%; right: 25px;
  width: 7px; height: 7px;
  margin-bottom: -3px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}
.btn-submit-form-at {
  color: #ffffff;
  font-size: 14px;
  font-family: iranyekan-bold;
  border: none;
  border-radius: 24px;
  background-color: #870569;
  padding: 11px 46px;
  transition: 0.3s;
}
.btn-submit-form-at:hover {
  background-color: #64034e;
  color: #fff;
}
footer {
  background-color: #707070;
  padding: 18px 0;
}
.footer-info-at {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy-right-info-at {
  color: #e0e0e0;
  font-size: 14px;
}
.copy-right-info-at span {
  font-family: iranyekan-bold;
  padding: 0 6px;
}
.footer-social-at li a span::before {
  color: #fff;
}
.atayar-main-title-at {
    color: #1c1c1c;
    font-size: 50px;
    font-family: iranyekan-bold;
    margin-bottom: 25px;
}
.who-secound-img .dotted-at {
    left:auto;
    right:0;
}
.mohasebegar-info p {
    margin: 23px 0 30px 0;
    line-height: 1.7em;
    color: #757575;
    font-size: 14px;
    text-align:center;
    width: 60%;
}
.mohasebegar-box {
   
    padding: 100px 0;
    margin: 100px 0;
    background:url('../img/lule.png') , linear-gradient(to right,#e3e3e3,  #e3e3e3);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.mohasebegar-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zamanat-img-box {
    height:360px;
    width:360px;
    background-color:#e3e3e3;
    border-radius:50%;
    position:absolute;
    left: -170px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.join-box {
    margin:0;
    padding: 100px 0;
    background-color: #e3e3e3;
}
.maziat-item-img-at {
    width: 100px;
    height: 100px;
}
.maziat-item-img-at img {
    width:100%;
}
.zamanat-img-box img {
    width: 55%;
}
.estelaam-title-at {
    color: #424242;
    font-size: 24px;
    font-family: iranyekan-bold;
}
.zamanat-desc-box {
    width: 100%;
}
.zamanat-desc-box p {
    width:100%;
    font-size:14px;
    font-family: iranyekan-bold;
    color: #757575;
    line-height:1.7em;
}
.zamanat-box {
    background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../img/14595.png');
    background-color:none;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:0;
}
.menu-left-side-info {
    display: flex;
    align-items: center;
}
.menu-contact-info-ay {
    margin-left: 10px;
}
.menu-contact-info-ay li {
    direction: ltr;
    text-align: left;
}
.menu-contact-info-ay li a {
    color: #707070;
    font-size: 13px;
    direction: ltr;
}
.menu-contact-box-ay {
    display: flex;
    direction: ltr;
    margin-left: 30px;
    align-items: center;
}
.menu-contact-box-ay i {
    color: #707070;
    transform: rotate(90deg);
}
/* app */
.head-mojrian-box {
  width: 100%;
  height: 400px;
  background-image: url('../img/atayar-pw-head.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: 24px 0;
  display: flex;
  align-items: center;
  padding: 50px;
  box-shadow: 0 15px 30px 0 rgba(63, 8, 70, 0.2);
  border-radius:12px;
}
.head-mojrian-box img {
  width: 55%;
}
.head-mojrian-box-desc {
  margin-right: 40px;
  width: 100%;
}
.head-slider-title {
  font-size: 60px;
  color: #fff;
  font-family: iranyekan-bold;
  margin-bottom: 30px;
}
.head-mojrian-box-desc p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7em;
  text-align: justify;
}
.head-mojrian-box-desc i {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 45px;
  padding-left: 50px;
}
.head-box-app {
  margin-top: 100px;
  margin-bottom: 65px;
}
.list-easy-box-app .easy-box-item-at {
  font-size: 18px;
  font-family: iranyekan-bold;
  transition: 0.3s;
  width: 100%;
  margin: 15px 0;
}
.list-easy-box-app .easy-box-item-at:hover {
  color: #424242;
  transform: scale(1.05);
}
.list-easy-box-app .easy-icon {
  margin-bottom: 20px;
}
.main-app-header {
  position: static;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 10px 0;
}
.login-custom-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}
.modal-login-info {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 45px;
}
.modal-dialog {
    max-width: 700px;
}
.login-modal-title {
    font-size: 20px;
    font-family: iranyekan-bold;
}
.login-modal-easy-box .easy-icon {
    margin-bottom:15px;
}
.login-modal-easy-box {
    font-family:iranyekan-bold;
    font-size:18px;
}
.login-modal-easy-box:hover {
    color:#424242;
}
.zamanat-main-box {
    position:relative;
    margin-bottom:100px;
}
.nav-link.login-atayar-btn-at {
    margin: 0;
    color: #fff !important;
    padding: 8px 0;
    width: 90px;
    font-size: 14px !important;
    text-align: center;
}
.nav-link.login-atayar-btn-at:hover {
    color:#fff!important;
}
.mohasebegar-list-ay {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
}
.mohasebegar-list-ay li {
    height: 170px;
    border-radius: 8px;
    background-color: #F7F1F8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 162px;
    font-size: 14px;
    color: #910067;
    transition: all 0.3s;
    padding: 20px;
    transition:0.3s;
}
.mohasebegar-list-ay li:hover {
    background-color: #EDA9F94F;
}
.mohasebegar-list-ay li img {
    width: 35%;
    margin-bottom: 15px;
}
.mohasebegar-list-ay li span {
    font-size: 12px;
    text-align: center;
    line-height: 1.7em;
}
.modal-login-icon img {
    width: 100%;
}
.modal-login-icon {
    width: 80px;
    height: 80px;
}
.zamanat-info p {
    width: 90%;
    text-align: justify;
}
.atayar-video-box-at {
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 150px;
    border-radius: 8px;
}
.atayar-video-box-layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.atayar-video-btn {
    font-size: 70px;
    color: #fff;
    transition:0.3s;
}
.atayar-video-btn:hover {
    color:#fff;
    transform: scale(1.1);
}
.btn-home-atayar i {
    margin-right: 10px;
}
.btn-home-atayar {
    background-color: #870569;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 12px;
    transition:0.3s;
}
.btn-home-atayar:hover {
    color:#fff;
    background-color: #680150;
}
.pinfo-project-add-ay form input, .pinfo-project-add-ay form textarea {
    border-radius: 8px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    border: 0;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 30px;
    color:#424242;
    opacity:1;
    font-size:13px;
}
.product-code-ay{
    
    
   width: 100%;
    padding: 40px 40px;
    border-radius: 5px;
    border: 2px solid #870569;
    margin-bottom: 35px;
    background-color: aliceblue;
}



.pinfo-project-add-ay form input::placeholder , .pinfo-project-add-ay form textarea::placeholder {
    color:#424242;
    opacity:0.5;
    font-size:13px;
}
.pinfo-project-add-ay form label {
    font-size: 14px;
    color: #424242;
    width: auto;
    margin-bottom: 15px;
}
.pinfo-project-add-ay form label.add-project-address button {
    all: unset;
    font-size: 12px;
    border: solid 1px #757575;
    border-radius: 8px;
    padding: 5px 15px;
    cursor: pointer;
}
.next-process-id {
    color: #fff;
border: none;
margin-right: 30px;
background-color: #870569;
box-shadow: none;
font-size: 14px;
padding: 10px 15px;
float: left;
border-radius: 8px;
}
.guarantee-form-box {
    margin: 100px 0;
    background-color: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.04);
}
.ay-mini-logo {
    font-size: 22px;
    color: #870569;
    font-family: iranyekan-exbold;
    margin-bottom: 40px;
}
.add-project-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#showModal {
    font-size: 14px;
    color: #212121c7;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.title-box-pw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 20px;
}
.main-title-pw {
    color: #424242;
    font-size: 24px;
    font-family: iranyekan-exbold;
}
.blog-more-btn-pw {
    color: #bdbdbd;
    font-family: iranyekan-md;
    font-size: 16px;
}
.blog-post-item-pw {
    border-radius: 12px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    overflow: hidden;
    height: 330px;
    margin: 15px 0;
}
.blog-post-img-box-pw {
    width: 100%;
    display: inline-block;
    height: 200px;
    overflow: hidden;
}
.blog-post-img-box-pw img {
    width:100%;
}
.blog-post-title-pw a {
    padding: 10px 15px;
    display: inline-block;
    color: #757575;
    font-family: iranyekan-md;
    font-size: 16px;
    line-height: 1.7em;
}
.blog-post-date-pw {
    color: #bdbdbd;
    padding: 0 15px;
    margin: 10px 0;
    display: inline-block;
}
.main-menu-list-at li a img {
    display:none;
}
.main-app-header .main-menu-list-at li a {
    margin-left:0;
}
#plus3 {
    font-size: 14px;
    font-family: iranyekan;
    color: #870569;
    margin-right: 10px;
    cursor: pointer;
}
.product-title-pw {
    font-size: 22px;
    color: #870569;
    font-family: iranyekan-bold;
    margin-top: 50px;
    margin-bottom: 30px;
}
.product-info-pw p {
    font-size: 16px;
    color: #424242;
    font-family: iranyekan-md;
    margin-bottom: 20px;
}
.product-list-pw li a {
    padding: 26px 16px;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #424242;
    font-size: 16px;
    font-family: iranyekan-md;
    margin-bottom:16px;
}
.product-list-pw li a i {
    color:#bdbdbd;
}
#plus3 i {
    margin-left: 5px;
}
.btn.btn-info.btn-lg, .btn.btn-info.btn-lg:hover {
    background-color: transparent;
    border: none;
    color: #717171;
    font-size: 14px;
}
.btn-info:focus {
    box-shadow:none;
}
.single-video-box-at {
    margin-bottom: 100px;
}
.app-atayar-btn-at {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 15px;
    margin: 0 15px;
    color: #fff;
    font-size: 14px;
    font-family: iranyekan-bold;
    display: flex;
    align-items: center;
    transition:0.3s;
}
.app-atayar-btn-at:hover {
    color: #fff;
    transform: scale(1.1);
}
.app-atayar-btn-at i {
    font-size: 16px;
    margin-left: 8px;
}
.parallax-btn-box-at {
    display: flex;
    align-items: center;
}
@media screen and (max-width:1200px){
  .main-menu-list-at li a {
    margin-left: 10px;
    font-size: 14px !important;
  }
  .nav-link.login-atayar-btn-at {
      width: 65px;
  }
  .estelaam-info-at {
      padding-right: 150px;
  }
  .head-img-at {
    width: 75%;
  }
  .head-title-at {
    font-size: 28px;
  }
  .easy-box-item-at {
    width: 175px;
  }
  .estelam-img-box-at {
    width: 420px;
    margin-right: 5px;
  }
  .zamanat-info-at {
    padding: 0 50px;
  }
  .zamanat-info-at p {
      width: 75%;
    text-align: justify;
  }
  .estelaam-input-at {
    width: 60%;
  }
  .download-layer-at {
    background-size: auto;
  }
  .download-layer-at p {
    width: 60%;
  }
  .app-img-at {
    transform: scale(1);
  }
  .easy-box-item-at.login-modal-easy-box {
      width:250px;
  }
  .estelaam-info-at, .zamanat-info-at {
      padding-left:50px;
  }
  .login-atayar-btn-at {
      padding: 12px 35px;
      margin-left: 10px;
  }
  .estelam-atayar-btn-at {
      margin-left: 10px;
  }
  .head-slider-desc-at .nav-link.login-atayar-btn-at {
    padding: 11px 30px;
  }
  .main-logo-at {
      margin-left: 25px;
  }
    .blog-post-img-box-pw {
        height:170px;
    }
    .main-app-header .navbar.navbar-expand-lg.main-menu-box-at {
        padding: 0;
    }
    .main-app-header .main-logo-at {
        margin-left: 15px;
        margin-right: 0;
    }
    .main-app-header .main-menu-list-at li a {
        margin-left: 13px;
        font-size: 13px !important;
        padding: 0 !important;
    }
}
@media screen and (max-width:992px){ 
  .navbar-toggler {
    border-color: #870569;
    color: #870569;
  }
  .estelaam-info-at {
    padding-right: 190px;
    }
    .nav-link.login-atayar-btn-at {
        padding: 8px 40px;
        width: auto;
    }
    .main-menu-list-at li a {
        margin-left: 0px;
    }
  .main-logo-at {
    order: 1;
  }
  .navbar-toggler {
    order: 2;
  }
  .menu-left-side-info {
    order: 3;
  }
  .main-menu-at {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 100%;
    right: 0;
    padding: 15px;
  }
  .single-video-box-at .easy-box-item-at {
      margin-top:30px!important;
  }
  .navbar-nav.main-menu-list-at {
    width: 100%;
    text-align: center;
  }
  .head-slider-desc-at {
    margin-top: 170px;
  }
  .head-img-at {
    margin-top: 150px;
  }
  .login-atayar-btn-at {
    margin-left: 10px;
    padding: 12px 15px;
    font-size: 13px;
  }
  .estelam-atayar-btn-at {
    padding: 12px 15px;
    font-size: 13px;
  }
  .head-slider-desc-at .nav-link.login-atayar-btn-at {
    padding: 11px 20px;
    }
  .header-slider-at {
    height: auto;
  }
  .easy-box-item-at {
    width: 160px;
    height: 190px;
  }
  .estelam-img-box-at {
    width: 200px;
  }
  .dotted-at.estelam-dotted {
    right: 0;
    top: -32px;
  }
  .list-step-app-at::before {
    height: 280px;
  }
  .app-img-box-at {
    margin-top: 50px;
    justify-content: center;
  }
  .app-img-at {
    width: 70%;
    right: auto;
  }
  .download-layer-at p {
    width: 75%;
  }
  .ozviat-box-at p {
    width: 95%;
  }
  .custom-select.opened .custom-options {
    z-index: 99999;
  }
  .list-easy-box-at {
      margin-top: 50px;
  }
  .zamanat-info-at {
    padding: 50px;
    flex-direction: row;
    height: auto;
    align-items: center;
    justify-content: space-between;
    }
    .zamanat-info {
    width: 80%;
    }
    .zamanat-info-at p {
        width: 100%;
    }
    .zamanat-img-box {
    height: auto;
    width: auto;
    position: static;
    }
    .estelaam-box-at {
        height: auto;
    }
    .mohasebegar-list-ay {
        flex-wrap:wrap;
        justify-content : center;
    }
    .mohasebegar-list-ay li {
        width: 200px;
        margin: 15px;
    }
  /* app */
  .main-menu-at-single {
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    z-index: 999999;
    width: 300px;
    height: 100vh;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
  }
  .main-menu-at-single-show {
    right: 0;
  }
  .mohasebegar-info p {
      width:100%;
  }
  .main-app-header .main-menu-list-at li a img {
        display: inline-block;
        margin-left: 10px;
    }
    .main-app-header .main-menu-list-at li a {
    margin-left: 0px;
    font-size: 16px !important;
    padding: 10px 15px !important;
    text-align: right;
    display: flex;
    align-items: center;
    }
    .main-app-header .main-menu-at-single-show {
        padding:0;
    }
    .main-app-header .main-menu-list-at li:hover {
        background-color:rgba(113,35,109,0.09);
        color:#71236D;
        border-color:#71236D;
    }
}
@media screen and (max-width:768px){
  .header-slider-at {
    height: auto;
  }
  .estelaam-info-at {
    padding: 45px;
}
  .head-img-at {
    display: block;
    margin: 0 auto;
    margin-top: 130px;
    width: 45%;
  }
  .head-slider-desc-at {
    margin-top: 30px;
  }
  .easy-box-item-at {
    width: 280px;
    margin-bottom: 15px;
  }
  .list-easy-box-at {
    flex-direction: column;
  }
  .list-easy-box-at {
    margin-bottom: 50px;
    margin-top: 100px;
  }
  .maziat-box-at {
    margin: 50px 0 120px 0;
  }
  .estelam-img-box-at {
    display: none;
  }
  .zamanat-info-at {
    flex-direction: column-reverse;
  }
  .zamanat-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    }
  .estelaam-btn-at {
    margin-right: 15px;
    padding: 11px 50px;
  }
  .app-img-at {
    width: 100%;
    top:0;
  }
  .download-layer-at p {
    width: 95%;
  }
  .footer-info-at {
    flex-direction: column;
  }
  .copy-right-info-at {
    margin-bottom: 15px;
  }
  
  /* app */
  .head-box-app {
    margin-top: 40px;
  }
  .head-mojrian-box {
    height: 250px;
    padding: 25px 15px;
  }
  .head-slider-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .head-mojrian-box-desc p {
    font-size: 16px;
  }
  .head-mojrian-box-desc i {
    font-size: 25px;
    padding-left: 8px;
  }
  .head-mojrian-box-desc {
    margin-right: 25px;
  }
  .blog-post-item-pw {
    display: flex;
    padding: 8px;
    align-items: center;
    height: auto;
  }
  .blog-post-img-box-pw {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    }
    .blog-post-title-pw a {
        font-size:14px;
    }
    .blog-post-date-pw {
        font-size: 12px;
        margin: 0;
        text-align: center;
    }
    .main-app-header .menu-social-list-at {
        display:none;
    }
} 
@media screen and (max-width:567px){
  .head-img-at {
    margin-top: 95px;
    width: 65%;
  }
  .head-title-at {
    font-size: 23px;
  }
  .who-img-box-at {
    margin-top: 50px;
  }
  .maziat-box-at {
    margin: 50px 0 70px 0;
  }
  .dotted-at.estelam-dotted {
    display: none;
  }
  .estelaam-info-at {
    padding: 0 20px;
  }
  .estelaam-input-at {
    width: 100%;
    margin-bottom: 15px;
  }
  .estelaam-btn-at {
    width: 100%;
    margin-right: 0;
  }
  .num-step-at {
    width: 55px;
    height: 55px;
    font-size: 28px;
  }
  .who-btn-at {
      padding: 12px 20px;
  }
  .list-step-app-at::before {
    height: 380px;
    right: 40px;
  }
  .app-img-circule-at {
    width: 300px;
    height: 300px;
  }
  .app-at {
    margin: 60px 0;
  }
  .app-btn-at {
    width: 140px;
  }
  .ozviat-form-at {
    width: 100%;
  }
  .copy-right-info-at {
    text-align: center;
  }
  .mohasebegar-info p {
      width:100%;
  }
  .who-atayar-desc-at {
    margin-top: 20px;
    }
    .modal-login-info {
        flex-direction: column;
        align-items: center;
    }
    .zamanat-info-at {
    padding: 30px;
    }
    /* app */
  .head-mojrian-box {
    height: 190px;
  }
  .head-slider-title {
    font-size: 25px;
  }
  .head-mojrian-box-desc {
    margin-right: 30px;
  }
  .head-mojrian-box img {
    width: 100%;
  }
  .head-mojrian-box-desc p {
    font-size: 14px;
  }
  .head-box-app {
    margin-bottom: 15px;
  }
  .main-menu-at-single {
    width: 235px;
  }
  .login-atayar-btn-at , .estelam-atayar-btn-at ,.head-slider-desc-at .nav-link.login-atayar-btn-at{
      width:100%;
      margin:10px 0;
      text-align:center;
  }
  .guarantee-form-box {
      padding:30px 15px;
  }
  .add-project-address {
      flex-direction: column;
        align-items: flex-start;
  }
  .pinfo-project-add-ay form label.add-project-address button {
      margin-top:10px;
  }
  .blog-post-img-box-pw {
      width:90px;
      height:90px;
  }
  .list-easy-box-app .easy-box-item-at {
      font-size:12px;
  }
  .easy-box-item-at span {
    margin-bottom: 20px;
    }
    .easy-box-item-at {
        height:115px;
        padding:10px;
        text-align:center;
    }
    .main-title-pw {
        font-size: 16px;
    }
    .blog-more-btn-pw {
        font-size: 11px;
    }
}