@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Brush Script MT", cursive;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #ff0000;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
}

.section-p1 {
  padding: 40px 0;
}

.section-m1 {
  margin: 40px 0;
}

button.normal {
  font-size: 14px;
  font-weight: 600px;
  padding: 15px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}

button.normal:hover {
  background-color: #088178;
  color: #fff;
}

body {
  width: 100%;
}

/* header styles */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e3e6f3;
  padding: 20px 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-logo img {
  width: 100px;
  height: auto;
  filter: invert(100%) grayscale(100%) brightness(0%);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.header-logo img:hover {
  transform: scale(1.1);
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-list-nav ul {
  display: flex;
}

.header-list-nav ul li {
  list-style-type: none;
  padding: 0 20px;
  position: relative;
}

.header-list-nav ul a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease;
}

.header-list-nav ul a:hover,
.header-list-nav ul a.active {
  color: #088178;
  content: "";
}

.header-list-nav ul li a:hover::after,
.header-list-nav ul li a.active::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

#hero {
  background-image: url(images/hero4.png);
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 80px;
}

#hero h4 {
  padding-bottom: 15px;
  font-size: 40px;
  animation: popup 0.7s ease-out;
}

#hero h2 {
  font-size: 70px;
}

#hero h1 {
  color: #088178;
  font-size: 70px;
}

#hero button {
  background-color: lightgreen;
  width: 190px;
  height: 60px;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #088178;
  padding: 14px 25px;
  border-radius: 65px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

#hero button:hover {
  background-color: #ff6347;
  color: white;
  font-weight: 900;
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

/* feature section styles */
#featuredd:hover {
  color: #088178;
}

#under {
  color: red;
  font-size: bold;
  font-weight: 900;
  text-align: center;
}

#featured #features {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#features .f-box {
  width: 180px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 15px 0;
  transition: box-shadow 0.3s;
}

#features .f-box:hover {
  box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.1);
}

#features .f-box img {
  width: 100%;
  margin-bottom: 10px;
}

#features .f-box h6 {
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  font-size: 14px;
  border-radius: 4px;
  color: #088178;
  background-color: #fddde4;
}

.product-section .pro-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 60px;
}

.product-section h1,
.product-section p {
  text-align: center;
}

.product-section .product-cart {
  width: 280px;
  border: 1px solid #ebebeb;
  padding: 13px;
  margin-bottom: 30px;
  border-radius: 25px;
  position: relative;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.2s;
}

.product-section .product-cart:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

.product-section .product-cart img {
  width: 100%;
  border-radius: 15px;
}

.product-section .product-cart span {
  color: #969696;
  font-weight: 500;
  line-height: 30px;
}

.product-section .product-cart h4 {
  font-size: 18px;
  color: rgb(41, 41, 41);
}

.product-section .product-cart .stars {
  color: #e6ae2c;
  padding: 6px 0;
}

.product-section .product-cart .price {
  color: #088178;
  padding: 4px 0;
}

.product-section .product-cart .buy-icon {
  color: #088178;
  background-color: #c7e9e75e;
  padding: 15px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* banners section */
#banners {
  margin: 0 60px;
}

#banners h2,
h4,
span {
  color: rgb(248, 0, 0);
}

#banners .small-banners-1 {
  background-image: url(images/banner/b1.jpg);
}

#banners .small-banners-2 {
  background-image: url(images/banner/b2.jpg);
}

#banners .small-banners-3 {
  background-image: url(images/banner/b3.jpg);
}

#banners .small-banners {
  display: flex;
  align-items: center;
  justify-content: center;
}

#banners .small-banners div {
  border-radius: 14px;
  min-width: 370px;
  height: 200px;
  margin: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 25px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#banners .small-banners div:hover {
  transform: translateY(-18px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

#banners .small-banners h2 {
  font-size: 25px;
  transition: color 0.3s ease;
}

#banners .small-banners h5 {
  color: #771818;
  transition: color 0.3s ease;
}

#banners .small-banners div:hover h5 {
  color: #f0f0f0;
}

/* newsletter section styles */
#newsletter {
  background-image: url(images/banner/b14.png);
  background-repeat: no-repeat;
  background-position: 180px;
  background-color: #041e42;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 75px;
}

#newsletter .newsletter-text h3 {
  color: white;
  font-size: 30px;
  padding: 0 0 15px 0;
}

#newsletter .newsletter-text h5 {
  color: rgb(151, 151, 151);
  font-size: 17px;
}

#newsletter .newsletter-text h5 span {
  color: rgb(216, 182, 29);
}

#newsletter .form input {
  padding: 20px;
  width: 350px;
  height: 65px;
  background-color: #d1d0d0;
  border-radius: 6px 0 0 6px;
  font-size: 18px;
  border: none;
  outline: none;
  margin-right: -4px;
  box-sizing: border-box;
}

#newsletter .form button {
  padding: 20px;
  width: 120px;
  height: 65px;
  background-color: #088178;
  color: white;
  font-size: 17px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}

/* Base styles for larger screens */
.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease;
}

.nav-links a:hover {
  color: #088178;
}

/* Hide the hamburger menu by default */
.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger-menu span {
  height: 3px;
  width: 25px;
  background: #1a1a1a;
  margin-bottom: 4px;
  border-radius: 5px;
  transition: 0.3s;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    z-index: 10;
  }

  .nav-links {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    /* Changed width to 100% for full-screen menu */
    max-width: none;
    /* Remove max-width to allow full screen */
    background-color: #f1f1f1;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 20px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
  }

  .nav-links li {
    margin: 10px 0;
    /* Reduce the margin to make it less spaced out */
  }

  .nav-links.open {
    transform: translateX(0%);
  }

  /* Reduce text size for smaller screens */
  .nav-links a {
    font-size: 14px;
    /* Smaller font size for mobile */
  }

  /* Toggle animation for hamburger icon */
  .hamburger-menu.toggle span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

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

  .hamburger-menu.toggle span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  /* Close button styling */
  .close-btn {
    font-size: 24px;
    cursor: pointer;
    color: #1a1a1a;
    margin-bottom: 20px;
    align-self: flex-end;
  }
}

/* Blog Section */
/* Blog Header Styling */
.blog-header {
  background-color: #4CAF50;
  color: #fff;
  text-align: center;
  padding: 70px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-header h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Blog Posts Section */
.blog-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 20px;
  gap: 30px;
}

.blog-post {
  flex-basis: 30%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
}

.blog-post img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}

.blog-post h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 15px 10px;
  color: #333;
}

.blog-post p {
  font-size: 16px;
  color: #666;
  margin: 0 15px 20px;
  line-height: 1.7;
}

.read-more {
  display: inline-block;
  margin: 0 15px 20px;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}

/* Hover Effect on Blog Post */
.blog-post:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}

.blog-post:hover img {
  filter: brightness(0.9);
}

/* Footer Styling */
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}

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

.footer-content p {
  margin: 0;
}

.socials a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  font-size: 24px;
}

.socials a:hover {
  color: #ff0000;
}

/* Responsive Styles for Blog */
@media (max-width: 768px) {
  .blog-posts {
    flex-direction: column;
  }

  .blog-post {
    flex-basis: 100%;
  }

  /* Footer Alignment on Small Screens */
  .footer-content {
    flex-direction: column;
    gap: 10px;
  }
}

/* About Section */
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "League Spartan", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #f4f4f4;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

p {
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
}

.section-p1 {
  padding: 40px 0;
}

.section-m1 {
  margin: 40px 0;
}

button.normal {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}

button.normal:hover {
  background-color: #088178;
  color: #fff;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e3e6f3;
  padding: 20px 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-logo img {
  width: 100px;
  height: auto;
  filter: invert(100%) grayscale(100%) brightness(0%);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.header-logo img:hover {
  transform: scale(1.1);
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-list-nav ul {
  display: flex;
}

.header-list-nav ul li {
  list-style-type: none;
  padding: 0 20px;
  position: relative;
}

.header-list-nav ul a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease;
}

.header-list-nav ul a:hover,
.header-list-nav ul a.active {
  color: #088178;
}

.header-list-nav ul li a:hover::after,
.header-list-nav ul li a.active::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

.about-us {
  background-color: #ffffff;
  padding: 40px 80px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-us h1 {
  font-size: 48px;
  color: #222;
  margin-bottom: 20px;
}

.about-us h2 {
  font-size: 36px;
  color: #222;
  margin: 20px 0;
}

.about-us p {
  font-size: 16px;
  color: #465b52;
  margin-bottom: 20px;
}

.about-story,
.about-team,
.about-contact {
  margin-bottom: 40px;
}

.about-team {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.team-member {
  text-align: center;
  max-width: 300px;
  margin: 15px;
}

.team-member img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.team-member h3 {
  font-size: 18px;
  color: #222;
}

.team-member p {
  font-size: 14px;
  color: #888;
}

.about-contact p {
  font-size: 16px;
  color: #465b52;
  margin-bottom: 10px;
}

.about-contact a {
  color: #088178;
  text-decoration: none;
}

.about-contact a:hover {
  text-decoration: underline;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}

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

.footer-content p {
  margin: 0;
}

.socials a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  font-size: 24px;
}

.socials a:hover {
  color: #ff0000;
}

/* Responsive Styles */
@media (max-width: 768px) {
  #header {
    padding: 20px 10px;
  }

  .header-logo img {
    width: 80px;
  }

  .header-list-nav ul {
    display: block;
  }

  .header-list-nav ul li {
    padding: 10px 0;
  }

  .about-us {
    padding: 20px;
  }

  .about-team {
    flex-direction: column;
    align-items: center;
  }

  .team-member {
    margin: 15px 0;
  }
}

/* Contact Section */
/* General Styles */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Main Section */
main {
  padding: 20px;
}

.contact-us {
  max-width: 800px;
  margin: 0 auto;
}

.contact-us h1 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-form {
  margin-bottom: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: bold;
}

.contact-form input, .contact-form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form button {
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background: #555;
}

.contact-details {
  margin-bottom: 20px;
}

.contact-details h2 {
  margin-bottom: 10px;
}

.contact-map iframe {
  width: 100%;
  border: 0;
  border-radius: 5px;
}

/* Footer */
footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
}


.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content p {
  margin: 0;
}

.socials a {
  color: #fff;
  margin: 0 10px;
  font-size: 24px;
  transition: color 0.3s;
}

.socials a:hover {
  color: #ddd;
}
