@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansX-Medium.woff2") format("woff2");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IRANSansX-DemiBold.woff2") format("woff2");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
}
@font-face {
  font-family: arabic;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ARABIC_BOLD.woff2") format("woff2");
}
@font-face {
  font-family: arabic;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/ARABIC_BLACK.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  direction: rtl;
  padding: 0;
  margin: 0;
  outline: none;
  font-feature-settings: "ss02";
}

body {
  font-size: 14px;
  font-family: iransans;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

button {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  background-color: inherit;
}

header {
  z-index: 40;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 1rem 0;
}
header.inLanding {
  background: linear-gradient(to bottom, black, transparent);
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  color: white;
}

.text-justify {
  text-align: justify;
}

.mobileDrawer {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.3490196078) 0px 5px 15px;
  width: 100%;
  max-width: 240px;
  background-color: #ffffff;
  transform: translateX(100%);
  visibility: hidden;
  transition: all ease 0.3s;
}
.mobileDrawer.open {
  transform: translateX(0);
  visibility: visible;
}

nav {
  display: flex;
  flex-direction: column;
}
nav .row2 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
nav .SpansRow2.inLanding {
  color: white;
}
nav .LogoContainer {
  color: black;
}
nav .LogoContainer.inLanding {
  color: white;
}
nav .navLink {
  font-size: 14px;
  font-weight: 400;
}
nav .navLink.inLanding {
  color: white;
}
nav .navLink.inLanding > li {
  color: white !important;
}
nav .navLink li {
  cursor: pointer;
}
nav .navLink li.DropDown {
  position: relative;
}
nav .navLink li.DropDown:hover .DropDownContent {
  z-index: 4;
  display: flex;
}
nav .navLink li.active {
  color: #ff6a00 !important;
}
nav .navLink .DropDownContent {
  min-width: 150px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
nav .navLink .DropDownContent li {
  transition: all ease 0.3s;
  padding: 1rem;
}
nav .navLink .DropDownContent li:hover {
  background: #e4e4e4;
}
nav .SearchDiv {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 492px;
  gap: 10px;
  width: 100%;
  padding: 6px 8px 6px 19px;
  justify-content: space-between;
  align-items: center;
  border-radius: 49px;
  border: 0.7px solid #ff6a00;
  background: #fff;
  box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
nav .SearchDiv > button {
  display: flex;
  height: 43px;
  padding: 14px 15px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 42px;
  background: #ff6a00;
  box-shadow: 8px 9px 3px 0px rgba(0, 0, 0, 0), 5px 6px 3px 0px rgba(0, 0, 0, 0.01), 3px 3px 3px 0px rgba(0, 0, 0, 0.05), 1px 1px 2px 0px rgba(0, 0, 0, 0.09), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  color: white !important;
}
nav .SearchDiv .dropSec .text {
  border-right: 1px solid #9c9c9c;
  padding: 0 10px;
  color: #9c9c9c;
  font-size: 15px;
  font-weight: 400;
}
nav .buttonContainer .worldBtn {
  display: flex;
  gap: 8px;
  align-items: center;
}
nav .buttonContainer .worldBtn.inLanding {
  color: white;
}
nav .buttonContainer .userBtn {
  display: flex;
  gap: 8px;
  align-items: center;
}
nav .buttonContainer .userBtn.inLanding {
  color: white;
}
nav .buttonContainer .registerBtn {
  color: white !important;
  padding: 10px 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 35px;
  background: #ff6a00;
}

.LandingBanner {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  height: 650px;
  background-image: url("../image-icons/bannerFrame.png");
  background-position: center;
  background-size: cover;
}
.LandingBanner .overlay {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7137254902), transparent);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.LandingBanner .content {
  padding: 1rem;
  width: 100%;
  margin-right: 4rem;
  margin-bottom: 5rem;
}
.LandingBanner .content > h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.LandingBanner .content > h3 {
  color: #fff;
  font-family: "arabic";
  font-size: 49px;
  font-weight: 700;
}
.LandingBanner .content .btns > button:nth-of-type(1) {
  display: flex;
  width: 246px;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  border-radius: 16px;
  background: #ff6a00;
  color: #fff;
  text-align: right;
  /*font-family: IRANSansFaNum;*/
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.LandingBanner .content .btns > button:nth-of-type(2) {
  display: flex;
  width: 246px;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.LineRightText {
  padding-right: 5px;
  position: relative;
}
.LineRightText::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 100%;
  background: white;
  right: -5px;
  border-radius: 8px;
}
.LineRightText.culorBlue::before {
  background: #003f88;
}

.ForeignExchange {
  border-radius: 25px;
  border: 1px solid rgba(103, 22, 102, 0.44);
  background: #fff;
  box-shadow: 54px 67px 24px 0px rgba(0, 0, 0, 0), 35px 43px 22px 0px rgba(0, 0, 0, 0.01), 19px 24px 19px 0px rgba(0, 0, 0, 0.03), 9px 11px 14px 0px rgba(0, 0, 0, 0.04), 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 1158.166px;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ForeignExchange .twofields {
  width: 100%;
  max-width: 80%;
}
.ForeignExchange .twofields .dropdown {
  width: 100%;
  max-width: 300px;
}
.ForeignExchange .twofields .dropdown > button {
  border-radius: 15px;
  border: 1px solid #264676;
  display: flex;
  color: #264676;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-width: 300px;
  padding: 10px 19px;
  justify-content: space-between;
  align-items: center;
}
.ForeignExchange .twofields .dropdown-menu > li {
  text-align: right;
  padding: 0 1rem;
}
.ForeignExchange .twofields label {
  color: #671666;
  text-align: right;
  /*font-family: IRANSansFaNum;*/
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ForeignExchange .Card {
  max-width: 314.246px;
  height: 265.671px;
  border-radius: 25px;
  background: #671666;
  box-shadow: 153px 0px 43px 0px rgba(0, 0, 0, 0), 98px 0px 39px 0px rgba(0, 0, 0, 0.01), 55px 0px 33px 0px rgba(0, 0, 0, 0.03), 25px 0px 25px 0px rgba(0, 0, 0, 0.04), 6px 0px 13px 0px rgba(0, 0, 0, 0.05);
}
.ForeignExchange .Card h6 {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid white;
  padding-bottom: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.ForeignExchange .Card span {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ForeignExchange .Card button {
  padding: 14px 19px;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  color: #671666;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.titleWithUnderline {
  border-bottom: 4px solid #671666;
  padding-bottom: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #011029;
  text-align: center;
  font-family: "arabic";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}

.reviewAllLinkBtn {
  background-color: #671666;
  color: #fff;
  border-radius: 10px;
  display: flex;
  height: 42px;
  padding: 15px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.SliderMainSec {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.SliderMainSec #productSwiper1PrevBtn {
  position: absolute;
  bottom: 50%;
  right: -55px;
  transform: translateY(50%);
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}
.SliderMainSec #productSwiper1NextBtn {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: -55px;
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}
.SliderMainSec #productSwiper2PrevBtn {
  position: absolute;
  bottom: 50%;
  right: -55px;
  transform: translateY(50%);
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}
.SliderMainSec #productSwiper2NextBtn {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: -55px;
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}

.productCard {
  transition: color, background-color ease 0.3s;
  border-radius: 15px;
  background: #fff;
  box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25), 2px 2px 0px 0px rgba(0, 0, 0, 0.15), 4px 4px 6.8px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  width: 236px;
  padding: 7px 7px 10px 7px;
  flex-direction: column;
  gap: 15px;
}
.productCard .imgContainer {
  width: 222px;
  height: 216px;
  border-radius: 14px;
  border-width: 1px;
  border: 1px solid #3f3f3f;
  position: relative;
}
.productCard .imgContainer > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.productCard .title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #949494;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.7rem;
}
.productCard .content {
  border-bottom: 1px solid #949494;
  padding-bottom: 0.8rem;
}
.productCard .content .Col1 span {
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 500;
}
.productCard .content .Col2 > div > span:nth-of-type(1) {
  color: #ff6a00;
  font-size: 15px;
  font-weight: 500;
}
.productCard .content .Col2 > div > span:nth-of-type(2) {
  border-radius: 11px;
  font-weight: 500;
  background: #ff6a00;
  display: flex;
  height: 2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
}
.productCard .content .Col2 .vf {
  width: 4.6rem;
}
.productCard .footerCard .title-vc {
  color: #ff6a00;
  font-size: 15px;
}
.productCard .footerCard button {
  margin-top: 0.8rem;
  display: flex;
  padding: 7px 0px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  border-radius: 10px;
  background: #3f3f3f;
  color: white;
}
.productCard .HeartBadge {
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid black;
  background: white;
  position: absolute;
  bottom: -14px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
}
.productCard .HeartBadge.active {
  background: #671666;
}
.productCard .HeartBadge.v2 {
  top: 10px;
  right: 87%;
}
.productCard:hover {
  background: #671666;
  color: white !important;
  box-shadow: 42px 65px 22px 0px rgba(0, 0, 0, 0), 27px 42px 20px 0px rgba(0, 0, 0, 0.03), 15px 23px 17px 0px rgba(0, 0, 0, 0.09), 7px 10px 12px 0px rgba(0, 0, 0, 0.14), 2px 3px 7px 0px rgba(0, 0, 0, 0.17);
}
.productCard:hover .footerCard .title-vc {
  color: #fff !important;
}
.productCard:hover .footerCard button {
  background: white;
  color: black;
}
.productCard:hover .btnvv {
  background: white !important;
  color: black !important;
}
.productCard:hover .title {
  color: white !important;
}
.productCard:hover .Col1 span {
  color: white !important;
}
.productCard:hover .Col2 span {
  color: white !important;
}
.productCard:hover .Col2 .vf,
.productCard:hover .Col2 .mf {
  color: #720111 !important;
  background-color: #fff !important;
}

.productSwiper1,
.productSwiper2 {
  position: relative;
}
.productSwiper1 .Utils .swiper-scrollbar,
.productSwiper2 .Utils .swiper-scrollbar {
  position: static;
  margin-right: 1.2rem;
  height: 0.5rem;
}
.productSwiper1 .Utils .custom-swiper-scrollbar,
.productSwiper2 .Utils .custom-swiper-scrollbar {
  background-color: transparent !important;
  position: relative;
}
.productSwiper1 .Utils .swiper-scrollbar-drag,
.productSwiper2 .Utils .swiper-scrollbar-drag {
  background-color: #671666;
}
.productSwiper1 .Utils .tempLine,
.productSwiper2 .Utils .tempLine {
  background-color: rgba(145, 145, 145, 0.3960784314);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  height: 2px;
  width: 100%;
}

.ExportForm {
  margin: 0 auto;
  margin-top: 3rem;
  width: 100%;
  max-width: 1200px;
  border-radius: 25px;
  border: 1px solid rgba(103, 22, 102, 0.44);
  background: #fff;
  box-shadow: 54px 67px 24px 0px rgba(0, 0, 0, 0), 35px 43px 22px 0px rgba(0, 0, 0, 0.01), 19px 24px 19px 0px rgba(0, 0, 0, 0.03), 9px 11px 14px 0px rgba(0, 0, 0, 0.04), 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding: 0.9rem;
}
.ExportForm .form {
  margin-right: 1rem;
  width: 100%;
  max-width: 65%;
}
.ExportForm .form .top {
  width: 100%;
  border-bottom: 1px solid rgb(192, 192, 192);
  margin-right: 2rem;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
}
.ExportForm .form .top label {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: #671666;
  font-size: 16px;
  font-weight: 500;
}
.ExportForm .form .top label input {
  padding: 7px 19px;
  border-radius: 12px;
  border: 1px solid #264676;
}
.ExportForm .form .top .xvf {
  width: 100%;
  max-width: 250px;
}
.ExportForm .form .top .dropdown {
  width: 100%;
}
.ExportForm .form .top .dropdown > button {
  border-radius: 12px;
  border: 1px solid #264676;
  display: flex;
  color: #264676;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-width: 500px;
  padding: 7px 19px;
  justify-content: space-between;
  align-items: center;
}
.ExportForm .form .top .dropdown-menu > li {
  text-align: right;
  padding: 0 1rem;
}
.ExportForm .form .bottom {
  margin-right: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ExportForm .form .bottom label {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: #671666;
  font-size: 16px;
  font-weight: 500;
}
.ExportForm .form .bottom label input {
  padding: 7px 19px;
  border-radius: 12px;
  border: 1px solid #264676;
}
.ExportForm .form .bottom .xvf {
  width: 100%;
  max-width: 340px;
}
.ExportForm .form .bottom .dropdown {
  width: 100%;
}
.ExportForm .form .bottom .dropdown > button {
  border-radius: 12px;
  border: 1px solid #264676;
  display: flex;
  color: #264676;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-width: 500px;
  padding: 7px 19px;
  justify-content: space-between;
  align-items: center;
}
.ExportForm .form .bottom .dropdown-menu > li {
  text-align: right;
  padding: 0 1rem;
}
.ExportForm .applyCard {
  border-radius: 20px;
  background: #671666;
  box-shadow: 153px 0px 43px 0px rgba(0, 0, 0, 0), 98px 0px 39px 0px rgba(0, 0, 0, 0.01), 55px 0px 33px 0px rgba(0, 0, 0, 0.03), 25px 0px 25px 0px rgba(0, 0, 0, 0.04), 6px 0px 13px 0px rgba(0, 0, 0, 0.05);
  width: 314.246px;
  flex-shrink: 0;
  overflow: hidden;
  color: white;
}
.ExportForm .applyCard .mnCol {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4509803922);
  padding-bottom: 15px;
}
.ExportForm .applyCard .mnCol:last-child {
  border: none;
}
.ExportForm .applyCard .mnCol > div > span:nth-of-type(1) {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.837);
}

.applyCardFooter {
  background-color: #3c0c3b;
}
.applyCardFooter > div span:nth-of-type(1) {
  color: rgba(255, 255, 255, 0.9176470588);
  font-weight: 100;
}
.applyCardFooter > div span:nth-of-type(2) {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.applyCardFooter button {
  padding: 14px 19px;
  border-radius: 12px;
  background: #fff;
  color: #671666;
  font-size: 13px;
  font-weight: 500;
}

.AdExport {
  width: 100%;
  margin: 0 auto;
  max-width: 930px;
}
.AdExport .productCard.V2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
}
.AdExport .productCard.V2 .imgContainer {
  width: 202px;
  height: 206px;
}
.AdExport .productCard.V2 .imgContainer > img {
  width: 100%;
  height: 100%;
}
.AdExport .productCard.V2 .btnvv {
  margin-top: 0.5rem;
  display: flex;
  padding: 7px 0px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  border-radius: 10px;
  background: #3f3f3f;
  color: white;
  width: 100%;
}
.AdExport .productCard.V2 .title-vc {
  color: #671666;
  font-size: 15px;
}
.AdExport .productCard.V2 .content {
  border-bottom: 1px solid #949494;
  padding-bottom: 0.8rem;
}
.AdExport .productCard.V2 .content .Col1 span {
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 500;
}
.AdExport .productCard.V2 .content .Col2 > div > span:nth-of-type(1) {
  color: #671666;
}
.AdExport .productCard.V2 .content .Col2 > div > span:nth-of-type(2) {
  background: #671666;
}
.AdExport .productCard.V2 .content .Col2 .vf {
  width: 4.6rem;
}
.AdExport .Utils .swiper-scrollbar {
  position: static;
  margin-right: 1.2rem;
  height: 0.5rem;
}
.AdExport .Utils .custom-swiper-scrollbar {
  background-color: transparent !important;
  position: relative;
}
.AdExport .Utils .swiper-scrollbar-drag {
  background-color: #671666;
}
.AdExport .Utils .tempLine {
  background-color: rgba(145, 145, 145, 0.3960784314);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  height: 2px;
  width: 100%;
}
.AdExport .SliderContainer {
  position: relative;
}
.AdExport .SliderContainer #AdSwiperPrevBtn {
  position: absolute;
  bottom: 50%;
  right: -55px;
  transform: translateY(50%);
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}
.AdExport .SliderContainer #AdSwiperNextBtn {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: -55px;
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}

.WithLineRight {
  white-space: nowrap;
  position: relative;
}
.WithLineRight::before {
  content: "";
  position: absolute;
  right: -12px;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #3c0c3b;
  border-radius: 8px;
}
.WithLineRight.orange {
  color: #fc5801;
}
.WithLineRight.orange::before {
  background-color: #fc5801;
}

.TruckSecContainer {
  width: 100%;
  display: flex;
  justify-content: end;
  margin: 0 auto;
  margin-top: 5rem;
}

.TruckSec {
  position: relative;
  width: 76%;
  max-width: 2840px;
  min-height: 354px;
  border-radius: 0 45px 45px 0;
  display: flex;
  align-items: center;
  background: #671666;
}
.TruckSec .Frame {
  background-image: url("../image-icons/truckFrame.svg");
  background-size: cover;
  background-position: center;
  width: 37%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.TruckSec .truckImg {
  position: relative;
  right: -120px;
}
.TruckSec .truckForm {
  z-index: 20;
  margin-left: 10rem;
}
.TruckSec .truckForm h5 {
  color: white;
  font-size: 1rem;
}
.TruckSec .truckForm h5::before {
  background-color: #fff;
}
.TruckSec .truckForm > div > input {
  border: none;
  outline: none;
  border-bottom: 1px solid #d1d1d1;
  background-color: transparent;
  color: #fff;
  padding-bottom: 0.7rem;
}
.TruckSec .truckForm > div > input::-moz-placeholder {
  color: #d1d1d1;
}
.TruckSec .truckForm > div > input::placeholder {
  color: #d1d1d1;
}
.TruckSec .truckForm > button {
  border-radius: 8px;
  background: #fff;
  gap: 10px;
  align-self: stretch;
  color: #264676;
  font-size: 14px;
  font-weight: 500;
}

.titleWithSub {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  padding-right: 1rem;
}
.titleWithSub > h6 {
  color: #264676;
  font-family: "arabic";
  font-size: 30px;
  font-weight: 700;
  line-height: 43px; /* 143.333% */
}
.titleWithSub > span {
  color: #671666;
  font-size: 15px;
  font-weight: 400;
}
.titleWithSub::before {
  background-color: #671666;
  content: "";
  display: block;
  width: 4.3px;
  height: 60%;
  border-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 40%;
  transform: translateY(50%);
}

.servicesContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 4rem;
}

.ServiceCardsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  gap: 3rem;
}
.ServiceCardsContainer .Card {
  border-radius: 15px;
  border: 2px solid #010b1c;
  background: #fff;
  padding: 1.3rem;
  transition: all 0.3s ease-in-out;
}
.ServiceCardsContainer .Card > div {
  border-bottom: 1px solid gray;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.ServiceCardsContainer .Card > div > span {
  flex-shrink: 0;
  border-radius: 50%;
  transition: all ease all;
  background-color: #671666;
  width: 70px;
  height: 70px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ServiceCardsContainer .Card > div > p {
  color: #003f88;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ServiceCardsContainer .Card ol,
.ServiceCardsContainer .Card li {
  list-style: decimal;
  color: #000;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.ServiceCardsContainer .Card:hover {
  border-color: #671666;
  background-color: #671666;
  box-shadow: 60px 88px 30px 0px rgba(0, 0, 0, 0), 38px 56px 27px 0px rgba(0, 0, 0, 0.02), 22px 32px 23px 0px rgba(0, 0, 0, 0.08), 10px 14px 17px 0px rgba(0, 0, 0, 0.13), 2px 4px 9px 0px rgba(0, 0, 0, 0.15);
}
.ServiceCardsContainer .Card:hover ol,
.ServiceCardsContainer .Card:hover li {
  color: white;
}
.ServiceCardsContainer .Card:hover > div {
  border-bottom: 1px solid gray;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.ServiceCardsContainer .Card:hover > div > span {
  background-color: white;
  color: #671666;
}
.ServiceCardsContainer .Card:hover > div > p {
  color: #fff;
}

.newsContainer {
  margin: 0 auto;
  margin-top: 5rem;
  max-width: 1020px;
  width: 100%;
}

.NewsCard {
  transition: all ease 0.3s;
  position: relative;
  width: 313px;
  height: 313px;
  border-radius: 15px;
  border: 1px solid #f6ded1;
  background-size: cover;
  background-position: center;
}
.NewsCard > div {
  border-radius: 15px 15px 0px 0px;
  border-bottom: 1px solid #f6ded1;
  background: rgba(0, 0, 0, 0.54);
  -webkit-backdrop-filter: blur(7.25px);
          backdrop-filter: blur(7.25px);
  text-align: center;
  color: #ff7f3a;
  font-size: 20px;
  font-weight: 400;
}
.NewsCard > span {
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  border: 0.7px solid #264676;
  background: #fff;
  width: 38px;
  height: 38px;
  transition: all ease 0.3s;
}
.NewsCard:hover {
  box-shadow: 46px 101px 31px 0px rgba(0, 0, 0, 0), 29px 64px 28px 0px rgba(0, 0, 0, 0.01), 16px 36px 24px 0px rgba(0, 0, 0, 0.05), 7px 16px 18px 0px rgba(0, 0, 0, 0.09), 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.NewsCard:hover > span {
  width: 50px;
  height: 50px;
  background-color: #ff7f3a;
  border-color: transparent;
}

.newsSliderContainer {
  position: relative;
}
.newsSliderContainer #NewsSwiperPrevBtn {
  position: absolute;
  bottom: 50%;
  right: -55px;
  transform: translateY(50%);
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}
.newsSliderContainer #NewsSwiperNextBtn {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: -55px;
  z-index: 40;
  background-color: white;
  border-radius: 50%;
}
.newsSliderContainer .Utils .swiper-scrollbar {
  position: static;
  margin-right: 1.2rem;
  height: 0.5rem;
}
.newsSliderContainer .Utils .custom-swiper-scrollbar {
  background-color: transparent !important;
  position: relative;
}
.newsSliderContainer .Utils .swiper-scrollbar-drag {
  background-color: #264676;
}
.newsSliderContainer .Utils .tempLine {
  background-color: rgba(145, 145, 145, 0.3960784314);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  height: 2px;
  width: 100%;
}

footer {
  background-color: #202020;
}
footer .FooterContentContainer {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
footer .FooterContentContainer .top {
  border-bottom: 1px solid white;
  padding-bottom: 3rem;
}
footer .FooterContentContainer .top > div {
  max-width: 260px;
  width: -moz-fit-content;
  width: fit-content;
}
footer .FooterContentContainer .first p {
  text-align: justify;
  line-height: 1.6rem;
}
footer .FooterContentContainer .second {
  color: white;
  margin-top: 1rem;
}
footer .FooterContentContainer .fourth {
  margin-top: 1rem;
}
footer .FooterContentContainer .fourth > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 160px !important;
}
footer .FooterContentContainer .fourth > a {
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
footer .FooterContentContainer .fourth img {
  border-radius: 1rem;
}

.ShopPage {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  margin-top: 3rem;
}
.ShopPage .Content > aside {
  border-radius: 20px;
  border: 0.7px solid #24568f;
  background: #fff;
  width: 100%;
  max-width: 319px;
  height: -moz-fit-content;
  height: fit-content;
}
.ShopPage .Content > aside > h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 20px 20px 0px 0px;
  background: #784681;
}
.ShopPage .Content > aside > ul {
  padding: 0 1.3rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ShopPage .Content > aside > ul li {
  border-bottom: 1px solid #aaa;
  padding-bottom: 1.2rem;
}
.ShopPage .Content > aside > ul li:last-child {
  border: none;
}
.ShopPage .Content > aside > ul a {
  color: #24568f;
  font-size: 15px;
  font-weight: 500;
}

.MainTabs {
  display: flex;
  gap: 8px;
  align-items: end;
  border-bottom: 3px solid #671666;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
.MainTabs button {
  display: flex;
  width: 230px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 14px 14px 0px 0px;
  background: #e6e6e6;
  transition: all ease 0.3s;
  color: #264676;
  font-size: 13px;
  font-weight: 400;
}
.MainTabs button:hover, .MainTabs button.active {
  background: #671666;
  padding: 1rem 0;
  color: white;
}
.MainTabs .divider {
  height: 10px;
  width: 1px;
  background-color: #29201a;
  align-self: center;
}

.ProductsContainer .Filters {
  border-bottom: 1px solid gray;
  padding-bottom: 0.6rem;
  height: 50px;
}
.ProductsContainer .Filters > button {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  transition: all ease 0.3s;
  min-width: 120px;
  padding: 0 15px;
  border-radius: 12px;
}
.ProductsContainer .Filters > button.active, .ProductsContainer .Filters > button:hover {
  padding: 10px 15px;
  background-color: #671666;
  color: white;
}

.ProductList {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}
.ProductList .productCard {
  margin: 0 auto;
}

.SinglePage .FirstSec {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  gap: 3rem;
}
.SinglePage .FirstSec .ImgSec {
  width: 100% !important;
  max-width: 380px;
  margin: 0 auto;
}
.SinglePage .FirstSec .BigCoverImg {
  width: 100%;
  height: 380.654px;
  border-radius: 40px;
  border: 1px solid #671666;
  -o-object-fit: cover;
     object-fit: cover;
}
.SinglePage .FirstSec .GalleryDiv {
  width: 100%;
  margin: 0 auto;
}
.SinglePage .FirstSec .GalleryDiv .gallerySwiper {
  width: 100%;
}
.SinglePage .FirstSec .GalleryDiv .gallerySwiper .overlay {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SinglePage .FirstSec .GalleryDiv .gallerySwiper .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.SinglePage .FirstSec .GalleryDiv .gallerySwiper .overlay > img {
  border-radius: 20px;
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.SinglePage .FirstSec .GalleryDiv .gallerySwiper .overlay.active {
  border: 1px solid #671666;
  background: none;
}
.SinglePage .FirstSec .GalleryDiv .gallerySwiper .overlay.active::after {
  display: none;
}
.SinglePage .FirstSec .GalleryDiv .gallerySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.SinglePage .FirstSec .DescriptionSec {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.SinglePage .FirstSec .DescriptionSec .Text > h6 {
  color: #671666;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 2rem;
}
.SinglePage .FirstSec .DescriptionSec .Text > h6::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  right: -10px;
  width: 30px;
  height: 2px;
  background: #671666;
  border-radius: 20px;
}
.SinglePage .FirstSec .DescriptionSec .Text p {
  color: #332c33;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.SinglePage .FirstSec .DescriptionSec .Price span:nth-of-type(1),
.SinglePage .FirstSec .DescriptionSec .Price span:nth-of-type(2) {
  color: #671666;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.SinglePage .FirstSec .DescriptionSec .Price span:nth-of-type(2) {
  font-size: 20px;
}
.SinglePage .FirstSec .DescriptionSec .Rate span:nth-of-type(1) {
  color: #671666;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.SinglePage .FirstSec .DescriptionSec .Badges div:nth-of-type(1) a {
  white-space: nowrap;
  border-radius: 50px;
  background: #e0e0e0;
  display: flex;
  padding: 10px 10px 10px 15px;
  align-items: center;
  gap: 10px;
  color: #671666;
  font-size: 15px;
  font-weight: 500;
}
.SinglePage .FirstSec .DescriptionSec .Badges div:nth-of-type(2) {
  border-radius: 50px;
  background: #671666;
  padding: 10px 10px 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 15px;
}
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer .Qty > span {
  color: #671666;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer .Qty > div {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 50px;
  border: 1px solid #fc8a01;
  color: #fc8a01;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer .Qty .plus,
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer .Qty .minus {
  padding-top: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #fc8a01;
  border-radius: 50%;
  font-size: 2rem;
}
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer .Qty .minus {
  font-size: 2.5rem;
}
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer .Final span:nth-of-type(1) {
  color: #671666;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.SinglePage .FirstSec .DescriptionSec .FinalAndQtyContainer .Final span:nth-of-type(2) {
  color: #ff6a00;
  text-align: right;
  /*font-family: IRANSansFaNum;*/
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.SinglePage .FirstSec .FactorContainer {
  width: 100%;
  max-width: 380px;
}
.SinglePage .FirstSec .Factor {
  border-radius: 40px;
  background: #efefef;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem;
}
.SinglePage .FirstSec .Factor > h6 {
  color: #616161;
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  padding-right: 1rem;
  position: relative;
}
.SinglePage .FirstSec .Factor > h6::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  right: 0px;
  width: 10px;
  height: 1px;
  background: #616161;
}
.SinglePage .FirstSec .Factor .detail {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.SinglePage .FirstSec .Factor .detail > div > span:nth-of-type(1) {
  color: #671666;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
}
.SinglePage .FirstSec .Factor .detail > div > span:nth-of-type(2) {
  color: #671666;
  font-size: 18px;
  font-weight: 500;
}
.SinglePage .FirstSec .Factor .bottom > span:nth-of-type(1) {
  color: #671666;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
}
.SinglePage .FirstSec .Factor .bottom > span:nth-of-type(2) {
  width: 128px;
  padding: 10px 15px;
  border-radius: 50px;
  background: #671666;
  color: white;
}
.SinglePage .FirstSec .BuyBtn {
  border-radius: 50px;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #ff6a00;
  color: white;
  width: 100%;
}

.SpecificationContainer {
  background-color: #ededed;
  width: 100%;
}

.Specification {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3rem;
}
.Specification .FirstCol {
  width: 100%;
  max-width: 420px;
}
.Specification .FirstCol > h6 {
  color: #671666;
  font-size: 17px;
  font-weight: 500;
  padding-right: 1rem;
  position: relative;
}
.Specification .FirstCol > h6::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  right: 0px;
  width: 10px;
  height: 1px;
  background: #671666;
}
.Specification .FirstCol > ol {
  direction: ltr;
}
.Specification .FirstCol > ol li {
  list-style: disc;
  direction: ltr;
}
.Specification .SecondCol {
  width: 100%;
  max-width: 420px;
  border-bottom: 1px solid black;
  padding-bottom: 2rem;
}
.Specification .SecondCol > h6 {
  color: #671666;
  font-size: 17px;
  font-weight: 500;
  padding-right: 1rem;
  position: relative;
}
.Specification .SecondCol > h6::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  right: 0px;
  width: 10px;
  height: 1px;
  background: #671666;
}
.Specification .SecondCol .MoreCon .lk {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.Specification .SecondCol .MoreCon .lk .divider {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #671666;
}
.Specification .SecondCol .MoreCon .mnb {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.Specification .SecondCol .MoreCon .cv {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.BrandsSecContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 5rem;
}
.BrandsSecContainer .BrandImg {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  border: 8px solid #f0f0f0;
  transition: all ease 0.3s;
  transform: translateY(25px);
}
.BrandsSecContainer .BrandImg.active {
  border-color: purple;
  scale: 1.1;
  transform: translateY(-25px);
}
.BrandsSecContainer .BrandImg.prev, .BrandsSecContainer .BrandImg.next {
  transform: translateY(-10px);
}

.BrandsSwiper .Utils {
  margin-top: 5rem;
}
.BrandsSwiper .Utils .swiper-scrollbar {
  position: static;
  margin-right: 1.2rem;
  height: 0.5rem;
}
.BrandsSwiper .Utils .custom-swiper-scrollbar {
  background-color: transparent !important;
  position: relative;
}
.BrandsSwiper .Utils .swiper-scrollbar-drag {
  background-color: #671666;
}
.BrandsSwiper .Utils .tempLine {
  background-color: rgba(145, 145, 145, 0.3960784314);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  height: 2px;
  width: 100%;
}
.BrandsSwiper .CardContent {
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(50%);
  z-index: 80;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
  color: gray;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3rem;
  border-radius: 18px;
  border: 1px solid #671666;
  background: #fff;
  box-shadow: 0px 4px 17.4px 0px rgba(0, 0, 0, 0.05);
}
.BrandsSwiper .CardContent .Mark {
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.BrandsSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */