* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  background-color: var(--black) !important;
}
.section-title{
  font-size: 48px;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.safetybanner-swiper .swiper-slide {
  padding-bottom: 50px;
}
.safetybanner-swiper .swiper-pagination-bullet {
    width: 50px !important;
    height: 2px !important;
    border-radius: 0 !important;
}
.safetybanner-swiper  .swiper-pagination-bullet-active {
  background: var(--black);
}
.safetybanner-swiper .swiper-pagination {
  position: relative;
  padding-bottom: 50px;
}
.youtube-video {
  object-fit: cover;
}
.mp4-video {
  object-fit: cover;
}


.safetyfeatures-swiper .swiper-slide h2 {
  font-size: 36px;
  padding: 30px 0;
} 
.safetyfeatures-swiper .swiper-slide p {
  font-size: 18px;
}
.safetyfeatures-swiper .swiper-pagination-bullet {
  width: 50px !important;
  height: 2px !important;
  border-radius: 0 !important;
}
.safetyfeatures-swiper .swiper-pagination-bullet-active {
  background: var(--black);
}
.safetyfeatures-swiper .swiper-pagination {
  position: relative;
  padding: 53px 0 50px 0;
}

@media(max-width: 1600px) {
  .youtube-video {
    height: 710px !important;
  }
  .mp4-video {
    height: 710px !important;
  }
}
@media(max-width: 1440px) {
  .youtube-video {
    height: 640px !important;
  }
  .mp4-video {
    height: 640px !important;
  }
}
@media(max-width: 1024px) {
  .youtube-video {
    height: 455px !important;
  }
  .mp4-video {
    height: 455px !important;
  }
}
@media(max-width: 992px) {
  .pt-10 {
  padding-top: 84px !important;
  }
  .section-title{
    font-size: 36px;
  }
  .safetyfeatures-swiper .swiper-slide h2 {
    font-size: 26px;
    padding: 25px 0 30px 0;
  } 
  .safetyfeatures-swiper .swiper-slide p {
    font-size: 16px;
  }
}
@media(max-width: 768px) {
  
  .safetyfeatures-swiper .swiper-slide p  {
    margin-bottom: 50px;
  }
}
@media(max-width: 420px) {
  .youtube-video {
    height: 420px !important;
  }
  .mp4-video {
    height: 420px !important;
  }

}