@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  max-width: 100vw;
  margin: 0;
  font-family: "Roboto", sans-serif;

  background-color: beige;
}

.head {
  background: #252525;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem;
  color: white;
}
.bookmarks {
  font-weight: 700;
  font-size: x-large;
  display: flex;
  gap: 3rem;
  align-items: center;
}

main > img {
  width: 90%;
  margin: 2rem auto;
  display: flex;
  border-radius: 15px;
}

.flex-box-grid {
  display: flex;
  background: white;
  box-shadow: 2px 12px 42px 0px rgba(0, 0, 0, 0.75);
  width: 90%;
  height: 25rem;
  margin: 3rem auto;
  border-radius: 15px;
}
.inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #252525;
  width: 25%;
}
.inner-box:hover {
  border-radius: 15px;
  background: #eb1a20;
  transition-duration: 300ms;
  color: white;
}
.inner-box > h3 {
  font-size: x-large;
  margin: 1rem 0;
}
.inner-box > p {
  width: 80%;
  text-align: center;
  font-size: large;
  margin: 1rem 0;
}
.markaz {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5rem;
  margin: 5rem auto;
}

.markaz > img {
  width: 100%;
  height: fit-content;
  align-items: end;
}
.markaz-description {
  display: flex;
  flex-direction: column;

  direction: rtl;
}
.markaz-description > h3 {
  font-size: large;
  margin: 1rem 0;
}
.markaz-description > p {
  font-size: large;
  line-height: 3rem;
  margin: 1rem 0;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  width: 30rem;
  background: #eb1a20;
  height: 4rem;
}
.btn:hover {
  background: #000;
  transition-duration: 300ms;
}

.banner2 {
  width: 80%;
  height: 20rem;
  background: #eb1a20;
  margin: 5rem auto;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
  justify-content: center;
}

.banner2 > h2 {
  font-size: x-large;
  margin: 1rem;
  text-align: center;
  font-weight: 700;
}
.banner2 > p {
  margin: 1rem;
  text-align: center;
  font-size: large;
}

.banner2 > hr {
  margin-top: 1rem;
  width: 80%;
  border: 1px solid white;
}

.sales {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin-bottom: 5rem;
}

.sales > h2 {
  font-size: x-large;
  text-align: center;
  width: 30rem;
  font-weight: 700;
}

.sales > p {
  text-align: center;
  font-size: large;
  color: #454545;
  width: 75rem;
  line-height: 3rem;
}
hr {
  margin-top: 1rem;
  width: 80%;
  border: 1px solid black;
}
.banner3 {
  margin-top: 5rem;
  width: 100%;
  height: 25rem;
  background-color: #252525;
  background-image: url(http://tasisatmarkazi.ir/wp-content/uploads/2020/05/tasisatmarkazi.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

footer {
  display: flex;
  gap: 5rem;
  width: 100%;
  background-color: #252525;
  direction: rtl;
  justify-content: center;
}
.logo {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 5rem 10rem;
  width: 35rem;
}
.logo > div {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.logo > div > img {
  width: 9rem;
  height: auto;
}
.logo > div > h3 {
  font-size: x-large;
  font-weight: 700;
  color: aliceblue;
}
.logo > p {
  font-size: large;
  color: aliceblue;
}
.call {
  display: flex;
  flex-direction: column;
}
.call > p {
  font-weight: 500;
}
