/* Hero */
.hero {
  margin-top: unset;
  width: 100vw;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .slide-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-slides {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 4rem;
}
.slide-content .text-wrap {
  position: absolute;
  bottom: 10%;
  padding: 2rem 3rem;
  border-bottom: 5px var(--btn-bg) solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bts {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-title {
  font-size: 2.5rem;
  color: var(--sub-text-color);
  line-height: 1;
  text-align: center;
}
.slide-tag-txt {
  font-size: var(--main-text-size);
  color: var(--sub-text-color);
  line-height: 1;
  text-align: center;
  margin-top: 1rem;
}
.btn-ic {
  width: 25px;
  height: 25px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero */
/* What we do */
.wht .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wht .container h2 {
  font-size: 3rem;
}
.what-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.wh {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
}
.wh-img {
  width: 100%;
}
.wh-dtls {
  width: 40%;
  height: 100%;
  position: absolute;
  padding: 2rem;
  right: 0;
  background-color: #fff;
  top: 0;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
}
.wh-dtls .paragraph {
  margin: 2rem;
}
/* What we do */
/* What we do */
.what-we-do .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do .container h2 {
  font-size: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-we-do .container h2 span {
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 4px solid var(--btn-bg);
  padding-bottom: 0.5rem;
}
.what-we-do .container span {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
}
.what-we-do-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.what {
  max-width: 300px;
  height: 300px;
  width: 100%;
  background-color: var(--sub-text-color);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 1rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.what-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.what-icon img {
  width: 60%;
  height: 60%;
}
.what-dtls {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.what-dtls h3 {
  font-size: 1.8rem;
  text-align: center;
}
.what-dtls p {
  font-size: 1.5rem;
  text-align: center;
}
/* What we do */
@media screen and (min-width: 1290px) {
  .slide-content .text-wrap {
    border-left: 5px var(--btn-bg) solid;
    border-bottom: none;
  }
}
@media screen and (max-width: 1022px) {
  .wh-dtls {
    width: unset;
    height: unset;
    position: unset;
  }
}
@media screen and (max-width: 500px) {
  .wht .container h2,
  .what-we-do .container h2 {
    font-size: 2rem;
  }
  .what-we-do .container h2 span,
  .what-dtls h3,
  .slide-title {
    font-size: 1.5rem;
  }
}
