/*
Theme Name: Pars Anzim
Author: Reza Darvishzadeh
Version: 1.0
*/

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 100;
  src: url('fonts/woff/YekanBakhFaNum-thin.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-thin.woff2') format('woff2');
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 300;
  src: url('fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 600;
  src: url('fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 800;
  src: url('fonts/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 900;
  src: url('fonts/woff/YekanBakhFaNum-Black.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Black.woff2') format('woff2');
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 950;
  src: url('fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: Yekan Bakh FaNum;
  letter-spacing: -4.3%;
}

.HeaderArea {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 238, 237, 1) 100%);
  position: relative;
}

.PageArea,.page-template-Contactus .HeaderArea,.page-template-Aboutus .HeaderArea{
  padding-bottom: 100px;
}

.Header {
  text-align: center;
  padding-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.Header .logo {
  position: relative;
  z-index: 10;
}

.Header .logo img{
  width:210px;
}

.curved-menu {
  position: absolute;
  height: 120px;
  width: 100%;
  top: 15px;
}

.curved-menu ul{
  list-style: none;
}

.curved-menu a {
  position: absolute;
  text-decoration: none;
  color: rgba(0, 48, 73, 0.5);
  font-size: 14px;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.HomeSlider {
  width: 100%;
  position: relative;
}

.HomeSlider img {
  width: 100%;
}

.ContentSlider {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
}

.ContentSlider .Part1 {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.ContentSlider .Part2 {
  width: 50%;
}

.ContentSlider .Part3 {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

}

.ContentSlider .Part3 .TopText {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ContentSlider .Part3 .TopText p {
  font-size: 64px;
  color: #003049;
  margin: 0;
}

.ContentSlider .Part3 .TopText span {
  font-size: 20px;
  color: #003049;
}

.ContentSlider .Part3 .BottomText p,
.ContentSlider .Part1 .TopText p {
  color: #003049;
  font-size: 64px;
  font-weight: 800;
  margin: 0;
}

.ContentSlider .Part3 .BottomText span {
  font-size: 20px;
  font-weight: 300;
  color: #003049;
  background: white;
  padding: 10px 30px;
  border-radius: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.ContentSlider .Part1 .BottomText a {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ContentSlider .Part1 .BottomText a span {
  color: #003049;
  font-size: 20px;
  font-weight: 300;
}

.ContentSlider .Part1 .BottomText img:first-child {
  width: 12px;
}

.ContentSlider .Part1 .BottomText img:last-child {
  width: 140px;
}

.AboutInHome {
  width:100%;
  margin-block:70px;
}

.Title{
  color: #E85A24;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0px auto
}

.Title::before{
  content: '';
  position: absolute;
  width:6px;
  height: 6px;
  background-color: #E85A24;
  right:-20px;
  top:50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.Title::after{
  content: '';
  position: absolute;
  width:6px;
  height: 6px;
  background-color: #E85A24;
  left:-20px;
  top:50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.AboutInHome p{
  text-align: center;
  font-size: 32px;
  color:#003049;
  max-width: 1000px;
  width:95%;
  margin:50px auto
}

.SubAboutInHome{
  max-width: 700px;
  width:95%;
  color:#3c6073;
  text-align: center;
  margin:0px auto
}

.SubAboutInHome p{
  max-width: 700px;
  width:95%;
  color:#3c6073;
  text-align: center;
  margin:0px auto
}

.SpecsArea{
  height: 200px;
  width:100%;
  background-image:url(Assets/WhiteCurve.svg) ;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-top:70px;
}

.SpecItems{
  width:95%;
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top:45px;
  left: 50%;
  transform: translateX(-50%);
}
.SpecItem{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:30px;
}
.SpecItem .SpecIcon{
  width:115px;
  height: 115px;
  background-color: #E85A24;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:10px;
  border-radius: 100%;
}

.SpecItem .SpecTitle{
  color:#003049;
  font-size: 24px;
}

.CategoryListInHome{
  margin:150px auto 100px auto;
}

.Title2{
  width:100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color:#003049;
}

.CategoryItems{
  display: flex;
  flex-direction: column;
  width:95%;
  max-width: 1000px;
  margin:40px auto;
}

.CategoryItem{
  cursor: pointer;
  height: 100px;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}

.CategoryItem .TopPart{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  gap:10px;
}

.CategoryItem.active .CategoryItemImg{
  display: block;
  opacity: 1;
}
.CategoryItem.active{
  height: 400px;
}
.CategoryItem svg ,.CategoryItem svg path{
  transition: all 0.5s ease-in-out;
}
.CategoryItem:hover svg path,.CategoryItem.active svg path{
  fill:#E85A24;
}

.CategoryItem.active svg{
  transform: rotate(-90deg);
}

.CategoryItem h2{
  color:#003049;
  font-size: 24px;
  font-weight: bold;
  margin:0px;
}

.CategoryItem span{
  color:#003049;
}

.CategoryItem svg{
  width:27px;
  justify-content: flex-end;
}

.CategoryItems img{
  width:100%;
  height: 3px;
}

.CategoryItem .LeftPart{
  display: flex;
  align-items: center;
  gap:30px;
}

.CategoryItemImg{
  opacity: 0;
  width: 100%;
  height: 280px;
  margin-bottom: 25px;
  border-radius: 300px;
  transition: all 0.5s ease-in-out ;
  background-position: center;
  background-size: cover;
}

.OurCustomers{
  width:95%;
  margin:50px auto;
  direction: ltr;
}

.OurCustomerItems{
  margin-top:30px;
}
.CustomerItem{
  height: 140px !important;
}
.CustomerItem img{
  max-height: 200px;
  max-width: 200px;
}

.CustomerItemImg{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow{
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.nextSlick{
  left: 0;

}

.prevSlick{
right: 0;
}

.FooterArea{
  width:100%;
  background-image: url(Assets/footerBack.webp);
  background-size: cover;
  background-position: center;
  margin-top:100px;
}

.TopFooter{
  width:95%;
  max-width: 1000px;
  text-align: center;
  margin:50px auto;
}

.TopFooter p{
  color:#003049;
  font-size: 14px;
  margin-block: 30px;
}

.BottomFooter{
  width: 95%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin:100px auto;
}
.BottomFooter .RightPart{
  display: flex;
  gap:60px;
}

.BottomFooter .FooterList{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.BottomFooter .FooterList span{
  color:#E85A24;
  margin-bottom: 20px;
  text-align: center;
}

.BottomFooter .FooterList a{
  color:#003049;
  padding-block: 5px;
}

.BottomFooter .FooterList ul{
  list-style: none;
  padding:0px;
  margin:0px;
}

.BottomFooter .FooterList li{
  padding-block:5px;
}

.BottomFooter .LeftPart{
  display: flex;
  flex-direction: column;
  gap:30px;
  width:315px;
}

.BottomFooter .LeftPart p, .BottomFooter .LeftPart .ContactLine span{
  color:#003049;
}


.BottomFooter .LeftPart .ContactLine{
  display: flex;
  gap:20px;
}

.BottomFooter .LeftPart .ContactLine img{
  width:11px;
}

.Copyright{
  background-color: #E85A24;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  font-size: 12px;
  font-weight: 300;
  width:100%;
}
.ArchiveText{
  padding-bottom: 200px;
}
.ArchiveText p{
  font-size: 20px;
  line-height: 38px;
}

.CurveArea{
  background-image:url(Assets/ArchiveCurve.svg) ;
  height: 105px;
  width: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  bottom: 0;
}

.ProductsList{
  width:95%;
  max-width: 1000px;
  margin:60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Product{
  width:31.33%;
  margin:30px 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ProductImg{
  width:100%;
  padding-top:120%;
  background-position: center;
  background-size: cover;
  border-radius: 65px;
}

.Product h2{
  font-size: 24px;
  color:#003049;
  margin-bottom: 10px;
}

.Product span{
  color:rgba(0, 48, 73, 0.55);
  font-weight: 300;
  display: none;
}

.ContentLongText{
  width:95%;
  max-width: 1000px;
  margin:50px auto;
  font-size: 20px;
  color:rgba(0, 48, 73, 0.5);
  text-align: justify;
  line-height: 35px;

}

.ContentLongText h2{
  font-weight: bold;
  font-size: 40px;
  color:#003049;
  text-align: center;
}

.ContentLongText h3{
  font-weight: bold;
  font-size: 32px;
  color:#003049;
  text-align: center;
}

.ContentLongText h4{
  font-weight: bold;
  font-size: 28px;
  color:#003049;
  text-align: center;
}

.ContentLongText p{
  font-size: 20px;
  color:rgba(0, 48, 73, 0.5);
  text-align: justify;
  line-height: 35px;
}
.SingleProductSlider{
  justify-content: space-between;
}
.SingleProductSlider .Part2{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .SingleProductImgHolder{
  width: 75%;
  padding-top:75%;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
} */
.HomeSliderImgArea{
  position: relative;
}
.SingleProductImgHolder{
  position: absolute;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  top:18%;
  left:50%;
  transform: translateX(-50%);
  width:38%;
  padding-top:38%;

}
.SingleRight {
  display: flex;
  flex-direction: column;
  padding-right: 20%;
}
.SingleRight h2{
  color:#003049;
  font-size: 40px;
}

.SingleRight p{
  color:#003049;
  font-size: 20px;
  font-weight: 600;
}

.SingleRight span{
  color:rgba(21, 36, 45, 0.45);
  position: relative;
  padding-right: 10px;
  line-height: 30px;
}

.SingleRight span::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #E85A24;
  right: -3px;
  position: absolute;
  top: 13px;
}

.SingleLeft {
  display: flex;
  flex-direction: column;
  padding-left: 20%;
}

.SpecSingle{
  display: flex;
  align-items: center;
}

.SpecSingle p{
  color:#003049;
  font-weight: 600;
  margin:0px 0px 0px 10px;
  font-size: 20px;
  line-height: 50px;
}

.SpecSingle span{
  color:rgba(21, 36, 45, 0.45);
  font-size: 18px;
}

.Navigation{
  display: flex;
  justify-content: center;
  gap:10px;
  width: 100%;
}

.Navigation a,.Navigation span{
  color:rgba(0, 48, 73, 0.35);
  font-size: 15px;
  padding:5px;
}

.Navigation a:hover , .Navigation span{
  color:003049;
}

.SideBySide{
  width:95%;
  max-width: 1200px;
  display: flex;
  margin:100px auto;
  align-items: center;
}

.SideBySide .Part{
  width:50%;
}
.SideBySide .Title2{
  text-align: right;
  margin-bottom: 40px;
}
.SideBySide .SingleRight{
  padding-right: 10px;
}

.SideBySide img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.SideBySide .Part p,.PageContent{
  font-size: 20px;
  color:rgba(0, 48, 73, 0.55);
  line-height: 35px;
  text-align: justify;
}

.Map{
  width:95%;
  max-width: 1200px;
  margin:50px auto;
}
.Map iframe{
  width:100%;
  border-radius: 20px;
  overflow: hidden;
}

.FormMain{
  width:100%;
  max-width: 1000px;
  margin:0px auto;
  display: flex;
  position: relative;
}
.FormMain .leftContact,.FormMain .rightContact{
  width:50%;
  padding:10px 20px;
  box-sizing: border-box;
}

.FormMain input,.FormMain textarea{
  width:100%;
  border: 1px solid #C7DAF0;
  height: 45px;
  color:#194F90;
  font-weight: 300;
  border-radius: 10px;
  font-size: 14px;
  padding-right:140px;
  font-family:'Yekan Bakh FaNum';
  padding-left: 10px;
}

.FormMain textarea{
  height: 112px;
  resize: none;
  padding-top:10px;
}

.FormMain label{
  position: relative;
  width:100%;
}

.FormMain .lText{
  position: absolute;
  right: 10px;
  width: 120px;
  top: 36px;
  z-index: 10;
  color:#194F90;
  font-size: 14px;
  font-weight: 300;
  border-left: 1px solid #C7DAF0;
  margin-top: 2px;
}

.FormMain p{
  margin:0px;
}

.submitForm{
  position: absolute;
  left: 20px;
  bottom: -60px;
}

input.ActionButton{
  padding: 0px;
  width: 80px;
  color: white;
  height: 35px;
  background: #0084FF;
  border: none;
}

.wpcf7 form .wpcf7-response-output{
  color:#87A3C6;
  font-weight: 300;
  text-align: center;
  border:none !important;
}

.wpcf7-not-valid-tip{
  font-size: 14px;
}



