@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins_medium/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins_medium/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-reg";
  src: url("../fonts/Poppins_reg/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins_reg/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-light";
  src: url("../fonts/Poppins_light/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins_light/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins_bold/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins_bold/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-slider .slider-container {
  display: flex;
  transition: transform 1s ease-in-out;
}
.hero-slider .single-slider {
  min-width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #f5f5f5;
}

.text {
  text-align: end;
}
.text h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
  margin-bottom: 20px;
  color: #f5f5f5;
  font-size: 2.5rem;
}
.text h2 span {
  color: gold;
}
.text p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  margin-bottom: 30px;
  color: #f5f5f5;
  text-align: end;
}

.slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.slider-buttons button {
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 4px 15px;
  font-size: 1.4rem;
  cursor: pointer;
  margin: 0 20px;
}/*# sourceMappingURL=slider.css.map */