/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Common Style --*/
/* *,
*::after,
*::before {
  box-sizing: inherit;
} */

.hero-slider, .hero-slider *, .hero-slider *::after, .hero-slider *::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* img {
  max-width: 100%;
  height: auto;
} */

/*-- 
    - Common Classes
-----------------------------------------*/
/*-- 
    - color
-----------------------------------------*/
.c-primary {
  color: #ffa238 !important;
}

/*--
    02. Element
-------------------------*/
/*--
    - Download Button
-------------------------------*/
.app-download-button {
  height: 48px;
}

/*--
    05. Hero Css
--------------------------------*/
.hero-slider {
  overflow: hidden;
}

.hero-slider .slider-inner-imge-1 {
  animation-name: fadeInRight;
  animation-duration: 0.8s;
  position: relative;
  z-index: 9;
}

.hero-slider .hero-content-one {
  overflow: hidden;
  z-index: 2;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .hero-slider .hero-content-one {
    margin-top: 0px;
  }
}

.hero-slider h1 {
  font-size: 45px;
  font-weight: 800 !important;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 55px;
  animation-name: fadeInLeft;
  animation-duration: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider h1 {
    font-size: 30px;
    color: #333 !important;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.hero-slider p {
  line-height: 24px;
  font-size: 16px;
  margin: 10px 0 30px 0;
  color: #333;
  animation-name: fadeInLeft;
  animation-duration: 0.8s;
}

@media only screen and (max-width: 767px) {
  .hero-slider p {
    margin: 15px 0 15px 0;
  }
}

.hero-slider .slider-button .slider-badge {
  animation-name: fadeInBottom;
  animation-duration: 0.9s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-button .slider-badge:first-child {
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .slider-button .slider-badge:last-child img {
    margin-top: 1rem;
  }
}

.hero-slider .slider-button .slider-btn {
  background: transparent;
  color: #333;
  font-size: 15px;
  line-height: 40px;
  padding: 5px 25px;
  text-transform: uppercase;
  border: 2px solid #333;
  border-radius: 30px;
  font-weight: 500;
  animation-name: fadeInBottom;
  animation-duration: 0.9s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 10px;
}

.hero-slider .slider-button .slider-btn i {
  font-size: 12px;
  margin-right: 5px;
}

.hero-slider .slider-button .slider-btn i {
  margin-right: 10px;
  font-size: 18px;
}

.hero-slider .slider-button .slider-btn:hover {
  border: 2px solid #ffa238;
  background: #ffffff;
  color: #ffa238;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slider-button .slider-btn {
    padding: 2px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .slider-button .slider-btn {
    padding: 0px 10px;
    margin: 0 5px 0 0;
    font-size: 14px;
  }

  .hero-slider .slider-button .slider-btn i {
    font-size: 15px;
  }
}

.hero-slider .hero-content-five h1 {
  font-size: 60px;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider .hero-content-five h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .hero-content-five h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .hero-content-five h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider .hero-content-five h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .slider-text-info {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.hero-slider .slider-text-info.white-text h1 {
  color: #fff;
}

.hero-slider .slider-text-info.white-text p {
  color: #fff;
}

.hero-slider .slider-text-info.white-text .slider-button .slider-btn {
  color: #fff;
  border: 2px solid #fff;
}

.hero-slider .slider-text-info.white-text .slider-button .slider-btn:hover {
  background: #ffffff;
  color: #ffa238;
}

.hero-slider {
  position: relative;
}

.hero-slider .single-slide {
  background: #fff;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 920px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider .single-slide {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .single-slide {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide {
    height: 100%;
    background-position: 50% 0;
  }
}

.hero-slider .single-slide.slider-mockup {
  position: relative;
}

.hero-slider .single-slide.slider-mockup::after {
  background: url(../images/slider/mockup-image1-1.png) no-repeat bottom right;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-slider .single-slide.slider-mockup::after {
    right: -300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider .single-slide.slider-mockup::after {
    right: -400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .single-slide.slider-mockup::after {
    right: -500px;
    width: 150%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide.slider-mockup::after {
    right: 0px;
    background-position: top right;
  }
}

.hero-slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  position: absolute;
  top: 50%;
  width: 40px;
  border-radius: 50%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-slider .slick-arrow:hover {
  background-color: #ffa238;
}

@media only screen and (max-width: 479px), only screen and (max-width: 767px) {
  .hero-slider .slick-arrow {
    height: 40px;
    width: 40px;
  }
}

.hero-slider .slick-arrow.slick-next {
  right: 15px;
}

.hero-slider .slick-arrow.slick-prev {
  left: 15px;
}

.hero-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slider.hero-slider-active .slick-current {
  /*-- Hero Content One --*/
}

.hero-slider.hero-slider-active
  .slick-current
  .hero-content-one
  .slider-text-info
  h1 {
  animation-name: fadeInTop;
  animation-duration: 0.9s;
}

.hero-slider.hero-slider-active
  .slick-current
  .hero-content-one
  .slider-text-info
  p {
  animation-name: fadeInBottom;
  animation-duration: 0.9s;
}

.hero-slider.hero-slider-active
  .slick-current
  .hero-content-one
  .slider-text-info
  .slider-button {
  animation-name: fadeInBottom;
  animation-duration: 0.9s;
}

.hero-slider.hero-slider-active
  .slick-current
  .hero-content-one
  .slider-text-info
  .slider-inner-imge-1 {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
}

.hero-slider.hero-slider-bg-2 .single-slide {
  height: 900px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider.hero-slider-bg-2 .single-slide {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider.hero-slider-bg-2 .single-slide {
    height: 600px;
  }

  .hero-slider.hero-slider-bg-2 .single-slide .slider-inner-imge-2 {
    margin-top: 40px;
  }

  .hero-slider.hero-slider-bg-2 .single-slide .hero-slider-mobile {
    width: calc(100% - 26px);
    top: 50px;
    left: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider.hero-slider-bg-2 .single-slide {
    height: 940px;
  }

  .hero-slider.hero-slider-bg-2 .single-slide .slider-inner-imge-2 {
    margin-top: 40px;
  }
}

.hero-slider.hero-slider-bg-2 .slider-text-info {
  margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider.hero-slider-bg-2 .slider-text-info {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider.hero-slider-bg-2 .slider-text-info {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider.hero-slider-bg-2 .slider-text-info i {
    margin-right: 5px;
    font-size: 15px;
  }
}

/*--
    - Hero Slider Mobile Css
-------------*/
.slider-inner-imge-2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 30px;
}

@media only screen and (max-width: 479px) {
  .slider-inner-imge-2 img {
    width: 230px;
    margin-bottom: 30px;
  }
}

.hero-slider-mobile {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: calc(100% - 31px);
  height: 100%;
  top: 59px;
  left: 16px;
}

.single-mobile-slider {
  overflow: hidden;
}

.overlay-left-01,
.overlay-left-right-02,
.overlay-grad-bg {
  position: relative;
}

.overlay-left-01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-top: 200px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #f6f6f6;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .overlay-left-01::after {
    border-top: 100px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-left-01::after {
    border-top: 80px solid transparent;
  }
}

@media only screen and (max-width: 767px) {
  .overlay-left-01::after {
    border-top: 50px solid transparent;
  }
}

.overlay-left-right-02::before {
  border-right: 50vw solid #f6f6f6;
  border-top: 160px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .overlay-left-right-02::before {
    border-top: 100px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-left-right-02::before {
    border-top: 80px solid transparent;
  }
}

@media only screen and (max-width: 767px) {
  .overlay-left-right-02::before {
    border-top: 50px solid transparent;
  }
}

.overlay-left-right-02::after {
  border-left: 50vw solid #f6f6f6;
  border-top: 160px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .overlay-left-right-02::after {
    border-top: 100px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-left-right-02::after {
    border-top: 80px solid transparent;
  }
}

@media only screen and (max-width: 767px) {
  .overlay-left-right-02::after {
    border-top: 50px solid transparent;
  }
}

.overlay-grad-bg::before {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #ffa238 0%, #c1eafa 100%) repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.banner-right {
  animation-name: float-bob;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.video-popup {
  position: relative;
  display: flex;
  align-content: flex-start;
}

.video-link {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-link .ht-popup-video.video-button {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 0;
  height: 80px;
  width: 80px;
}

.video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%, -50%);
  pointer-events: none;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after,
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  animation: zoomBig 3.25s linear infinite;
  animation-delay: 0s;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  animation-delay: 0.75s;
}

.video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-link .ht-popup-video .video-button__two .video-play {
  width: 78px;
  height: 78px;
  background: #ffa238;
  box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.6);
}

.video-link .ht-popup-video .video-button__two .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}

.video-link .ht-popup-video .video-button__two .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
  border-left-color: #ffffff;
}

.video-link:hover .video-play {
  transform: scale3d(1.15, 1.15, 1.15);
}

.slider-video-button {
  margin-top: 60px;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 4px;
  }

  40% {
    opacity: 0.5;
    border-width: 3px;
  }

  65% {
    border-width: 2px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

.parallax-img {
  z-index: -1;
}

.parallax-img.one {
  left: 60%;
  top: 400px;
  position: absolute;
}

.parallax-img.two {
  left: 50%;
  bottom: 300px;
  position: absolute;
}

.parallax-img.three {
  right: 45%;
  bottom: 600px;
  position: absolute;
}

.app-promo {
  background: url(/images/slider/mockup-image1-1.png) no-repeat top right / 75% #fff;
}

@media only screen and (min-width: 768px) {
  .app-promo {
    background: url(/images/slider/mockup-image1-1.png) no-repeat center right / 50% #fff;

  }
}