/*-----------------------------------------------------------------------------------

    Template Name: Smash - Bootstrap Template
    Template URI: uideck.com
    Author: UIdeck
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/


/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 44px;
  font-weight: 600;
  color: #121212;
  line-height: 55px;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 35px;
  }
}

.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 24px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #0067f4 #0067f4 #e9ecef;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e9ecef;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e9ecef;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/*===========================
        09.NAVBAR css 
===========================*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
}

.navbar-area .navbar {
  position: relative;
  padding: 0;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
}

.navbar-area .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}

.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}

.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, white 100%);
  left: 50%;
  margin: 0 2px;
  bottom: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%) scaleX(0);
  -moz-transform: translate(-50%) scaleX(0);
  -ms-transform: translate(-50%) scaleX(0);
  -o-transform: translate(-50%) scaleX(0);
  transform: translate(-50%) scaleX(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

.navbar-area .navbar .navbar-nav .nav-item.active>a,
.navbar-area .navbar .navbar-nav .nav-item:hover>a {
  opacity: 1;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .navbar-area .navbar .navbar-nav .nav-item.active>a,
  .navbar-area .navbar .navbar-nav .nav-item:hover>a {
    color: #121212;
  }
}

@media (max-width: 767px) {

  .navbar-area .navbar .navbar-nav .nav-item.active>a,
  .navbar-area .navbar .navbar-nav .nav-item:hover>a {
    color: #121212;
  }
}

.navbar-area .navbar .navbar-nav .nav-item.active>a::before,
.navbar-area .navbar .navbar-nav .nav-item:hover>a::before {
  -webkit-transform: translate(-50%) scaleX(1);
  -moz-transform: translate(-50%) scaleX(1);
  -ms-transform: translate(-50%) scaleX(1);
  -o-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}

.navbar-area .navbar .navbar-btn li {
  display: inline-block;
  margin-right: 5px;
}

.navbar-area .navbar .navbar-btn li a {
  padding: 10px 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 2px solid;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-btn li a.light {
  border-color: #fff;
}

.navbar-area .navbar .navbar-btn li a.light:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.navbar-area .navbar .navbar-btn li a.solid {
  background-color: #fff;
  border-color: #fff;
  color: #0067f4;
}

.navbar-area .navbar .navbar-btn li a.solid:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-area.sticky {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
}

.navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #121212;
}

.navbar-area.sticky .navbar .navbar-nav .nav-item a {
  color: #121212;
  opacity: 0.7;
}

.navbar-area.sticky .navbar .navbar-nav .nav-item a::before {
  background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #121212 100%);
  background: -o-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #121212 100%);
  background: linear-gradient(to right, rgba(18, 18, 18, 0) 0%, #121212 100%);
}

.navbar-area.sticky .navbar .navbar-nav .nav-item.active,
.navbar-area.sticky .navbar .navbar-nav .nav-item:hover {
  color: #121212;
  opacity: 1;
}

.navbar-area.sticky .navbar .navbar-btn li a.light {
  border-color: #0067f4;
  color: #0067f4;
}

.navbar-area.sticky .navbar .navbar-btn li a.solid {
  border-color: #0067f4;
  background-color: #0067f4;
  color: #fff;
}

/*===========================
       10.SLIDER css 
===========================*/
.carousel-item {
  /* background-color: #0067f4; */
  position: relative;
}

.carousel-item::before {
  position: absolute;
  content: '';
  /* width: 33%;
    height: 100%; */
  /* background: -webkit-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
    background: -o-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
    background: linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%); */
  top: 0;
  right: 15%;
  /* -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg); */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-item::before {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-item::before {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .carousel-item::before {
    width: 50%;
    right: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carousel-item::before {
    right: 25%;
  }
}

.carousel-item .slider-image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}

.carousel-item .slider-image-box .slider-image {
  max-width: 680px;
  width: 100%;
}

.slider-content {
  position: relative;
  z-index: 9;
  padding-top: 240px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .slider-content {
    padding-top: 190px;
    padding-bottom: 150px;
  }
}

.slider-content .title {
  font-size: 88px;
  line-height: 96px;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 58px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title {
    font-size: 72px;
    line-height: 90px;
  }
}

@media (max-width: 767px) {
  .slider-content .title {
    font-size: 34px;
    line-height: 45px;
  }
}

.slider-content .text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}

.slider-content .slider-btn {
  padding-top: 16px;
}

.slider-content .slider-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}

@media (max-width: 767px) {
  .slider-content .slider-btn li {
    margin: 16px 3px 0;
  }
}

.slider-content .slider-btn li a.rounded-one {
  background-color: #fff;
  border-color: #fff;
}

.slider-content .slider-btn li a.rounded-one:hover {
  background-color: transparent;
  color: #fff;
}

.slider-content .slider-btn li a.rounded-two {
  border-color: #fff;
}

.slider-content .slider-btn li a.rounded-two:hover {
  background-color: #fff;
  color: #0067f4;
}

.carousel-indicators {
  margin-bottom: 50px;
}

.carousel-indicators li {
  display: block;
  width: 8px;
  height: 8px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  border-radius: 50px;
  border: 0;
  margin: 0px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}

.carousel-indicators li.active {
  background-color: #fff;
  width: 16px;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}

@media (max-width: 767px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  top: 98%;
  font-size: 60px;
  font-weight: 900;
  font-family: 'TT Norms Pro';
  color: #000;
  bottom: auto;
  left: 40%;
  right: auto;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  /* border: 0px solid rgba(255, 255, 255, 0.3); */
  border-radius: 5px;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-control-prev, .carousel .carousel-control-next {
      left: 30px; } }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel .carousel-control-prev, .carousel .carousel-control-next {
      display: none; 
    } 
  } */
@media (max-width: 375px) {
  .carousel .carousel-control-next {
    right: 10% !important;
    left: auto;
  }

  .product-section .product-item .btn {
    width: 90% !important;
   }

   .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    /* display: none;  */
    font-size: 40px;
    font-weight: 900;
    left: 10%;
  }

  .item-hints .hint[data-position="1"] .hint-content { 
    margin: 0px !important;
    top: 20%;
  }

  .item-hints .hint[data-position="1"] .hint-content p {
    font-size: 15px;
  }
}

@media (min-width: 375px) and (max-width: 768px) {

  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    /* display: none;  */
    font-size: 40px;
    font-weight: 900;
    left: 10%;
  }
}

.carousel .carousel-control-next {
  right: 40%;
  left: auto;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-control-next {
      right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel .carousel-control-next {
      right: 30px; } } */

@media (min-width:375px) and (max-width: 768px) {
  .carousel .carousel-control-next {
    right: 10%;
  }
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #0067f4;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #0067f4;
}

/*# sourceMappingURL=style.css.map */