body,
body.elementor-kit-9 h1,
body.elementor-kit-9 p,
body.elementor-kit-9 a {
    font-family: "Montserrat", Sans-serif;
}
body {
	overflow-x: hidden;
}

/* NAVIGATION */
.brand-logo {
    position: relative;
    z-index: 999;
}
  .navbar {
    /* padding: 22px 20px;
    background-color: #fff; */
  }
  .navbar .nav-container {
    /* max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; */
  }
  .navbar ul {
    list-style: none;
  }

  .navbar .nav-container .nav-links {
    position: relative;
    flex-shrink: 0;
  }
  @media (max-width: 1024px) {
    .navbar .nav-container .nav-links {
      display: none;
    }
  }
  .navbar .nav-container .nav-links .nav-list {
    position: relative;
    z-index: 1;
    list-style-type: none;
    gap: 40px;
  }
  .navbar .nav-container .nav-links .nav-list li {
    /* padding: 20px 6px;
    margin: 0 10px; */
    position: relative;
  }
  .navbar .nav-container .nav-list li a {
    /* font-family: League Spartan; */
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    /* transition: 0.3s; */
    display: inline-block;
    padding: 0px 0px;
    /* margin-left: 66px; */
    border-bottom: 2px solid transparent;

    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
  }
  .navbar .nav-container .nav-links .nav-list li a:hover {
    color: #F87B2A;
    /* transform: scale(1.05); */
/*     border-bottom-color: #F87B2A; */

  }

  @media screen and (min-width: 1024px) {
    .nav-list {
      display: flex !important;
    }
    .mobile-menu {
        display: none;
      }
  }
  .navbar .hamburger {
    display: none;
    position: relative;
    padding: 10px;
  }
  .mobile-menu {
    position: fixed;
    width: 100%;
    top: 0;
  }
  @media(max-width: 1024px) {
    .navbar .hamburger {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 10px;
      z-index: 9;
    }
  }
  #nav-toggle {
    position: relative;
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }
  #nav-toggle span,
  #nav-toggle span:after,
  #nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: 0.3s ease-in-out;
  }
  #nav-toggle span:before {
    top: -10px;
  }
  #nav-toggle span:after {
    bottom: -10px;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:after,
  #nav-toggle.active span:before {
    top: 0;
  }
  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
  .mobile-menu {
    background-color: #141414;
    color: #fff;
    right: 0;
    max-width: 100%;
    height: 100vh;
    padding: 100px 0 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    z-index: 2;
    overflow: auto;
  }
  .mobile-menu .nav-list li a {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    /* transition: 0.3s; */
    display: inline-block;
    padding: 10px 0px;
    margin-left: 20px;
    border-bottom: 2px solid transparent;
  }

  .hidden {
    transform: translateX(-100%);
  }

  .mobile-menu > a.mobile-button {
    box-sizing: border-box;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    transition-duration: .3s;
    transition-property: transform;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    background-color: #FFFFFF00;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 18px 42px 18px 42px;
    margin-left: 60px;
    margin-top: 40px;
  }

	@media(max-width: 767px) {
		.mobile-menu .nav-list li a {
			font-size: 20px;
			line-height: 28px;
			margin-left: 0;
		}
		.mobile-menu > a.mobile-button {
			padding: 16px 38px 16px 38px;
			font-size: 16px;
			margin-left: 40px;
		}
	}





/* Hero */
.hero-section {
    position: relative;
    height: 776px;
    overflow: hidden;
}

.hero-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.elementor-kit-9 .hero-section h1 {
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 1241px;
}

.cta-button,
#product-btn {
    position: relative;
    overflow: hidden;
    padding: 18px 42px;
    background-color: #F87B2A;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;

    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    transition: scale 0.2s ease;
	display: inline-block;
}

.cta-button:hover,
#product-btn:hover {
/*     background-color: #E8381C; */
/*     scale: 1.1; */
	color: #fff;
}
#product-btn {
    position: absolute;
    bottom: -180px;
    left: 11px;
}
.cta-button::before {
    content: '';
    background: #E8381C;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    position: absolute;
    top: 0;
    height: 100%;
}
.cta-button:hover::before {
    transform: translate3d(100%,0,0);
}
.cta-button span {
    position: relative;
	transition: color 0.2s ease;
}
.cta-button:hover span {
/* 	color: #000; */
}



.nav-cta a {
	cursor: pointer !important;
position: relative;
overflow: hidden;
}
.nav-cta a:hover {
/*     border-color: #00000000 !important; */
/*     background: #E8381C !important; */
}
.nav-cta a::before {
    content: '';
    background: #E8381C;
    width: 120%;
    left: -10%;
/*     transform: skew(30deg); */
	transform: translate3d(-100%,0,0) skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    position: absolute;
    top: 0;
    height: 100%;
}
.nav-cta a:hover::before {
    transform: skew(0deg);
}
.nav-cta a span {
	color: #fff;
	position: relative;
}






.video-thumbnails {
    display: flex;
    justify-content: space-around;
    /* padding: 20px; */
    gap: 20px;
    /* background-color: #000; */
    margin-top: -103px;
    /* width: calc(100% + 100px); */
}

.video-preview-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 206px !important;
}

.active-thumbnail {
    border: 2px solid #E8381C;
}

.video-preview-thumbnail .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #E8381C;
    width: 0%;
    transition: width 0.1s linear;
}

.video-preview-thumbnail img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.video-preview-thumbnail .thumbnail-logo {
    margin: 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

  .video-thumbnails::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    pointer-events: none; 
    z-index: 2;
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0.5), transparent);
}
  .video-thumbnails::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    pointer-events: none; 
    z-index: 2;
    background: linear-gradient(to left, black, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    opacity: 0.6 !important;
}



/* Slider */
.swiper-card-section>.e-con-inner {
    padding-left: 100px !important;
}

.swiper-container {
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.swiper-slide.card {
    /* background: #1c1c1c;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.swiper-slide.card img {
    max-width: 100%;
    border-radius: 24px;
    height: 434px;
    object-fit: cover;
	width: 100%;
}

.swiper-slide.card .card-content {
    margin-top: 26px;
}

.swiper-slide.card .card-content h3 {
    font-family: 'Work Sans', sans-serif;
    margin: 32px 0px 28px;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.46px;
    color: #d0d0d0;
	text-transform: uppercase;
}

.swiper-slide.card .card-content p {
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 37.54px;
    color: #d0d0d0;
}

.swiper-slide.card .tags {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    justify-content: start;
}

.swiper-slide.card .tags span {
    /* background: #333; */
    font-family: 'Work Sans', sans-serif;
    padding: 5px 11px;
    border-radius: 20px;
    color: #aaa;
    border: 1px solid #AAAAAA;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.08px;
    text-transform: capitalize;
    /* text-align: left; */
}

/* Product category Listing Widget */
.product-category-listing-container {
    display: flex;
    height: 526px;
    /* overflow: hidden; */
    align-items: center;
    justify-content: center;
  }
  
  .image-box {
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 526px;
    border-radius: 23px;
    flex-basis: 75%;
    flex-shrink: 1;
    flex-grow: 0;
  }
  
  .image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 23px;
  }
  
  .links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
    margin-left: -200px;
    max-height: 406px;
    /* overflow-y: scroll;
    overflow-x: hidden; */
    flex-shrink: 0;
    flex-grow: 1;
    margin-right: 20px;
    z-index: 2;
    position: relative;
  }
  
  .links li {
    /* margin: 10px 0; */
  }
  
  .links li a {
    color: #aaa;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    font-size: 39.2px;
    font-weight: 800;
    line-height: 57.94px;
    transition: transform 0.2s ease ;
  }
  
  .links li a:hover,
  .links li a.active {
    color: #fff;
    transform: scale(1.1) translate(16px, 0px);
	font-weight: 700;
  }
  
  /* .links a::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 60px;
    border-radius: 45px;
    background: url("https://dummyimage.com/100x60/ffffff/000000") no-repeat center/cover;
    display: none;
    transition: all 0.3s;
  } */
  
  .links li a.active::after {
    display: inline-block;
  }


/* Testimonials */
#card1 {
    /* transform: translate(18%, -7%) rotateZ(-3.88deg); */
    /* transform: translate(-17%, -7%) rotateZ(-7.88deg); */
}
#card2 {
    /* transform: translate(0%, 20%); */
    /* transform: translate(0%, 0%); */
}
#card3 {
    /* transform: translate(-15%, -16%) rotateZ(3.12deg); */
    /* transform: translate(16%, -25%) rotateZ(3.88deg); */
}
#card4 {
    /* transform: translate(24%, -16%) rotateZ(3.88deg); */
    /* transform: translate(-12%, 11%) rotateZ(5.88deg); */
}
#card5 {
    /* transform: translate(0%, -40%) rotateZ(3.88deg); */
    /* transform: translate(0%, -10%) rotateZ(-1.88deg); */
}
#card6 {
    /* transform: translate(-24%, -25%) rotateZ(-3.88deg); */
    /* transform: translate(18%, 1%) rotateZ(-5.88deg); */
}



/*MArquee*/
ul.elementor-icon-list-items {
    list-style-type: none;
    padding: 0;
}
li.elementor-icon-list-item {
    border-radius: 8px;
}
.elementor-icon-list-icon {
    vertical-align: middle;
    font-size: 0;
    padding-right: 8px;
}
.elementor-icon-list-icon img {
    display: inline-block;
}



/* Tablet */
@media(max-width: 1024px) {

    /* Slider */
    .swiper-card-section>.e-con-inner {
        padding-left: 50px !important;
    }
    /* Product category widget */
    .links li a {
        font-size: 30px;
        line-height: 50px;
    }
    .links a:hover,
    .links a.active {
      color: #fff;
      transform: scale(1.1) translate(12px, 0px);
    }
}

/* Mobile */
@media(max-width: 767px) {

    /* Hero */
	.hero-section {
		height: 676px;
	}
    .elementor-kit-9 .hero-section h1 {
        font-size: 28px;
        line-height: 30px;
    }

    /* Slider */
    .swiper-card-section>.e-con-inner {
        padding-left: 20px !important;
    }
	.swiper-slide.card .card-content h3 {
		margin: 20px 0px 12px;
		font-size: 16px;
	}
	.swiper-slide.card .card-content p {
		font-size: 22px;
	}

    /* Product category widget */
	.image-box {
		flex-basis: 90%;
	}
	.links {
		margin-left: -223px;
		flex-basis: auto;
	}
    .links li a {
        font-size: 24px;
        line-height: 50px;
    }
    .links a:hover,
    .links a.active {
        color: #fff;
        transform: scale(1.1) translate(10px, 0px);
    }
    #product-btn {
        bottom: -200px;
    }

}





#marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 60px;
    flex-direction: row;
    align-items: center;
  }
  
  #marquee > .e-con-inner {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 60px;
    min-width: 100%;
    /* animation: scroll 10s linear infinite; */
  }
  
  @media (prefers-reduced-motion: reduce) {
    #marquee > .e-con-inner {
      animation-play-state: paused;
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(300px);
    }
  
    100% {
      transform: translateX(calc(-100% - 60px));
    }
  }


