@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500&display=swap");

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

:root {
  --aqua: #7ae7c7;
  --yellow: #f5a12d;
  --black-background: #212529;
  --font-title: "Lato-Bold";
  --font-sub-title: "MerriweatherSans-Semi";
  --body-font: "MerriweatherSans";
}

/* font-family:  */
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  src: local("Lato-Bold.ttf"),
    url("../assets/fonts/Lato/Lato-Bold.ttf") format("TrueType");
}
@font-face {
  font-family: "Lato-Regular.ttf";
  font-weight: normal;
  font-style: normal;
  src: local("Lato-Regular.ttf"),
    url("../assets/fonts/Lato/Lato-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "MerriweatherSans-Semi";
  font-weight: normal;
  font-style: normal;
  src: local("MerriweatherSans-SemiBold"),
    url("../assets/fonts/Merriweather_Sans/static/MerriweatherSans-BoldItalic.ttf")
      format("TrueType");
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  background-color: rgb(29, 29, 29);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

/*//////////////////////////////////////////////////////////////////
////////////////////////// Navbar /////////////////////////////// 
///////////////////////////////////////////////////////////////////*/
.link-ojo a {
  font-size: 1.125rem;
}

.fixed-navbar-light {
  background-color: rgb(29, 29, 29);
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  .fixed-navbar-light {
    background-color: rgb(29, 29, 29);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  }
}

/* ///////////////////////////////////////////
/////////////// Footer ///////////////////// */

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212121;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ari_pods,
.beats,
.apple_watch,
.galaxy_buds {
  width: 100%;
  justify-content: center;
  height: 100vh;
  padding: 1px 13px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f5a12d !important;
}

.section_container {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ari_pods {
  background-color: #1c1c1c;
}

.beats {
  background-color: #fff;
}

.apple_watch {
  background-color: #92b7ff;
}

.galaxy_buds {
  background-color: rgb(29, 29, 29);
}

.image {
  width: 100%;
}

.image > img {
  width: 71%;
}

.text {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: left;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  position: absolute;
  left: 95%;
  top: 25%;
  height: 100%;
}
