.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
} /*# sourceMappingURL=slick.min.css.map */
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
} /*# sourceMappingURL=slick-theme.min.css.map */

.big-text {
  font-size: 24px;
}

.container {
  position: relative;
  bottom: 250px;
  left: 0;
}

.flex-container {
  display: flex;
  background-color: green;
}

.lefty-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
  align-items: center;
}

.containerServicesLefty {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.homeTopDealsText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #54b3d6;
  text-align: center;
  margin-bottom: 10px;
}
.h3textHomeTopDeals {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: rgb(1, 219, 252);
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.h3textHomeTopDeals::before,
.h3textHomeTopDeals::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.h3textHomeTopDeals::before {
  background-color: #54b3d6;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.h3textHomeTopDeals::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #54b3d6;
}

.h3textHomeTopDeals:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.h3textHomeTopDeals:hover::after {
  transform: translate3d(0, 0, 0);
}

.slider-container {
  /* width: 10px; */
  /* position: absolute; */
  right: 15px;
  border: 20px solid rgb(37, 37, 37);
  border-radius: 20px;
  overflow: hidden;
  height: 466px;
  width: 800px;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 800px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slider-container2 {
  right: 15px;
  border: 20px solid rgb(37, 37, 37);
  border-radius: 20px;
  overflow: hidden;
  height: 242px;
  width: 400px;
}

body {
  padding-right: 0 !important;
  overflow: visible !important;
}

.boxwrapper {
  margin: 2rem 0;
  position: relative;
  /* padding: 1.5rem 1.5rem 0.75rem 1.5rem; */
  background-color: transparent;
  border-radius: 0.75rem;
}

.invImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

.boxDetails {
  position: absolute;
  bottom: 0.5rem;
  right: 2%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
}

.boxtest {
  background-color: rgba(34, 34, 34, 0.669);
}

.stickerHolder {
  position: absolute;
  right: 2rem;
}

.dropDownMenu {
  position: absolute;
  top: 38px;
  left: 5px;
  width: 75px;
  height: 150px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgb(80, 80, 80);
  border: 1px solid gray;
  list-style: none;
}

.dropDownMenu::before {
  content: "";
  position: absolute;
  bottom: 8.8rem;
  right: 0.9rem;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background-color: rgb(80, 80, 80);
  border-left: 1px solid gray;
  border-top: 1px solid gray;
}
.dropDownMenu ul {
  list-style: none;
  padding: 0;
  /* padding-top: 20px; */
  margin-top: 20px;
  margin-bottom: 10px;
}

.socials {
  justify-content: center;
  align-items: center;
}

.socials a {
  display: flex;
  line-height: 25px;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-size: 30px;
  transition: color 0.3s ease;
  margin: 20px 5px;
}

.socials:first-child a {
  margin-top: 5px;
}

.socials a:hover {
  color: cyan; /* Change color on hover */
}

.footerIcons {
  /* color: black; */
}

.footerIcons a:hover {
  color: cyan; /* Change color on hover */
}

.postcontainer {
  margin-top: 50px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 1em;
  text-align: center;
}
.column {
  width: 100%;
  padding: 0.5em 0;
}
.h1text {
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  color: white; /* Set the color to white */
  background-color: inherit; /* Inherit the background color */
  mix-blend-mode: difference; /* Blend mode to invert the color */
}

.h3text {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

.card {
  box-shadow: 0 0 2.4em rgba(25, 0, 58, 0.1);
  padding: 3.5em 1em;
  border-radius: 0.6em;
  color: #1f003b;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ffffff;
  margin-bottom: 5vh;
}
.card .img-container {
  width: 8em;
  height: 8em;
  background-color: #575757;
  padding: 0.5em;
  border-radius: 50%;
  margin: 0 auto 2em auto;
}
.card img {
  width: 100%;
  border-radius: 50%;
}
.card h3 {
  font-weight: 500;
}
.card p {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5em 0 2em 0;
  letter-spacing: 2px;
}
.icons {
  width: 50%;
  min-width: 180px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.card a {
  text-decoration: none;
  color: inherit;
  font-size: 1.4em;
}
.card:hover {
  background: linear-gradient(#444444, #1e1e1e);
  color: #ffffff;
}
.card:hover .img-container {
  transform: scale(1.15);
}
@media screen and (min-width: 768px) {
  section {
    padding: 1em 7em;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em;
  }
  .card {
    padding: 5em 1em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1em;
  }
}
.card p:nth-child(2) {
  margin-top: 1px; /* Adjust the margin as needed */
}
.icons a i {
  transition: transform 0.3s ease-out; /* Smooth transition with ease-out */
  font-size: 1.5em;
}

.icons a:hover i {
  transform: scale(1.2); /* Adjust the scale factor as needed */
  color: #00d5fa;
}

.test1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; /* Adjust as needed */
  font-size: 1.3rem !important; /* Use !important to ensure it overrides other rules */
  max-width: 60%;
}

.test1 > div:not(:last-child) {
  margin-bottom: 1rem; /* Adjust as needed */
}

.test1 h2 {
  margin-bottom: 0.5rem; /* Adjust as needed */
}

.test2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; /* Adjust as needed */
  font-size: 1.3rem !important; /* Use !important to ensure it overrides other rules */
  color: #00d5fa;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.test3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; /* Adjust as needed */
  font-size: 2.3rem !important; /* Use !important to ensure it overrides other rules */
  color: #00d5fa;
  margin-top: 50px;
  font-weight: bold;
}

.myTwoLittleBoxes {
  width: 100%;
  max-width: 15%;
  margin-right: 20px;
}

.ratesBox {
  display: flex;
  flex-direction: column;
  border: 2px solid;
  border-color: #00D5F;
  padding: 10px;
  min-width: 300px; /* Set minimum width */
  max-width: 500px; /* Set maximum width */
  height: auto; /* Set height to auto */
  margin-right: 20px;
  margin-top: 5vh;
  overflow-wrap: break-word; /* Allow text to wrap */

  /* Apply card styling */
  box-shadow: 0 0 2.4em rgba(25, 0, 58, 0.1);
  padding: 3.5em 1em;
  border-radius: 0.6em;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  background: linear-gradient(#444444, #1e1e1e);
}

.ratesBox a {
  text-decoration: none;
  color: inherit;
  font-size: 1.4em;
}

.ratesBox:hover {
  background: linear-gradient(#444444, #1e1e1e);
  color: #ffffff;
}

.ratesTextBox {
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin-bottom: 20px;
}
.ratesTextBox2 {
  width: 100%;
  text-align: center;
  font-size: 1em;
}

.ratesIconBoxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 10px;
}

.ratesBox.two {
  margin-top: 10vh;
  margin-bottom: 7.9vh;
}

.color-box {
  width: 100px;
  background-color: pink;
}
.textUnderIcon {
  text-align: center; /* Align text in the center */
  font-size: 1em; /* Adjust font size */
  margin-top: 5px; /* Add margin for spacing */
}

.iconWithText {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.servicesIcon {
  display: grid;
  padding: 10px;
  width: 90%;
  justify-content: center;
  font-size: 2em;
  fill: #ffffff; /* Initial color */
  transition: fill 0.3s; /* Add transition for smooth color change */
}

.servicesIcon:hover {
  fill: #ffffff; /* Change color on hover */
}
/* Apply hover effect to the icons when hovering on the .ratesBox */
.ratesBox:hover .servicesIcon {
  fill: #6c1cd3; /* Change color on hover */
}

.servicesIcon2 {
  display: grid;
  padding: 10px;
  width: 90%;
  justify-content: center;
  font-size: 2em;
  fill: #ffffff; /* Initial color */
  transition: fill 0.3s; /* Add transition for smooth color change */
}

.servicesIcon2:hover {
  fill: #ffffff; /* Change color on hover */
}
/* Apply hover effect to the icons when hovering on the .ratesBox */
.ratesBox:hover .servicesIcon2 {
  fill: #95d872; /* Change color on hover */
}

.servicesIcon3 {
  display: grid;
  padding: 10px;
  width: 90%;
  justify-content: center;
  font-size: 2em;
  fill: #ffffff; /* Initial color */
  transition: fill 0.3s; /* Add transition for smooth color change */
}

.servicesIcon3:hover {
  fill: #ffffff; /* Change color on hover */
}
/* Apply hover effect to the icons when hovering on the .ratesBox */
.ratesBox:hover .servicesIcon3 {
  fill: #00d048; /* Change color on hover */
}

.servicesIcon4 {
  display: grid;
  padding: 10px;
  width: 90%;
  justify-content: center;
  font-size: 2em;
  fill: #ffffff; /* Initial color */
  transition: fill 0.3s; /* Add transition for smooth color change */
}

.servicesIcon4:hover {
  fill: #ffffff; /* Change color on hover */
}
/* Apply hover effect to the icons when hovering on the .ratesBox */
.ratesBox:hover .servicesIcon4 {
  fill: #f7931a; /* Change color on hover */
}

.servicesIcon5 {
  display: grid;
  padding: 10px;
  width: 90%;
  justify-content: center;
  font-size: 2em;
  fill: #ffffff; /* Initial color */
  transition: fill 0.3s; /* Add transition for smooth color change */
}

.servicesIcon5:hover {
  fill: #00d5fa; /* Change color on hover */
}
/* Apply hover effect to the icons when hovering on the .ratesBox */
.ratesBox:hover .servicesIcon5 {
  fill: #00d5fa; /* Change color on hover */
}

.servicesIcon svg {
  color: pink;
}

.bigTextBox {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  font-size: 2em;
  color: #54b3d6;
  text-align: center; /* Center text within the container */
  /* margin-bottom: 5px; */
}
.underBigTextBox {
  margin-bottom: 10px;
}

.bigTextBoxh3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2em;
  color: #54b3d6;
  /* margin-top: 10px;
  margin-bottom: 10px; */
}

.servicesIcon:nth-child(1) {
  /* margin-bottom: 30px; */
}
.servicesIcon:nth-child(4) {
  /* height: 60px;
  width: auto; */
}

.hypers {
  box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
  padding: 0 0.25rem;
  margin: 0 -0.25rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hypers:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #54b3d6;
}

/* Presentational styles */
.hypers {
  color: rgb(1, 219, 252);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
}

.supers {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.supers::before,
.supers::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.supers::before {
  background-color: #54b3d6;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.supers::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #54b3d6;
}

.supers:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.supers:hover::after {
  transform: translate3d(0, 0, 0);
}

.supers span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.supers:hover span {
  transform: translate3d(-200%, 0, 0);
}

/* Presentational Styles */

.supers {
  text-decoration: none;
  color: #18272f;

  vertical-align: top;
  color: rgb(1, 219, 252);
}

.logo {
  width: 13em; /* Set the width to 2em */
  height: auto; /* Maintain aspect ratio */
  margin-right: 0; /* Adjust margin as needed to create space between the logo and the text */
}

.topBoxHomePage {
  width: 100%;
  gap: 0.5rem;
  justify-content: space-between;
}

/* CSS for the first Box with UserWidget */
.topBoxHomePage2 {
  /* Assuming Box component has a class of "box" */
  display: flex;
  flex-basis: 26%;
}

/* CSS for the second Box with flex-basis and mt properties */
.topBoxHomePage3 {
  /* Assuming Box component has a class of "box" */
  display: flex;
  flex-basis: 42%;
  margin-top: 2rem; /* This will only apply when isNonMobileScreens is false */
}
.topBoxHomePage4 {
  display: flex;
  flex-basis: 26%;
}

.topBoxHomePage5 {
  position: relative;
  height: 55vh;
  overflow: hidden;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* height: calc(100% + 10vh); */
  object-fit: cover;
}

.widgetWrap {
  width: 45%;
  margin: 1rem 2rem 0 0;
}

.topBoxHomePage6 {
  margin-top: 20px;
}

.boxSkinpawn {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  display: none;
}

/* Increase specificity */
div.h1Skinpawn {
  font-size: 2rem;
  margin-top: 25px;
  margin-left: 55px;
  font-weight: bold;
  color: rgb(1, 219, 252);
}

div.spText1 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-left: 55px;
  color: inherit; /* Inherit the color from the parent Typography component */
}

div.spText1 span {
  color: rgb(1, 219, 252);
  cursor: pointer;
}

div.spText1 span:hover {
  text-decoration: underline;
}

@media (max-width: 412px) and (max-height: 915px) {
  .slider-container {
    width: 90%; /* Adjust width percentage for smaller screens */
    margin: 0 auto; /* Center the slider horizontally */
    border: 10px solid rgb(37, 37, 37);
    border-radius: 10px;
    overflow: hidden;
    max-height: 205px; /* Set a maximum height for smaller screens */
  }

  .slick-slide img {
    max-width: 100%; /* Adjust image width to fit slider container */
    height: auto; /* Maintain aspect ratio */
  }
}

.topDealsMobile {
  display: flex;
  flex-direction: column;
}

@media (max-width: 412px) and (max-height: 915px) {
  .topDealsMobile {
    flex-direction: column-reverse; /* Reverse the order of flex items */
    align-items: flex-end; /* Align items to the end of the flex container */
    position: relative;
  }

  .topDealsMobile > slick-deals {
    width: 100%;
  }
}

/* @media screen and (max-width: 768px) {
  .lefty-container {
    flex-direction: column;
    text-align: center;
  }
} */

@media screen and (max-width: 768px) {
  .card {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .widgetWrap {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .homeTopDealsText {
    margin-top: 155px;
  }
}

@media only screen and (max-width: 600px) {
  .test1,
  .test2,
  .test3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.3rem !important;
    max-width: 100%;
  }
}

@media only screen and (max-width: 706px) {
  .myTwoLittleBoxes {
    flex-direction: column;
  }
  .ratesBox {
    margin-top: 20px;
    margin-left: 6.25vh;
    margin-right: 5.25vh;
    max-width: 100%;
  }
  .ratesBox.two {
    margin-top: 20px; /* Adjust spacing between the text and the second box */
  }
}

@media only screen and (max-width: 706px) {
  div.spText1 {
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 706px) {
  div.h1Skinpawn {
    margin-left: 0;
    text-align: center;
  }
}

.svg-icon {
  width: 28.81px;
  height: 28.81px;
  display: inline-block;
  transition: transform 0.3s ease-out; /* Smooth transition for transform */
}

.svg-icon svg {
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease-out; /* Smooth transition for fill */
}

.svg-icon:hover {
  transform: scale(1.2); /* Scale on hover */
}

/* Styles for card hover effect */
.card:hover .icons a,
.card:hover .svg-icon path {
  color: white; /* Change icon color to white on card hover */
  fill: orange; /* Change SVG icon color to white on card hover */
}

.svg-icon:hover svg {
  fill: #00d5fa; /* Change fill color on hover */
}

/* Container for the image in its normal view */
.image-container {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  display: flex; /* Center the image container */
  justify-content: center; /* Center the image horizontally */
  align-items: center; /* Center the image vertically */
}

/* Style for the thumbnail image */
.thumbnail-image {
  max-width: 80%; /* Adjust to make the image smaller */
  max-height: 80%; /* Adjust to make the image smaller */
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}

/* Zoom effect on hover */
.image-container:hover .thumbnail-image {
  transform: scale(1.05);
}

/* Expanded view container */
.expanded-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}

.expanded-image {
  max-height: 80vh;
  max-width: 80vw;
  object-fit: contain;
  border-radius: 0.75rem;
}

.stickers {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.25rem;
  z-index: 5;
}
