html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Yekan Bakh FaNum" !important;
  direction: rtl;
  font-size: 14px;
  line-height: 30px;
  color: #384955;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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

button, input, textarea {
  font-family: "Yekan Bakh FaNum" !important;
}

label {
  font-size: 15px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #384955;
}
label .required {
  color: red;
}

input, textarea {
  width: 100%;
  border: none;
  border: 1px solid #D8DDE4;
  border-radius: 8px;
  padding: 18px 25px;
  outline: none;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.4s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input::placeholder, textarea::placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input:focus, textarea:focus {
  border: 1px solid grey;
}

input[type=submit] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: none;
  background-color: #3F95B4;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}
input[type=submit]:hover {
  background-color: #337992;
}

.swiper {
  width: 100%;
  height: 100%;
}

.homeIntro {
  position: relative;
  height: 600px;
}
@media (max-width: 768px) {
  .homeIntro {
    height: 100vh;
  }
}
.homeIntro .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .homeIntro .swiper-slide {
    width: 100% !important;
  }
}
.homeIntro .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  transform: scale(1.1);
  transition: all 5s;
}
.homeIntro .swiper-slide .innerIntro {
  max-width: 40%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .homeIntro .swiper-slide .innerIntro {
    max-width: 60%;
  }
}
@media (max-width: 992px) {
  .homeIntro .swiper-slide .innerIntro {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .homeIntro .swiper-slide .innerIntro {
    max-width: 100%;
  }
}
.homeIntro .swiper-slide .introSlideContent {
  opacity: 0;
  transform: translateX(-20px);
  text-align: right;
  color: rgb(255, 255, 255);
  width: 100%;
  padding-right: 80px;
  transition: all 0.9s;
}
@media (max-width: 768px) {
  .homeIntro .swiper-slide .introSlideContent {
    text-align: center;
    padding-right: 15px;
  }
}
.homeIntro .swiper-slide .introSlideContent .introBadg {
  font-size: 14px;
  background-color: rgb(44, 96, 194);
  border-radius: 16px;
  line-height: 1;
  position: relative;
  font-weight: 700;
  width: 182px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .homeIntro .swiper-slide .introSlideContent .introBadg {
    margin: auto;
  }
}
.homeIntro .swiper-slide .introSlideContent .introBadg::after, .homeIntro .swiper-slide .introSlideContent .introBadg::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.homeIntro .swiper-slide .introSlideContent .introBadg::after {
  right: 10px;
}
.homeIntro .swiper-slide .introSlideContent .introBadg::before {
  left: 10px;
}
.homeIntro .swiper-slide .introSlideContent h2 {
  font-size: 40px;
  font-weight: 800;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .homeIntro .swiper-slide .introSlideContent h2 {
    font-size: 26px;
    text-align: center;
    line-height: 40px;
  }
}
.homeIntro .swiper-slide .introSlideContent p {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.homeIntro .swiper-slide-active img {
  transform: scale(1.02);
}
.homeIntro .swiper-slide-active .introSlideContent {
  opacity: 1;
  transform: translateX(0);
}

.swiper-pagination-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-max-content !important;
  width: max-content !important;
  right: 15px;
  bottom: 0 !important;
  top: 0 !important;
  margin: auto 0;
  position: absolute;
}
@media (max-width: 768px) {
  .swiper-pagination-intro {
    flex-direction: row;
    top: unset !important;
    margin: 0 auto;
    padding-bottom: 30px;
    height: -moz-max-content;
    height: max-content;
  }
}
.swiper-pagination-intro .swiper-pagination-bullet {
  margin: 0 !important;
}

.introBtn {
  display: flex;
  align-items: center;
  justify-content: start;
  background: linear-gradient(45deg, rgb(0, 171, 232), rgba(0, 171, 232, 0.8));
  border-radius: 7px;
  padding: 6px;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  min-width: 170px;
  margin-right: auto;
  margin-top: 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .introBtn {
    margin: 30px auto 0;
  }
}

.introBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.4s ease;
}

.introBtn:hover::before {
  left: 100%;
}

.introBtn:hover {
  background: linear-gradient(45deg, #0099cc, #00abff);
}

.introBtn .icon {
  background-color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.introBtn .icon svg {
  transform: scale(1);
  transition: all 0.4s;
}

.introBtn:hover .icon {
  background-color: #e6f7ff;
}
.introBtn:hover .icon svg {
  transform: scale(1.1);
}

.introBtn .txt {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=intro.css.map */