.search_trends {
  color: #fff;
}
.search_trends h5 {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #fff;
}
.search_trends ul {
  list-style: none;
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 0;
}
.search_trends ul li {
  display: inline-block;
}
.search_trends ul li:after {
  content: ", ";
}
.search_trends ul li:last-child:after {
  content: " ";
}
.search_trends ul li a {
  color: #fff;
}
.search_trends ul li a:hover {
  text-decoration: underline;
}

.count ul {
  list-style: none;
  margin: 15px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 15px 0;
}
.count ul li {
  display: inline-block;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .count ul li {
    margin-right: 30px;
  }
}
.count ul li h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
}
.count ul li:last-child {
  margin-right: 15px;
}
.count ul li:first-child {
  margin-left: 15px;
}

.owl-theme.featured_carousel {
  margin-top: 30px;
}
.owl-theme.featured_carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  margin: 0 !important;
}
.owl-theme.featured_carousel .owl-nav .owl-prev,
.owl-theme.featured_carousel .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  display: block !important;
}
.owl-theme.featured_carousel .owl-nav .owl-prev {
  left: -48px;
}
.owl-theme.featured_carousel .owl-nav .owl-next {
  right: -48px;
}
.owl-theme.featured_carousel .owl-nav .owl-prev i,
.owl-theme.featured_carousel .owl-nav .owl-next i {
  font-size: 36px;
  font-size: 2.25rem;
  color: #555;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-theme.featured_carousel .owl-nav .owl-prev i:hover,
.owl-theme.featured_carousel .owl-nav .owl-next i:hover {
  color: var(--color-3);
}
.owl-theme.featured_carousel .owl-nav .owl-prev.disabled i,
.owl-theme.featured_carousel .owl-nav .owl-next.disabled i {
  opacity: 0;
}
.owl-theme.featured_carousel .owl-nav .owl-prev.disabled i:hover,
.owl-theme.featured_carousel .owl-nav .owl-next.disabled i:hover {
  color: #ccc;
}

/* Home carousel */
#carousel-home, #carousel-home-2 {
  position: relative;
}
#carousel-home .static, #carousel-home-2 .static {
  position: static;
}
#carousel-home .cover, #carousel-home-2 .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 1 !important;
}
#carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
  height: 660px;
  position: relative;
}
@media (max-width: 767px) {
  #carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
    height: 480px;
  }
}
#carousel-home .owl-carousel .owl-slide-animated, #carousel-home-2 .owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -webkit-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#carousel-home .owl-carousel .owl-dots, #carousel-home-2 .owl-carousel .owl-dots {
  margin: 0;
  bottom: 30px;
  width: 100%;
  position: absolute;
}

#carousel-home .owl-carousel .owl-dots {
  bottom: 80px;
}

.slide-text {
  padding-top: 15px;
  font-size: 21px;
  font-size: 1.3125rem;
}
.slide-text h2, .slide-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 46px;
  font-size: 2.875rem;
  margin: 0 0 10px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .slide-text h2, .slide-text h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.slide-text span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 10px 0 25px 0;
}
.slide-text p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  opacity: 0.8 !important;
}
@media (max-width: 767px) {
  .slide-text p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 9999;
  display: none;
}
@media (max-width: 991px) {
  #icon_drag_mobile {
    display: block;
  }
}

#carousel-home-2 .owl-carousel .owl-slide {
  height: 600px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  #carousel-home-2 .owl-carousel .owl-slide {
    margin-top: 0;
  }
}
#carousel-home-2 .owl-carousel .owl-slide .slide-text h2, #carousel-home-2 .owl-carousel .owl-slide .slide-text h3 {
  font-size: 42px;
  font-size: 2.625rem;
}

.main_categories {
  position: relative;
  margin-top: -90px;
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}
.main_categories ul {
  background-color: var(--background-color-2);
  border-radius: var(--border-radius-medium);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 15px 0;
  width: 90%;
  margin: auto;
}
@media (max-width: 767px) {
  .main_categories ul {
    width: 100%;
  }
}
.main_categories ul li {
  display: inline-block;
  width: 20%;
  float: left;
  border-right: 1px solid var(--border-color-1);
}
.main_categories ul li:last-child {
  border-right: none;
}
.main_categories ul li a {
  display: block;
}
.main_categories ul li a h3 {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .main_categories ul li a h3 {
    display: none;
  }
}
.main_categories ul li a i {
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  background: var(--color-1);
  background: -webkit-linear-gradient(left, var(--color-1), var(--color-2));
  background: linear-gradient(to right, var(--color-1), var(--color-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .how_2 figure img {
    width: 200px;
    height: auto;
    margin-bottom: 25px;
  }
}
.how_2 ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.how_2 ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.how_2 ul li:before {
  position: absolute;
  content: url(../img/dot.png);
  top: 25px;
  left: 15px;
  height: 70px;
  display: block;
  overflow: hidden;
}
.how_2 ul li:last-child {
  margin-bottom: 0;
}
.how_2 ul li h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.how_2 ul li h3 span {
  color: var(--color-1);
  margin-right: 5px;
}
.how_2 ul li p {
  margin-bottom: 0;
  padding-left: 47px;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
}

/* Banner */
.banner {
  margin-bottom: 30px;
  height: 200px;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px;
}
@media (max-width: 767px) {
  .banner {
    height: 380px;
    text-align: center;
  }
}
.banner small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.banner h3 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.banner p {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .banner .opacity-mask {
    flex-direction: column !important;
  }
}
