* {
  margin: 0;
  padding-top: 0px;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

/* header start */



header {
  height: 700px;
  background: url(images/gun_3-min.jpg);
  background-size: cover;
  position: relative; 
}

.nav {
  background: #faebd736;
  position: absolute;
  width: 100%;
  top: 0;
}
.nav-btn{
  position: relative;
  z-index: 0;
}
/* .nav-btn::after{
  content: "";
  height: 101%;
  width: 2%;
  background: #c88c5a;
  display: block;
  position: absolute;
  top: 0;
  left:0;
  z-index: -1;
  border-radius: 100px;
  transition: 0.2s;
}
.nav-btn:hover::after{
  width: 101%;
  transform: 0.2s;
  
} */


.header-content {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 1; 
  color: white; 
  text-align: center; 
}
@media(max-width:500px){
  .header-content{
    transform: translate(-50%, -35%); 
  }
}

.header-content p {
  margin: 0; 
  font-size: 1.4rem;
  font-weight: 500;
}

.header-content h1 {
  font-size: 5rem; 
  color: #00903d;
}

.header-content h3 {
  font-size: 3rem; 
  font-weight: 700;
}

/* Button styles */

.btn {
  transition: background-color 0.3s; 
}
.btn-2{
  display: none;
}
.btn:hover {
  background-color: #007a32; 
}

.header ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
 transform: translateY(-40px);
}
.header li{
  background: #faebd7;
  text-align: center;
  padding: 20px 0px;
  border-radius: 40px;
  background: b;
}
.shop-now{
  border-radius: 0px;
  background-color: #c88c5a;
  outline: 2px solid #c88c5a;
  outline-offset: 1px;
}
.shop-now:hover{
  outline-offset: 4px;
  transition: 0.5s;
  background-color: #c88c5a;
}
@media (max-width:400px) {
  .header ul {
    font-size: 12px;
  }
}
@media (max-width:1000px) {
  .header ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
   transform: translateY(-40px);
  }
  
}
/* Responsive styles */

@media (max-width: 767px) {
  .header ul{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
   transform: translateY(10px);
  }
  .nav {
    flex-direction: column;
    align-items: center;
    padding: 10px 0; 
  }

  .nav img {
    width: 200px; 
  }
  .header-content h1 {
    font-size: 3rem; 
  }

  .header-content h3 {
    font-size: 2rem; 
  }

  .header-content p {
    font-size: 1.2rem;
  }

  .header-content span {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: -18px; */
  }

  .header-content span a {
    margin: 5px 0; 
    font-size: 1rem; 
  }

  nav a {
    display: block !important;
    margin: 10px 0; 
  }
  .btn-1{
    display: none !important;
  }
  .btn-2{
    display: block;
  }
  
}

@media (max-width: 700px) {
  .nav a.btn {
    display: none !important; 
  }
}


@media (max-width: 1200px) {
  p {
    font-size: 0.875rem; 
  }
}



/* new add section */
@media (max-width: 768px) {
  .container {
    padding: 20px;
  }
  h2 {
    font-size: 1.5rem;
    margin: 15px 0;
  }
  h3 {
    font-size: 1.25rem;
    margin: 15px 0;
  }
  h4 {
    font-size: 1rem;
    margin: 15px 0;
  }
  p {
    font-size: 0.9rem;
    color: black;
  }
}


/* 9 ammo section  */



.Ammo-9 .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.Ammo-9 .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  opacity: 0.1;
}
.Ammo-9 .feature {
  margin-bottom: 30px;
}
.Ammo-9 .feature h4 {
  margin-top: 20px;
  color: #;
}



/* Slider section  */



.swiper-slide{
border-radius: 25px;
background: transparent;
height:400px;
}
.swiper-slide .img-box{
  border-radius: 25px;
  
}

.button{
  height: 5px !important;
  width: 80px;
  background: #d4d4d4 ;
  border-radius: 25px;
}

.button.active {
  background-color: #c88c5a; 
  color: white; 
}


/*  Order section  */

.order-section {
  background:black ;
  background-size: cover;
  /* background-position: center; */
  /* height: 467px; */
}
.order-inner-section{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 100px 0px;
}

@media (max-width: 1000px) {
  .order-section {
    background:black !important;
    background-size: cover !;
    background-position: center;
   
    
  }
  .order-inner-section{
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    padding: 100px 0px 100px 0px;
  }
}

/* testimonial section */


.testimonial-img {
  width: 60px; 
  height: 60px; 
  object-fit: cover; 
  border-radius: 50%;
}
.testimonial-card {
            border: 2px solid #c88c5a; 
            border-radius: 10px; 
            margin-bottom: 20px; 
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%; 
}
.testimonial-img {
  width: 80px; 
  height: 80px; 
  object-fit: cover; 
  border-radius: 50%; 
  transform: translateY(-65px);
}
.star-rating {
  color: #c88c5a; 
}

@media (max-width: 1000px) {
  .testimonial-col-12 {
      margin-bottom: 65px; 
  }
  .testimonial-card {
    padding: 5px; 
}
  .card-text {
    font-size: 14px;
}

}
@media (max-width: 767px) {
  h2 {
      font-size: 1.1rem; 
      margin-bottom: 2rem; 
  }}



/* footer section */


footer {
background: url(https://ammunitionsforsale.com/product_images/bulk_ammo-min.jpg);
background-size: cover;
background-position: center;
background-blend-mode: overlay;
}

.promo-section {
color: white;
}

.overlay {
background: rgba(0, 0, 0, 0.6);
background-size: 100% 100%;
}

.payment-methods img {
margin-left: 10px;
}

.payment-methods {
text-align: center;
}

@media (max-width: 576px) {
.payment-methods {
  flex-direction: column;
}
.payment-methods span {
  margin-bottom: 10px;
}
}


