body {
  margin: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  /* overflow: hidden; */
}

.swiper-wrapper {
  height: 200px;
}

.stylish-wrapper {
  height: 280px;
}

.swipers {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-section {
  /* background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url("../Assets/7.jpg"); */
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mySwiper {
  margin: 16px 0px 0px 16px;
}

.mySwiper2 {
  /* margin: 26px 0px 0px 26px; */
  z-index: 1;
}

ul {
  margin-left: 60px;
}

.cart {
  width: 50px;
  height: 50px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-content {
  display: flex;
  align-items: center;
}

.logo-content h2 {
  color: white;
  margin-left: 25px;
}

.logo img {
  height: 100%; /* Zajmuje całą wysokość paska menu */
  max-width: 50px;
  margin-right: 10px; /* Dodaj margines po prawej stronie obrazka */
}

.links {
  text-align: center;
}

.links a {
  color: #fff;
  text-decoration: none;
  margin: 10px 30px;
  font-size: 20px;
  font-weight: 300;
  transition: background-color 0.3s, color 0.3s;
}

.links a:hover {
  color: #9e9c9c;
  border-radius: 20px;
  padding: 15px 0;
}

.links a.active {
  background-color: white;
  color: black;
  border-radius: 30px;
  padding: 8px 18px;
}

.navigation-buttons {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 2;
}

.middle-section {
  position: relative;
  background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url("../Assets/7.jpg");
  background-position: cover;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
}

#vid {
  margin-top: 0px;
  margin-bottom: 50px;
  width: 40%;
  height: 270px;
}

.prev-page,
.next-page {
  background-color: black;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: Cooper Black;
  border-radius: 20px;
  font-size: 15px;
}

.second-footer {
  margin-left: 4px;
}

footer {
  background-color: #2b3035;
  display: flex;
  justify-content: center;
  /* position: fixed; */
  width: 100%;
  bottom: 0;
  right: 0;
  color: #fff;
  padding-top: 20px;
  z-index: 2;
}

/* .navbar-brand,
.nav-link {
  color: #f4fff8;
} */

body.contact {
  overflow: hidden;
}

.form {
  max-width: 600px;
  margin: 30px auto auto auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form button {
  font-size: 18px;
}

.form .heading {
  font-weight: 600;
}

.field {
  width: 500px;
}

.resize {
  resize: none;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  height: 150px;
}

input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

/* Specific styles for contact page */

body.contact .form {
  background-color: rgba(
    255,
    255,
    255,
    0.7
  ); /* Transparent white background color */
}

/* .home {
    width: 100%;
    height: 80vh;
}

.home-video {
    width: 80%;
    
} */

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Ensures the video doesn't extend beyond the container */
  z-index: -1; /* Sends the video behind other content */
}

#backgroundVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1; /* Sends the video behind other content */
}

#background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

.gallery-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .nav-link {
  font-size: 22px;
} */

.gallery-vid source {
  width: 70%;
}

.carousel-item img {
  height: 100vh;
}

.thumbnail-container img {
  width: 100%;
  height: 260px;
}

.thumbnail-container video {
  width: 100%;
  height: auto;
}

#fullSizeImageSection {
  display: none;
}

#fullSizeImageSection img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.about {
  width: 100%;
}

.main {
  /* background: url("../Assets/5.jpg"); */
  /* background-repeat: no-repeat;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 0; */
}

.gallery-main {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  gap: 20px;
}

section {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0px;
}

.card-contain {
  padding: 80px 190px 0px 190px;
  display: flex;
  gap: 22px;
  justify-content: space-evenly;
}

.boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.boxes h2 {
  color: white;
  font-size: 45px;
}

.boxes p {
  padding: 7px 10px;
  border: 4px solid white;
  color: white;
  font-size: 19px;
  font-weight: 400;
}

.fa-solid {
  display: none;
}

.container-fluid .navbar-brand {
  font-size: 35px;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.buy-now-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4880ff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: none;
  cursor: pointer;
}

.image-container:hover .buy-now-button {
  display: block;
}

.image-container:hover img {
  opacity: 0.7;
}
