
.launch-badge {
  background: #2563eb;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.category-list {
  border-radius: 10px;
  margin-top: 15px;
}
.category-item {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 12px;
  margin: 3px;
  border-radius: 20px;
  font-size: 0.9rem;
}
h1 {
  max-width: 60%;
  font-size: 50px;
}
.form-card {
  border: 0px none !important;
  box-shadow: none !important;
}
.cracker p, .cracker h4 {
  text-align: left;
}
.cracker h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #32452f;
}
.cracker p {
  color: #3a3546 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}
.cracker .btn {
  background: #2d7af1;
  border-radius: 30px;
  font-weight: 300;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 12px;
}
.cracker .btn:hover {
  color: #fff !important;
  background: #074d6c;
}
.cracker select, .cracker input {
  line-height: 30px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
}
.cracker span.input-group-text {
  font-size: 14px;
}
.cracker label {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-radius: 15px;
  padding: 5px 8px;
  text-align: left;
  max-width: 250px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 15px;
}
.cracker label i {
  color: #007bff;
  margin-right: 5px;
}
.cracker .container {
  background-color: #000000;
  background-image: url(https://vurks.ae/assets/images/gitex/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cracker .container .card-body {
  background: #0000009c;
}
.cracker .card-header {
  background: linear-gradient(297.61deg, #7F1138 5.46%, #1E4073 76.74%, #081949 129.72%);
  color: #fff;
  line-height: 40px;
  font-size: 25px;
  text-transform: uppercase;
}
.cracker .container {
  padding: 0px;
}

.countdown-container {
  position: relative;
  z-index: 2;
}
.countdown-container .cta-button {
  background: #fff;
  color: #000;
}
.countdown-container .cta-button:hover {
  background: #e7190e;
  color: #fff;
}
.countdown-title {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
  max-width: 80% !important;
  animation: pulse 6.9s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.countdown-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  font-weight: 300;
}
.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.time-unit {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  min-width: 120px;
  transition: all 0.3s ease;
  animation: slideUp 0.6s ease-out;
}
.time-unit:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.time-number {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  display: block;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.time-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  font-weight: 500;
}
.gitex-badge {
  /*background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  animation: bounce 2s infinite;
  box-shadow: 0 10px 30px rgba(238, 90, 36, 0.3);*/
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2rem;
}
.gitex-badge img {
  width: 250px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.cta-button {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  border: none;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(238, 90, 36, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(238, 90, 36, 0.4);
  background: linear-gradient(45deg, #ee5a24, #ff6b6b);
  color: white;
}
.urgency-text {
  color: #ff6b6b;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1rem;
  animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0.7;
  }
}
.floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.floating-icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-size: 2rem;
  animation: floatIcon 15s linear infinite;
}
@keyframes floatIcon {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .countdown-title {
    font-size: 2.5rem;
  }
  .countdown-timer {
    gap: 1rem;
  }
  .time-unit {
    min-width: 100px;
    padding: 1.5rem 1rem;
  }
  .time-number {
    font-size: 2.5rem;
  }
}
.gradient-border {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 1px;
  border-radius: 12px;
}
.gradient-border-inner {
  background: white;
  border-radius: 11px;
  padding: 1rem 1.5rem;
}
.counter-animation {
  animation: countUp 2s ease-out;
}
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.media-logo {
  filter: grayscale(100%) opacity(0.7);
  transition: all 0.3s ease;
}
.media-logo:hover {
  filter: grayscale(0%) opacity(1);
}


/*Responsive*/
@media (min-width: 1200px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 650px) {
  .countdown-timer .time-unit:last-child {
    display: none !important;
  }
  .logo img {
    filter: none;
  }
  .hero {
    height: 100vh;
  }
}
/*Responsive*/