body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #222222;
    color: #ffffff;
}

header {
    background-color: #222222;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

nav {
    background-color: #222222;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 10px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
}

nav ul li a:hover {
    color: #222222;
    background-color: #ffffff;
}

section {
    padding: 40px;
}

#purchase {
    background-color: #222222;
    text-align: center;
}

#hero {
    background-color: #222222;
    text-align: center;
    padding: 80px 20px;
}

#hero h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

#hero p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}

#hero .btn {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

#hero .btn:hover {
    background-color: #555555;
}

#portfolio {
    background-color: #222222;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}

#portfolio .demon {
    display: block;
    margin: 0 auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.item img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.item:hover {
    transform: translateY(-5px);
}

.item:hover img {
    filter: brightness(90%);
}

#services {
    background-color: #222222;
    text-align: center;
    padding: 80px 20px;
}

#services h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

#services p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}

#contact {
    background-color: #222222;
    text-align: center;
    padding: 80px 20px;
}

#contact h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

#contact p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}

.btn {
    background-color: #222222;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.btn:hover {
    background-color: #555555;
}

.purchase-btn {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
    align-items: center;
}

.purchase-btn:hover {
    background-color: #555555;
}

footer {
    background-color: #222222;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

.fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
}

.fullscreen-container.show {
    visibility: visible;
    opacity: 1;
}

.fullscreen-image {
    max-width: 80%;
    max-height: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    background-color: #eeeeee;
    color: #333333;
    border: none;
    cursor: pointer;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    color: #333333;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.close-button:hover {
    background-color: #cccccc;
}

.shaiii {
    color: white;
    background-color: transparent;
}

.vexx {
    color: white;
    background-color: transparent;
}

.product-container {
  margin: 0 auto;
  display: table;
  position: relative;
  padding-bottom: 82px;
}

.grids {
  display: grid;
  grid-template-columns: 312px 312px 312px;
  padding: 16px;
  grid-gap: 16px;
}

.grids .grid .card {
  background-color: #131313;
  border: 1px solid #363636;
  text-decoration: none;
  display: block;
  transition: background-color .16s ease-out, box-shadow .16s ease-out, transform .16s ease-out;
  cursor: pointer;
  border-radius: 4px;
  color: #202225;
  margin-bottom: 16px;
}

.grids .grid .card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .24);
  background-color: #0d0d0d;
  transform: translateY(-1px);
  color: #18191c;
}

.grids .grid .card .wrapper {
  padding-bottom: 46.7391%;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.grids .grid .card .image-wrapper,
.grids .grid .card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grids .grid .card .content {
  padding: 16px;
}

.grids .grid .card .title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
}

.grids .grid .card .description {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.grids .grid .card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grids .grid .card .price {
  font-size: 16px;
  background-color: #202225;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .16s ease-out;
}

.grids .grid .card .price:hover {
  background-color: #18191c;
}