/** ---- **
*
* Template : psnoy.com
* Author : Spnoy.com
* Author URI : http://www.spnoy.com/
*
** ---- **/

/* Home section  */
section {
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}
.home--main {
  display: block;
  width: 100%;
}

/* home hero */
.home--hero {
  height: 100dvh;
  display: flex;
  overflow: hidden;
  position: relative;
  background: rgb(226, 233, 248);
  background: linear-gradient(
    0deg,
    rgba(231, 236, 247, 1) 0%,
    rgba(242, 224, 242, 1) 50%,
    rgba(229, 228, 243, 1) 100%
  );
}
.home--hero .row {
  height: 100%;
}
.home--hero-bg {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.home--hero-bg-el {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home--hero-wrapper {
  display: flex;
  height: 100%;
}
.home--hero-content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.home--hero-img {
  width: 50%;
  display: flex;
  padding-top: 4rem;
  align-items: flex-start;
  justify-content: center;
}
.home--hero-img-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}
.home--hero-video-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  width: 540px;
  height: auto;
}
.home--hero-video-wrapper video {
  width: 540px;
}
.home--hero-c-title {
  font-size: 74px;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 24px;
}
.home--hero-c-title span {
  color: var(--secondaryColor);
}
.home--hero-c-text {
  color: var(--grayColor);
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 60px;
}
.home--hero-c-btn {
  height: 56px;
  border-radius: 33px;
  transition: none;
}

@media only screen and (min-width: 1921px) {
  .home--hero {
    height: auto;
  }
  .home--hero-bg {
    width: 1920px;
    right: calc(50% - (1920px / 2));
    left: calc(50% - (1920px / 2));
  }
  .home--hero-bg-el {
    background-position: right 0px top -540px;
    background-size: 1200px;
  }
  .home--hero-content {
    align-content: flex-start;
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 1920px) {
  .home--hero-bg {
    width: 1920px;
    right: calc(50% - (1920px / 2));
    left: calc(50% - (1920px / 2));
  }
  .home--hero-bg-el {
    background-position: right 0px top -540px;
    background-size: 1280px;
  }
}
@media only screen and (max-width: 1200px) {
  .home--hero-c-title {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 24px;
  }
  .home--hero-c-text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .home--hero {
    height: auto;
  }
  .home--hero-bg-el {
    background-position: right 80px top -480px;
  }
  .home--hero-wrapper {
    flex-wrap: wrap;
    padding: 40px 0 0 0;
  }
  .home--hero-img {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
    padding-top: 0;
  }
  .home--hero-content {
    width: 100%;
    order: 2;
    margin-top: -60px;
  }
  .home--navbar {
    background-color: #fff;
    box-shadow: var(--boxShadow);
    transform: translateY(0);
    transition: none;
  }
  .home--navbar .main_navbar_wrapper {
    margin-top: 0;
    box-shadow: none;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home--hero-c-title {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .home--hero-c-text {
    margin-bottom: 30px;
  }
  .home--hero-c-btn {
    height: 46px;
  }
  .home--hero-video-wrapper {
    width: 100%;
  }
  .home--hero-video-wrapper video {
    width: 100%;
    height: auto;
  }
  .home--hero-bg-el {
    background-position: right 220px top -520px;
  }
}
@media only screen and (max-width: 576px) {
  .home--hero-c-title {
    font-size: 48px;
    line-height: 48px;
  }
}

/* Home steps */
.home--steps {
  background: rgb(226, 233, 248);
  background: linear-gradient(
    0deg,
    rgba(226, 233, 248, 0) 0%,
    rgba(231, 236, 247, 1) 50%
  );
}
.home--steps-wrapper {
  display: flex;
  justify-content: flex-end;
}
.home--steps-w-lastbox {
  background-color: #fff;
  padding-right: calc((100% - 1114px + 90px) / 2);
  margin-right: -30px;
  width: calc(calc((100% - 1114px + 90px) / 2) + 218px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  border-radius: 24px 0 0 24px;
  transition: background-color 0.4s cubic-bezier(0.65, 0, 0.076, 1);
}
/* .home--steps-w-lastbox:hover {
  background-color: var(--hoverColor);
  transition: var(--transition);
} */
.home--steps-w-boxes {
  width: calc(1099px - 218px);
  display: flex;
  align-items: flex-start;
}
.home--steps-wb-firstbox {
  background-color: var(--secondaryColor);
  padding: 40px 24px 30px 24px;
  border-radius: 24px;
  max-width: 228px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 300px;
}
.home--steps-wbf-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 34px;
}
.home--steps-wbf-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.home--steps-wbf-text span {
  font-weight: 900;
  padding: 0 6px;
}
.home--steps-wbf-text i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding-left: 6px;
}
.home--steps-wbf-text i svg path {
  fill: #fff;
}
.home--steps-wb-otherboxes {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 10px;
}
.home--steps-wbo-box {
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 24px;
  height: 300px;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.65, 0, 0.076, 1);
}
.home--steps-wbo-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  top: 0;
  left: 0;
  border-radius: 24px;
}
.home--steps-wbo-box:hover:before {
  box-shadow: var(--boxShadow);
  transition: var(--transition);
}
/* .home--steps-wbo-box:hover {
  background-color: var(--hoverColor);
  transition: var(--transition);
} */

/* .home--steps-wbo-box:hover .home--steps-wbob-title {
  color: #fff;
} */
.home--steps-wbob-icon {
  width: 86px;
  height: 86px;
  display: flex;
  margin-bottom: 10px;
}
.home--steps-wbob-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  transition: var(--transition);
}
.home--steps-wbob-num {
  display: block;
  width: calc(-100% - 24px);
  font-size: 48px;
  color: var(--primaryColor);
  font-weight: 900;
  position: absolute;
  bottom: 40px;
  left: 24px;
  letter-spacing: -1px;
  transition: var(--transition);
}
.home--steps-wbo-box:hover .home--steps-wbob-num {
  color: var(--secondaryColor);
  animation: myAnim 0.4s ease-in-out 0s 1;
}
@keyframes myAnim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  25% {
    opacity: 0;
    transform: translateX(50px);
  }
  50% {
    opacity: 0;
    transform: translateX(-50px);
    color: var(--secondaryColor);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    color: var(--secondaryColor);
  }
}
.home--steps-wl-content {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 24px 40px 40px;
}
.home--steps-wlc-icon {
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.home--steps-wbob-icon svg .fillColorMain {
  fill: var(--mainColor);
  transition: var(--transition);
}
.home--steps-wbob-icon svg .fillColorSecond {
  fill: var(--thirdColor);
  transition: var(--transition);
}
.home--steps-wbob-icon svg .strokeColorMain {
  stroke: var(--mainColor);
  transition: var(--transition);
}
.home--steps-wbob-icon svg .strokeColorSecond {
  stroke: var(--thirdColor);
  transition: var(--transition);
}
.home--steps-wbob-icon svg .strokeColorSecond2 {
  stroke: var(--thirdColor);
  transition: var(--transition);
}
.home--steps-wbo-box:hover .home--steps-wbob-icon svg .fillColorSecond {
  fill: var(--secondaryColor);
  transition: var(--transition);
}
.home--steps-wbo-box:hover .home--steps-wbob-icon svg .strokeColorSecond {
  stroke: var(--primaryColor);
  transition: var(--transition);
}
.home--steps-wlc-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  /* color: #fff; */
}

@media only screen and (max-width: 1200px) {
  .home--steps-w-lastbox {
    padding-right: calc((100% - 960px + 90px) / 2);
    width: calc(calc((100% - 960px + 90px) / 2) + 218px);
  }
  .home--steps-w-boxes {
    width: calc(930px - 218px);
  }
  .home--steps-wb-otherboxes {
    width: calc(100% - 48px);
    margin: 0 24px;
    flex-wrap: wrap;
  }
  .home--steps-wb-firstbox {
    padding: 30px 24px 30px 30px;
  }
  .home--steps-wbf-title {
    font-size: 28px;
    line-height: 30px;
  }
  .home--steps-wbf-text {
    font-size: 18px;
  }
  .home--steps-wl-content {
    padding: 40px 24px 30px 24px;
  }
  .home--steps-wbo-box {
    padding: 0 24px;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 15px;
    height: 90px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
  }
  .home--steps-wbo-box:last-child {
    margin-bottom: 0;
  }
  .home--steps-wbf-text span {
    padding: 0 4px;
  }
  .home--steps-wbf-text i {
    width: 26px;
    height: 26px;
    padding-left: 4px;
  }
  .home--steps-wbob-num {
    position: absolute;
    top: 36px;
    bottom: initial;
    left: initial;
    right: 24px;
    letter-spacing: -1px;
    width: auto;
  }
  .home--steps-wbob-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 0;
  }
  .home--steps-wbob-title {
    width: calc(100% - 160px);
    margin-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .home--steps-wrapper {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .home--steps-w-lastbox {
    padding-right: calc((100% - 690px) / 2);
    padding-left: calc((100% - 690px) / 2);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .home--steps-wl-content {
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    padding: 30px 24px;
  }
  .home--steps-w-boxes {
    width: 100%;
    padding-right: calc((100% - 690px) / 2);
    padding-left: calc((100% - 690px) / 2);
    flex-wrap: wrap;
  }
  .home--steps-wb-otherboxes {
    flex-wrap: nowrap;
    width: calc(100% + 20px);
    margin: 0 -10px 24px;
  }
  .home--steps-wb-firstbox {
    max-width: 100%;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 24px;
    justify-content: space-between;
    padding: 24px;
    height: 86px;
  }
  .home--steps-wbf-text i {
    transform: rotate(90deg);
  }
  .home--steps-wbo-box {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    height: 240px;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 24px;
  }
  .home--steps-wbob-num {
    width: calc(-100% - 24px);
    position: absolute;
    bottom: 40px;
    left: 24px;
    right: initial;
    top: initial;
  }
  .home--steps-wbob-title {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home--steps-w-lastbox {
    padding-right: calc((100% - 510px) / 2);
    padding-left: calc((100% - 510px) / 2);
    margin-left: 0;
    margin-right: 0;
  }
  .home--steps-w-boxes {
    padding-right: calc((100% - 510px) / 2);
    padding-left: calc((100% - 510px) / 2);
  }
  .home--steps-wb-otherboxes {
    width: calc(100% + 16px);
    margin: 0 -8px 16px;
  }
  .home--steps-wb-firstbox {
    padding: 24px 16px;
    height: 72px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .home--steps-wbf-title {
    font-size: 24px;
    line-height: 26px;
  }
  .home--steps-wbf-text i {
    width: 20px;
    height: 20px;
  }
  .home--steps-wbo-box {
    width: calc(100% / 3 - 16px);
    margin: 0 8px;
    padding: 16px;
    border-radius: 16px;
  }
  .home--steps-wbob-title {
    font-size: 17px;
    line-height: 20px;
  }
  .home--steps-wbob-icon {
    width: 72px;
    height: 72px;
  }
  .home--steps-wl-content {
    border-radius: 16px;
    padding: 24px 16px;
  }
  .home--steps-wlc-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }
  .home--steps-wlc-title {
    font-size: 20px;
    line-height: 24px;
  }
  .home--steps-wbob-num {
    font-size: 42px;
    bottom: 30px;
    left: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .home--steps-w-lastbox {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .home--steps-wb-otherboxes {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  .home--steps-wbo-box {
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 10px;
    height: 100px;
    margin-right: 0;
    margin-left: 0;
  }
  .home--steps-wbo-box:last-child {
    margin-bottom: 16px;
  }
  .home--steps-wbob-title {
    width: calc(100% - 160px);
    margin-left: 16px;
    padding-right: 16px;
  }
  .home--steps-wbob-icon {
    width: 64px;
    height: 64px;
  }
  .home--steps-wbob-num {
    top: 40px;
    bottom: initial;
    left: initial;
    right: 16px;
    width: auto;
  }
}

/* Home services */
.home--services {
  position: relative;
}
.home--services-bg {
  position: absolute;
  width: 1920px;
  height: 100%;
  right: calc(50% - (1920px / 2));
  left: calc(50% - (1920px / 2));
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.home--services-bg-el {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 200px bottom 0;
  background-size: 700px;
}
.home--services-wrapper {
  display: flex;
}
.home--services-w-content-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 80px;
}
.home--services-w-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
}
.home--services-w-img img {
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.home--services-w-slide {
  width: 60px;
  display: flex;
  height: 100%;
  justify-content: flex-start;
}
.home--services-ws-slider {
  width: 3px;
  height: 100%;
  background-color: var(--lightColor);
  border-radius: 3px;
}
.home--services-wss-el {
  background-color: var(--primaryColor);
  width: 3px;
  border-radius: 3px;
  height: 0px;
}

.home--services-w-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  width: calc(100% - 60px);
}
.home--services-wc-list {
  display: flex;
  word-wrap: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home--services-wcl-item {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}
.home--services-wcli-icon {
  display: flex;
  align-items: flex-start;
}
.home--services-wcli-icon i {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lightColor);
  border-radius: 50%;
  transition: var(--transition);
  position: relative;
}
.home--services-wcli-icon i.selected {
  transition: var(--transition);
}
.home--services-wcli-icon i svg {
  display: flex;
  width: 26px;
  height: 26px;
}
.home--services-wcli-icon i svg path {
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.home--services-wcli-icon i.selected svg path {
  fill: var(--secondaryColor);
  transition: var(--transition);
}
.home--services-wcli-icon i:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primaryColor);
  border-radius: 50%;
  left: -65px;
  top: calc(50% - 6px);
  opacity: 0;
  transition: var(--transition);
}
.home--services-wcli-icon i.selected:before {
  opacity: 1;
  transition: var(--transition);
}
.home--services-wcli-content {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
  padding-left: 24px;
}
.home--services-wclic-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.home--services-wclic-title span {
  font-weight: 400;
  font-size: 17px;
}
.home--services-wclic-text {
  display: block;
  width: 100%;
  color: var(--grayColor);
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .home--services-w-content-wrapper {
    width: 55%;
  }
  .home--services-w-img {
    width: 45%;
  }
  .home--services-wcli-icon i {
    width: 64px;
    height: 64px;
  }
  .home--services-wcli-icon i:before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: -43px;
  }
  .home--services-w-slide {
    width: 40px;
  }
  .home--services-w-content {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 992px) {
  .home--services-w-content-wrapper {
    width: 55%;
    padding-right: 40px;
  }
  .home--services-wcl-item {
    margin: 19px 0;
  }
  .home--services-wcli-content {
    padding-left: 16px;
  }
  .home--services-wclic-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .home--services-bg-el {
    background-position: right 500px bottom -120px;
    background-size: 640px;
  }
  .home--services-wrapper {
    flex-wrap: wrap;
  }
  .home--services-w-content-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .home--services-w-img {
    width: 100%;
    margin-top: 40px;
  }
  .home--services-w-slide {
    width: 30px;
  }
  .home--services-w-content {
    width: calc(100% - 30px);
  }
  .home--services-wcli-icon i:before {
    left: -34px;
  }
}
@media only screen and (max-width: 576px) {
}

/* Home features */
.home--features {
  position: relative;
  background: rgb(245, 245, 245);
  background: linear-gradient(
    0deg,
    rgba(245, 245, 245, 1) 80%,
    rgba(255, 255, 255, 1) 100%
  );
}
@media only screen and (min-width: 1921px) {
  .home--features-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    overflow: hidden;
  }
  .home--features-bg-el {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center bottom 0;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 1920px) {
  .home--features-bg {
    position: absolute;
    width: 1920px;
    height: 100%;
    right: calc(50% - (1920px / 2));
    left: calc(50% - (1920px / 2));
    top: 0;
    z-index: 0;
    overflow: hidden;
  }
  .home--features-bg-el {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom 0;
    background-size: 1920px;
  }
}
.home--features-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home--features-w-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0;
}
.home--features-wl-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.65, 0, 0.076, 1);
}
.home--features-wl-item:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  top: 0;
  left: 0;
  border-radius: 24px;
  z-index: 0;
}
.home--features-wl-item:hover:before {
  box-shadow: var(--boxShadow);
  transition: var(--transition);
}
/* .home--features-wl-item:hover {
  background-color: var(--hoverColor);
  transition: var(--transition);
} */
.home--features-wli-icon {
  width: 60px;
  height: 60px;
  background-color: var(--lightColor);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: var(--transition);
}
.home--features-wl-item:hover .home--features-wli-icon {
  background-color: var(--secondaryColor);
  transition: var(--transition);
}
.home--features-wli-icon svg {
  width: 28px;
  height: 28px;
  display: flex;
}
.home--features-wli-icon svg path {
  fill: var(--primaryColor);
  transition: var(--transition);
}
.home--features-wl-item:hover .home--features-wli-icon svg path {
  fill: #fff;
  transition: var(--transition);
}
.home--features-wli-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  color: var(--mainColor);
  transition: var(--transition);
}
.home--features-wl-item:hover .home--features-wli-title {
  /* color: #fff; */
  transition: var(--transition);
}
.home--features-wli-text {
  display: block;
  width: 100%;
  color: var(--grayColor);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  transition: var(--transition);
}
.home--features-wl-item:hover .home--features-wli-text {
  /* color: rgba(255, 255, 255, 0.7); */
  transition: var(--transition);
}
.home--features-wli-more {
  font-weight: 600;
  font-size: 16px;
  transition: var(--transition);
  color: var(--mainColor);
}
.home--features-wl-item:hover .home--features-wli-more {
  transition: var(--transition);
  animation: myAnimmore 0.3s ease-in-out 0s 1;
}
@keyframes myAnimmore {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 0;
    transform: translateY(-15px);
  }
  50% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home--features-wl-item:hover .home--features-wli-more {
  /* color: #fff; */
  transition: var(--transition);
}

@media only screen and (max-width: 1200px) {
  .home--features-w-list {
    gap: 24px;
  }
  .home--features-wl-item {
    padding: 30px 24px;
  }
}

@media only screen and (max-width: 992px) {
  .home--features-w-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .home--features-wli-title {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .home--features-wli-icon {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home--features-wl-item {
    border-radius: 16px;
    padding: 24px;
  }
}
@media only screen and (max-width: 567px) {
  .home--features-w-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 16px;
  }
  .home--features-wl-item {
    padding: 16px;
  }
}

/* Home case */
.home--cases {
  position: relative;
  background: rgb(226, 233, 248);
  background: linear-gradient(
    0deg,
    rgba(226, 233, 248, 0.5) 0%,
    rgba(231, 236, 247, 1) 50%
  );
}
.home--cases-wrapper {
  display: flex;
  align-items: flex-start;
}
.home--cases-w-side {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 80px;
}
.home--cases-w-content {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home--cases-ws-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home--cases-wsn-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  height: 60px;
  padding: 0 30px;
  cursor: pointer;
}
.home--cases-wsn-item.current {
  background-color: var(--primaryColor);
  color: #fff;
}
.home--cases-wsni-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  transition: var(--transition);
}
.home--cases-wsn-item:hover .home--cases-wsni-title {
  color: var(--primaryColor);
  transition: var(--transition);
}
.home--cases-wsn-item.current:hover .home--cases-wsni-title {
  color: #fff;
}
.home--cases-wsni-icon {
  display: flex;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: var(--transition);
}
.home--cases-wsn-item.current .home--cases-wsni-icon svg path {
  fill: #fff;
  opacity: 1;
}
.home--cases-wsni-icon svg path {
  fill: #fff;
  opacity: 0;
}
.home--cases-wsn-item.current .home--cases-wsni-icon {
  opacity: 1;
  transition: var(--transition);
}
.home--cases-wsn-item:hover .home--cases-wsni-icon {
  opacity: 1;
  transition: var(--transition);
}
.home--cases-wsn-item:hover .home--cases-wsni-icon svg path {
  fill: var(--primaryColor);
  transition: var(--transition);
  opacity: 1;
}
.home--cases-wsn-item.current:hover .home--cases-wsni-icon svg path {
  fill: #fff;
  opacity: 1;
}
.home--cases-wc-tab {
  display: none;
}
.home--cases-wc-tab.current {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.home--cases-wct-content {
  display: flex;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
}
.home--cases-wct-text {
  display: block;
  width: 100%;
  color: var(--grayColor);
  font-size: 17px;
  line-height: 26px;
}

@media only screen and (max-width: 992px) {
  .home--cases-wsn-item {
    height: 50px;
    padding: 0 24px;
  }
  .home--cases-wsni-title {
    font-size: 18px;
    line-height: 22px;
  }
  .home--cases-w-side {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home--cases-wrapper {
    flex-wrap: wrap;
  }
  .home--cases-w-side {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .home--cases-w-content {
    width: 100%;
  }
  .home--cases-wct-content {
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .home--cases-wsn-item {
    padding: 0 24px;
  }
  .home--cases-wsni-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .home--cases-wsn-item {
    padding: 0 16px;
  }
}

/* Home pricing */
.home--pricing {
  position: relative;
  background: rgb(241, 229, 242);
  background: linear-gradient(
    0deg,
    rgba(241, 229, 242, 0) 0%,
    rgba(226, 233, 248, 0.5) 100%
  );
}
.home--pricing-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .home--pricing-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .home--pricing-wrapper {
    margin-bottom: 0;
  }
}
.home--pricing .home--pricing-wl-item {
  background-color: #fff;
}
/* .home--pricing .home--pricing-wl-item:hover {
  background-color: var(--hoverColor);
} */

/* Home about */
.home--about {
  position: relative;
}
.home--about-bg {
  position: absolute;
  width: 1920px;
  height: 100%;
  right: calc(50% - (1920px / 2));
  left: calc(50% - (1920px / 2));
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.home--about-bg-el {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 200px center;
  background-size: 700px;
}
.home--about-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home--about-w-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 80px;
}
.home--about-w-img {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
}
.home--about-wc-text {
  display: flex;
  font-size: 17px;
  line-height: 26px;
  color: var(--grayColor);
  margin-bottom: 40px;
}
.home--about-c-btn {
  transition: none;
}
.home--about-w-images {
  display: flex;
  align-items: center;
  width: calc(50% + 30px);
  margin: 0 -15px;
}
.home--about-wi-block {
  width: calc(50% - 30px);
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.home--about-wi-img {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 30px;
  display: flex;
}
.home--about-wi-img:last-child {
  margin-bottom: 0;
}
.home--about-wi-img.img1 {
  width: 260px;
  height: 260px;
}
.home--about-wi-img.img2 {
  width: 260px;
  height: 352px;
}
.home--about-wi-img.img3 {
  width: 260px;
  height: 352px;
}
.home--about-wi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s ease all;
  max-inline-size: 100%;
  max-block-size: 100%;
}
.home--about-wi-img:hover img {
  transform: scale(1.1);
  transition: 0.5s ease all;
}
@media only screen and (max-width: 1200px) {
  .home--about-w-images {
    width: calc(50% + 24px);
    margin: 0 -12px;
  }
  .home--about-wi-block {
    width: calc(50% - 24px);
    margin: 0 12px;
  }
  .home--about-wi-img {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .home--about-bg-el {
    background-position: right 200px top 0;
  }
  .home--about-w-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .home--about-w-images {
    width: calc(100% + 24px);
    margin: 0 -12px 40px;
    order: 1;
  }
  .home--about-wi-img.img1 {
    width: auto;
    height: 100%;
  }
  .home--about-wi-img.img2 {
    width: auto;
    height: 100%;
  }
  .home--about-wi-img.img3 {
    width: auto;
    height: 352px;
  }
}
@media only screen and (max-width: 767px) {
  .home--about-bg-el {
    background-position: right 500px top 0;
    background-size: 640px;
  }
  .home--about-w-images {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .home--about-wi-block {
    margin: 0 -12px 24px;
    width: calc(100% + 24px);
    height: auto;
  }
  .home--about-wi-block:last-child {
    margin-bottom: 0;
  }
  .home--about-wi-img {
    border-radius: 16px;
    margin-bottom: 0;
  }
  .home--about-wi-img.img1 {
    width: calc(50% - 24px);
    height: 220px;
    margin: 0 12px;
  }
  .home--about-wi-img.img2 {
    width: calc(50% - 24px);
    height: 220px;
    margin: 0 12px;
  }
  .home--about-wi-img.img3 {
    width: calc(100% - 24px);
    height: 220px;
    margin: 0 12px;
  }
}

@media only screen and (max-width: 576px) {
  .home--about-wi-block {
    margin: 0 -8px 16px;
    width: calc(100% + 16px);
  }
  .home--about-wi-img.img1 {
    width: calc(50% - 16px);
    margin: 0 8px;
  }
  .home--about-wi-img.img2 {
    width: calc(50% - 16px);
    margin: 0 8px;
  }
  .home--about-wi-img.img3 {
    width: calc(100% - 16px);
    margin: 0 8px;
  }
}

/* Home contact */
.home--contact {
  margin-bottom: -300px;
  position: relative;
  z-index: 1;
}
.home--contact-wrapper {
  background-color: var(--primaryColor);
  width: 100%;
  display: flex;
  border-radius: 24px;
  padding: 80px;
}
.home--contact-w-content {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 80px;
}
.home--contact-w-side {
  display: flex;
  width: 50%;
  align-items: flex-start;
}
.home--contact-wc-info {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  color: #fff;
}
.home--contact-wci-title {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}
.home--contact-wci-list li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 16px;
}
.home--contact-wci-list li:last-child {
  margin-bottom: 0;
}
.home--contact-wci-list li span {
  font-size: 16px;
  display: inline-flex;
  flex-grow: 1;
  padding-left: 8px;
  width: calc(100% - 14px);
}
.home--contact-wci-list li i {
  display: inline-flex;
  width: 14px;
  height: 14px;
}
.home--contact-wci-list li i svg {
  display: flex;
}
.home--contact-wci-list li i svg path {
  fill: #fff;
}
.home--contact-ws-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #fff;
}
.home--contact-ws-form .form-row {
  display: flex;
  width: calc(100% + 30px);
  margin: 0 -15px 40px;
}
.home--contact-ws-form .form-row:last-child {
  margin: 0 -15px 0;
}
.home--contact-ws-form .form-row.full {
  display: flex;
  width: 100%;
  margin: 0 0 40px;
}
.home--contact-ws-form .form-row:last-child {
  margin: 0;
}
.home--contact-ws-form .form-col {
  display: flex;
  width: calc(50% - 30px);
  margin: 0 15px;
  flex-wrap: wrap;
}
.home--contact-ws-form .form-row.full .form-col {
  width: 100%;
  margin: 0;
}
.home--contact-ws-form .error {
  color: var(--dangerColor);
  margin-top: 4px;
  font-size: 14px;
}
.home--contact-ws-form .error.hidden {
  display: none;
}
.home--contact-ws-form label {
  display: flex;
  width: 100%;
}
.home--contact-ws-form input {
  font-family: 'urbanist', sans-serif;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
  padding: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  padding: 8px 0 12px 0;
}
.home--contact-ws-form textarea {
  font-family: 'urbanist', sans-serif;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
  padding: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  padding: 8px 0 12px 0;
}
.home--contact-ws-form .form-btn {
  border: 1px solid var(--borderColor);
}
@media only screen and (max-width: 1200px) {
  .home--contact-wrapper {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .home--contact-wrapper {
    padding: 40px 30px;
    flex-wrap: wrap;
  }
  .home--contact-w-content {
    width: 100%;
    padding-right: 0;
  }
  .home--contact-w-side {
    width: 100%;
  }
  .home--contact-wc-info {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home--contact {
    margin-bottom: -300px;
  }
  .home--contact-wrapper {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .home--contact-ws-form .form-row {
    width: calc(100% + 24px);
    margin: 0 -12px 40px;
  }
  .home--contact-ws-form .form-col {
    width: calc(50% - 24px);
    margin: 0 13px;
  }
}

@media only screen and (max-width: 576px) {
  .home--contact-wrapper {
    padding: 30px 16px 16px;
  }
  .home--contact-ws-form .form-row {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  .home--contact-ws-form .form-col {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .home--contact-ws-form .form-btn {
    width: 100%;
  }
}
