::-moz-selection {
  color: #f9d4a3;
  background: #9b7749;
}
::selection {
  color: #f9d4a3;
  background: #9b7749;
}
:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");
@font-face {
  font-family: vazirmatn;
  src: url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");
}
html {
  overflow-x: hidden;
}
html,
body,
button,
input,
optgroup,
a,
span,
form,
div,
ul,
li,
p,
strong,
em,
div,
h1,
h2,
h3,
h4,
h5,
h6,
section,
main,
select,
textarea {
  font-family: vazirmatn;
}
/*    start code here   */

.wrapper {
  position: relative;
  padding-bottom: 30px;
}
.wrapper::before {
  font-family: vazirmatn;
  content: "";
  display: inline-block;
  background-image: url("../images/img_sec_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 800px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.wrapper::after {
  content: "";
  display: inline-block;
  background-image: url(../images/footer_image.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.wrapper .container {
}
.wrapper > .container > header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo .icon {
  display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
.logo .icon img {
  position: relative;
  width: 80px;
}
.logo .text {
  margin-right: 10px;
  position: relative;
}
.logo .icon::after {
  content: "";
  background-color: #e2551a;
  width: 5px;
  height: 60px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-right: 20px;
}
.logo .text h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  color: #f86f35;
}
.logo .text span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #f5885b;
}
.wrapper > .container > header > .logo {
}
.wrapper > .container > header > .button {
}
.wrapper > .container > header > .button a {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #f7772a;
  width: 180px;
  text-align: center;
  height: 49px;
  background: #ffd7c6;
  border-radius: 10px;
  justify-content: center;
  transition: all 0.3s;
}

.wrapper > .container > header > .button a:hover {
  color: white;
  background: #f7772a;
}

.title {
  text-align: center;
}
.title::after {
  content: "";
}
.title h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  color: #000000;
}
.title h3 span {
  font-weight: 900;
  font-size: 40px;
  line-height: 70px;
  text-align: center;
  color: #f7772a;
}
.title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 176.91%;
  /* or 35px */
  text-align: center;
  color: #000000;
  margin-top: 10px;
}

.wrapper > .container > main {
  margin-bottom: 300px;
}
.wrapper > .container > main #sec_1 {
  width: 50%;
  height: 500px;
  display: flex;
  align-items: center;
  gap: 2;
  flex-direction: column;
  justify-content: center;
}
.wrapper > .container > main #sec_1 .content {
}
.wrapper > .container > main #sec_1 .content h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 56px;
  text-align: right;
  color: #000000;
}
.wrapper > .container > main #sec_1 .content h1 span {
  font-weight: 900;
  font-size: 35px;
  line-height: 70px;
  text-align: center;
  text-indent: 10px;
  color: #f7772a;
}
.wrapper > .container > main #sec_1 .content p {
  text-align: right;
}

.wrapper > .container > main #sec_2 {
  margin-top: 170px;
}
.wrapper > .container > main #sec_2 .title h4 {
  font-size: 20px;
}
.wrapper > .container > main #sec_2 .items {
  margin-top: 40px;
  margin-bottom: 120px;
}
.wrapper > .container > main #sec_2 .items ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.wrapper > .container > main #sec_2 .items ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper > .container > main #sec_2 .items ul li img {
  width: 240px;
}
.wrapper > .container > main #sec_2 .items ul li:nth-child(1) img {
  width: 250px;
  margin-top: 40px;
}

.wrapper > .container > main #sec_2 .items ul li:nth-child(2) img {
  width: 300px;
}
.wrapper > .container > main #sec_2 .items ul li:nth-child(3) img {
  width: 280px;
}
.wrapper > .container > main #sec_2 .items ul li:nth-child(4) img {
  width: 300px;
}
.wrapper > .container > main #sec_2 .items ul li span {
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #09005d;
  margin-top: 20px;
}

.wrapper > .container > main #sec_3 {
  text-align: center;
  align-items: center;
}
.wrapper > .container > main #sec_3 .title h4 {
  font-weight: 500;
  font-size: 1.5rem;
}
.wrapper > .container > main #sec_3 img {
  /* margin: 80px auto; */
  width: 70%;
  left: 0;
  right: 0;
  position: relative;
}

.wrapper > .container > main #sec_4 {
  margin-top: 50px;
}
.wrapper > .container > main #sec_4 .items {
}
.wrapper > .container > main #sec_4 .items {
}
.wrapper > .container > main #sec_4 .items ul {
  margin-top: 80px;
}
.wrapper > .container > main #sec_4 .items ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
}
.wrapper > .container > main #sec_4 .items ul li .icon {
  width: 13%;
}
.wrapper > .container > main #sec_4 .items ul li .icon img {
  width: 200px;
}
.wrapper > .container > main #sec_4 .items ul li .text {
  margin-right: 40px;
  width: 82%;
}
.wrapper > .container > main #sec_4 .items ul li .text h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  line-height: 49px;
  text-align: right;
  color: #000000;
}
/* .wrapper > .container > main #sec_4 .items ul li .text h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 235.41%;
  text-align: right;
  letter-spacing: 0.035em;
  color: #000000;
} */
.wrapper > .container > main #sec_4 .items ul li .text p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 235.41%;
  text-align: right;
  letter-spacing: 0.035em;
  color: #000000;
}

.wrapper > .container > footer {
}
.wrapper > .container > footer .logo {
  position: relative;
  top: -120px;
}
.wrapper > .container > footer .call_buttons {
  width: 100%;
  height: auto;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.wrapper > .container > footer .call_buttons .title {
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 162.41%;
  text-align: center;
  letter-spacing: 0.035em;
  color: #000000;
}
.wrapper > .container > footer .call_buttons .title span {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 162.41%;
  text-align: center;
  letter-spacing: 0.035em;
  color: #f7772a;
}
.wrapper > .container > footer .call_buttons .buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  margin-top: 30px;
}
.buttons1 {
  padding-top: 4px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.buttons1 a {
  background: #ee8a4d;
  box-shadow: inset 0px 2px 2px rgb(0 0 0 / 25%);
  border-radius: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 162.41%;
  /* or 36px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.035em;
  color: #ffffff;
  justify-content: center;
  padding: 15px 30px;
  transition: all 0.3s;
}
.buttons a {
  margin: 10px 0;
  min-width: 305px;
  background: #ee8a4d;
  box-shadow: inset 0px 2px 2px rgb(0 0 0 / 25%);
  border-radius: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 162.41%;
  /* or 36px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.035em;
  color: #ffffff;
  justify-content: center;
  padding: 15px 30px;
  transition: all 0.3s;
}
.wrapper > .container > footer .call_buttons .buttons a:hover {
  box-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
  transform: translate(-5px, -5px);
}

.buttons1 a:hover {
  box-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
  transform: translate(-5px, -5px);
}
.wrapper main .Call_button {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  text-align: center;
  z-index: 2;
  display: none;
}
.wrapper main .Call_button a {
  width: auto;
  height: 56px;
  border-radius: 15px;
  background-color: #f7772a;
  color: #faf9f9;
  display: flex;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-indent: 28px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.wrapper main .Call_button a::before {
  content: "";
  position: relative;
  display: inline-block; /* top: 9px; */ /* right: 83px; */
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("../images/PNG/Call.png");
}
.wrapper main .Call_button a > span {
  display: block;
  position: relative;
  width: auto;
}
