/* Importing Google fonts - Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: url(../images/bg.jpg);
  object-fit: contain;
  background-size: 100% 100%;
}

.tombol-kembali {
background: #000;
font-size: 15px;
text-align: center;
border: solid 2px #5a8ce8;
width: 72%;
height: 40px;
border-radius: 10px;
color: #fff;
left:0;
right:0;
margin-block: -29px;
padding: 2px;
position: absolute;
display: block;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
box-shadow: -3px 3px 4px #00000087;
}

.tombol-kembali:hover {
background: #000;
font-size: 15px;
text-align: center;
border: solid 2px #fff;
width: 72%;
height: 40px;
border-radius: 10px;
color: #fffa00;
left:0;
right:0;
margin-block: -29px;
padding: 2px;
position: absolute;
display: block;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
box-shadow: -3px 3px 4px #00000087;
}

.tombol-order {
background: #1c7ec7;
font-size: 20px;
text-align: center;
border: solid 2px #fff;
width: 50%;
height: 40px;
border-radius: 10px;
color: #fff;
left:0;
right:0;
padding: 2px;
position: relative;
display: block;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
box-shadow: -3px 3px 4px #00000087;
}

.tombol-order:hover {
background: #000;
font-size: 20px;
text-align: center;
border: solid 2px #fff;
width: 50%;
height: 40px;
border-radius: 10px;
color: #fff;
left:0;
right:0;
padding: 2px;
position: relative;
display: block;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
box-shadow: -3px 3px 4px #00000087;
}

.text-geser {
width: 100%;
font-size: 15px;
text-align: center;
background: #c9c7c7;
border: solid 2px #0000001a;
border-radius: 8px;
padding: 5px;
left:0;
right:0;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
}

.card-wrapper {
  max-width: 1100px;
  margin: 0 60px 35px;
  padding: 20px 10px;
  overflow: hidden;
}
.card-list .card-item {
  list-style: none;
  border: solid 2px #5a8ce8;
  padding: 6px;
  margin-left: 0.3px;
  border-radius: 10px;
  background-image: url(../images/bg.jpg);
  object-fit: contain;
  background-size: 100% 100%;
  box-shadow: -3px 3px 4px #00000087;
}
.card-list .card-item .card-link {
  display: block;
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}
.card-list .card-item .card-link:active {
  cursor: grabbing;
}
.card-list .card-item .card-link:hover {
  border-color: #5372F0;
}
.card-list .card-link .card-image {
  width: 100%;
  max-height: 240px;
  border-radius: 10px;
  /*aspect-ratio: 1 / 1; */
  object-fit: contain;
  border: solid 2px #1f77d2;
  box-shadow: -3px 3px 4px #00000075;
}
.card-list .card-link .badge {
  color: #5372F0;
  width: fit-content;
  padding: 8px 16px;
  font-size: 0.95rem;
  font-weight: 500;
  background: #DDE4FF;
  margin: 16px 0 18px;
}
.card-list .card-link .badge-designer {
  color: #000000;
  background: #ffffff;
  border: solid 2px #00000038;
  box-shadow: -2px 2px 2px #00000033;
  text-align: center;
  left:0;
  right:0;
  justify-content: center;
  justify-self: center;
}
.card-list .card-link .badge-marketer {
  color: #B25A2B;
  background: #FFE3D2;
}
.card-list .card-link .badge-gamer {
  color: #205C20;
  background: #D6F8D6;
}
.card-list .card-link .badge-editor {
  color: #856404;
  background: #fff3cd;
}
.card-list .card-link .card-title {
  color: #000;
  font-size: 1.19rem;
  font-weight: 600;
}
.card-list .card-link .card-button {
  height: 35px;
  width: 100%;
  color: #000;
  margin: 30px 0 5px;
  background: #5372F0;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #5372F0;
  z-index:111;
}
.card-list .card-link:hover .card-button {
  color: #fff;
  background: #000;
}
.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #5372F0;
}
.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.card-wrapper .swiper-slide-button {
  color: #5372F0;
  margin-top: -35px;
}
/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .card-wrapper {
    width: 100%;
    margin: 0;
    flex: auto;
  }
  .card-wrapper .swiper-slide-button {
    width: 100%;
    margin: 0;
    flex: auto;
  }
}

@media (max-width: 1080px) {
  .card-wrapper {
    width: 100%;
    margin: 0;
    flex: auto;
  }
  .card-wrapper .swiper-slide-button {
    width: 100%;
    margin: 0;
    flex: auto;
  }
}

@media (max-width: 1366px) {
  .card-wrapper {
    width: 100%;
    margin: 0;
    flex: auto;
  }
  .card-wrapper .swiper-slide-button {
    display: none;
  }
}

@media (max-width: 1566px) {
  .card-wrapper {
    width: 100%;
    margin: 0;
    flex: auto;
  }
  .card-wrapper .swiper-slide-button {
    display: none;
  }
}