label {
  background: #444;
  color: #fff;
  transition: transform 400ms ease-out;
  display: inline-block;
  min-height: 100%;
  width: 100vw;
  /* height: 100vh; */
  position: relative;
  z-index: 1;
  text-align: end;
  line-height: 100vh;
}

form {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  white-space: nowrap;
}
input {
  position: absolute;
}
label img {
  height: auto;
  width: auto;
}

.keys {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  text-align: center;
  transition: all 300ms linear;
  opacity: 0;
}
.keys-list {
  display: flex;
  justify-content: center;
  color: #fff;
  list-style: none;
}
.keys-list li {
  color: #fff;
}

input:focus ~ .keys {
  opacity: 0.8;
}

input:nth-of-type(1):checked ~ label:nth-of-type(1),
input:nth-of-type(2):checked ~ label:nth-of-type(2),
input:nth-of-type(3):checked ~ label:nth-of-type(3),
input:nth-of-type(4):checked ~ label:nth-of-type(4) {
  z-index: 0;
}

input:nth-of-type(1):checked ~ label {
  transform: translate3d(0, 0, 0);
}

input:nth-of-type(2):checked ~ label {
  transform: translate3d(-100%, 0, 0);
}

input:nth-of-type(3):checked ~ label {
  transform: translate3d(-200%, 0, 0);
}

input:nth-of-type(4):checked ~ label {
  transform: translate3d(-300%, 0, 0);
}

label {
  background: black;
  background-size: cover;
  font-size: 3rem;
}

label[for="diamonds"],
label[for="hearts"] {
  background: rgba(0, 0, 0, 0.2);
}

label:before,
label:after {
  color: white;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  padding: 1rem;
  font-size: 3rem;
  height: 10rem;
  vertical-align: middle;
  line-height: 10rem;
  top: 70%;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
}

label:before {
  content: "\276D";
  right: 100%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

label:after {
  content: "\276C";
  left: 100%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

/* Add this CSS to your stylesheet */
.banner-slider3,
.slider-inner-wrap,
form {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.banner-slider3 img {
  max-width: 100%;

  height: auto;
  display: block;
}

@media only screen and (max-width: 600px) {
  .banner-slider3 img {
    margin-top: 50%;
  }
}

.container {
  max-width: 100%;
}

.partner-card {
  list-style: none;
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  width: calc(25% - 20px); /* Adjust width as needed */
  box-sizing: border-box;
}

.partner-card img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.card-content {
  margin-top: 10px;
}

.price {
  font-size: 1.2em;
  margin: 10px 0;
}

.btn-whatsapp {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: rgb(173, 144, 12); /* WhatsApp green */
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .partner-card {
    width: calc(50% - 20px); /* Adjust width for tablets */
  }
}

@media (max-width: 768px) {
  .partner-card {
    width: calc(50% - 20px); /* Adjust width for small tablets */
  }
}

@media (max-width: 576px) {
  .partner-card {
    width: calc(100%); /* Adjust width for mobile */
  }
}

.socialsNew {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.newList {
  display: flex;
}
