/* home main */
.home-main {
  position: relative;
  /* background-image: url(../../../img/main-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  overflow: hidden;
  min-height: 615px;
}
.home-main:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.9;
}
@keyframes zoomAnim {
	0% {
		transform: scale(1)
	}

	to {
		transform: scale(1.2)
	}
}
.home-main .img-zoom {
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-name: zoomAnim;
  animation-name: zoomAnim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  max-width: 100%;
  width: 100%;
  min-height: 615px;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.home-main .home-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 100vh;
  box-sizing: border-box;
  justify-content: center;
}
.home-main .home-main-content h4 {
  opacity: 0.4;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.home-main .home-main-content h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 66px;
  margin-bottom: 40px;
  max-width: 490px;
}
.home-main .home-main-content p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09px;
  line-height: 28px;
  margin-bottom: 35px;
  max-width: 525px;
}
.home-main .home-main-content .row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-main .home-main-content .row-btn a:nth-child(1) {
  width: 220px;
  height: 47px;
  background-color: #621bff;
  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-main .home-main-content .row-btn a:nth-child(1) svg {
  position: relative;
  left: 6px;
  top: -2px;
  width: 11px;
  height: 11px;
  fill: #ffffff;
}
.home-main .home-main-content .row-btn a:nth-child(1):hover {
  background-color: #531AD3;
}
.home-main .home-main-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: #ffffff;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
}
.home-main .home-main-content .row-btn a:nth-child(2) svg {
  position: relative;
  left: 7px;
  top: -1px;
  fill: #ffffff;
  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-main .home-main-content .row-btn a:nth-child(2):hover svg {
  left: 10px;
}
.home-main .scroll-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  opacity: 0.7;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  z-index: 3;
}
.home-main .scroll-to svg {
  width: 22px;
  height: 20px;
  fill: #ffffff;
  margin-top: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-main .social {
  position: absolute;
  bottom: 60px;
  right: 0px;
  z-index: 3;
}
.home-main .social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 18px;
  margin-bottom: 8px;
  position: relative;
}
.home-main .social li:last-child {
  margin-bottom: 0px;
}
.home-main .social li a {
  position: relative;
  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;
  -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-main .social li:last-child a {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  -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-main .social li a:after {
  content: '';
  position: absolute;
  opacity: 0;
  right: -18px;
  height: 30px;
  width: 1px;
  background-color: #ffffff;
}
.home-main .social li a svg {
  width: 30px;
  height: 30px;
  position: relative;
  left: 0;
  -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);
  fill: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
}
.home-main .social li:last-child a svg {
  padding: 7px;
  width: 21px;
  height: 15px;
}
.home-main .social li:last-child a{
  border: 0px;
}
.home-main .social li a:hover svg {
  left: -10px;
}
.home-main .social li a:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
  .home-main .home-main-content {
    padding-top: 180px;
  }
  .home-main {
    min-height: 675px;
  }
  .home-main .img-zoom {
    min-height: 675px;
  }
}
@media only screen and (max-width: 768px) {
 
}
@media only screen and (max-width: 576px) {
  .home-main .home-main-content h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 25px;
    max-width: 340px;
  }
  .home-main .home-main-content {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .home-main .home-main-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home-main .home-main-content p {
    font-size: 16px;
    max-width: 340px;
  }
  .home-main .home-main-content .row-btn a:nth-child(1) {
    margin-right: 15px;
    width: 150px;
    font-size: 15px;
  }
  .home-main .home-main-content .row-btn a:nth-child(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .home-main .home-main-content {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .home-main .home-main-content p {
    max-width: 280px;
  }
  .home-main .home-main-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-main .home-main-content .row-btn a:nth-child(1) {
    margin-right:  0px;
    margin-bottom: 15px;
  }
  .home-main {
    min-height: 660px;
  }
  .home-main .img-zoom {
    min-height: 660px;
  }
}