@font-face {
  font-family: "iran";
  src: url("../font/iran.woff");
  font-weight: normal;
  font-style: normal;
}

body {
  direction: rtl;
  font-family: iran;
  text-decoration: none;
  text-align: right;
}


header {
  background-color: #0063b1;
  padding: 7px 0;
}

header .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .box-header .header-box-right {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

header .box-header .header-box-right nav a {
  text-decoration: none;
  color: #d7d7d7;
  transition: .3s;
  font-size: .85em;
}
header .box-header .header-box-right nav a:hover {
  color: #FFF;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.545);
}
header .box-header .header-box-right nav span {
  text-decoration: none;
  color: #d7d7d7;
  transition: .3s;
  font-size: .85em;
  cursor: pointer;
}
header .box-header .header-box-right nav span:hover {
  color: #FFF;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.545);
}

.section-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-1 .box-right-section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.section-1 .box-right-section-1 h3 {
  margin-bottom: 0.8em;
  font-size: 1.7em;
}

.section-1 .box-right-section-1 p {
  text-align: justify;
  line-height: 2.2em;
  font-weight: 400;
  letter-spacing: -0.003em;
}

.section-1 .box-left-section-1 img {
  width: 24em;
}

.section-2 .master-card-online {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-2 .master-card-online .master-card-online-right img {
  width: 24em;
}

.section-2 .master-card-online .master-card-online-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.section-2 .master-card-online .master-card-online-left h3 {
  margin-bottom: 1em;
  font-size: 1.7em;
}

.section-2 .master-card-online .master-card-online-left p {
  text-align: justify;
  line-height: 2.5em;
  font-weight: 400;
  letter-spacing: -0.003em;
}

.section-2 .gift-card {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-2 .gift-card .gift-card-right {
  border-radius: 1em;
}

.section-2 .gift-card .gift-card-right img {
  width: 24em;
  border-radius: 10px;
}

.section-2 .gift-card .gift-card-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.section-2 .gift-card .gift-card-left h3 {
  text-align: start;
  margin-bottom: 1.5em;
}

.section-2 .gift-card .gift-card-left p {
  text-align: justify;
  letter-spacing: 0.045em;
  line-height: 2.5em;
}

.section-2 .security-card {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-2 .security-card .security-card-left img {
  width: 24em;
  border-radius: 1em;
}

.section-2 .security-card .security-card-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.section-2 .security-card .security-card-right h3 {
  margin-bottom: 1.5em;
  font-size: 1.7em;
}

.section-2 .security-card .security-card-right p {
  text-align: justify;
  line-height: 2.5em;
  font-weight: 400;
  letter-spacing: -0.003em;
}

.section-3 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.section-3 .all-box-section-3 .box-section-3 {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
  transition: .5s;
}

.myCard {
  background-color: white;
  border-radius: 10px;
}

.myCard:hover {
  background-color: rgba(2, 2, 3,0.8);
}

.myCard:hover p {
  color: white !important;
}
.myCard:hover h4 {
  color: white !important;
}

.section-3 .all-box-section-3 .box-section-3 .titel {
  background-color: #fdcd00;
  padding: 1em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.section-3 .all-box-section-3 .box-section-3 .titel h3 {
  text-align: center;
  font-size: 1.2em;
  color: #3c3c3c;
}

.section-3 .all-box-section-3 .box-section-3 .mony {
  margin: 1.2em 0;
  text-align: center;
}

.section-3 .all-box-section-3 .box-section-3 .mony p {
  margin: 0;
  font-size: 1.4em;
  font-weight: 500;
  color: #3c3c3c;
}

.section-3 .all-box-section-3 .box-section-3 .item-title {
  margin: 0 1em;
}

.section-3 .all-box-section-3 .box-section-3 .item-title .box-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.section-3 .all-box-section-3 .box-section-3 .item-title .box-item h4 {
  font-size: .85em;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #3c3c3c;
}

.section-3 .all-box-section-3 .box-section-3 .item-title .box-item p {
  font-weight: 700;
  color: #3c3c3c;
}

.section-3 .all-box-section-3 .box-section-3 .button {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-3 .all-box-section-3 .box-section-3 .button button {
  background-color: #fdcd00;
  border: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 0.5em;
}

.footer-widget p {
  margin-bottom: 27px;
  color: #000;
}

footer>p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: white;
  line-height: 28px;
}

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #0063b1;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  animation: animborder 2s linear infinite;
}

@keyframes animborder {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #f5b02e;
  border-left-color: #f5b02e;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }

  50% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

.dk-footer {
  padding: 75px 0 0;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 80px;
}

.dk-footer .contact-icon i {
  font-size: 48px;
  top: -15px;
  position: relative;
  color: #0063b1;
}

.ul-item {
  text-align: start;
}

.dk-footer-box-info {
  top: -122px;
  background: #0063b1;
  padding: 30px 20px;
  z-index: 2;
  border-radius: 5px;
  text-align: center;
  color: white;
}

.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
  text-shadow: 0 0 2px black, 0 0 4px black, 0 0 15px black;
}

.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
  display: block;
  /* width: 40px; */
  /* height: 40px; */
  border-radius: 50%;
  text-align: center;
  /* line-height: 40px; */
  background: #000;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 1.2em;
  opacity: .9;
  transition: .3s;
}

.dk-footer-box-info .footer-social-link a i:hover {
  opacity: 1;
}

.dk-footer-box-info .footer-social-link a {
  text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i.icofont-facebook {
  background-color: #3b5998;
}

.dk-footer-box-info .footer-social-link a i.icofont-twitter {
  background-color: #55acee;
}

.dk-footer-box-info .footer-social-link a i.icofont-google-plus {
  background-color: #dd4b39;
}

.dk-footer-box-info .footer-social-link a i.icofont-linkedin {
  background-color: #0976b4;
}

.dk-footer-box-info .footer-social-link a i.icofont-instagram {
  background-color: #b7242a;
}

.footer-awarad {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
}

.footer-info-text {
  margin: 26px 0 32px;
  font-size: .84em;
  text-align: justify;
  line-height: 30px;
}

.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #000;
  position: relative;
  margin-bottom: 15px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #000;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

.footer-widget a:hover {
  color: #fdcd00;
  padding-right: 10px;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}

.dk-footer-form input[type=email] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #099999;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 24px 12px 17px;
  padding-top: 14px;
  padding-bottom: 15px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #099999;
  background: #fff;
  color: #099999;
}

.dk-footer-form button:hover {
  cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: flex;
  align-items: center;
}

.contact-icon {
  position: absolute;
  right: 0;
}

.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #000;
}

.contact-info {
  color: #000;
}

.contact-info p {
  color: #555;
  font-size: .8em;
}

.contact-info h3 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 5px;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #f5b02e;
}

.copyright span,
.copyright a {
  color: #fff;
  transition: all 0.3s linear;
  text-decoration: none;
}

.copyright a:hover {
  color: #fff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}

.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

footer {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

/*# sourceMappingURL=style.css.map */
#gttop {
  background-color: #0063b1;
  width: 41px;
  height: 41px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  padding: 6px 0;
  font-size: 17px;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 2;
}

#gttop i {
  font-size: 28px;
}

.mybox {
  background: #FFF;
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  padding: 20px 25px;
  box-shadow: 0px 10px 11px rgba(90, 82, 128, 0.31);
}
.mybtn {
  background: var(--bg-secondary);
  color: #fff;
  transition: .5s;
  border: none;
  border-radius: 30px;
  padding: 10px 26px
}

.mybtn.dark {
  background: rgba(63, 63, 63, 1);
}

.mybtn.white {
  background-color: white;
  border: 1px solid var(--border-color-darkest) !important;
  color: black;
}

.mybtn img {
  height: 18px;
  margin-left: 7px;
}
.modal-header .close {
  padding: 0;
  margin: 0;
}
.modal-footer {
  justify-content: flex-end;
  direction: ltr;
}
.logindigit::-webkit-outer-spin-button, .loginbox .logindigit::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.logindigit {
  display: inline-block;
  width: 38px;
  height: 37px !important;
  text-align: center;
  font-size: 20px;
  background-color: white;
  color: #333 !important;
}