@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  font-family: "Oswald", sans-serif;
  box-sizing: border-box;
}
body {
  background-color: #1e1e1e;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
  background: #272323;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #272323;
}
@media screen and (max-width: 767px) {
  .logo {
    max-width: 70%!important;
    width: auto!important;
  }

  .navbar-toggler {
    margin-left: auto!important;
  }

  .container-fluid {
    flex-wrap: nowrap!important;
  }

}


.transparent-navbar {
  background-color: transparent !important;
}

.transparent-navbar .navbar-nav .nav-link {
  color: #fff !important;
}

.transparent-navbar .navbar-nav .nav-link:hover {
  color: #ccc !important;
}

.transparent-navbar .navbar-toggler {
  color: #fff; /* Button text color */
  border-color: #fff; /* Button border color */
}

.transparent-navbar .navbar-toggler:hover {
  color: #ccc; /* Button text color on hover */
}
.transparent-navbar .navbar-toggler-icon {
  color: #fff; /* Icon color */
}
.txt-left {
  margin-left: 10%;
}
.txt-10 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .txt-10 {
    margin-left: 0;
    margin-top: 6%;
  }
}
.navbar-nav {
  margin-right: 30%;
}
.hdr {
  background-image: url("image/veeba-62.jpg.webp");
  background-size: cover;
  background-position: center;
  height: 70vh;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.hdr h1 {
  font-size: 3rem;
  line-height: 1.2;
  background-color: transparent;
  margin-left: 10%;
}
.korta {
  background-color: #272323;
}

.centriukas {
  margin-left: 10%;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .centriukas {
    margin-left: 0;
    margin-right: 0;
  }
}
.mint {
  background-image: url(image/mint.jpg);
}
.gumos {
  background-image: url(image/gumos.jpg);
}
.melynes {
  background-image: url(image/melynes.jpg);
}
.abalys {
  background-image: url(image/abalys.jpg);
}
.mangas {
  background-image: url(image/mangas.jpg);
}
.lime {
  background-image: url(image/limas.jpg);
}
.redbull {
  background-image: url(image/rockstar-bg.webp);
}
.monster {
  background-image: url(image/Monster-energy-drink-on-black-background.jpeg);
}
.dinamit {
  background-image: url(image/dinamit.webp);
}
.mint,
.melynes,
.lime,
.redbull,
.monster,
.dinamit {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 100%;
}

.background-overlay {
    position: relative;
    overflow: hidden; 
  }

  .background-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 0; 
    transition: opacity 0.3s ease; 
    opacity: 0; 
  }

  .background-overlay:hover:before {
    opacity: 1;
  }

  .background-overlay img {
    transition: transform 0.3s ease;
  }

  .background-overlay:hover img {
    transform: scale(1.05); 
  }

  .background-overlay h1,
  .background-overlay button {
    position: relative;
    z-index: 1; 
  }
.row.text-center.centriukas {
  justify-content: center;
}

@media (max-width: 768px) {
  .col-md-4 {
    padding: 1rem;
  }
}

.txt-11 {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .txt-11 {
    margin-left: 0;
  }
}

.centriukas .col-md-6,
.centriukas .col-lg-3 {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

.centriukas h1 {
  background-color: transparent;
}

.cntr {
  padding-left: 11%;
}

.txt-1 {
  padding-right: 15%;
}

.txt-9 {
  margin-left: 50px;
}

/* For screens up to 1199px */
@media screen and (max-width: 1199px) {
  .txt-9 {
    margin-left: 0px; /* Set margin to 0px for mobile screens */
  }
}

/* For screens from 1200px to 1599px */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .txt-9 {
    margin-left: 50px; /* Set margin to 50px for screens between 1200px and 1599px */
  }
}

/* For screens 1600px and above */
@media screen and (min-width: 1600px) {
  .txt-9 {
    margin-left: 50px; /* Keep margin as 50px for screens 1600px and above */
  }
  .product-margin-to-left-4 {
    margin-left: 50px; /* Set margin to 0px for screens 1600px and above */
  }
}


.cards {
  background-color: #272323;
  display: inline-block;
  border-radius: 5%;
  box-shadow: 0px 10px 20px 0px rgb(10 10 12 / 32%);
}
.apc{
  margin-bottom: 12%;
}

.product {
  background-color: #272323;
  margin-top: 10%;
  margin-bottom: 5%;
  border-radius: 5%;
  box-shadow: 0px 10px 20px 0px rgb(10 10 12 / 32%);
}
h4 {
  font-size: 20px;
}
.cstm {
  border-bottom: 1px solid;
} 
.x-1 {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .x-1{
    width: 50%!important;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #272323; 
  color: #fff; 
  flex-direction: column;
}

.footer-right ul li a {
  text-decoration: none; 
  color: white; 
}
.footer-right li {
  list-style: none;
}

.shop-width{
  width: 17%;
}

@media screen and (max-width: 767px) {
  .shop-width{
    width: auto;
  }
}
