.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.thumbnail {
  opacity: 0.3;
}


.thumbnail.is-active {
  opacity: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover{
    text-decoration: none;
    color: inherit;
}

.venus-blue {
  color: #2a53a1;
}

.venus-blue-bg-color {
  background-color: #2a53a1;
}

.venus-red {
  color: #e51b1f;
}

.venus-red-bg-color {
  background-color: #e51b1f;
}

.venus-gray {
  color: #f6f6f6;
}

.venus-gray-bg-color {
  background-color: #f6f6f6;
}

.venus-h1-font-size{
  font-size: 1.5rem;
}

.venus-fontttt {
  font-family: "Vazirmatn", sans-serif;
}

.venus-fw-300 {
  font-weight: 300;
}

.venus-fw-400 {
  font-weight: 400;
}

.venus-fw-500 {
  font-weight: 500;
}

.venus-fw-600 {
  font-weight: 600;
}

.venus-fw-700 {
  font-weight: 700;
}

.venus-logo-size {
  height: 75px;
  width: 150px;
  margin-top: -25px;
}

.venus-cta-button {
  border-radius: 100px;
}

.venus-nav-cubuk{
    transform: skewX(-45deg);
}
.venus-nav-cubuk-yazi{
    transform: skewX(45deg);
}

.venus-bizi-arayin-button{
    display: none;
}

.venus-slide{
    height: 60vh;
}

.venus-grayscale{
    background-color: rgba(0, 0, 0, 0.25);
}

.venus-4lu-kutu{
    border-radius: 14px;
}

.venus-urunlerimiz-menu-icon{
  height: 24px;
  width: 24px;
}

/* SM */
@media (max-width: 575.98px) {
    .venus-nav-cubuk{
        transform: skewX(0deg);
    }
    .venus-nav-cubuk-yazi{
        transform: skewX(0deg);
    }
 }

/* MD */
@media (max-width: 767.98px) { 
    .venus-logo-size {
        height: 75px;
        width: 150px;
        margin-top: 0px;
      }
 }

/* LG */
@media (max-width: 991.98px) { 
    .venus-bizi-arayin-button{
        display: inherit;
    }
 }

/* XL */
@media (max-width: 1199.98px) { }

/* XXL */
@media (max-width: 1399.98px) {  }
