@import url("https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Great+Vibes&family=Jomhuria&family=Lexend+Deca:wght@100..900&family=Playball&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap");

/* header */
.main-menu__logo a {
  font-size: 2.2rem;
  color: white;
  font-family: "Bricolage Grotesque", serif;

  font-optical-sizing: auto;
  font-weight: 500;
  /* font-style: normal; */
  /* word-spacing: 2px; */
  text-align: center;
}

.stricky-fixed .main-menu__logo a {
  color: black;
}

.hero-section {
  height: 600px;
  padding: 10px;
  /* border: 1px solid red; */
  z-index: 1;
}
.hero-container {
  --r: 30px;
  --s: 30px;
  --x: 850px;
  --y: 10px;

  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000
        72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1 * var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;

  background-image: url(../images/bg/banner-3.png);
  background-size: cover;
  height: 580px;

  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.hero-detail {
  width: 600px;
}
.hero-detail h2 {
  color: whitesmoke;
}

/* elevator */
/* border: 1px solid white; */
.elevator-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  width: 350px;
  /* border: 1px solid; */
  margin-top: 70px;
}

.elevator-carousel {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  /* background: #fff; */
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */
}

.carousel-track {
  display: flex;
  flex-direction: column;
}

.elevator-slide {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elevator-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.6));
  padding: 20px;
}

.control-panel {
  margin-top: 20px;
  background: #111;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: absolute;
  right: -50px;
  display: none;
}

.control-panel button {
  background: #222;
  color: #0ff;
  border: 2px solid #0ff;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.control-panel button:hover {
  background: #0ff;
  color: #000;
}

.floor-display {
  font-family: "Digital-7 Mono", monospace;
  font-size: 22px;
  background: black;
  color: #0f0;
  padding: 8px 16px;
  border-radius: 6px;
  border: 2px inset #333;
  min-width: 40px;
  text-align: center;
}

.elevator-tooltip {
  position: absolute;
  margin-top: 20px;
  max-width: 200px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  opacity: 0;
  bottom: -10px;
  right: -80px;
  line-height: 15px;
}
.elevator-tooltip h3 {
  margin: 0 0 5px;
  font-size: 14px;
  color: #0ff;
}
.elevator-tooltip p {
  margin: 0;
  font-size: 12px;
}

/* elevator style */
/* products */
/* .product-section {
      overflow: hidden;
      position: relative;
      width: 100%;
      text-align: center;
      margin-top:50px ;
    } */

.product-section .product-container {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-left 25s linear infinite;
  /* max-width: 1250px; */
  margin: 40px auto;
}

.product-section .main-product-card {
  flex: 0 0 auto;
  width: 300px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: #f9f9f9;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-section .main-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.main-product-card .service-dt {
  position: absolute;
  width: 300px;
  /* height: 50px; */
  /* background-color: black; */
  background: linear-gradient(135deg, #000541ec, #203a43c9, #2c5364a9);
  bottom: 50px;
  color: White;
  text-align: center;
  padding: 20px 10px;
  font-family: "Bricolage Grotesque", serif;
  font-size: 1.2rem;
}

/* @media (max-width: 768px) {
      .product-section .main-product-card {
        width: 180px;
        height: 300px;
      }
    }

    @media (max-width: 480px) {
      .product-section .main-product-card {
        width: 140px;
        height: 240px;
      }
    } */
/* products */
/* elevator style */

/* section  */
.ele-elements {
  max-width: 1200px;
  /* border: 1px solid; */
  margin: 20px auto;
  display: flex;
}

.ele-elements .elements-card {
  width: 250px;
  height: 180px;
  border-bottom: 3px solid black;
  padding: 30px;
  transition: all 0.4s ease;
}

.ele-elements .elements-card h1 {
  font-size: 62px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px rgb(0, 48, 180);
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.ele-elements .elements-card h6 {
  font-size: 22px;
}

.ele-elements .elements-card:hover {
  transform: translateY(-30px);
}

.ele-elements .elements-card:hover h1 {
  color: rgb(0, 48, 180);
  -webkit-text-stroke: 2px rgb(0, 48, 180);
}

/* about section */
.about-section {
  padding: 80px 20px;
  /* background: #f8f9fa; */
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 500px;
}

.about-text h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #002366;
}

.about-text h2 span {
  color: rgb(0, 48, 180);
}

.about-text p {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #444;
}

.about-points {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.about-points li {
  font-size: 15px;
  margin-bottom: 5px;
  color: #222;
}

.about-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #002366;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.about-btn:hover {
  background: #00b7ff00;
  border: 2px solid #002366;
}

.about-image {
  flex: 1 1 400px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-text {
    order: 2;
  }
  .about-image {
    order: 1;
    margin-bottom: 30px;
  }
}

/* horizontal effect */

.all-product {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  /* border: 1px solid red; */
}
.e-product-container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: max-content;
  justify-content: space-evenly;
  align-items: center;
  /* padding: 0 10vw; */
}
.e-product-card {
  flex: 0 0 350px;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.4s ease;
  filter: grayscale(1);
}

.e-product-card:hover {
  filter: grayscale(0);
}

.e-product-card:nth-child(1) {
  background-image: url(../images/elevator/1.png);
}
.e-product-card:nth-child(2) {
  background-image: url(../images/elevator/2.png);
}
.e-product-card:nth-child(3) {
  background-image: url(../images/elevator/3.png);
}
.e-product-card:nth-child(4) {
  background-image: url(../images/elevator/4.png);
}
.e-product-card:nth-child(5) {
  background-image: url(../images/elevator/5.png);
}
.e-product-card:nth-child(6) {
  background-image: url(../images/elevator/6.png);
}

.e-product-card h1 {
  position: absolute;
  top: -40px;
  left: 20px;
  color: #09203f;
  font-size: 65px;
}

.e-product-card .product-card-detail {
  position: absolute;
  width: 100%;
  bottom: 50px;
  background-color: rgb(0, 3, 39);
  color: white !important;
  transition: all 0.4s ease;
  padding: 20px 10px;
}
.e-product-card .product-card-detail p {
  display: none;
  transition: all 0.2s ease;
}
.e-product-card .product-card-detail h2 {
  color: white;
  font-size: 1rem;
}

.e-product-card:hover .product-card-detail {
  /* background-color: rgb(0, 17, 255); */
  background: linear-gradient(135deg, #537895, #09203f);
  bottom: 10px;
  min-height: 100px;
}

.e-product-card:hover .product-card-detail .product-card-description {
  display: block;
}
@media (max-width: 768px) {
  .all-product {
    height: auto;
  }
  .e-product-container {
    padding: 20px;
    flex-wrap: wrap;
    width: 100%;
  }
  .e-product-card {
    flex: 1 1 calc(50% - 20px);
    height: 320px;
  }
}

/* scroll testing */
/* ?footer logo */
.site-footer__logo a {
  color: white;
  font-size: 26px;
  font-family: "Bricolage Grotesque", serif;
}

/* ?footer logo */
.site-footer__bottom-text {
  text-align: center;
}

.ft-iso {
  width: 90px;
}


/* testing */

/* testing */