* {
  box-sizing: border-box;
  font-family: 'IRANSans', 'Courier New', Courier, monospace;
}

html {
  padding: 0;
  margin: 0;
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  padding: 0;
  margin: 0;
  width: 100%;
}

main {
  scroll-snap-type: y mandatory;
  max-height: 100vh;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(3rem);
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  overflow-x: hidden;
}

section {
  scroll-snap-align: start;
  /* height: 100vh; */
}

.container {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 90px;
}

.header {
  width: 100%;
  min-height: 50vh;
  padding: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('./../assets/images/header-bg.webp');
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-top: 90px;
}

.menu-btn {
  display: none;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}

.menu-btn svg {
  fill: white;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  transition: all 1s ease;
  z-index: 100;
}

.nav-close-btn {
  position: absolute;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  right: 1rem;
  display: none;
}

nav.nav-bg {
  background-color: #03d6ff;
}

nav ul {
  margin: 0;
  padding: 1.5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 90px;
}

nav li {
  list-style: none;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: lighter;
}

nav li:hover {
  font-weight: bold;
}

nav li a {
  color: white;
  background-color: transparent;
  padding: 1rem;
  text-decoration: none;
  font-size: 14px;
}

/* Carousel */
.carousel {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slider {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1096px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.slide {
  text-align: center;
  background: transparent;
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
}

.slide img {
  width: 80%;
  max-width: 1000rem;
  margin: 1rem auto;
}

.active-slide {
  display: flex !important;
}

.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex-grow: 1;
}

.slider-container h2 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.slider-container img {
  max-height: 380px;
}

.content-box {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 40px 36px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.container h3,
.faq h3 {
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}

.container h3::before,
.faq h3::before {
  content: '';
  background-color: #03d6ff;
  height: 3px;
  width: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 1rem;
}

.container h3::after,
.faq h3::after {
  content: '';
  background-color: #03d6ff;
  height: 3px;
  width: 2.5rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
  border-radius: 1rem;
}

.problem h3 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: right;
  color: #26313c;
}

.problem p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #26313c;
}

.problem li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: right;
  color: #26313c;
}

.solution {
  width: 100%;
  text-align: center;
  min-height: 100vh;
}

.solution h3 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #26313c;
  margin: 2rem auto;
}

.solution-options {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-options button {
  text-align: center;
  width: 180px;
  height: 48px;
  margin: 1rem;
  border-radius: 54px;
  border: solid 3px #03d6ff;
  background-color: #fff;
  color: #03d6ff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  cursor: pointer;
  display: block;
}

.solution-options button.active {
  background-color: #03d6ff;
  color: white;
}

.solution-options button:hover {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  margin-top: 0.8rem;
}

.tools {
  text-align: center;
}

.proccess {
  display: none;
}

.tools,
.proccess {
  min-height: 26rem;
}

.tools h4,
.proccess h4 {
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: right;
  color: #03d6ff;
  margin-top: 0;
}

.tools img {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}

.tools p,
.proccess p {
  ont-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #26313c;
  text-align: justify;
}

#softwaresContainer {
  scroll-snap-align: start, end;
}

.softwares {
  background-image: url('../assets/images/path-1.webp');
  width: 100%;
  background-size: 110% 100%;
  background-position-x: 5%;
  padding-bottom: 3rem;
  text-align: center;
}

.softwares-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.softwares h3 {
  margin: 3rem auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #26313c;
  margin: 2rem auto;
}

.logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.software {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.software-card {
  width: 350px;
  height: 27rem;
  margin: 2rem 0.5rem;
  padding: 1.5rem 2rem;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.software-card:hover {
  box-shadow: 1px 1px 8px rgba(38, 38, 38, 0.4);
}

.software-card h5 {
  font-family: IRANSans;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #03d6ff;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.software-card ul {
  padding: 0;
}

.software-card li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #26313c;
  list-style: none;
}

.software-card li span {
  margin-right: 0.5rem;
}

.software-card li svg {
  margin-bottom: -0.25rem;
}

.software-logo {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq {
  max-width: 1100px;
  margin: 0 auto;
  padding: 105px 0 4rem;
}

.faq h3 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #333;
}

.faq-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-list {
  width: 640px;
}

.faq-item {
  maxwidth: 640px;
  margin: 1rem 0;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: right;
  cursor: pointer;
}

.active-faq-item .faq-item-a,
.active-faq-item .line-seperator {
  display: block;
}

.faq-item-q {
  color: #03d6ff;
  padding: 0.5rem 1rem;
}

.faq-item-a {
  padding: 0.5rem 1rem;
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #26313c;
  display: none;
}

.line-seperator {
  width: 100%;
  height: 0;
  border: solid 1px #ededed;
  display: none;
}

.faq-image-box {
  max-width: 100%;
  width: 400px;
}

.faq-image-box img {
  width: 100%;
}

footer {
  min-height: 36vh;
  width: 100%;
  scroll-snap-align: end;
  position: relative;
  padding-top: 3rem;
}

.footer-container {
  background-image: url('../assets/images/footer.webp');
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-position-y: 1rem;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  lign-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 2rem;
  height: 100%;
}

.call-info,
.mail-info {
  margin-right: 14vw;
}

.call-info {
  margin-top: 14vw;
  margin-bottom: 2rem;
}

.call-info,
.mail-info {
  min-width: 12rem;
  border-bottom: 1px solid #03d6ff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  text-align: right;
  color: #d9d9d9;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.call-info svg,
.mail-info svg {
  margin-left: 1rem;
}

@media screen and (max-width: 600px) {
  .menu-btn {
    display: block;
  }

  nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
  }

  nav ul {
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }

  nav ul li {
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem;
  }

  .header {
    padding: 0 1rem;
    background-size: contain;
    background-position: top;
    height: auto;
    min-height: 50vh;
  }
  .slider-container h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 0 1rem;
  }

  .container h3 {
    text-align: right;
  }

  #solutionsContainer {
    padding: 0 1rem;
  }

  #softwaresContainer {
    padding: 0;
  }

  #softwaresContainer h3 {
    margin: 2rem 1rem;
  }

  .solution {
    padding: 0 1rem;
  }

  .faq {
    padding: 1rem;
  }

  .problem {
    margin: 0;
  }

  .slider-container {
    justify-content: space-between;
  }
}
