* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.page {
  width: calc(100% - 80px);
  height: 100vh;
  background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  z-index: 1;
  box-sizing: border-box;
  margin: 0;
}



nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav h1 {
  width: 350px;
  color: white;
}

nav div {
  width: 25px;
}

nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
}

nav ul li a {
  text-decoration: none;
  color: #ffff;
  font-size: 17px;
}

.content {
  text-align: center;

}

.content h1 {
  font-size: 160px;
  color: #fff;
  font-weight: 600;
}

.content img.logo {
  width: 1200px;
  height: auto;
}

.content h1:hover {
  -webkit-text-stroke: 2px #ffff;
  color: transparent;
}

.content a {
  text-decoration: none;
  display: inline-block;
  color: #ffff;
  font-size: 24px;
  border: 2px solid #ffff;
  padding: 14px 70px;
  border-radius: 50px;
  margin-top: 20px;
}



form button {
  padding: 15px;
  background: #ff5361;
  color: #ffff;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 30px;
}

.productBox {
  text-align: center;
  background-color: #DCE0E1;
  padding: 20px;
  box-shadow: 0 50px 50px #757676;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.productBox {
  transition: transform 0.3s ease-in-out;
}

.productBox:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.back-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: fill;
  z-index: -1;
}


.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.card {
  position: relative;
  min-width: 200px;
  text-align: center;
  margin: 10px;
  transition: transform 0.3s eas-in-out;
  width: 300px;
  height: 400px;

}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.card-content {
  position: relative;
}

.card img {
  width: 500px;
  height: auto;
  border-radius: 8px;
}

/* Added new CSS for form-container */
.form-container{
  background: url('img/form.png') center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  padding: 2vw 4vw;
  width: 80%; /* Adjusted width for better responsiveness */
  height: 600px;
  max-width: 400px; /* Reduced max-width for better responsiveness */
  border-radius: 10px;
  margin-left: 0;
  margin-bottom: 50px; /* Reduced margin for better spacing */
  position: absolute;
  left: 5%; /* Adjusted left position for better alignment */
  top: 20%; /* Adjusted top position for better alignment */
}

/* Added new styles for form content */
form .form-content {
  display: flex;
  flex-direction: column;
}

form label {
  color: white;
  margin-bottom: 8px;
  font-size: 14px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  margin: 8px 0;
}

form button {
  width: 100%;
  margin: 20px 0 0;
}

/* Existing styles */

/* Added new styles for form content */
form .form-content {
  display: flex;
  flex-direction: column;
}

form label {
  color: white;
  margin-bottom: 8px;
  font-size: 14px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  margin: 8px 0;
}

form button {
  width: 100%;
  margin: 20px 0 0;
}

/* Updated form styling */
form{
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column; /* Updated to column layout */
  
}

form h3 {
  flex-direction: column;
  padding: 2vw 4vw;
  width: 80%;
  max-width: 400px;
  border-radius: 10px;
  color: white;
  margin-bottom: 20px;
  font-size: 28px; /* Adjusted font size for better readability */
  border-radius: 10px;
  margin-left: 0;
  margin-bottom: 50px; /* Reduced margin for better spacing */
  position: absolute;
  left: 5%; /* Adjusted left position for better alignment */
  top: 0%;
}

form input,
form textarea {
  border: 0;
  margin: 8px 0; /* Adjusted margin for better spacing */
  padding: 20px; /* Adjusted padding for better spacing */
  outline: none;
  background: black;
  font-size: 14px; /* Adjusted font size for better readability */
  color: white;
  width: 100%; /* Adjusted width for better responsiveness */
margin-left: 20px;
}

/* Moved input fields and button to the top left */
form input[type="text"],
form input[type="email"],
form input,
form textarea,
form button {
  
  width: 100%;
  margin-top: 10%;
  margin-left: -260%;
}



form button {
  padding: 12px 20px; /* Adjusted padding for better spacing */
  background: #ff5361;
  color: #ffff;
  font-size: 16px; /* Adjusted font size for better readability */
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 20px 0 0; /* Adjusted margin for better spacing */
  border-radius: 25px; /* Adjusted border-radius for a rounder look */
   margin-left: 0;
  margin-bottom: 10px; /* Reduced margin for better spacing */
  position: absolute;
  left: 1%; /* Adjusted left position for better alignment */
  top: 80%; /* Adjusted top position for better alignment */
}

/* Removed redundant .container styling */
/* Added styling for .info */
.info {
  float: right;
  margin-left: 25%;
  margin-top: 20%;
  text-align: right;
  width: 40%; /* Adjusted width for better responsiveness */
}

.info h2 {
  font-size: 18px; /* Adjusted font size for better readability */
  color: gold;
}

.info img {
  width: 8%; /* Adjusted width for better responsiveness */
  height: 16%; /* Adjusted height for better responsiveness */
}

/* Updated .facebook-logo styling */
.facebook-logo {
  width: 16px; /* Adjusted width for better responsiveness */
  height: 16px; /* Adjusted height for better responsiveness */
}

/* Updated footer styling */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 2;
  font-size: 18px; /* Adjusted font size for better readability */
}
