:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

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

html,
body {
  height: 100%;
  background: #000000;
  margin: 0;
  padding: 0;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  background: #000000;
  overflow: hidden;
}
.frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 14px;
  position: relative;
  width: 90%;
  max-width: 1177.121px;
  min-height: 755.682px;
  margin: 5% auto;
  padding: 10% 5%;
  z-index: 1;
  animation: fadeIn 0.8s ease-out both;
}
.group {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  z-index: 2;
}
.group-1 {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 289.5px;
  height: 198.5px;
  background: url(bookmy.png)
    no-repeat center;
  background-size: contain;
  z-index: 3;
  animation: scaleIn 1.2s ease-out 0.5s both, float 3s ease-in-out 2s infinite;
}
.group-2 {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 306.786px;
  height: 75px;
  z-index: 4;
  animation: slideUp 1s ease-out 1.2s both;
}
.group-3 {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: auto;
  min-height: 47.657px;
  margin: 13.671px 0 0 0;
  font-size: 0px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 20px;
  color: #ffffff;
  font-family: League Spartan, var(--default-font-family);
  font-size: clamp(14px, 3.5vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1.68px;
  z-index: 7;
  animation: fadeIn 1s ease-out 1.4s both;
}
.rectangle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #ffffff;
  z-index: 6;
  animation: pulse 2s ease-in-out 2.5s infinite;
}
.group-4 {
  position: absolute;
  width: 306.786px;
  height: 75px;
  top: 0;
  left: 0;
  z-index: 8;
}
.flex-row-ab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 306.786px;
  height: 21.876px;
  margin: 0 0 0 0;
  z-index: 11;
}
.vector {
  flex-shrink: 0;
  position: relative;
  width: 22.896px;
  height: 23.877px;
  max-width: 100%;
  background: #000000;
  z-index: 9;
}
.vector-5 {
  flex-shrink: 0;
  position: relative;
  width: 22.896px;
  height: 23.877px;
  max-width: 100%;
  background: #000000;
  z-index: 11;
}
.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 306.786px;
  height: 21.876px;
  margin: 31.249px 0 0 0px;
  z-index: 12;
}
.vector-6 {
  flex-shrink: 0;
  position: relative;
  width: 22.896px;
  height: 23.877px;
  max-width: 100%;
  background: #000000;
  z-index: 10;
}
.vector-7 {
  flex-shrink: 0;
  position: relative;
  width: 22.896px;
  height: 23.877px;
  max-width: 100%;
  background: #000000;
  z-index: 12;
}
.frame-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 14px;
  position: relative;
  width: 252.45px;
  z-index: 13;
}
.group-9 {
  flex-shrink: 0;
  position: relative;
  width: 73.678px;
  height: 73.678px;
  max-width: 100%;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-09-26/fOFjMB0zqJ.png)
    no-repeat center;
  background-size: contain;
  z-index: 14;
  animation: fadeIn 0.8s ease-out 1.8s both, cameraShutter 2.5s ease-in-out 3s infinite;
}
.exclude {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
}

/* Media Queries for Responsive Design */

/* Mobile devices (up to 767px) */
@media screen and (max-width: 767px) {
  .frame {
    width: 95%;
    padding: 15% 5%;
    gap: 20px;
  }
  
  .group-1 {
    max-width: 200px;
    height: auto;
    aspect-ratio: 289.5 / 198.5;
  }
  
  .group-2 {
    max-width: 280px;
  }
  
  .group-3 {
    width: 95%;
    max-width: 280px;
    margin: 10px auto 0 auto;
  }
  
  .rectangle {
    width: 100%;
  }
  
  .coming-soon {
    font-size: clamp(12px, 4vw, 18px);
    padding: 8px 15px;
    letter-spacing: 1px;
  }
  
  .group-4 {
    width: 100%;
  }
  
  .flex-row-ab,
  .flex-row {
    width: 100%;
    justify-content: space-around;
    gap: 20px;
  }
  
  .vector,
  .vector-5,
  .vector-6,
  .vector-7 {
    width: 18px;
    height: 18px;
  }
  
  .frame-8 {
    width: 100%;
  }
}

/* Tablet devices (768px to 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .frame {
    width: 90%;
    padding: 12% 8%;
  }
  
  .group-1 {
    max-width: 250px;
  }
  
  .group-2 {
    max-width: 300px;
  }
  
  .coming-soon {
    font-size: clamp(20px, 3.5vw, 26px);
  }
  
  .flex-row-ab,
  .flex-row {
    justify-content: space-between;
  }
}

/* Large tablets and small laptops (1024px to 1199px) */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .frame {
    width: 85%;
    padding: 10% 6%;
  }
  
  .coming-soon {
    font-size: clamp(22px, 3vw, 28px);
  }
}

/* Desktop and larger screens (1200px and up) */
@media screen and (min-width: 1200px) {
  .frame {
    width: 80%;
    max-width: 1177px;
  }
}

/* Camera Shutter Animation */
@keyframes cameraShutter {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(0.3) rotate(180deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(0.1) rotate(360deg);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.3) rotate(540deg);
    opacity: 0.7;
  }
  100% {
    transform: scale(1) rotate(720deg);
    opacity: 1;
  }
}

/* Fade In Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slide Up Animation */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 1);
  }
}

/* Floating Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Scale In Animation */
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
