html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "Inter_18pt-Medium";
  src: url("./assets/fonts/Inter_18pt-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Italic";
  src: url("./assets/fonts/Roboto-Italic.ttf");
}


@font-face {
  font-family: "Roboto-Regular";
  src: url("./assets/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "BeauRivage-Regular";
  src: url("./assets/fonts/BeauRivage-Regular.ttf");
}

@font-face {
  font-family: "Inter_18pt-SemiBold";
  src: url("./assets/fonts/Inter_18pt-SemiBold.ttf");
}

@font-face {
  font-family: "Calistoga-Regular";
  src: url("./assets/fonts/Calistoga-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("./assets/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("./assets/fonts/Poppins-Medium.ttf");
}

main {
  width: 100%;
  height: 100%;
  /* background-image: url('./assets/images/bg.png'); */
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.newpo-info,
.delivery {
  position: absolute;
  top: 44rem;
  width: 85.1%;
  left: 8.85rem;
  display: flex;
  justify-content: space-between;
  height: 7.3rem;
  align-items: center;
}

.newpo-info div,
.delivery {
  width: 19.5%;
  text-align: center;
  font-size: 1.8rem;
  color: white;
  font-family: "Inter_18pt-Medium";
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
}

.feedback-info {
  position: absolute;
  top: 44rem;
  width: 85%;
  left: 9rem;
  display: flex;
  justify-content: space-between;
  height: 7rem;
  align-items: center;
}

.feedback-info div {
  width: 19.5%;
  text-align: center;
  font-size: 1.8rem;
  color: white;
  font-family: "Inter_18pt-Medium";
}

.ratings {
  position: absolute;
  top: 30rem;
  left: 9rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  gap: 0.25rem;
}

.winner-info {
  position: absolute;
  top: 19.6rem;
  width: 76.25%;
  left: 9.5rem;
  display: flex;
  justify-content: space-between;
  height: 15.2rem;
  align-items: center;
}

.winner {
  width: 272px;
  height: 243px;
  position: relative;
}

.winner img {
  border-radius: 1.85rem;
}

.congratulation {
  position: absolute;
  top: 11.48rem;
  left: 24.1rem;
}

.comment-section {
  position: absolute;
  top: 59.3rem;
  left: 12.5rem;
  width: 99rem;
  text-align: center;
  color: white;
  font-family: "Inter_18pt-Medium";
  font-family: "Poppins-Regular";
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}

.department-name {
  text-transform: uppercase;
  position: absolute;
  top: 41.7rem;
  left: 32rem;
  color: white;
  width: 15.7rem;
  text-align: center;
  font-size: 1.2rem;
}

.company-name,
.bdm-name,
.feedback-from,
.csperson,
.client-name,
.feedback-to,
.quantity,
.product,
.product-name,
.feedbfeedback-infoack-from,
.project-name {
  text-transform: capitalize;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
}

.winner-1,
.winner-2,
.winner-3 {
  color: white;
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  top: 16.5rem;
  width: 18rem;
  left: -0.5rem;
  height: 4rem;
  top: 15.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-Medium";
}

/* Animations */

.container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* Confetti */
.confetti-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 50%;
}

/* Different animation speeds */
@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(25px, 120vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(100px, 120vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(-50px, 120vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.confetti--animation-slow {
  animation: confetti-slow 2.5s linear 1 forwards;
}

.confetti--animation-medium {
  animation: confetti-medium 2s linear 1 forwards;
}

.confetti--animation-fast {
  animation: confetti-fast 1.5s linear 1 forwards;
}

/* .swiper-pagination{
    display: none;
  } */

.rewardee-1 {
  position: absolute;
  top: 29.3rem;
  left: 14.3rem;
  width: 25.4rem;
  height: 22.75rem;
  border-radius: 2rem;
}

.rewardee-2 {
  position: absolute;
  top: 29.3rem;
  left: 47.5rem;
  width: 25.4rem;
  height: 22.75rem;
  border-radius: 2rem;
}

.rewardee-3 {
  position: absolute;
  top: 29.3rem;
  left: 80.5rem;
  width: 25.4rem;
  height: 22.75rem;
  border-radius: 2rem;
}

.recognition-name {
  color: white;
  text-align: center;
  position: relative;
  top: 0.75rem;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-family: "Poppins-Regular";
  font-weight: 500;
}

.rewardee img {
  border-radius: 2rem;
}

.img-new {
  position: absolute;
  top: 17.5rem;
  left: 37.6rem;
  width: 713px !important;
  height: 266px !important;
  z-index: 10000;
}

.recognition-title {
  position: absolute;
  top: 62rem;
  left: 52.1rem;
  color: white;
  width: 15.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Poppins-Regular";
  font-weight: bold;
}

.swiper-pagination {
  display: none !important;
}

.height,
.width {
  z-index: 100;
}

.height {
  position: absolute;
  font-size: 10rem;
  top: 1rem;
  left: 1rem;
}

.width {
  position: absolute;
  font-size: 10rem;
  top: 1rem;
  right: 1rem;
}


.anniversary-name {
  position: absolute;
  top: 56rem;
  left: 42rem;
  font-size: 6rem;
  width: 77rem;
  text-align: center;
  color: white;
  font-family: "Inter_18pt-SemiBold";
  text-transform: capitalize;
}

.anniversary-years {
  position: absolute;
  top: 29.5rem;
  left: 49.5rem;
  font-size: 22rem;
  color: white;
  font-family: "Calistoga-Regular";
  width: 22rem;
  height: 19rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.birthday-people {
  position: absolute;
  top: 31rem;
  display: flex;
  left: 6rem;
  width: 89.5%;
  justify-content: center;
  gap: 3rem;
}

.birthday-person {
  width: 25rem;
  height: 25rem;
  outline: 10px solid #e5bf92;
  border-radius: 3rem;
}

.birthday-person img {
  border-radius: 3rem;
}

.birthday-name,
.birthday-dob {
  margin-top: 2rem;
  font-size: 2.1rem;
  color: #e08649;
  text-align: center;
  font-family: "BeauRivage-Regular";
}

.birthday-name {
  font-family: "Poppins-Medium";
  text-transform: capitalize;
}

.birthday-dob {
  margin-top: 1rem;
  font-size: 2rem;
  color: #e08649;
  text-align: center;
  font-family: "Poppins-Regular";
}

.birthday-title {
  position: absolute;
  top: 9rem;
  font-size: 10rem;
  color: #be6f38;
  width: 100%;
  text-align: center;
  font-family: "BeauRivage-Regular";
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  color: #c87941;
  /* stroke-width: 10px;


  -webkit-text-stroke: 1px black;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000; */

  color: transparent;
  -webkit-text-stroke: 3px #c87941;
}

.online-mode {
  border-top: 5px solid #2ecc71;
}

.offline-mode {
  border-top: 5px solid #e74c3c;
}

.offline-mode::after {
  content: " (Offline Mode)";
  color: #e74c3c;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  background: white;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.rewardees-wrapper {
  position: absolute;
  top: 31rem;
  display: flex;
  left: 6rem;
  width: 89.5%;
  justify-content: center;
  gap: 3rem;
}

.rewardee-person {
  width: 25rem;
  height: 25rem;
  border-radius: 3rem;
}

.rewardee-name {
  margin-top: -5.5rem;
  font-size: 2.1rem;
  color: #ffffff;
  text-align: center;
}

.rewardee-extra {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  display: block;
}

.rewardee-photo {
  background-image: url("./assets/images/bgframe.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background-size: 26.5rem;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.rewardee-photo img {
    width: 86%;
    height: 64%;
    margin-top: 3rem;
    border-radius: 3rem;
}

.rewards-title{
        position: absolute;
    top: 62.5rem;
    left: 49rem;
    color: white;
    width: 22.5rem;
    text-align: center;
    font-size: 1.75rem;
}

.anniversary-info img {
  position: absolute;
  top: 34rem;
  width: 26rem;
  height: 28rem;
  left: 13rem;
  border-radius: 3rem;
}

/* Demo Devices Slides */
.demo-devices-title {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.demo-devices-table-container {
  position: absolute;
  top: 21rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-height: 700px;
  overflow: hidden;
}

.demo-devices-table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.demo-devices-table th {
  background-color: #2c3e50;
  color: white;
  padding: 15px;
  text-align: left;
  font-size: 24px;
}

.demo-devices-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
}

.demo-devices-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.demo-devices-table tr:hover {
  background-color: #e6f7ff;
}

.demo-devices-counter {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Demo Devices Slides */
.demo-devices-title {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.demo-devices-table {
  position: absolute;
  top: 23rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.demo-devices-table th {
  background-color: #2c3e50;
  color: white;
  font-size: 2rem;
  padding: 15px;
  text-align: center;
}

.demo-devices-table td {
  padding: 12px 15px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

.demo-devices-table tr:nth-child(even) {
  background-color: #f3f3f3;
}

.demo-devices-table tr:hover {
  background-color: #e6f7ff;
}

.demo-devices-no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
  text-align: center;
  width: 80%;
}

.demo-devices-counter {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 20px;
}

/* Demo Devices Slides with Glassmorphism */
.demo-devices-title {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  z-index: 2;
}

.demo-devices-table-container {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}

.demo-devices-table {
  width: 90%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.2);
    font-family: "Roboto-Regular";

}

.demo-devices-table th {
  background-color: #213b43;
  color: white;
  font-size: 2.75rem;
  padding: 15px;
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 1.5rem;
}

.demo-devices-table td {
  padding: 12px 15px;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 1rem;
    font-family: "Roboto-Italic";

}

.demo-devices-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

.demo-devices-table tr:hover {
  background-color: rgba(230, 247, 255, 0.3);
}

.demo-devices-no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
  text-align: center;
  width: 80%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.demo-devices-counter {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

