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;
}

.bannerBack {
  position: relative;
}
.bannerBack::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F7FCFE;
}

.banner {
  width: 100%;
  border-radius: 15px;
  padding: 12px;
  background: #00ABE8;
  background: linear-gradient(90deg, rgb(0, 171, 232) 5%, rgb(11, 134, 178) 100%);
  position: relative;
}
@media (max-width: 768px) {
  .banner {
    border-radius: 0px;
  }
}
.banner > img {
  position: absolute;
  bottom: 0;
  left: 215px;
  height: 100%;
}
@media (max-width: 1200px) {
  .banner > img {
    left: 100px;
  }
}
@media (max-width: 992px) {
  .banner > img {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .banner > img {
    display: none;
  }
}
.banner .innerBanner {
  border: 2px dotted white;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .banner .innerBanner .text {
    width: 90%;
  }
}
.banner .innerBanner .text > h6 {
  color: white;
  font-size: 30px;
  font-weight: 800;
  padding: 35px 50px;
  margin: 0;
}
@media (max-width: 768px) {
  .banner .innerBanner .text > h6 {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
  }
}
.banner .innerBanner .text > p {
  color: white;
  font-size: 15px;
  font-weight: 600;
  width: 50%;
  padding-bottom: 30px;
  padding-right: 50px;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 768px) {
  .banner .innerBanner .text > p {
    width: 100%;
    padding: 0;
    padding-bottom: 0px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
  }
}
.banner .innerBanner .ax {
  padding: 0;
}
.banner .innerBanner .ax img {
  width: 205px;
  height: 290px;
  transform-origin: bottom;
  position: absolute;
  bottom: -13px;
  left: 328px;
  display: flex;
}
@media (max-width: 1200px) {
  .banner .innerBanner .ax img {
    left: 210px;
  }
}
@media (max-width: 992px) {
  .banner .innerBanner .ax img {
    left: 120px;
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .banner .innerBanner .ax img {
    position: sticky;
    margin-top: -40px;
  }
}
.banner .innerBanner .ax .phone {
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 85px;
  left: 160px;
}
.banner .innerBanner .ax .phone::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.342);
  border-radius: 6px;
  animation: _bounce 2s infinite;
}
@media (max-width: 1200px) {
  .banner .innerBanner .ax .phone {
    left: 40px;
  }
}
@media (max-width: 992px) {
  .banner .innerBanner .ax .phone {
    left: 0px;
  }
}
@media (max-width: 768px) {
  .banner .innerBanner .ax .phone {
    top: 280px;
    left: 100px;
  }
}
@media (max-width: 480px) {
  .banner .innerBanner .ax .phone {
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.banner .innerBanner .ax .phone .innerphone {
  background-color: white;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
  color: #005573;
  font-size: 15px;
  font-weight: 600;
}

@keyframes _bounce {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.1);
    opacity: 0.1;
  }
}/*# sourceMappingURL=banner.css.map */