


.swiper h1 {
  font-size: 2.5rem;
  color: #f7b733;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 100;
  text-align: center;
}
.special-h1{
  margin-top: 40px;
}
.todayp {
    text-align: center;
  font-size: 3rem;
  max-width: 700px;
  margin: 0 auto 1rem;
  line-height: 1.7;
  color: #f5f5f5;
  position: relative;
  z-index: 100;
}

.border {
  width: 100px;
  height: 3px;
  background: #f7b733;
  margin: 0 auto 1rem;
  border-radius: 2px;
  position: relative;
  z-index: 100;
}

.special-img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f7b733;
  box-shadow: 0 0 15px rgba(247, 183, 51, 0.3);
  transition: transform 0.4s ease;
}

.special-img:hover {
  transform: scale(1.05);
}


.special-h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  margin-left: 20px;
}

.special-p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 1rem;
  margin-left: 27px;
}


.add {
    font-size: 1.5rem;
  background: #f7b733;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  margin: 0.4rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

@media(max-width:375px ){
    
    .special-main{
        height: 1000px !important;
    }
    .special-div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


.swiper h1 {
  font-size: 2.5rem;
  color: #f7b733;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 100;
  text-align: center;
}
.special-h1{
  margin-top: 40px;
}
.todayp {
    text-align: center;
  font-size: 3rem;
  max-width: 700px;
  margin: 0 auto 1rem;
  line-height: 1.2;
  color: #f5f5f5;
  position: relative;
  z-index: 100;
}

.border {
  width: 100px;
  height: 3px;
  background: #f7b733;
  margin: 0 auto 1rem;
  border-radius: 2px;
  position: relative;
  z-index: 100;
}

.special-img {
  width: 300px;
  height: 300px;
  margin-top:-100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f7b733;
  box-shadow: 0 0 15px rgba(247, 183, 51, 0.3);
  transition: transform 0.4s ease;
}

.special-img:hover {
  transform: scale(1.05);
}


.special-h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  margin-left: 20px;
}

.special-p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 1rem;
  margin-left: 27px;
}


.add {
    font-size: 1.5rem;
  background: #f7b733;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  margin: 0.4rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

}

