@font-face {
  font-family: Vazir;
  src: url(../assets/fonts/Vazir-FD-WOL.ttf);
}
@font-face {
  font-family: VazirBold;
  src: url(../assets/fonts/Vazir-Bold-FD-WOL.ttf);
}
@font-face {
  font-family: VazirLight;
  src: url(../assets/fonts/Vazir-Light-FD-WOL.ttf);
}

body {
  background-color: rgb(21, 20, 24);
  font-family: Vazir;
}
a {
  text-decoration: none !important;
}
.bgWrapper {
  background-image: url(../assets/images/mainBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
.fixedHeader {
  background-color: rgb(21, 20, 24);
  height: 90px;
  width: 100%;
}
.heroSection {
  position: absolute;
  top: 26%;
  width: 40%;
}
.heroSection h4 {
  width: 80%;
}
.bgServices {
  background-image: url(../assets/images/serviceBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40rem !important;
}
.my-12 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.customCard, .card-body, .card-header, .card {
  background-color: #2d2d2d !important;
}
.customCard {
  width: 260px !important;
}
.lightBlue {
  color: #8c9be9;
}
.bgPrimaryDark {
  background-color: #151418 !important;
}
.bgPrimaryDark::placeholder {
  color: rgb(167 164 167);
}
.text-light-cu {
  color: rgb(167 164 167);
}
.social {
  background-color: rgb(167 164 167);
  color: #151418;
  padding: 8px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.serviceRight {
  right: 4rem;
  top: 5rem;
}
.serviceLeft {
  left: 4rem;
  top: -5rem;
}
.borderBlue {
  border-color: #323039 !important;
}
.aboutBg {
  background-image: url(../assets/images/aboutBg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.aboutBg p {
  position: absolute;
  top: 10rem;
  right: 5rem;
}
.staticsBg {
  background-image: url(../assets/images/staticsBg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 740px;
}
.motiveBg {
  background-image: url(../assets/images/motivateBg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.h-34rem {
  height: 34rem;
}
.circleText {
  position: absolute;
  top: 45%;
  width: 50%;
}
.pardisLogo img {
  width: 40px;
}
footer .row {
  height: 250px;
}
.serviceIcon img{
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: aqua;
}
.serviceIcon2 img{
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(74, 255, 98);
}
.text-red-cu{
  color: #F6524F !important;
}
.serviceIcon3 img{
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(101, 74, 255);
}
.serviceIcon4 img{
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(255, 74, 74);
}
.arrow-btn:hover{
    color: rgb(101, 74, 255) !important;
}
.arrow-btn:hover svg{
    margin: 0px 20px !important;
    color: rgb(101, 74, 255) !important;
}
.arrow-btn svg{
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.text-img-service{
    top: 30%;
}
.contact-icon{
  color: #8c9be9;
}
.text-img-about{
    top: 38%;
    width: 100% !important;
    right: 0px !important;
    left: 0px !important;
    text-align: center;
}
.aboutBg-container {
    background-image: url(../assets/images/about1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .aboutBg-container2 {
    background-image: url(../assets/images/about2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .aboutBg-container2 p {
    position: absolute;
    bottom: 15rem;
    right: 5rem;
  }
  .aboutBg-container p {
    position: absolute;
    bottom: 15rem;
    right: 5rem;
  }
  .about-header{
    margin-top: 40px;
  }
  .navigation-link{
    color: white;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.navigation-link li::after{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: rgb(101, 74, 255) !important;
  transition: width .4s ease-in;
  padding-bottom: 2px;
}
.navigation-link:hover{
    color: rgb(101, 74, 255) !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.navigation-link:hover li::after{
    width: 100%;
}
.navigation-link-active li{
  color: rgb(101, 74, 255) !important;
  border-bottom: 3px solid  rgb(101, 74, 255) !important;
}
#map{
  height: 200px !important;
}

@media screen and (max-width: 768px) {
  .navLink {
    display: flex;
    justify-content: center !important;
    align-items: center;
    background-color: #151418;
  }
  .w-100-cu{
    width: 100% !important;
  }
  .w-50-cu{
    width: 80
    % !important;
  }
  .img-h-cu{
    height: 200px !important;
  }
  .my-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .heroSection {
    position: absolute;
    top: 20%;
    width: 85% !important;
  }
  .my-12 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .my-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mb-8 {
    margin-bottom: 5rem;
  }
  .text-img-service{
    top: 30%;
    width: 100% !important;
    right: unset !important;
}
.circleText{
  top: 35%;
}
}
@media screen and (max-width: 1550px) {
    .cu-card-wrapper{
        align-items: center !important;
        flex-wrap: wrap;
        padding: 0px 10px !important;
    }
    .serviceRight {
    right: unset;
    top: unset;
    position: relative !important;
  }
  .serviceLeft {
    position: relative !important;
    left: unset;
    top: unset;
  }
  .customCard{
    margin: 20px 10px !important;
    width: 250px !important;
  }
}
@media screen and (max-width: 1338px) {
  .customCard{
    margin: 20px 10px !important;
    width: 220px !important;
  }
}
@media screen and (max-width: 1200px) {
    .customCard{
      margin: 20px 10px !important;
      width: unset !important;
    }
}
