.elementor-9289 .elementor-element.elementor-element-4713251{--display:flex;}.elementor-9289 .elementor-element.elementor-element-4713251 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-9289 .elementor-element.elementor-element-dd374b4 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-9289 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for html, class: .elementor-element-dd374b4 */.body1 {
      height: 100%;
      background: url(Free_HD_Stock_Video_Footage_Stars_Moving_Though_Outer_Space-ezgif.com-crop.gif) center no-repeat;
      background-size: cover;
      overflow: hidden;
      font-family: 'Segoe UI', sans-serif;
    }

    .container1 {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
   
   
    #rocket {
      position: absolute;
      bottom: 100px;
      width:300px;
      z-index: 3;
      transition: transform 2s ease-in;
    }

    .launch {
      transform: translateY(-100vh);
    }

    .smoke-container {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 150%;
      pointer-events: none;
      z-index: 2;
      overflow: hidden;
    }

    .smoke {
      position: absolute;
      bottom: 0;
      background: radial-gradient(rgba(255, 255, 255, 0.4), transparent);
      border-radius: 50%;
      opacity: 0.25;
      animation: smokeRise 1.6s ease-out forwards;
      filter: blur(8px);
    }

    @keyframes smokeRise {
      0% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
        filter: blur(6px);
      }
      50% {
        opacity: 0.3;
        filter: blur(10px);
      }
      100% {
        transform: translateY(-600px) scale(4);
        opacity: 0;
        filter: blur(16px);
      }
    }

    .countdown {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 100px;
      color: #ffffff;
      font-weight: 800;
      background: linear-gradient(135deg, #ffcc00, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: pulse 1s infinite;
      z-index: 10;
      text-shadow: 0 0 15px rgba(255,255,255,0.5);
    }

    @keyframes pulse {
      0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
      50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.7; }
    }

    .message {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      font-size: 32px;
      color: white;
      opacity: 0;
      transition: opacity 0.6s ease, transform 0.6s ease;
      z-index: 4;
    }

    .show-message {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }

    .brand {
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      font-size: 36px;
      font-weight: bold;
      background: linear-gradient(to right, #fff 20%, #f37455 50%, #fff 80%);
      background-size: 200% auto;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: shine 4s linear infinite;
      opacity: 0;
      transition: opacity 0.8s ease, transform 0.8s ease;
      z-index: 4;
    }

    .show-brand {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }

    @keyframes shine {
      0% { background-position: 200% center; }
      100% { background-position: -200% center; }
    }

   .launch-btn {
  position: absolute;
  bottom: 50px;
  padding: 12px 28px;
  background: linear-gradient(to top, #ff1f1f, #ff5e5e);
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 8px 0 #c62828, 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  transform: translateY(0);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  letter-spacing: 1px;
}

.launch-btn:hover {
  background: linear-gradient(to top, #ff3c3c, #ff7676);
  box-shadow: 0 10px 0 #b71c1c, 0 12px 25px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.launch-btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b71c1c, 0 6px 10px rgba(0, 0, 0, 0.2);
}/* End custom CSS */