/* General Styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
}

body {
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "Cinzel", serif;
}

header {
  background-image: url("/asset/images/ship-background.png");
  background-size: cover;
  background-position: center;
  color: #0A2F5A;
  text-align: center;
  height: 763px;
  width: 100%;
  filter: brightness(1);
}

.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.navbar {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.navbar nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px; /* Adds spacing between items */
  margin: 0;
  padding: 0;
}

.navbar .menu-left {
  display: flex;
}

.navbar .menu-right {
  display: flex;
}

.navbar ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  min-width: 30px;
  min-height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  margin-left: 25px;
}

.hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease;
}

.header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-image: url("/asset/images/ship-background.png");
  justify-content: center;
  align-items: center;
  z-index: 1000;
  height: 80px;
  opacity: 0.7;
  filter: brightness(1.5);
}

/* Scroll-triggered header */
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3c2b25;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.header.fixed .navbar ul li a {
  color: white;
}

.header.visible {
  display: flex;
}

.main-logo {
  display: block;
}

.hidden {
  display: none;
}

/* Navigation styles for mobile view */
#mobile-nav {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: all 0.3s ease;
}

#mobile-nav ul {
  list-style: none;
  padding: 20px 0;
}

#mobile-nav ul li {
  margin: 10px 0;
}

#mobile-nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
}

/* Hamburger Animation */
.hamburger-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#mobile-nav.active {
  display: block;
}


/* Logo section under the menu */
.logo {
  margin-top: 20px;
}

.logo h1 {
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
  border: 2px solid white;
  display: inline-block;
  padding: 10px 20px;
}

.logo img {
  width: 130px;
}

.hero-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-section h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7); 
}

/* Hero section button styles */
.learn-more-btn {
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #d4d4d4;
  color: #303030;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #fff;
}

.mission-vision-values,
.stats,
.products,
.special-features,
.contact {
  text-align: center;
  padding: 10px 10px;
  align-content: center;
}

.products h2,
.special-features h2,
.contact h2 {
  color: #025d86;
  font-weight: normal;
  font-size: 39px;
}

.mission-vision-values h2 {
  color: #025d86;
  font-weight: normal;
  font-size: 39px;
  margin-bottom: 10px;
}

.mission-vision-values {
  text-align: center;
  padding: 10px 20px;
}

.cards {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}

.card {
  flex: 1;
  margin: 0 1px;
  max-width: 25%;
}

.card h3 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: normal;
}

.home1 {
  font-family: "Source Sans Pro";
  background-image: url("/asset/images/home_img1.png");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  align-content: center;
  height: 350px;
  padding: 25px;
  font-size: 22px;
}

.home2 {
  font-family: "Source Sans Pro";
  background-image: url("/asset/images/home_img2.png");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  align-content: center;
  height: 350px;
  padding: 25px;
  font-size: 22px;
}

.home3 {
  font-family: "Source Sans Pro";
  background-image: url("/asset/images/home_img3.png"); */
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  align-content: center;
  height: 350px;
  padding: 25px;
  font-size: 22px;
}

.product-list,
.features {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.card,
.product,
.feature {
  max-width: 30%;
}

.products img {
  width: 100%;
  border-radius: 50%;
}

.stats {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  gap: 20px;
  background-color: #f8f8f8;
  margin: 0 auto;
  margin-bottom: 30px;
}

.stat {
  flex: 1;
  background-color: #cfc6c1;
  color: #3c2b25;
  position: relative;
  text-align: center;
  box-shadow: 10px 10px 0px #3c2b25;
}

.stat h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

.stat p {
  font-size: 1.2rem;
  margin: 0;
}

.stat span {
  color: #3c2b25;
  margin-right: 5px;
}

.products {
  justify-content: center;
  max-width: 1160px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.products p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 20px;
  color: #595151;
  margin-bottom: 20px;
}

.view-all-btn {
  padding: 20px;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #8a7067;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 163px;
  height: 53px;
}

.features {
  display: flex;
  justify-content: center;
  max-width: 1250px;
  gap: 30px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.feature h3 {
  font-family: "Cinzel", serif;
  font-size: 18px;
  color: #025d86;
  font-weight: normal;
  margin-bottom: 20px;
}

.special-features p {
  font-family: "Source Sans Pro";
  color: #191717;
  font-size: 22px;
}

.feature p {
  color: #383e40;
  font-size: 13px;
}

.contact {
  background: linear-gradient(to bottom, #f0f0f0, #d9d9d9);
  color: #333;
}

.contact h2 {
  color: #333;
}

.contact a {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

footer {
  background-image: url("/asset/images/footer_bg.jpeg");
  color: #fff;
  padding: 10px 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content p {
  margin: 0;
}

.social-icons a {
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #1da1f2;
}

mb-50 {
  margin-bottom: 50px;
}

mt-50 {
  margin-top: 50px;
}

/* Video Background Styling */
.video-background {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  z-index: -1;
}

.video-background .content {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
  }

  .navbar nav {
    display: none;
  }

  .header .navbar {
    display: none;
  }

  .navbar ul {
    flex-direction: column;
  }

  .logo img {
    width: 120px;
  }

  .cards,
  .product-list,
  .stats,
  .features {
    flex-direction: column;
  }

  .card,
  .product,
  .feature {
    max-width: 100%;
  }
}


