@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-Regular.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-SemiBold.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-Bold.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-ExtraBold.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-Black.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaNoEnWeb";
  src: url("fonts/en/woff2/PeydaNoEnWeb-Regular.woff2") format("woff2"), url("fonts/en/woff/PeydaNoEnWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaNoEnWeb";
  src: url("fonts/en/woff2/PeydaNoEnWeb-SemiBold.woff2") format("woff2"), url("fonts/en/woff/PeydaNoEnWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lg";
  src: url("fonts/lg.ttf?22t19m") format("truetype"), url("fonts/lg.fonts/woff?22t19m") format("woff"), url("fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/en/montserrat/montserrat.woff2") format("woff2"), url("fonts/en/montserrat/montserrat.woff") format("woff"), url("fonts/en/montserrat/montserrat.eot") format("eot"), url("fonts/en/montserrat/montserrat.svg") format("svg");
}
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/en/montserrat/Montserrat-Light.woff2") format("woff2"), url("fonts/en/montserrat/Montserrat-Light.woff") format("woff"), url("fonts/en/montserrat/Montserrat-Light.eot") format("eot");
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea,
select {
  font-family: PeydaFaNumWeb !important;
}

body {
  font-family: PeydaFaNumWeb !important;
  direction: rtl;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/**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(61.1796, 58.7804, 58.7804);
}

.site input[type=text], .site input[type=email], .site input[type=tel] {
  font-family: "PeydaFaNumWeb" !important;
  border: 1px solid rgba(107, 114, 128, 0.1490196078) !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  height: 52px !important;
  padding: 20px !important;
  font-size: 14.5px;
  font-weight: 500;
  color: #0F0F0F !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: "PeydaFaNumWeb" !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: "PeydaFaNumWeb" !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: "PeydaFaNumWeb" !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: "PeydaFaNumWeb" !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: #FF7020 !important;
  display: flex !important;
  width: 100% !important;
  border-radius: 16px !important;
  font-size: 14.5px !important;
  font-family: "PeydaFaNumWeb" !important;
  cursor: pointer !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff !important;
  font-weight: 600 !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(239.9475, 130.5525, 69.3525) !important;
}
.site textarea {
  border: none;
  background-color: rgb(253.885, 248.165, 244.965);
  display: block;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 13.5px;
  border: 1px solid rgb(235.1, 235.1, 235.1);
  box-shadow: 0 5px 7px 0 rgba(235.1, 235.1, 235.1, 0.2);
  font-family: "PeydaFaNumWeb" !important;
  resize: none;
}
.site textarea::-webkit-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(137.988, 133.212, 133.212);
}
.site textarea:-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(137.988, 133.212, 133.212);
}
.site textarea::-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(137.988, 133.212, 133.212);
}
.site textarea:-ms-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(137.988, 133.212, 133.212);
}
.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: PeydaFaNumWeb !important;
  color: #383838;
  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: #383838;
}

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;
}
@media (max-width: 1080px) {
  .newaboutSecBack .newaboutSec {
    flex-wrap: wrap;
  }
}
.newaboutSecBack .imageSide {
  width: 100%;
  max-width: 840px;
  border-radius: 48px;
  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;
}
@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 {
  position: absolute;
  right: 80px;
  bottom: -1px;
  width: 100%;
  max-width: 633px;
  padding: 54px 0px 54px 40px;
  background-color: white;
  border-radius: 48px 0px;
}
@media (max-width: 1080px) {
  .newaboutSecBack .contentSide {
    position: static;
    max-width: 100%;
    padding: 24px 0 0;
  }
}
.newaboutSecBack .contentSide .HeadingsSection {
  padding-bottom: 24px;
  align-items: start;
}
@media (max-width: 1080px) {
  .newaboutSecBack .contentSide .HeadingsSection {
    display: none;
  }
}
.newaboutSecBack .contentSide .HeadingsSection h3 {
  position: relative;
}
.newaboutSecBack .contentSide .HeadingsSection h3::before {
  display: none;
}
.newaboutSecBack .contentSide .HeadingsSection h3::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 1px;
  background: rgba(255, 112, 32, 0);
  background: linear-gradient(90deg, rgba(255, 112, 32, 0) 0%, rgb(255, 112, 32) 100%);
  right: 0;
  bottom: -8px;
}
.newaboutSecBack .contentSide p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.backToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -9px;
}
.backToTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='57' viewBox='0 0 96 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M92.4024 28.5C108.402 28.5 63.6425 0 47.9024 0C32.1623 0 -12.5976 28.5 3.40239 28.5C19.4024 28.5 23.4024 57 47.9024 57C72.4024 57 76.4024 28.5 92.4024 28.5Z' fill='white'/%3E%3C/svg%3E%0A");
  padding: 0px 24px 10px;
  margin-bottom: -21px;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
}

body.single-post .backToTop,
body.page-template-default .backToTop,
body.blog .backToTop {
  padding-top: 10em;
}
@media (max-width: 1080px) {
  body.single-post .backToTop,
  body.page-template-default .backToTop,
  body.blog .backToTop {
    padding-top: 8.5em !important;
  }
}

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

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 100px;
  }
}
.site-footer .ParentsFooterInner .ColAboutBrand {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 110px;
  background: linear-gradient(93.67deg, #ffa370 0%, #ff7a30 50%, #ffa370 100%);
  padding-top: 85px;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner .ColAboutBrand {
    width: calc(100% - 40px);
    padding-top: 62px;
    padding-bottom: 70px;
    gap: 12px;
  }
}
.site-footer .ParentsFooterInner .ColAboutBrand .ShopThemsPayaFooter {
  overflow: hidden;
  position: relative;
  animation: heartbeat 5.4s ease-in-out 5.5s infinite both;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .ParentsFooterInner .ColAboutBrand .ShopThemsPayaFooter::before {
  content: "";
  position: absolute;
  right: -15%;
  top: -10%;
  width: 0;
  height: 100%;
  box-shadow: 0 0 20px 5px rgb(255, 129, 58);
  animation: button-glow 2.4s ease-in-out 5s infinite;
}
.site-footer .ParentsFooterInner .ColAboutBrand .ShopThemsPayaFooter img {
  width: 220px;
  height: 50px;
}
@media (max-width: 480px) {
  .site-footer .ParentsFooterInner .ColAboutBrand .ShopThemsPayaFooter img {
    width: 147px;
    height: 32px;
  }
}
.site-footer .ParentsFooterInner .ColAboutBrand > .mainContactSocial {
  position: absolute;
  width: 100%;
  bottom: -2px;
  padding: 0;
}
.site-footer .ParentsFooterInner .ColAboutBrand > .mainContactSocial .socialItems {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  background-color: white;
  padding: 17px 32px 0;
  border-radius: 28px 28px 0 0;
  flex-wrap: nowrap;
}
.site-footer .ParentsFooterInner .ColAboutBrand > .mainContactSocial .socialItems::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='25' viewBox='0 0 23 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8667 0L22.7846 2.46225C22.375 14.7504 12.295 24.5 3.24249e-05 24.5H22.8667V0Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  height: 25px;
  width: 23px;
  left: -22px;
  bottom: 1px;
  background-size: contain;
  background-position: center;
}
.site-footer .ParentsFooterInner .ColAboutBrand > .mainContactSocial .socialItems::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='25' viewBox='0 0 23 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8667 0L22.7846 2.46225C22.375 14.7504 12.295 24.5 3.24249e-05 24.5H22.8667V0Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  height: 25px;
  width: 23px;
  right: -23px;
  bottom: 0px;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
}
.site-footer .ParentsFooterInner .ColAboutBrand > .mainContactSocial .socialItems a {
  background-color: #383838;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
  padding: 6px;
  position: relative;
  z-index: 1;
  color: white !important;
  width: 32px;
}
.site-footer .ParentsFooterInner .ColAboutBrand > .mainContactSocial .socialItems a svg {
  color: white !important;
}
.site-footer .ParentsFooterInner .ColAboutBrand > .mainContactSocial .socialItems a:hover {
  background-color: #FF7020;
}
.site-footer .ParentsFooterInner .ColAboutBrand .AboutBrand.Footer {
  margin: 0;
  max-width: 800px;
  text-align: center;
  line-height: 32px;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner .ColAboutBrand .AboutBrand.Footer {
    font-size: 13.5px;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFooterInner .ColAboutBrand .AboutBrand.Footer {
    font-size: 13px;
  }
}
.site-footer .ParentsFooterInner .footerParentsGenr {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact {
    justify-content: start;
    gap: 24px;
  }
}
.site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact .ItemsFooter > a {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  gap: 12px;
  color: #383838;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
}
.site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact .ItemsFooter > a svg {
  background: #383838;
  color: white;
  height: 32px;
  width: 32px;
  padding: 8px 0;
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact .ItemsFooter > a {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact .ItemsFooter > a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact .ItemsFooter > a {
    font-size: 14px;
  }
}
.site-footer .ParentsFooterInner .footerParentsGenr .FooterItems.Ul.Contact .ItemsFooter > a:hover {
  color: #FF7020;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs {
  width: 100%;
  margin: 48px auto;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  gap: 10px;
  color: #383838;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones svg {
  background: #383838;
  color: white;
  height: 32px;
  width: 32px;
  padding: 8px 0;
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones {
    font-size: 14px;
  }
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones:hover {
  color: #FF7020;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent > a {
  font-weight: 400;
  color: #383838;
  font-size: 15px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1260px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent > a {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent > a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent > a {
    font-size: 13.5px;
  }
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.dataContactUs .ItemsFooter.Phones .numberParent > a:hover {
  color: #FF7020;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.linksFooterTh {
  width: calc(100% - 30px);
  max-width: 840px;
  margin: auto;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.linksFooterTh ul {
  margin: 0;
  padding: 34px;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  gap: 32px;
  background: #f7f7f7;
  border-radius: 16px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .site-footer .ParentsFooterInner .footerParentsGenr .col.linksFooterTh ul {
    gap: 50px;
    justify-content: start;
  }
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.linksFooterTh ul a.FooterLinkSelf {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.3s linear;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.linksFooterTh ul a.FooterLinkSelf::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.95926 9.95918L4.97966 4.97957M4.97966 4.97957L8.71436 4.97957M4.97966 4.97957L4.97966 8.71427' stroke='%23383838' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 15px;
  width: 15px;
  top: 0;
  bottom: 0;
  left: -22px;
  margin: auto;
  transition: all 0.3s linear;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.linksFooterTh ul a.FooterLinkSelf:hover {
  color: #fe701f;
}
.site-footer .ParentsFooterInner .footerParentsGenr .col.linksFooterTh ul a.FooterLinkSelf:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.95926 9.95918L4.97966 4.97957M4.97966 4.97957L8.71436 4.97957M4.97966 4.97957L4.97966 8.71427' stroke='%23fe701f' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.site-footer .ParentsFooterInner .site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1250px;
  flex-wrap: wrap;
  padding-top: 8px;
  max-width: 840px;
  padding-bottom: 16px;
}
@media (max-width: 480px) {
  .site-footer .ParentsFooterInner .site-info {
    padding-top: 1em;
    justify-content: center;
    gap: 1em;
    text-align: center;
  }
}
.site-footer .ParentsFooterInner .site-info .namadeParents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.site-footer .ParentsFooterInner .site-info .namadeParents > a {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  max-height: 56px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .site-footer .ParentsFooterInner .site-info .namadeParents > a {
    max-height: 64px;
  }
}
.site-footer .ParentsFooterInner .site-info .namadeParents > a > img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .site-footer .ParentsFooterInner .site-info .namadeParents > a > img {
    width: 64px;
    height: 64px;
  }
}
.site-footer .ParentsFooterInner .site-info .TxtCopy {
  margin: 0;
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}
.site-footer .ParentsFooterInner .site-info .TxtCopy > span {
  color: #FF7020;
}

.countersectionBack {
  background: linear-gradient(93.67deg, #ffa370 0%, #ff7a30 50%, #ffa370 100%);
  padding: 80px 0;
}
.countersectionBack .HeadingsSection > .TitleCusTheme {
  color: #ffffff;
}
.countersectionBack .HeadingsSection > .TitleCusTheme::before {
  content: url("data:image/svg+xml,%3Csvg width='96' height='1' viewBox='0 0 96 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='url(%23a)' d='M0 .5h96'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='1.5' x2='96' y2='1.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ffffff' stop-opacity='0'/%3E%3Cstop offset='.5' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.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 */