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

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

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

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

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

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; /* There was a typo here, should be `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;
}

body {
  width: 100%;
}

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

.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-icon a {
  color: #1a1a1a;
  padding-left: 20px;
  transition: 0.3s ease;
}

.header-list-icon 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;
}

/* Home main styles */

/* Hero section styles */
#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 20px; /* Adjusted padding for responsiveness */
}

#hero h4 {
  padding-bottom: 15px;
  font-size: 30px; /* Adjusted font size for responsiveness */
}

#hero h2 {
  font-size: 50px; /* Adjusted font size for responsiveness */
}

#hero h1 {
  color: #088178;
  font-size: 60px; /* Adjusted font size for responsiveness */
}

#hero button {
  background-color: transparent;
  background-image: url(images/button.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px; /* Adjusted width for responsiveness */
  height: 50px; /* Adjusted height for responsiveness */
  border: 0;
  cursor: pointer;
  font-size: 18px; /* Adjusted font size for responsiveness */
  font-weight: 700;
  color: #088178;
  padding: 12px 45px; /* Adjusted padding for responsiveness */
}

/* Feature section styles */
#features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px; /* Adjusted padding for responsiveness */
}

#features .f-box {
  width: 160px; /* Adjusted width for responsiveness */
  text-align: center;
  padding: 15px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 15px 0;
}

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

#features .f-box h6 {
  padding: 8px;
  font-size: 12px; /* Adjusted font size for responsiveness */
}

/* Product section styles */
.product-section .pro-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px; /* Adjusted padding for responsiveness */
}

.product-section .product-cart {
  width: 250px; /* Adjusted width for responsiveness */
  padding: 10px;
  margin-bottom: 20px;
}

.product-section .product-cart h4 {
  font-size: 16px; /* Adjusted font size for responsiveness */
}

.product-section .product-cart .stars {
  padding: 4px 0;
}

.product-section .product-cart .price {
  padding: 2px 0;
}

.product-section .product-cart .buy-icon {
  padding: 10px;
}

/* Off banner section styles */
#off-banner {
  background-size: cover;
  height: 30vh; /* Adjusted height for responsiveness */
  padding: 20px;
}

#off-banner h4,
#off-banner h2 {
  font-size: 30px; /* Adjusted font size for responsiveness */
}

/* Banners section styles */
#banners {
  padding: 20px; /* Adjusted padding for responsiveness */
}

#banners .big-banners div,
#banners .small-banners div {
  min-width: 320px; /* Adjusted min-width for responsiveness */
  height: 250px; /* Adjusted height for responsiveness */
  padding: 20px;
}

#banners .big-banners button,
#banners .small-banners button {
  padding: 10px 20px; /* Adjusted padding for responsiveness */
  font-size: 14px; /* Adjusted font size for responsiveness */
}

/* Newsletter section styles */
#newsletter {
  background-position: center;
  height: 120px; /* Adjusted height for responsiveness */
  padding: 0 20px; /* Adjusted padding for responsiveness */
}

#newsletter .newsletter-text h3 {
  font-size: 24px; /* Adjusted font size for responsiveness */
}

#newsletter .newsletter-text h5 {
  font-size: 14px; /* Adjusted font size for responsiveness */
}

#newsletter .form input {
  width: 250px; /* Adjusted width for responsiveness */
  height: 40px; /* Adjusted height for responsiveness */
  font-size: 14px; /* Adjusted font size for responsiveness */
}

#newsletter .form button {
  width: 100px; /* Adjusted width for responsiveness */
  padding: 10px; /* Adjusted padding for responsiveness */
  font-size: 14px; /* Adjusted font size for responsiveness */
}

/* Footer section styles */
#footer {
  padding: 50px 20px; /* Adjusted padding for responsiveness */
}

#footer p,
#footer a {
  font-size: 14px; /* Adjusted font size for responsiveness */
}

#footer .about a,
#footer .myaccount a {
  padding: 6px 0; /* Adjusted padding for responsiveness */
}

#footer .download img {
  border-radius: 5px; /* Adjusted border-radius for responsiveness */
}
