html {
  overflow: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
}

:root {
  --green: #3fbc74;
  --blue: #3393cf;
  --yellow: #f9b024;
}

@font-face {
  font-family: Vazir-Local;
  src: url(../assets/fonts/Vazir/Vazir-FD.eot) format('eot'), url(../assets/fonts/Vazir/Vazir-FD.woff) format('woff'), url(../assets/fonts/Vazir/Vazir-FD.ttf) format('truetype'), url(../assets/fonts/Vazir/Vazir-FD.woff2) format('woff2');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Vazir-Bold-Local;

  src: url(../assets/fonts/Vazir/Vazir-Bold-FD.eot) format('eot'),
    url(../assets/fonts/Vazir/Vazir-Bold-FD.woff)
}

* {
  font-family: Vazir-Local;
}

nav {
  padding: 0px 3rem !important;
  gap: 10px;
  direction: rtl;
}

.nav-link-back {
  min-width: 150px;
  background: var(--green);
  color: white;
  border-radius: 12px;
}

.nav-link-outline {
  min-width: 150px;
  border: 2px solid var(--green);
  border-radius: 12px;
  color: var(--green);
  text-align: center;
}

.nav-link-text {
  color: var(--green);
}

.nav-site-link {
  color: var(--blue);
}

.nav-call-icon {
  display: none;
}

nav a {
  text-align: center;
  color: black;
  text-decoration: none;
  padding: 8px;
  cursor: pointer;
}

.nav-link-back p {
  display: contents;
}

@media screen and (max-width: 1200px) {
  .nav-link-back {
    min-width: 0px;
    background: none;
  }

  .nav-link-back p {
    display: none;
  }

  .nav-link-back img {
    display: none;
  }

  .nav-call-icon {
    display: block !important;
  }
}

@media screen and (max-width: 1000px) {
  .dn1000 {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .dn860 {
    display: none !important;
  }
}

@media screen and (max-width: 730px) {
  .dn730 {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .dn500 {
    display: none !important;
  }
  .gap-3{    gap: 0rem !important;}
  nav {
    padding: 0px 12px !important;
    gap: 0px !important;
  }

  .nav-site-link {
    padding: 8px 0 !important;
  }

  footer {
    font-size: smaller;
  }

  .logo {
    width: 68px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 360px) {
  .logo {
    width: 68px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 310px) {
  nav a {
    padding: 4px !important;
  }
}

.vl {
  border-left: 2px solid #0002;
}

.attributes-cards {
  border-radius: 12px;
}

.artic-card {
  padding: 12px;
}

.artic-title {
  color: var(--green);
  font-size: small;
  font-weight: bold;
}

.artic-content {
  font-size: small;
  color: black;
}

.banner {
  direction: rtl;
  width: 100%;
  height: 480px;
  background: #F6F6F6;
  background-image: url(../res/Artboard.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner a {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: -20px 70% 0 0;
}

.banner .title1 {
  padding: 40px 20px 0 0;
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
}

.banner .title2 {
  padding: 10px 20px;
  font-weight: 800;
  font-size: 15px;
  color: #FFFFFF;
}

@media screen and (max-width: 500px) {
  .custom-card-img {
    height: 130px !important;
  }

  .custom-card-body {
    padding: 5px;
  }

  .custom-card-body h6 {

    font-size: 10px;
  }

  .banner {
    height: 150px;
  }

  h6 {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .foot-flex-column {
    flex-direction: row !important;
  }

  .foot-flex-row {
    flex-direction: column !important;
  }

  .dn600 {
    display: none !important;
  }

  .db600 {
    display: block !important;
  }

  .artic-title {
    font-size: x-small;
  }

  .artic-content {
    font-size: x-small;
  }
}

.db600 {
  display: none;
}

.foot-flex-column {
  flex-direction: column;
}

.foot-flex-row {
  flex-direction: row;
}

.custom-card {
  max-width: 90%;
  background: #F6F6F6;
  border-radius: 12px !important;
}

.custom-card-img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  /* height: 218px; */
}

.custom-card-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}

.custom-card-body {
  position: absolute;
  width: 100%;
  background: #3393cfaa;
  bottom: 0;
  border-radius: 0px 0px 12px 12px;
}

#offer .custom-card-body {
  background: #f6f6f6d6;
  color: #000;
}

.slick-arrow {
  display: none !important;
}



.card-request,
.card-request:hover {
  color: white;
  background-color: var(--yellow);
  text-decoration: none;
  padding: 7px 20px 7px 20px;
  border-radius: 45px;
}

.services h4 {
  color: var(--blue);
}

footer {
  background: var(--yellow);
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.geter-form input[type="submit"] {
  flex: 0 0 100px;
  border-radius: 50px;
  border: none;
  background: var(--blue);
  color: white;
}

.geter-form input[type="text"] {
  flex: 0 0 100px;
  border-radius: 50px;
  border: none;
  background: white;
  flex: 1 1 auto;
}

.geter-form input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C8D1D3;
  text-align: center;
}

.shadow {
  box-shadow: #0006 0px 0px 10px;
}

.geter-form input {
  padding: 6px;
}

.everywhere {
  position: relative;
  background: var(--blue);
  color: white;
  text-align: right;
  width: 250px;
  padding: 12px;
  border-radius: 12px;
}

.everywhere-title {
  font-weight: bold;
  padding-right: 20px;
}

.everywhere-icon {
  box-shadow: #0004 0px 0px 20px;
  background: white;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50px;
  z-index: 999;
}

.everywhere-icon img {
  position: absolute;
  left: 25%;
  top: 25%;
}

.everywhere-content {
  margin-bottom: 12px;
  font-size: smaller;
}

.everywhere-button {
  background: var(--yellow);
  border-radius: 50px;
  width: 100px;
  height: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
  margin-top: auto;
  box-shadow: #0003 0px 0px 15px;
  cursor: pointer;
}

.comment {
  background-color: #FFF;
  color: #121212;
  height: 180px !important;
}

.comment-icon {
  box-shadow: #0004 0px 0px 20px;
  background: white;
  right: 210px;
  top: -30px;
  position: absolute;
  border-radius: 50px;
  z-index: 999;
}


@media screen and (max-width: 500px) {
  .comment-icon {
    right: 367px;
  }
}

.comment-icon img {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50px;
  border-radius: 50%
}

.comment-content {
  direction: rtl;
  min-height: 60px;
}

.comment-author {
  white-space: nowrap;
  float: right;
  font-size: 12px;
  color: #C8D1D3;
}

.card-title {
  text-align: right;
  float: right;
  white-space: nowrap;
}


.mb-4 {
  color: var(--green);
}

.blu {
  color: var(--blue)
}

.d-none1 {
  display: none;
}

header {
  background-color: #FFF;
}

footer {
  direction: ltr;
}
