* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none !important;
  color: inherit;
}

* a {
  color: inherit;
}

p {
  font-size: 16px;
  margin-bottom: 0 !important;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

.payam-landing {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  background: F7F7F7;
  grid-template-areas: ". .";
}

.mx {
  max-width: 1300px;
}

.top-bar .logo img {
  width: 200px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar .payam-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top-bar .payam-location a {
  display: flex;
  gap: 6px;
}

.top-bar .payam-location a .location-text {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.top-bar .payam-location a img {
  width: 22px;
  height: 22px;
  /* object-fit: cover; */
}

.form-s {
  margin-top: 44px;
  position: sticky;
  background: #f7f7f7;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  padding: 34px 28px;
  top: 30px;
}

.form-s .contact-p {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 24px;
  color: #000;
}

.form-s .contact-p img {
  width: 30px;
  height: 30px;
}

.form-s h2 {
  margin-top: 23px;
  line-height: 33px;
  display: block;
  font-weight: 400;
  font-size: 1.5em;
  color: #000;
}

.form-s button {
  border: none;
  background: #b50b0b;
  padding: 11px 21px;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 19px;
}

.form-s h2 span {
  display: flex;
  font-weight: 400;
  color: #b50b0b;
  font-weight: 700;
}

.form-s .form-group {
  margin-top: 18px;
}

.form-s .form-group img {
  width: 20px;
  position: absolute;
  top: 10px;
  left: 9px;
}

.form-s .form-group select {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-padding-start: 35px;
  -webkit-padding-end: 35px;
  padding: 0 35px !important;
  color: #888;
  -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  border: none;
  border-radius: 10px;
  height: 44px;
  font-weight: 500;
}

.form-s .form-group input {
  width: 100%;
  padding: 0 39px;
  height: 44px;
  font-weight: 500;
  color: #000;
  border: none;
  font-size: 14px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
}


.form-s .check-group input {
  position: absolute;
  left: 0;
  width: 13px;
  top: auto;
  height: 26px;
}

.form-s .check-group label {
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
  display: inline-block;
}

.wp-cont {
  background: #25d366;
  text-align: center;
  margin-top: 22px;
  display: block;
  align-items: center;
  padding: 13px;
  border-radius: 10px;
  color: #fff;
}

.wp-cont span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-cont img {
  width: 20px;
  margin-right: 10px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.form-g {
  margin-bottom: 19px;
  position: relative;
}

.c-hex {
  position: relative;
  margin-bottom: 7px;
}

.sect-1 {
  background-image: url(../img/bg-1.png);
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.arrow-d span {
  display: block;
  font-weight: 200;
}

.arrow-d img {
  width: 33px;
  display: table;
  margin: auto;
  bottom: 18px;
  position: relative;
}

.sect-1 h1 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  line-height: 33px;
}

.sect-1 h1 span {
  display: block;
  font-weight: 300;
}

.sect-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  /* position: absolute; */
  padding: 0 140px;
  text-align: center;
  bottom: 155px;
  line-height: 23px;
  margin-bottom: 30px !important;
}

.arrow-d {
  width: 100%;
  color: #fff;
  text-align: center;
  bottom: 11px;
  margin: auto;
  display: table;
  /* position: absolute; */
}

.landin-grid {
  position: relative;
  background: #f7f7f7;
}

.arrow-d div {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.left-grid {
  padding: 10px;
  background: #fff;
}

.sect-2 {
  margin-top: 50px;
  margin-bottom: 70px;
}

.sect-2 h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.sect-2 h2 span {
  display: block;
  color: #b50b0b;
  font-weight: 600;
  font-size: 26px;
}

.gz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
  grid-template-rows: 1fr;
  padding: 6px 38px;
  text-align: center;
  gap: 16px 35px;
  grid-template-areas: ". .";
}

.item-gz {
  border-radius: 10px;
}

.item-d {
  -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  padding: 15px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}


.item-d img {
  width: 27px;
}

.sect-3 {
  background-image: url("../img/img-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position: right;
  width: 100%;
}

.sect-3 h2 {
  text-align: center;
  padding-top: 43px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.sect-3 h2 span {
  font-weight: 400;
  display: block;
}

.sect-4 {
  background-image: url("../img/bg-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center;
  width: 100%;
}

.sect-4 h2 {
  text-align: center;
  padding-top: 43px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.sect-4 h2 span {
  font-weight: 400;
  display: block;
}

.sect-5 h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.sect-5 h2 span {
  display: block;
  color: #b50b0b;
  font-weight: 600;
  font-size: 26px;
}

.sect-4 h2 {
  text-align: center;
  padding-top: 43px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.sect-5 {
  margin: 60px 0;
}

.grid-sc-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas:
    ". . . . .";
  margin: 22px 0;
  padding: 6px 38px;
}

.grid-4 {
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.grid-4 img {}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.form-s button:hover {
  background: #000;
}

.wp-cont:hover {
  background: #000;
}

.buton-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 6px 38px;
  text-align: center;
  gap: 16px 35px;
  grid-template-areas:
    ".";
}

.item-b {
  background: #25d366;
  text-align: center;
  display: block;
  align-items: center;
  padding: 13px;
  border-radius: 10px;
  color: #fff;
}

.item-b span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-b span img {
  width: 20px;
  margin-right: 10px;
}

.buton-c {
  background: #000;
  text-align: center;
  display: block;
  align-items: center;
  padding: 13px;
  border-radius: 10px;
  color: #fff;
}

.buton-c span img {
  width: 20px;
  margin-right: 10px;
}

.buton-c span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sect-6 {
  margin-top: 22px;
  margin-bottom: 28px;
}

.item-b:hover {
  background: #000;
}

.buton-c:hover {
  background: #b50b0b;
}

.fixMenu {
  position: fixed;
  bottom: 0;
  padding-left: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  margin: 0;
  z-index: 999;
}

.fixMenu li a.wh {
  background: #25d366;
  color: #fff;
  font-weight: 400;
}

.fixMenu li {
  width: 100%;
  float: left;
  list-style: none;
}

.fixMenu li a.ara {
  background: #b50b0b;
  color: #fff;
  font-weight: 400;
}

.fixMenu li a {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  padding: 12px;
  font-weight: 300;
  font-size: 14px;
}

.fixMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 999;
}

.fixMenu li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixMenu li a img {
  width: 20px;
  margin-right: 10px;
}

.fixMenu li a.ara:hover {
  background: #000;
}

.fixMenu li a.wh:hover {
  background: #000;
}


@media only screen and (max-width: 768px) {
  .top-bar .payam-location a .location-text {
    font-size: 12px;
  }

  .top-bar .payam-location a img {
    width: 17px;
    height: 17px;
  }

  .top-bar .payam-location a {
    margin-bottom: 9px;
    gap: 4px;
  }

  .return_home p {
    font-size: 16px !important;
  }

  .sect-1 {
    height: 80vh !important;
  }

  .top-bar .logo {
    display: table;
    margin: auto;
  }

  .sect-3 {
    margin-top: 75px;
  }

  .payam-landing {
    display: block;
    position: relative;
  }

  .form-s {
    margin-top: 10px;
  }

  .sect-1 p {
    padding: 0 16px;
    font-size: 14px;
  }

  .item-d {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
  }

  .grid-sc-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 17px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      ". .";
  }

  .sect-6 {
    display: none;
  }

  .form-s {
    display: none;
  }

  .form-mobil {
    display: block;
    position: relative;
  }

  .form-s .check-group input {
    height: 16px;
  }

  .sect-2 {
    margin-bottom: 38px;
  }

}

@media only screen and (max-width: 991px) {
  .top-bar .payam-location a .location-text {
    font-size: 15px;
  }

  .top-bar .payam-location a img {
    width: 20px;
    height: 20px;
  }

  .top-bar .payam-location a {
    margin-bottom: 9px;
  }

  .payam-landing {
    display: block;
    position: relative;
  }

  .sect-2 {
    margin-bottom: 38px;
  }

  .sect-3 {
    margin-top: 90px;
  }

  .sect-6 {
    display: none;
  }

  .form-s {
    display: none;
  }

  .form-mobil {
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {

  .hidden-lg,
  .hidden-md {
    display: none;
  }

  .form-mobil {
    display: none;
  }
}

@media only screen and (max-width: 1091px) {
  .payam-landing {
    display: block;
    position: relative;
  }
}

.shaking {
  display: flex;
  gap: 25px;
  align-items: center;
}

.shaking .shaking-phone .contact-p:hover {
  animation: tilt-shaking 0.25s infinite;
}

.shaking-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.return_home {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.return_home img {
  width: 266px;
  display: table;
  margin: auto;
  padding-bottom: 30px;
}

.return_home h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.return_home p {
  margin-bottom: 20px !important;
  font-size: 18px;
  line-height: 25px;
}

.return_home a {
  font-weight: 300;
  display: inline-block;
  background: #b50b0b;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 10px;
}

.return_home a:hover {
  background: #000;
}

.main-tittle {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 23px;
  margin-bottom: 20px;
}

.content {
  position: absolute;
  bottom: 0;
}