/**main colore**/
/** break point **/
html {
  scroll-behavior: smooth;
}

a,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-size: 12px;
  color: rgb(15.198, 14.602, 14.602);
}

.site input[type=text], .site input[type=email], .site input[type=tel] {
  font-family: "IRANYekanXFaNum" !important;
  border: 1px solid #EDEDED !important;
  background-color: #fff !important;
  border-radius: 12px !important;
  height: 52px !important;
  padding: 20px !important;
  font-size: 14.5px;
  font-weight: 400;
  color: #6C6C6C !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .site input[type=text], .site input[type=email], .site input[type=tel] {
    font-size: 13.5px !important;
  }
}
.site input[type=text]::-webkit-input-placeholder, .site input[type=email]::-webkit-input-placeholder, .site input[type=tel]::-webkit-input-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]:-moz-placeholder, .site input[type=email]:-moz-placeholder, .site input[type=tel]:-moz-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]::-moz-placeholder, .site input[type=email]::-moz-placeholder, .site input[type=tel]::-moz-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]:-ms-input-placeholder, .site input[type=email]:-ms-input-placeholder, .site input[type=tel]:-ms-input-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]:focus, .site input[type=email]:focus, .site input[type=tel]:focus {
  outline: none;
}
.site input[type=submit] {
  border: none;
  background-color: #FBB12F !important;
  display: flex !important;
  width: 100% !important;
  border-radius: 12px !important;
  font-size: 14.5px !important;
  font-family: "IRANYekanXFaNum" !important;
  cursor: pointer !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff !important;
  font-weight: 500 !important;
  transition: all ease-in-out 0.3s !important;
  height: 64px !important;
  outline: none !important;
  box-shadow: none !important;
}
.site input[type=submit]:hover {
  background-color: rgb(237.63, 181.02, 81.57) !important;
}
.site textarea {
  border: none;
  background-color: rgb(253.78, 250.82, 245.62);
  display: block;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 400;
  border: 1px solid rgb(230.5, 230.5, 230.5);
  box-shadow: 0 5px 7px 0 rgba(230.5, 230.5, 230.5, 0.2);
  font-family: "IRANYekanXFaNum" !important;
  resize: none;
}
.site textarea::-webkit-input-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(110.16, 105.84, 105.84);
}
.site textarea:-moz-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(110.16, 105.84, 105.84);
}
.site textarea::-moz-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(110.16, 105.84, 105.84);
}
.site textarea:-ms-input-placeholder {
  font-family: "IRANYekanXFaNum" !important;
  color: rgb(110.16, 105.84, 105.84);
}
.site textarea:focus {
  outline: none;
}

/** general style **/
body {
  direction: rtl;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: IRANYekanXFaNum !important;
  color: #0A0A0A;
  margin: 0 !important;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  direction: rtl;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .mainView {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .mainView {
    padding-left: 16px;
    padding-right: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
  color: #0A0A0A;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.newaboutSecBack .newaboutSec {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .newaboutSecBack .newaboutSec {
    flex-wrap: wrap;
  }
}
.newaboutSecBack .imageSide {
  width: 100%;
  max-width: 600px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .newaboutSecBack .imageSide {
    max-width: 100%;
    flex-direction: column;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .newaboutSecBack .imageSide {
    border-radius: 16px;
  }
}
.newaboutSecBack .imageSide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 490px;
}
@media (max-width: 1080px) {
  .newaboutSecBack .imageSide img {
    aspect-ratio: 16/9;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .newaboutSecBack .imageSide img {
    border-radius: 16px;
  }
}
.newaboutSecBack .imageSide .HeadingsSection {
  display: none;
}
@media (max-width: 1080px) {
  .newaboutSecBack .imageSide .HeadingsSection {
    display: block;
  }
}
.newaboutSecBack .contentSide {
  width: calc(100% - 650px);
}
@media (max-width: 1080px) {
  .newaboutSecBack .contentSide {
    width: 100%;
    padding: 1em 0;
  }
}
.newaboutSecBack .contentSide .BoxParents {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2em;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn1.link {
  flex-direction: row-reverse;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn2.Phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn2.Phone .Icons {
  width: 34px;
  height: 34px;
  background: #000;
  color: #fbb12f;
  border-radius: 8px;
  transition: all var(--ease2) 0.4s;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn2.Phone .Icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newaboutSecBack .contentSide .HeadingsSection {
  padding-bottom: 1em;
  align-items: start;
}
@media (max-width: 1080px) {
  .newaboutSecBack .contentSide .HeadingsSection {
    display: none;
  }
}
.newaboutSecBack .contentSide .HeadingsSection h3 {
  position: relative;
}
.newaboutSecBack .contentSide p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}

.backToTop {
  position: absolute;
  top: -10px;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  right: 0;
  z-index: 1;
}
.backToTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FBB12F !important;
  transition: all var(--ease2) 0.4s;
}
.backToTop a:hover {
  color: rgb(228.0543396226, 146.9196226415, 4.3856603774);
  transform: translateY(4px);
}

.licenseParentsPages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .licenseParentsPages {
    gap: 1em;
  }
}

.site-footer {
  padding: 24px;
  background-image: url(icons/back-foote.svg);
  background-size: contain;
  background-position: center top;
  overflow: hidden;
  background-repeat: no-repeat;
  padding-top: 0.7em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .site-footer .ShopThemsPayaFooter svg {
    max-width: 125px;
  }
}
@media (max-width: 1080px) {
  .site-footer {
    padding-top: 7px !important;
    padding: 0;
    background-size: auto;
    background-position: top center;
  }
}
.site-footer .site-info.mainView {
  width: 100%;
  padding: 0 24px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: #1f1f1f;
  align-items: center;
}
@media (max-width: 768px) {
  .site-footer .site-info.mainView {
    flex-direction: column;
    gap: 12px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    height: -moz-max-content;
    height: max-content;
    padding-top: 2em;
  }
}
.site-footer .site-info.mainView .TxtCopy {
  margin: 0;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .site-footer .site-info.mainView .TxtCopy {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
}
.site-footer .site-info.mainView .TxtCopy > span {
  font-weight: 400;
  color: #FBB12F;
}
.site-footer .ParentsFooterInner {
  background-color: #000;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  padding-top: 50px;
  padding-bottom: 24px;
  border-radius: 24px;
  -webkit-mask-image: url(icons/footerParents.svg);
          mask-image: url(icons/footerParents.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  mask-position-x: center;
  mask-position-y: top !important;
  -webkit-mask-position-y: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner {
    padding: 0 16px;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFooterInner {
    -webkit-mask-image: url(icons/footet-moobi.svg);
            mask-image: url(icons/footet-moobi.svg);
    padding-bottom: 8.2em;
  }
}
.site-footer .ParentsFooterInner .footerItems.active .footerItemsTitle {
  color: #FBB12F;
}
.site-footer .ParentsFooterInner .footerItems.active .footerItemsTitle h3 {
  color: #FBB12F;
}
.site-footer .ParentsFooterInner .footerItems.active > ul {
  pointer-events: auto !important;
}
@media (max-width: 768px) {
  .site-footer .ParentsFooterInner .footerItems {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.1215686275);
    backdrop-filter: blur(10px);
    border-radius: 12px;
  }
}
.site-footer .ParentsFooterInner .ColAboutBrand {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  width: 24.5%;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner .ColAboutBrand {
    width: 100%;
    align-items: center;
    padding-bottom: 40px;
  }
}
.site-footer .ParentsFooterInner .ColAboutBrand .socialItems {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.site-footer .ParentsFooterInner .ColAboutBrand .socialItems > a {
  width: 40px;
  height: 40px;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s var(--ease2);
}
.site-footer .ParentsFooterInner .ColAboutBrand .socialItems > a svg {
  transition: all 0.4s var(--ease2);
}
.site-footer .ParentsFooterInner .ColAboutBrand .socialItems > a:hover {
  color: #FBB12F;
  background-color: rgba(251, 177, 47, 0.3803921569);
}
.site-footer .ParentsFooterInner .ColAboutBrand .socialItems > a:hover svg {
  transform: rotateY(180deg);
}
.site-footer .ParentsFooterInner .ColAboutBrand .AboutBrand.Footer {
  margin: 0;
  color: #fff;
  line-height: 2em;
  text-align: justify;
  font-size: 14.5px;
  font-weight: 400;
  padding-top: 16px;
  padding-bottom: 24px;
}
@media (max-width: 1260px) {
  .site-footer .ParentsFooterInner .ColAboutBrand .AboutBrand.Footer {
    font-size: 13.5px;
  }
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner .ColAboutBrand .AboutBrand.Footer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFooterInner .ColAboutBrand .AboutBrand.Footer {
    font-size: 13px;
  }
}
.site-footer .ParentsFooterInner .ColAboutBrand img {
  max-width: 175px;
}
@media (max-width: 480px) {
  .site-footer .ParentsFooterInner .ColAboutBrand img {
    width: 147px;
  }
}
.site-footer .ParentsFooterInner > .mainContactSocial {
  width: 100%;
  padding: 0;
}
.site-footer .footerParentsGenr {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr {
    padding: 0;
    padding-top: 60px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .footerItemsTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 66px;
  }
}
.site-footer .footerParentsGenr .footerItemsTitle svg {
  display: none;
  color: #fff;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .footerItemsTitle svg {
    display: flex;
    transition: all 0.3s var(--ease2);
  }
}
.site-footer .footerParentsGenr .footerItemsTitle .TitleFooterCol {
  margin: 0;
  padding-bottom: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2em;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .footerItemsTitle .TitleFooterCol {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
  }
}
.site-footer .footerParentsGenr .FooterItems.Ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .FooterItems.Ul .ItemsFooter {
    padding: 0.5em 0;
  }
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .FooterItems.Ul {
    display: none;
    padding: 0 1em;
    padding-bottom: 1em;
  }
}
.site-footer .footerParentsGenr .FooterItems.Ul .ItemsFooter > a {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2em;
  transition: all ease-in-out 0.3s;
}
.site-footer .footerParentsGenr .FooterItems.Ul .ItemsFooter > a:hover {
  color: #FBB12F;
}
@media (max-width: 1260px) {
  .site-footer .footerParentsGenr .FooterItems.Ul .ItemsFooter > a {
    font-size: 13px;
  }
}
.site-footer .footerParentsGenr .col.dataContactUs {
  width: 20%;
}
@media (max-width: 1260px) {
  .site-footer .footerParentsGenr .col.dataContactUs {
    width: 39%;
  }
}
.site-footer .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  gap: 10px;
  color: #fff;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
}
.site-footer .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones:hover {
  transform: scale(1.05);
}
.site-footer .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent {
  display: flex;
  align-items: center;
  justify-content: start;
}
.site-footer .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent > a {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1260px) {
  .site-footer .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent > a {
    font-size: 13px;
  }
}
.site-footer .footerParentsGenr .col.linksFooterTh {
  width: 13.5%;
}
@media (max-width: 1260px) {
  .site-footer .footerParentsGenr .col.linksFooterTh {
    width: 14.5%;
  }
}
@media (max-width: 1080px) {
  .site-footer .footerParentsGenr .col.linksFooterTh {
    width: 20%;
  }
}
.site-footer .footerParentsGenr .col.linksFooterTh .namadItems {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .col.linksFooterTh .namadItems {
    justify-content: center;
  }
}
.site-footer .footerParentsGenr .col.linksFooterTh .namadItems > li {
  max-width: 67px;
  height: 67px;
  width: 100%;
  list-style: none;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .col.linksFooterTh .namadItems > li {
    max-width: 55px;
    height: 55px;
    width: 100%;
  }
}
.site-footer .footerParentsGenr .col.linksFooterTh .namadItems > li:hover .FooterItemNamds {
  transform: scale(1.05);
}
.site-footer .footerParentsGenr .col.linksFooterTh .namadItems > li .FooterItemNamds {
  display: flex;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all ease-in 0.4s;
}
.site-footer .footerParentsGenr .col.linksFooterTh .namadItems > li .FooterItemNamds > img {
  max-width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .col.linksFooterTh .namadItems > li .FooterItemNamds > img {
    max-width: 45px;
    height: 45px;
  }
}
.site-footer .footerParentsGenr .col.namadFooter > .footerItemsTitle {
  justify-content: center !important;
}
@media (max-width: 768px) {
  .site-footer .footerParentsGenr .col.namadFooter {
    width: 100% !important;
    text-align: center;
  }
}

.countersectionBack {
  background: linear-gradient(93.67deg, #373635 0%, #000 50%, #373635 100%);
  padding: 80px 0;
}
.countersectionBack .HeadingsSection > .TitleCusTheme {
  color: #ffffff;
}
.countersectionBack .countersection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1080px) {
  .countersectionBack .countersection {
    flex-wrap: wrap;
  }
}
.countersectionBack .countersection .countersectionIn {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 9px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 16px 17px;
  border-radius: 16px;
  width: calc(25% - 16px);
}
@media (max-width: 1080px) {
  .countersectionBack .countersection .countersectionIn {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .countersectionBack .countersection .countersectionIn {
    width: 100%;
  }
}
.countersectionBack .countersection .countersectionIn .svgCS {
  height: 72px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
}
.countersectionBack .countersection .countersectionIn .boxCS p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: white;
  margin: 0;
}
.countersectionBack .countersection .countersectionIn .boxCS .spansCS {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row-reverse;
}
.countersectionBack .countersection .countersectionIn .boxCS .spansCS span {
  font-weight: 400;
  font-size: 36px;
  line-height: 56px;
  color: white;
}/*# sourceMappingURL=amirreza.css.map */