/* home text */
.home-text {
  background-color: #0C0C0D;
  padding-top: 140px;
  padding-bottom: 140px;
}
.home-text .home-text-content {
  max-width: 715px;
  margin: 0 auto;
}
.home-text .home-text-content h3 {
  line-height: 45px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 55px;
}
.home-text .home-text-content p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09px;
  line-height: 28px;
  margin-bottom: 25px;
}
.home-text .home-text-content .row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-text .home-text-content .row-btn a:nth-child(1) {
  width: 220px;
  height: 47px;
  background-color: #3b3b3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-text .home-text-content .row-btn a:nth-child(1) svg {
  position: relative;
  left: 6px;
  top: -2px;
  width: 11px;
  height: 11px;
  fill: #ffffff;
}
.home-text .home-text-content .row-btn a:nth-child(1):hover {
  background-color: #2E2E2E;
}
.home-text .home-text-content .row-btn a:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}
.home-text .home-text-content .row-btn a:nth-child(2) svg {
  position: relative;
  left: 7px;
  top: -1px;
  fill: #8d8d8d;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-text .home-text-content .row-btn a:nth-child(2):hover svg {
  left: 10px;
}
.home-text .home-text-content h3 .lineParent {
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .home-text .home-text-content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .home-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .home-text .home-text-content .row-btn a:nth-child(1) {
    width: 150px;
    font-size: 15px;
    margin-right: 15px;
  }
  .home-text .home-text-content .row-btn a:nth-child(2) {
    font-size: 15px;
  }
  .home-text .home-text-content h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .home-text .home-text-content .row-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-text .home-text-content .row-btn a:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .home-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
