@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  color: #ce4b56;
}

span {
  font-weight: 500;
  color: #ce4b56;
}

.header {
  background-image: url(/public/hero.jpg);
  color: #ce4b56;
  text-align: center;
  padding: 50px 0;
}

.header h1 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
}

.main-content {
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

.collection {
  margin-top: 30px;
}


.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.432);
  z-index: 30;
}

.whatsapp-button img {
  width: 30px;
  height: 30px;
}
h3
{
  color: #ce4b56 !important;
}
.footer {
  background-color: #f56d78; 
  color: white;
  text-align: center;
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.432);
  z-index: 30;
}
.topper {
  background-color: #f56d78; 
  color: white;
  text-align: center;
  padding: 5px 0;
}
.topper a {
  color: white;
  text-decoration: underline;
}

.video-container {
  display: flex;
  justify-content: space-between;
}
.video-item {
  position: relative;
  width: 48%;
  padding-top: 48%;
  overflow: hidden;
}
.video-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
