* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #000000 !important;
}

.hdr {
  margin: 50px 0px 20px 0px;
}
.hdr .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-style .container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Hero Slider */
.hero-slider {
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

/* Slide Overlay */
.slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.6), rgba(26, 26, 46, 0.9));
  z-index: 1;
}

/* Slide Text */
.hero-style {
  height: 850px;
  transition: all 0.4s ease;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 100%;
}

.hero-style .slide-title h2 {
  font-family: "Gloock", serif;
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}
.hero-style .slide-title h2 span {
  color: #F7911E;
}

.hero-style .slide-text p {
  font-size: 32px;
  font-weight: 500;
  opacity: 0.85;
  margin-bottom: 40px;
  color: #f0f0f0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

/* Buttons */
.theme-btn,
.theme-btn-s2 {
  background-color: #ff6f61;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 32px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.85);
  color: #1a1a2e;
}

.theme-btn:hover,
.theme-btn-s2:hover {
  background-color: #d4574e;
  color: #ffffff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.slide-btns a:first-child {
  margin-right: 10px;
}

/* Swiper Arrows */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  background: transparent;
  text-align: center;
  line-height: 53px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-prev:before,
.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #f0f0f0;
  display: inline-block;
}

.hero-slider .swiper-button-prev:before {
  content: "\f060";
}

.hero-slider .swiper-button-next:before {
  content: "\f061";
}

/* Swiper Pagination */
.hero-slider .swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.nav-link {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-left: 20px;
  margin-right: 20px;
  color: #000000;
}
.nav-link:hover {
  color: #F7911E !important;
}

.about-sec {
  padding: 100px 0px 100px 0px;
}
.about-sec h2 {
  font-family: "Gloock", serif;
  color: #F7911E;
  font-size: 46px;
  margin-bottom: 30px;
}
.about-sec p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #ffffff;
  text-align: justify;
}

.brand-sec {
  padding: 100px 0px 0px 0px;
  background: url(../imgs/bg-brand.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.brand-sec h2 {
  font-family: "Gloock", serif;
  color: #F7911E;
  font-size: 46px;
  margin-bottom: 20px;
  text-align: center;
}
.brand-sec p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #F7911E;
  text-align: center;
}

/* START HEADER DESIGN CODE */
.inner-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.site-logo a {
  display: block;
  font-size: 40px;
  /* 	width: 68px; */
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  width: 32px;
  height: 32px;
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: -350px;
  width: 100%;
  max-width: 350px;
  height: 100%;
  background-color: rgba(66, 66, 66, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-left: 1px solid darkorange;
}

.menu-drawer-wrap {
  width: 100%;
  height: 100%;
  padding: 96px 32px 32px;
  display: flex;
  flex-direction: column;
}

.close {
  position: absolute;
  top: 32px;
  right: 32px;
}

.close-drawer {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border-radius: 50%;
  font-size: 24px;
}

.menu-drawer-wrap nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: calc(100dvh - 365px);
  row-gap: 24px;
  overflow-y: auto;
  scrollbar-width: none;
}

.menu-drawer-wrap nav .nav-link {
  width: 100%;
}

.menu-drawer-wrap nav a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

.menu-drawer-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #fff;
  padding-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  row-gap: 24px;
}

.menu-drawer-footer .site-logo a {
  width: auto;
  height: auto;
}

.menu-drawer-footer .desc {
  margin-left: 8px;
}

/* END HEADER DESIGN CODE */
/* END DEFAULT CODE */
.anim-3d-gallery-wrapper {
  width: 100%;
  aspect-ratio: 16/5;
  overflow: hidden;
  position: relative;
}

.anim-3d-gallery-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* START ROTATION ANIMATION LAYOUT V1  */
/*  .anim-3d-gallery-wrap {
    position: absolute;
    transform-style: preserve-3d;
    aspect-ratio: 3 / 4;
    width: 100%;
    max-width: 12%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) perspective(22vw) rotateY(0);
   animation: rotation3dcardNormal 60s linear infinite;
} */
.anim-3d-gallery-wrap {
  position: absolute;
  transform-style: preserve-3d;
  aspect-ratio: 3/4;
  width: 100%;
  max-width: 12%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) perspective(22vw) scale(2) rotateY(0);
  animation: rotation3dcardZoom 60s linear infinite;
}

@keyframes rotation3dcardNormal {
  0% {
    transform: translate(-50%, -50%) perspective(22vw) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) perspective(22vw) rotateY(360deg);
  }
}
@keyframes rotation3dcardZoom {
  0% {
    transform: translate(-50%, -50%) perspective(22vw) scale(2) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) perspective(22vw) scale(2) rotateY(360deg);
  }
}
.anim-3d-gallery-card {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(calc((var(--position) - 1) * 360 / var(--qty) * 1deg)) translateZ(23vw);
}

/* START ROTATION ANIMATION LAYOUT V1  */
/* START ROTATION ANIMATION LAYOUT V2  */
/* .anim-3d-gallery-wrap {
    position: absolute;
    transform-style: preserve-3d;
    aspect-ratio: 3 / 4;
    width: 100%;
    max-width: 7%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) perspective(22vw) rotateY(0deg);
    animation: rotation3dcardNormal 60s linear infinite;
}
@keyframes rotation3dcardNormal{
  0%{
    transform: translate(-50%,-50%) perspective(22vw) rotateY(0deg);
  }
  100%{
    transform: translate(-50%,-50%) perspective(22vw) rotateY(360deg) ;
  }
}
.anim-3d-gallery-card {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(calc((var(--position) - 1)*(360/var(--qty)) * 1deg)) translateZ(13.5vw);
} */
/* START ROTATION ANIMATION LAYOUT V2  */
.new-style-sec {
  padding: 0px;
}
.new-style-sec h2 {
  font-family: "Gloock", serif;
  color: #F7911E;
  font-size: 46px;
  margin-bottom: 30px;
  text-align: center;
}

.image-slide-sec {
  padding-bottom: 100px;
}
.image-slide-sec img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-slide-sec .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.image-slide-sec .owl-nav button.owl-prev {
  left: 0;
}
.image-slide-sec .owl-nav button.owl-next {
  right: 0;
}
.image-slide-sec .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.image-slide-sec .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.image-slide-sec .owl-dots button.owl-dot.active {
  background-color: #000;
}
.image-slide-sec .owl-dots button.owl-dot:focus {
  outline: none;
}
.image-slide-sec .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.image-slide-sec span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.image-slide-sec .owl-nav button:focus {
  outline: none;
}
.image-slide-sec .owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.image-slide-sec .item {
  width: 100%;
}

.two-watch-sec h6 {
  font-family: "Gloock", serif !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  color: #F7911E;
  padding-right: 30px;
}
.two-watch-sec .zoom-1 {
  width: 25%;
  height: 100%;
  background-image: url(../imgs/zoom1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.two-watch-sec .zoom-2 {
  width: 25%;
  height: 100%;
  background-image: url(../imgs/zoom2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.clints-sec {
  padding: 100px 0px 100px 0px;
}
.clints-sec h2 {
  font-family: "Gloock", serif;
  color: #F7911E;
  font-size: 46px;
  margin-bottom: 30px;
  text-align: center;
}
.clints-sec img {
  width: 190px !important;
  height: 180px; /* test */
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-sec {
  padding: 100px 0px 100px 0px;
}
.footer-sec .container {
  padding-top: 100px;
  border-top: 2px solid #ccc;
}
.footer-sec .container h2 {
  font-family: "Gloock", serif;
  color: #F7911E;
  font-size: 46px;
}
.footer-sec .container p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #ffffff !important;
}
.footer-sec .container .contact ul {
  list-style: none;
  padding-top: 50px;
  padding-left: 0px;
}
.footer-sec .container .contact ul li {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #ffffff !important;
  margin-bottom: 20px;
}
.footer-sec .container .social-media ul {
  padding-left: 0px;
}
.footer-sec .container .social-media ul li {
  display: inline;
}
.footer-sec .container .social-media ul li a {
  color: #F7911E;
  font-size: 22px;
  margin-right: 5px;
  transition: 0.5s;
}
.footer-sec .container .social-media ul li a:hover {
  color: #c64238;
}

.btm-sec {
  background-color: #F7911E;
  padding: 15px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btm-sec p {
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #000000 !important;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.sticky {
  position: sticky !important;
  z-index: 99;
  top: 0px;
  transition: 0.5s;
}

.btn-one {
  background-color: #F7911E;
  padding: 8px 20px;
  border-radius: 30px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
.btn-one:hover {
  background-color: #c64238;
}

.layout {
  height: 60px;
  width: 60px;
  padding: 15px;
}

.burger-menu {
  position: relative;
  display: block;
  width: 36px;
  height: 28px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.burger-menu .bar {
  transition: all 0.3s ease-out;
  height: 4px;
  width: 100%;
  display: block;
  background-color: #1B2126;
}

.burger-menu .bar:nth-of-type(2) {
  margin: 8px 0;
}

.burger-menu--closed {
  transition-delay: 0.3s;
}

.burger-menu--closed .bar:nth-of-type(2) {
  width: 28px;
  transition-property: margin, height, width;
  transition-delay: 0.3s, 0.3s, 0s;
}

.burger-menu--closed .bar:nth-of-type(3) {
  width: 32px;
}

.burger-menu--closed:hover .bar:nth-of-type(2) {
  width: 100%;
}

.burger-menu--closed:hover .bar:nth-of-type(3) {
  width: 100%;
}

.burger-menu--opened {
  padding-top: 12px;
}

.burger-menu--opened .bar:nth-of-type(1) {
  transform: rotate(45deg);
  transition-delay: 0.3s;
  height: 4px;
}

.burger-menu--opened .bar:nth-of-type(2) {
  opacity: 0;
  height: 0;
  margin: -4px 0;
}

.burger-menu--opened .bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transition-delay: 0.3s;
  height: 4px;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.space {
  position: relative;
  margin: 115px 0px 60px calc((100% - 326px) * 0.5);
  left: 33px;
  grid-area: 1/1/2/2;
  justify-self: start;
  align-self: start;
}

.store-sec {
  padding: 100px 0px 0px 0px;
  background: url(../imgs/shop_bg.png);
  background-attachment: fixed;
  background-size: cover;
}
.store-sec h2 {
  font-family: "Gloock", serif;
  color: #F7911E;
  font-size: 46px;
  margin-bottom: 30px;
}
.store-sec .box {
  background-color: #222222;
  padding: 50px;
  margin-bottom: 20px;
}
.store-sec .box h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
}
.store-sec .box h4 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  color: #F7911E;
  font-size: 26px;
}
.store-sec .box h5 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  color: #ffffff;
  font-size: 24px;
}
.store-sec .box h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  color: #ffffff;
  font-size: 20px;
}

.shop-sec {
  padding: 100px 0px 0px 0px;
}
.shop-sec h2 {
  font-family: "Gloock", serif;
  color: #F7911E;
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.shop-sec .wrp {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.gallery-sec {
  padding: 100px 0px 100px 0px;
}
.gallery-sec .scroller-container {
  --slide-width: clamp(150px, 20vw, 300px);
  --slide-gap: calc(var(--slide-width) * 0.06);
  --slide-border-radius: calc(var(--slide-width) * 0.06);
  overflow: hidden;
  width: 100vw;
  position: relative;
}
.gallery-sec .scroller-container::before {
  position: absolute;
  content: "";
  width: var(--slide-width);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, var(--background-color), transparent);
}
.gallery-sec .scroller-container::after {
  position: absolute;
  content: "";
  width: var(--slide-width);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, transparent, var(--background-color));
}
.gallery-sec .scroller-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: var(--slide-gap);
  width: calc((var(--slide-width) + var(--slide-gap)) * 6);
  animation: moveLeft 25s linear infinite;
}
.gallery-sec .scroller-slide {
  flex: none;
  width: var(--slide-width);
  aspect-ratio: 9/11;
  background: #eee;
  border-radius: var(--slide-border-radius);
  overflow: hidden;
  cursor: pointer;
}
@keyframes moveLeft {
  from {
    transform: translatex(0);
  }
  to {
    transform: translatex(-100%);
  }
}
.gallery-sec img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=style.css.map */