#section-four-banner #owl-banner .item .img-cat img, #section-two-banner .item img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#owl-blog-wanda .artile-item {
  padding-left: 0; }

@media (min-width: 1200px) {
  #owl-collection {
    margin-left: -15px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 20%;
      width: 20%; }
    #owl-collection .d-flex-column {
      padding-left: 1px; }
  #owl-instar:not(.slick-initialized) .item {
    flex: 0 0 calc(100% / 6);
    width: calc(100% / 6); } }

@media (min-width: 992px) and (max-width: 1199px) {
  #owl-collection {
    margin-left: -15px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 33.33333%;
      width: 33.33333%; }
    #owl-collection .d-flex-column {
      padding-left: 1px; }
  #owl-instar:not(.slick-initialized) .item {
    flex: 0 0 25%;
    width: 25%; } }

@media (min-width: 768px) and (max-width: 991px) {
  #owl-collection {
    margin-left: -15px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 33.333333%;
      width: 33.33333%; }
    #owl-collection .d-flex-column {
      padding-left: 1px; } }

@media (max-width: 767px) {
  #owl-collection {
    margin-left: -10px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 50%;
      width: 50%; }
    #owl-collection .d-flex-column {
      padding-left: 1px; }
  #owl-instar:not(.slick-initialized) .item {
    flex: 0 0 50%;
    width: 50%; }
  #owl-blog-wanda:not(.slick-initialized) .artile-item {
    flex: 0 0 100%;
    width: 100%; }
  #owl-blog-wanda .artile-item {
    padding-left: 10px; } }

/*****  Hero Section - Video/Banner ******/
.hero-section {
  position: relative;
  width: 100%;
  min-height: 58vh;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hero-section {
      min-height: auto; } }
  .hero-section__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .hero-section__media--video {
      background: #1a1a1a; }
    .hero-section__media--banner picture {
      display: block;
      width: 100%;
      height: 100%; }
  .hero-section__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .hero-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .hero-section__content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 58vh;
    padding: 80px 60px;
    color: var(--hero-text-color, #fff);
    background-color: rgba(2, 2, 2, 0.2); }
    @media (max-width: 991px) {
      .hero-section__content {
        padding: 60px 40px; } }
    @media (max-width: 767px) {
      .hero-section__content {
        padding: 40px 20px;
        padding-bottom: 100px;
        min-height: auto; } }
  .hero-section__inner {
    max-width: 800px; }
  .hero-section__subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    opacity: 0.9; }
    .hero-section__subtitle--second {
      margin-bottom: 15px;
      font-weight: 500; }
    @media (max-width: 767px) {
      .hero-section__subtitle {
        letter-spacing: 2px; } }
  .hero-section__divider {
    width: 30px;
    height: 2px;
    background: var(--hero-text-color, #fff);
    margin: 20px 0; }
  .hero-section__title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .hero-section__title {
        font-size: 36px;
        letter-spacing: 3px; } }
    @media (max-width: 767px) {
      .hero-section__title {
        font-size: 28px;
        letter-spacing: 2px; } }
    @media (max-width: 480px) {
      .hero-section__title {
        font-size: 22px; } }
    .hero-section__title .hero-section__special-txt-bg {
      background-repeat: no-repeat;
      background-size: contain;
      width: 987px;
      height: 181px;
      display: block; }
      @media (max-width: 767px) {
        .hero-section__title .hero-section__special-txt-bg {
          width: 490px;
          height: 60px; } }
  .hero-section__title-line {
    display: block;
    font-weight: 300; }
  .hero-section__special-word {
    font-family: 'Playfair Display', 'Times New Roman', serif !important;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.3em;
    color: #fff;
    display: inline-block;
    padding: 0 5px; }
  .hero-section__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px; }
    @media (max-width: 480px) {
      .hero-section__buttons {
        flex-direction: column; } }
  .hero-section__btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 17px 25px;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--hero-text-color, #fff);
    border: 1px solid var(--hero-text-color, #fff);
    background: transparent;
    transition: all 0.3s ease; }
    .hero-section__btn:hover {
      background: var(--hero-text-color, #fff);
      color: #1a1a1a; }
      .hero-section__btn:hover .hero-section__btn-arrow {
        transform: translateX(5px); }
    @media (max-width: 767px) {
      .hero-section__btn {
        padding: 15px 20px;
        font-size: 12px;
        letter-spacing: 2px;
        max-width: 280px;
        justify-content: space-between; } }
  .hero-section__btn-arrow {
    width: 24px;
    height: 12px;
    transition: transform 0.3s ease; }
  .hero-section__scroll-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
    color: var(--hero-text-color, #fff);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: opacity 0.3s ease; }
    .hero-section__scroll-btn:hover {
      opacity: 1;
      color: var(--hero-text-color, #fff); }
    @media (max-width: 767px) {
      .hero-section__scroll-btn {
        right: 15px;
        font-size: 9px;
        letter-spacing: 2px; } }
  .hero-section__scroll-text {
    display: block; }
  .hero-section .se-icon {
    width: 47px;
    height: 47px;
    display: block;
    position: absolute;
    bottom: -50px;
    right: -15px;
    transform: rotate(90deg); }
    .hero-section .se-icon svg {
      fill: white;
      width: 100%;
      height: 100%; }

@media (prefers-reduced-motion: reduce) {
  .hero-section__video {
    animation: none; }
  .hero-section__btn,
  .hero-section__btn-arrow,
  .hero-section__scroll-btn {
    transition: none; } }

/*****  Main slider ******/
#home-slider {
  position: relative; }
  @media (max-width: 480px) {
    #home-slider {
      min-height: 100vw; } }
  #home-slider:hover > .slick-arrow {
    opacity: 0.5; }
  #home-slider .slick-arrow.slick-next {
    right: 20px; }
  #home-slider .slick-arrow.slick-prev {
    left: 20px; }
  #home-slider .slick-arrow:hover {
    opacity: 1; }
  #home-slider a {
    display: block; }
  #home-slider .item {
    width: 100%;
    flex: 0 0 100%; }
  #home-slider .slider-text {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    #home-slider .slider-text h4 {
      font-size: 60px;
      font-weight: bold;
      color: var(--home-slider-txt) !important; }
    #home-slider .slider-text p {
      font-size: 20px;
      color: var(--home-slider-txt) !important; }
    #home-slider .slider-text .review-now {
      background: #fff;
      color: var(--home-slider-txt);
      padding: 10px 20px;
      font-size: 18px;
      margin-top: 10px;
      display: inline-block;
      transition: all .3s; }
      #home-slider .slider-text .review-now:hover {
        background: var(--home-slider-txt);
        color: #fff; }
    #home-slider .slider-text.left-slide {
      left: 100px; }
    #home-slider .slider-text.right-slide {
      right: 100px;
      text-align: right; }
    #home-slider .slider-text.center-slide {
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
    @media (max-width: 480px) {
      #home-slider .slider-text {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center  !important;
        width: 100%;
        padding: 0 40px; }
        #home-slider .slider-text h4 {
          font-size: 24px; }
        #home-slider .slider-text p {
          font-size: 16px; } }

/*** section-four-banner ***/
#section-four-banner #owl-banner .banner-hover > a:hover img {
  transform: scale(1); }

#section-four-banner #owl-banner .item {
  position: relative;
  flex: 0 0 25%; }
  #section-four-banner #owl-banner .item .img-cat picture {
    display: block; }
    #section-four-banner #owl-banner .item .img-cat picture:before {
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 1; }
  #section-four-banner #owl-banner .item .img-cat:hover picture:before {
    opacity: .3; }
  #section-four-banner #owl-banner .item .bigtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 10px; }
    #section-four-banner #owl-banner .item .bigtitle a {
      font-weight: 600; }
  #section-four-banner #owl-banner .item .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 9; }
    #section-four-banner #owl-banner .item .banner-content p {
      color: #fff; }
    #section-four-banner #owl-banner .item .banner-content h3, #section-four-banner #owl-banner .item .banner-content .h3 {
      font-size: 18px;
      margin-top: 5px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 24px;
      margin-bottom: 10px;
      color: #fff; }
      #section-four-banner #owl-banner .item .banner-content h3 span, #section-four-banner #owl-banner .item .banner-content .h3 span {
        font-weight: 500; }
      @media (max-width: 767px) {
        #section-four-banner #owl-banner .item .banner-content h3, #section-four-banner #owl-banner .item .banner-content .h3 {
          font-size: 15px;
          line-height: 21px;
          margin-bottom: 5px; } }
    @media (max-width: 767px) {
      #section-four-banner #owl-banner .item .banner-content {
        left: 30px; } }

@media (max-width: 992px) {
  #section-four-banner #owl-banner {
    flex-wrap: nowrap; }
    #section-four-banner #owl-banner .item {
      flex: 0 0 45%; } }

@media (max-width: 767px) {
  #section-four-banner #owl-banner {
    flex-wrap: nowrap; }
    #section-four-banner #owl-banner .item {
      flex: 0 0 90%; } }

/** section collection **/
#section-collection:hover .owl-nav > button, #owl-collection-tab:hover .owl-nav > button, .owl-collection-ajax:hover .owl-nav > button, #owl-blog-wanda:hover .owl-nav > button {
  opacity: 1; }
  @media (min-width: 992px) {
    #section-collection:hover .owl-nav > button.owl-prev, #owl-collection-tab:hover .owl-nav > button.owl-prev, .owl-collection-ajax:hover .owl-nav > button.owl-prev, #owl-blog-wanda:hover .owl-nav > button.owl-prev {
      left: -20px; }
    #section-collection:hover .owl-nav > button.owl-next, #owl-collection-tab:hover .owl-nav > button.owl-next, .owl-collection-ajax:hover .owl-nav > button.owl-next, #owl-blog-wanda:hover .owl-nav > button.owl-next {
      right: -20px; } }
  #section-collection:hover .owl-nav > button:hover, #owl-collection-tab:hover .owl-nav > button:hover, .owl-collection-ajax:hover .owl-nav > button:hover, #owl-blog-wanda:hover .owl-nav > button:hover {
    background: #212020;
    color: #fff; }

@media (min-width: 992px) {
  #section-collection .owl-nav > .owl-prev, #owl-collection-tab .owl-nav > .owl-prev, .owl-collection-ajax .owl-nav > .owl-prev, #owl-blog-wanda .owl-nav > .owl-prev {
    left: 0px; }
  #section-collection .owl-nav > .owl-next, #owl-collection-tab .owl-nav > .owl-next, .owl-collection-ajax .owl-nav > .owl-next, #owl-blog-wanda .owl-nav > .owl-next {
    right: 0; } }

/* Collection tab */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 15px; }
  .nav li {
    margin-right: 15px;
    margin-bottom: 10px;
    display: flex; }
    @media (max-width: 767px) {
      .nav li {
        margin: 0; } }
    .nav li a {
      padding: 10px;
      border-radius: 20px;
      font-weight: 500;
      text-transform: uppercase;
      color: #636363;
      letter-spacing: 0;
      font-weight: 500;
      border: 1px dashed transparent; }
      @media (max-width: 767px) {
        .nav li a {
          padding: 7px 10px; } }
      .nav li a.active {
        color: var(--colorshophover);
        font-weight: 600;
        border: 1px dashed var(--colorshophover); }

.tab-result .tab-pane {
  display: none; }
  .tab-result .tab-pane.in {
    opacity: 1; }
  .tab-result .tab-pane.show {
    display: block; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/* Banner one */
.banner-effect {
  position: relative;
  overflow: hidden;
  display: block; }
  .banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s; }

.banner-hover > a {
  position: relative;
  overflow: hidden;
  display: block;
  transition: none;
  /*&:hover:before,&:hover:after{
		opacity: 1;
		transform: scale(1);
	}*/ }
  .banner-hover > a:before, .banner-hover > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    transition: all .5s ease-in-out; }
  .banner-hover > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: center; }
  .banner-hover > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: center; }
  .banner-hover > a:hover img {
    transform: scale(1.1); }

/* article loop*/
.artile-item .blog-post {
  padding: 0px 0px 0 10px; }

.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .artile-item .blog-post-image a {
    display: block;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex;
    /*&:before{
				content: "";
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background-color: rgba(0,0,0,.5);
				opacity: 0;
				transition: opacity .7s ease;z-index:99;
			}*/ }
    @media (max-width: 767px) {
      .artile-item .blog-post-image a {
        height: 250px; } }
    .artile-item .blog-post-image a img {
      object-fit: cover;
      height: 300px;
      width: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .artile-item .blog-post-content .blog-publish {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -10px; }
    .artile-item .blog-post-content .blog-publish span {
      background: #fff;
      padding: 0 5px;
      border: 1px solid #e7e7e7;
      border-radius: 15px; }
    .artile-item .blog-post-content .blog-publish a {
      display: flex;
      align-items: center; }
      .artile-item .blog-post-content .blog-publish a i {
        margin-right: 5px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    margin-bottom: 0; }
    .artile-item .blog-post-content .blog-title a {
      color: #000;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

.artile-item:hover .blog-post-image a {
  /*-webkit-transform: scale(1.03);
				transform: scale(1.03);*/ }
  .artile-item:hover .blog-post-image a:before {
    opacity: 1; }

#section-two-banner .banner-hover > a:before, #section-two-banner .banner-hover > a:after {
  display: none !important; }

#section-two-banner .item {
  width: 50%;
  position: relative; }
  @media (max-width: 767px) {
    #section-two-banner .item {
      width: 100%; } }
  #section-two-banner .item .banner-content {
    color: #fff;
    position: absolute;
    bottom: 20%;
    left: 10%; }
    #section-two-banner .item .banner-content h3 {
      font-weight: 600;
      font-size: 22px;
      text-transform: uppercase; }
    #section-two-banner .item .banner-content p {
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 500; }

#section-two-banner .banner-hover > a:hover img {
  transform: scale(1); }

#section-instagram {
  padding-bottom: 40px; }
  #section-instagram .title-section {
    margin-bottom: 30px;
    /*&:before,&:after{
		content: "";
		display: inline-block;
		width: 30px;
		height: 2px;
		background: #222;
		@media (min-width: 992px){
		width: 60px;
	}
	}*/ }
    #section-instagram .title-section span {
      margin: 0 10px;
      font-weight: 600; }
      @media (max-width: 480px) {
        #section-instagram .title-section span {
          font-size: 18px; } }
      @media (max-width: 325px) {
        #section-instagram .title-section span {
          font-size: 15px; } }
  #section-instagram .slick-arrow {
    opacity: 1 !important; }
    #section-instagram .slick-arrow.slick-prev {
      left: 0; }
    #section-instagram .slick-arrow.slick-next {
      right: 0; }
  #section-instagram .item {
    position: relative;
    overflow: hidden;
    /*&:hover img{
		transform: scale(1.2);
	}*/ }
    #section-instagram .item img {
      transform: scale(1);
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }

#section-four-banner #owl-banner .item .img-cat picture:before {
  display: none; }

@media (min-width: 768px) {
  .top-title .title-section span {
    font-size: 20px; } }

/*
#section-blog-wanda .slick-track
{
display: flex !important;
}
*/
