@charset "utf-8";
/* CSS Document */
.autoplay.slider {
  margin-top: 80px;
  background-color: #333;
}
.slide {
  transform: scale(.5);
  transition: transform linear 0.15s;
}

.slick-center .slide {
  transform: scale(1);
}

.slick-list {
  overflow: hidden;
}
.slider-img img{
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);/*-webkit-transform: scale(1.2);*/
          transform: scale(1.3);/*transform: scale(1.2)*/}
.slider-img {
  position: relative;
  z-index: 0;
	overflow:hidden;
}
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-caption {
  position: relative;
  right: 0;
  top: 0;
  transform: none;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  padding: 1.5rem 1.5rem 4rem 1.5rem;
}
.slider-wrap .slider-caption h2 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: left;
}
.slick-dots {
  position: relative !important;
  bottom: 0 !important;
}
/** Text Animation **/

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/** Sliderimg Animation **/

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.slick-active .slider-caption h2{
  animation-name: fadeInRight;
  animation-duration: 1s;
  opacity: 1;
}
.slick-active .slider-caption a.btn-linear {
  animation-name: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
}
.slick-active .slider-img img {
  animation-name: zoomOut;
  animation-duration: 4s;
	animation-fill-mode: forwards;
}
@media(min-width:768px) {
	.autoplay.slider {
  margin-top: 90px;
  background-color: #333;
}
  .slider-wrap .slider-caption {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(-3%, -50%);
    width: 53%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    padding: 3.5rem 3rem;
  }
  .slider-wrap .slider-caption h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
  }
  .slick-dots {
    position: absolute !important;
    bottom: 30px !important;
  }
}
@media(min-width:992px) {
	.autoplay.slider {
  margin-top: 70px;
  background-color: #333;
}
  .slider-wrap .slider-caption {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(-3%, -50%);
    width: 43%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    padding: 3.5rem 3rem;
  }
  .slider-wrap .slider-caption h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
  }
  .slick-dots {
    position: absolute !important;
    bottom: 30px !important;
  }
}
@media(min-width:1200px) {
	.autoplay.slider {
  margin-top: 80px;
  background-color: #333;
}
  .slider-wrap .slider-caption {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translate(-7%, -50%);
    width: 43%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    padding: 3.5rem 3rem;
  }
  .slider-wrap .slider-caption h2 {
    color: #fff;
    font-size: 3.45rem;
    font-weight: 600;
    text-align: left;
  }
  .slick-dots {
    position: absolute !important;
    bottom: 30px !important;
  }
}

/*Products*/
.products {
  background-color: #0c0f4b;
  padding: 3rem 0;
  color: #fff;
  text-align: left;
}
.products .autoplay2 img {
  padding: 0 1rem;
}
.products .autoplay2 .slick-dots {
  display: none !important;
}
/*about*/
.about {
  background-color: #0c0f4b;
  padding: 3rem 0;
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 0;
}
.about:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  content: "";
  background-color: #fff;
  z-index: -1;
}
.youtube {
  position: relative;
}
h1.lname {
  font-size: 60px;
  font-family: 'DM Serif Display', Arial, serif;
  background: linear-gradient(60deg, #4e7caa, #0e328e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: inherit;
  bottom: auto;
  right: 0;
  text-align: center;
  font-style: italic;
  padding: 0;
  margin: 0;
}
@media(min-width:520px){
h1.lname {
  font-size: 90px;
  font-family: 'DM Serif Display', Arial, serif;
  background: linear-gradient(60deg, #4e7caa, #0e328e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: inherit;
  bottom: auto;
  right: 0;
  text-align: center;
  font-style: italic;
  padding: 0;
  margin: 0;
}
}
@media(min-width:992px){
	h1.lname {
  font-size: 100px;
  font-family: 'DM Serif Display', Arial, serif;
  background: linear-gradient(60deg, #4e7caa, #0e328e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-style: italic;
  padding: 0;
  margin: 0;
}
}
@media(min-width:1200px){
	h1.lname {
  font-size: 120px;
  font-family: 'DM Serif Display', Arial, serif;
  background: linear-gradient(60deg, #4e7caa, #0e328e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-style: italic;
  padding: 0;
  margin: 0;
}
}