/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.prop::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  visibility: hidden;
}

.line {
  border-top: 1px solid #30353b;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  position: relative;
}

.line::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #30353b;
  border-radius: 6px;
  position: absolute;
  top: -6px;
  right: 0;
}

.animation {
  width: 0;
  visibility: hidden;
}

.animation-play {
  visibility: visible;
  width: 100%;
  transition: width 4s ease-in-out;
}

.multi-action.mobile .h1 {
  text-align: center;
}

.multi-action.mobile .list-item {
  display: table;
}

.multi-action.mobile .prop {
  padding-left: 20px;
  display: table-cell;
}

.multi-action.mobile .dot {
  height: 19px;
  width: 19px;
  background-color: black;
  border-radius: 50%;
  display: inline-table;
}

.wrapper {
  width: 100%;
  position: relative;
  display: flex;
  text-align: right;
}

.experience-assets-multiaction {
  width: 100%;
}

.vertical-line-animation::before {
  top: 16px;
  animation: linedown 2s forwards;
  visibility: visible;
  width: 1px;
  left: -11px;
}

@keyframes linedown {
  100% {
    height: 100%;
  }
}
.mobile .properties-section {
  margin-left: 24px;
  margin-top: 45px;
}

.mobile .prop {
  padding-bottom: 57px;
  position: relative;
  font-size: 25px;
}

.prop-section {
  position: relative;
  margin-bottom: 57px;
  font-size: 25px;
}

.desktop-tablet .text-section {
  background: transparent;
  z-index: 1;
  text-align: left;
  position: absolute;
  height: 100%;
}

.desktop-tablet .multi-action {
  display: flex;
}

.desktop-tablet .image-section {
  margin-left: auto;
  background: transparent;
}

@media only screen and (max-width: 766px) {
  .desktop-tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .text-section {
    margin-left: 43px;
  }
  .properties-section {
    margin-top: 76px;
  }
  .prop-section {
    margin-bottom: 60px;
    padding-left: 0;
  }
  .prop {
    padding-bottom: 20px;
  }
  .line-animation-show::after {
    width: 215px;
  }
  .desktop-tablet img {
    width: 510px;
  }
}
@media only screen and (min-width: 1024px) {
  .properties-section {
    margin-top: 108px;
  }
  .line-animation-show::after {
    width: 325px;
  }
  .prop-section {
    margin-bottom: 100px;
  }
  .desktop-tablet img {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .text-section {
    margin-left: 140px;
  }
  .prop-section {
    margin-bottom: 147px;
  }
  .line-animation-show::after {
    width: 460px;
  }
}
