* {
  box-sizing: border-box;
  margin: 0%;
  padding: 0%;
}
:root {
  --main-color: #f84002;
  --body0color: #f1f9fc;
  --total-brand: 14;
  --logo-width: 7rem;
  --total-logo-width: calc(var(--total-brand) * var(--logo-width) * 2);
  --animation-duration: calc(var(--total-brand) * 1.5s);
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--body0color);
  font-family: "isb";
  color: #0f1529;
  overflow-x: hidden;
  /* transition: all 0.5s; */
}

@font-face {
  font-family: isr;
  src: url(../fonts/IRANSansX-Regular.woff);
}
@font-face {
  font-family: isb;
  src: url(../fonts/IRANSansX-Bold.woff);
}
@font-face {
  font-family: isd;
  src: url(../fonts/IRANSansX-DemiBold.woff);
}
@font-face {
  font-family: isbl;
  src: url(../fonts/IRANSansX-Black.woff);
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.main_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.main_right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

.left_text_container {
  margin: 60px 20px 30px 0px;
  text-align: right;
}
.main_page_p {
  font-family: "isb";
  font-size: 17px;
  color: var(--main-color);
}
.main_page_sub {
  font-family: "isd";
  margin-top: 30px;
  width: 370px;
  line-height: 28px;
}
.main_page_button {
  margin-top: 30px;
  font-family: "isb";
  border-radius: 150px;
  border: none;
  background-color: var(--main-color);
  color: var(--body0color);
  padding: 8px 20px;
  font-size: 13px;
}
.main_page_button:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
  cursor: pointer;
}
.main_page_button:not(:hover) {
  transition: all 0.5s;
}
.main_text_span {
  font-family: "isbl";
  font-size: 45px;
  line-height: 70px;
  color: #0f1529;
}
.sal {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  background-color: var(--main-color);
  padding: 15px;
  border-radius: 15px;
  color: var(--body0color);
}
/* .sal_sub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.sal_text {
  font-size: 12px;
  color: #1d1f27;
  font-family: "isd";
}
.main_page_button_service {
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  margin-right: 10px;
}
/* main section end */
.barnds_section {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.slider {
  background-color: rgb(255, 255, 255);
  height: 120px;
  border-radius: 5px;
  box-shadow:
    1px 1px 30px rgba(129, 127, 168, 0.081),
    -1px -1px 30px rgba(129, 127, 168, 0.081);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
  width: 85vw;
  position: relative;
  overflow: hidden;
}
.brand-carousel-item {
  width: var(--logo-width);
  margin: 0px 20px;
}

.barnds_box {
  width: var(--total-logo-width);
  display: flex;
  position: relative;
  animation: slideLeft var(--animation-duration) linear infinite;
}
@keyframes slideLeft {
  100% {
    transform: translateX(calc(-100% / 2));
  }
}
.slider::before,
.slider::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 70px;
}
.slider::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, #fff0 100%);
  z-index: 2;
}
.slider::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, #fff0 100%);
}
/* .brands:hover {
  animation-play-state: paused;
} */
/* .brands_text {
  width: 130px;
} */
/* .brand-carousel-item {
  flex: 0 0 auto;
  margin: 0 10px;
} */

/* brands end */
.about_us {
  display: flex;

  align-items: center;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 100px;
  /* width: 100%; */
  flex-wrap: wrap;
  /* border: 1px solid red; */
}
.about_left {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  max-width: 550px;
}

.about_right p {
  width: 500px;
  text-align: right;
  padding: 20px 10px 10px 0px;
  font-family: "isr";
  line-height: 28px;
  direction: rtl;
  text-align: justify;
}
.about_right p span {
  font-size: 25px;
  font-family: "isbl";
}
.intro_button {
  margin-top: 30px;
  font-family: "isb";
  border-radius: 150px;
  border: none;
  background-color: var(--main-color);
  color: var(--body0color);
  padding: 8px 20px;
  font-size: 13px;
  cursor: pointer;
}
.intro_button_container {
  display: flex;
  justify-content: flex-end;
}
hr {
  width: 80%;
  /* height: 1px; */
  margin: 5% 10%;
  color: var(--main-color);
}
/* about us end */
/* new folio start */
.design_section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0px;
}
.design_folio {
  background: var(--main-color);
  border-radius: 15px;
  margin: 0px 20px;
  width: 85%;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    1px 1px 5px var(--main-color),
    -1px -1px 5px var(--main-color);
}
.design_folio_body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
}
.design_folio_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.folio_three {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
}
.folio_number_common {
  background-color: var(--body0color);
  width: 320px;
  height: 280px;
  border-radius: 10px;
  margin: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.folio_number_common:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.folio_number_common:not(:hover) {
  transition: 0.5s;
}
.folio_hr {
  border-top: 1px solid var(--body0color);
  margin: 20px 0px;
  width: 100%;
}
.folio_hr_two {
  border-top: 1px solid var(--body0color);
  width: 85%;
}
.folio_header_left {
  color: var(--body0color);
  font-size: 25px;
}
.folio_header_right {
  direction: rtl;
}
.folio_img {
  /* height: 200px;
  width: 290px; */
  border-radius: 10px;
}
.folio_1_up {
  color: var(--main-color);
}
.folio_button {
  width: 220px;
  height: 50px;
  border: none;
  border-radius: 100px;
  font-family: "isb";
  color: var(--main-color);
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
}
.folio_button:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.folio_button:not(:hover) {
  transition: 0.5s;
}
.motion_section {
  background: rgb(245, 245, 245);
  box-shadow:
    5px 5px 10px rgb(197, 197, 197),
    -5px -5px 10px rgb(197, 197, 197);
}
.folio_header_left_motion {
  color: var(--main-color);
}
.folio_number_common_motion {
  background-color: var(--body0color);
  box-shadow:
    5px 5px 15px #d1d9e6,
    -5px -5px 15px #ffffff,
    4px 4px 15px -15px rgba(0, 0, 0, 0.5) inset;
}
.folio_number_common_gray {
  background-color: #e4e4e4;
}
.folio_number_orange {
  box-shadow:
    5px 5px 15px #99270483,
    -5px -5px 15px #9927048e,
    4px 4px 15px -15px rgba(24, 24, 24, 0.5) inset;
}
.folio1_color {
  color: var(--main-color);
}
.folio_hr_white {
  border-top: 1px solid var(--main-color);
}
.folio_button_white {
  background-color: var(--main-color);
  color: var(--body0color);
}
/* new folio end */
/* services start  */
.service_main_section {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service_text {
  font-family: "isb";
  color: var(--main-color);
  font-size: 35px;
  margin-bottom: 25px;
}
.service_button {
  text-decoration: none;
  margin-top: 30px;
  font-family: "isb";
  border-radius: 150px;
  border: none;
  background-color: var(--main-color);
  color: var(--body0color);
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
}
.service_button:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.service_button:not(:hover) {
  transition: 0.5s;
}
.service_section_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.service_section_container div {
  width: 400px;
  height: 100px;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow:
    1px 1px 30px rgba(129, 127, 168, 0.081),
    -1px -1px 30px rgba(129, 127, 168, 0.081);
}
.common {
  display: flex;
  align-items: center;
  justify-content: space-between;
  object-fit: cover;
  overflow: hidden;
  background-color: var(--secondary-color);
}
.common:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}
.common:not(:hover) {
  transition: all 0.5s;
}
.common img {
  height: 160px;
  width: auto;

  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.common p {
  font-family: "isb";
  margin-right: 20px;
  font-size: 18px;
  color: white;
}
