/* comman css Start */

html, body {
  background: #000 !important;
  min-height: 100vh;
  margin: 0;
}

.red_word{
 color: #DB0B2C; 
}

#section h2{
	font-size : 48px;
  	font-weight : 600;
    font-family: "Poppins", sans-serif;
}

#section h4{
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}


#section p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

@media (max-width: 992px) {
#section h2{
	font-size : 35px;
}

#section h4{
  font-size: 19px;
}
  
#section p {
  font-size: 15px;
}
}

@media (max-width: 480px) {
#section h2{
	font-size : 25px;
}

#section h4{
  font-size: 16px;
}
  
#section p {
  font-size: 12px;
}
}

/* comman css end */

/* Banner css Start */
.banner {
  width: 100%;
  height: 100vh; 
  background: url('../../images/pillarpage/fans/banner_bg.webp') no-repeat top center/cover;
  display: flex;
  justify-content: end;
  align-items: flex-end; 
  overflow: hidden;
  margin-top: 6%;
}

.banner-content h1 {
  font-size: 48px;   
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

.banner-content h1 span {
  color: #D33137; 
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-right: 20px;
  letter-spacing: 0px;
}

/* Responsive */
@media (max-width: 992px) {
  .banner {
    height: 100vh;
    margin-top: 8%;
  }
  .banner-content h1 {
    font-size: 40px; 
  }
}

@media (max-width: 768px) {
  .banner {
    height: 50vh;
    padding: 0 15px;
    margin-top: 10%;
  }
  .banner-content h1 {
    font-size: 32px;  
  }
}

@media (max-width: 480px) {
  .banner {
    height: 60vh;
    margin-top: 18%;
  }
  .banner-content h1 {
    font-size: 25px;  
  }
}



/* Banner css end */

/* How to choose right fan css start */

.fan_product_bg{
  background: url('../../images/pillarpage/fans/fan_product_bg.webp') no-repeat center center/cover;
}

.product-card{
  background: #191919; 
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image img {
  max-height: 400px;
  object-fit: contain;
}

.product_category{
   background: #191919; 
   border-radius: 35px;
}

.product_shop_btn {
  background: #e60d2e;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 6px 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration:none;
}

.product_shop_btn:hover {
  background: #c50d26;
  color: #fff;
}


.product-title{
  background: #191919; 
  border-radius: 15px;
}

.product-title h4{
  padding-top:3%;
  padding-bottom:3%;
}

/* How to choose right fan css end */

/* Consider to buy fan css start */

.consider_to_buy_section{
	background: url('../../images/pillarpage/fans/factors_to_buy_fan.webp') no-repeat center center/cover;
}

.factors_to_consider_content{
	width:50%; 
}

@media (max-width: 992px) {
  .consider_to_buy_section{
      background: none;
  }

  .factors_to_consider_content{
      width:100%; 
  }
}

@media (max-width: 480px) {
  .consider_to_buy_section{
      background: none;
  }

  .factors_to_consider_content{
      width:100%; 
  }
}

/* Consider to buy fan css end */

/* Choose Fybros fan css start */

  .choose_fybros_section{
      background: url('../../images/pillarpage/fans/choose_fybros_bg.webp') no-repeat center center/cover;
      height:85vh;
  }

  .choose_fybros_container{
     margin-top:-225px; 
  }

@media (max-width: 992px) {
  .choose_fybros_section{
      background: url('../../images/pillarpage/fans/choose_fybros_bg.webp') no-repeat center center/cover;
      height:50vh;
  }

  .choose_fybros_container{
     margin-top:-200px; 
  }
}

@media (max-width: 480px) {
  .choose_fybros_section{
      background: url('../../images/pillarpage/fans/choose_fybros_bg.webp') no-repeat center center/cover;
      height:75vh;
  }

  .choose_fybros_container{
     margin-top:-200px; 
  }
}

/* Choose Fybros fan css end */

/* Top Features of Fan desktop css start */

.top_features_desktop_bg {
  background: url('../../images/pillarpage/fans/high_performance_desktop_bg.webp') no-repeat top center/cover;
  min-height: 100vh;  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0; 
}

.top_features_mobile_container{
  background: url('../../images/pillarpage/fans/top_feature_bg.webp') no-repeat center top/cover;
}

.top_features_first_content{
	background: #E60D2E;
	background: linear-gradient(90deg, rgba(230, 13, 46, 0.30) 100%, rgba(14, 21, 17, 1) 100%);
 	margin-top: 25%; 
  	padding-top:17%;
  	padding-bottom:17%;
  	padding-left:11px;
  	padding-right:11px;
}

.top_features_second_content{
    padding-top:7%;
  	padding-bottom:7%;
  	padding-left:11px;
  	padding-right:11px;
}

/* Top Features of Fan desktop css end */

/* Advantage of buying Fan css start */

.advantage_section{
 
  background: #EE0004;
  background: radial-gradient(circle, rgba(238, 0, 4, 0.87) 0%, rgba(0, 0, 0, 1) 52%);
}
  
.advantage_number_image{
 width:60%; 
}

.adv-card{
  background: #8C000254 0% 0% no-repeat padding-box;
  border: 1px solid #EE0004;
}

/* Advantage of buying Fan css end */

/*  Top 5 Designer Fan css start */

.designer_fan_with_remote_container{
 
  padding-left:20%;
  padding-right:20%;
  
}

@media (max-width: 768px) {
  .designer_fan_with_remote_container{

    padding-left:10%;
    padding-right:10%;

  }
}


@media (max-width: 480px) {
  .designer_fan_with_remote_container{

    padding-left:0%;
    padding-right:0%;

  }
}
/*  Top 5 Designer Fan css end */

/* Slider css Start */

.comman_fan_slider_1{
  background: url('../../images/pillarpage/fans/comman_fan_bg_1.webp') no-repeat center top/cover;
}

.comman_fan_slider_2{
   background: url('../../images/pillarpage/fans/comman_fan_bg_2.webp') no-repeat center center/cover;
}

.comman_fan_slider_3{
   background: url('../../images/pillarpage/fans/comman_fan_bg_3.webp') no-repeat center top/cover;
}

.swiper-container-wrapper { 

  margin: auto;
  padding-bottom: 40px; 
  position: relative;
}
.swiper {
  width: 100%;
  height: 550px;
  border-radius: 16px;
  overflow: hidden;
  background: #191919;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 16px;
}
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  color: #fff;
}
.overlay-content h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #ffffffdd;
}
.overlay-content p {
  margin: 0;
  font-size: 1rem;
  color: #ccc;
  max-width: 600px;
}

.custom-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.custom-nav .swiper-button-prev,
.custom-nav .swiper-button-next {
  background-color: #222;
  color: white;
  border: 2px solid #fff;
  padding: 6px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: static; 
}
    
.custom-nav .swiper-button-prev::after,
.custom-nav .swiper-button-next::after {
  font-size: 16px !important; 
  color: white;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

/* Slider css end */
