@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
{
  margin: 0;
  padding:0;
  box-sizing: border-box;
  font-family: 'Spartan',sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  color:black;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: black;
}

h4 {
  font-size: 20px;
  color: black;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: black;
  margin: 15px 0 20px 0;
}

.section-p1 {
  padding: 40px 80px;
}

.section-m1 {
  margin: 40px 0;
}

body {
  width: 100%;
  overflow-x: hidden;
}




#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: transparent;
  position: absolute;
  top: 0;
  left: -30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}

#navbar {
position: relative;
top: 0;
right: 0;
left: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;

top: 0;
scroll-margin-top: 80px;
}

#navbar li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}

#navbar li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: black;
  transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
  color: #FF8C00;
}

#navbar li a.active::after,
#navbar li a:hover::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #FF8C00;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

#nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: black;
  cursor: pointer;
}





#hero{
  background-image: url("https://res.cloudinary.com/dfcjaszad/image/upload/v1756319930/ChatGPT_Image_Aug_16_2025_06_07_50_PM_y059j3.png");
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;

}

.hero-button {
margin-top: 20px;
width: 100%;
display: center;
justify-content: center;


 }



.hero-button {
  background-color: #daa520;
  color: black;
  height: 40px;
  width: 150px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transform-origin: background 0.3s ease;
}

.hero-button-wrapper{
  display: flex;
  justify-content: flex-start;
}


#product1 {
  text-align: center;
}

#product1 .pro-container{
 display: flex;
 flex-direction: row;
  justify-content: center;
  padding-top: 20px; 
}

 .pro-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;

}



#product1 .horse-card {
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  margin: 15px 0;
  transition: 0.2s ease;
}


#product1 .horse-card:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}


#product1 .horse-card img {
  width: 100%;
  border-radius: 20px;
}


 .view-button {
  display: inline-block;
   padding: 10px 20px;
   background-color:black;   
  color: white;
  border-radius: none;
  text-decoration: none;
  font-weight: bold; 
  transition: 0.3s ease;
  cursor: pointer;
}

 {
  background-color: #b8860b;
}



#about {
  text-align: center;
  background-color: #f9f9f9;
  padding: 60px 20px;
  border-radius: 12px;
  margin-top: 40px;
}

#about h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

#about p {
  max-width: 800px;
  margin: 10px auto;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

#about .btn {
  margin-top: 20px;
  padding: 12px 25px;
  border: none;
  border-radius: none;
  background: #222;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

#about .btn:hover {
  background: #444;

}


#shipping {
  background: #f2f6f9;
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  margin: 40px 0;
}

#shipping h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

#shipping h3 {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #333;
}

#shipping p {
  max-width: 800px;
  margin: 10px auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

#shipping .shipping-img {
  max-width: 600px;
  width: 100%;
  border-radius: 12px;
  margin: 20px auto;
  display: block;
}



#footer {
  background: #daa520;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

#footer h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

#footer p {
  margin: 6px 0;
  font-size: 1rem;
}

#footer .social-links {
  margin: 20px 0;
}

#footer .social-links a {
  color: #fff;
  margin: 0 10px;
  font-size: 1.3rem;
  transition: 0.3s;
}

#footer .social-links a:hover {
  color: black
}

#footer .copyright {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #bbb;
}

@media (max-width:799px) {

  #navbar {
    display: flex;
    flex-direction: flex-start;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    top: 10px;
    left: 40px;
    right: 10px;
    word-spacing: -3px;

    
    
    
  }
  
}




