/* navbarcss */

.logo-bodrexin {
  width: 150px;
  margin-top: -35px;
}

.navbar {
  background: url("../images/bg-header-curtain-rev.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 100px;
}

.loadmore {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  color: #c80520;
  border: solid 1px #c80520;
  padding: 4px 20px;
  display: inline-block;
  cursor: pointer;
}

.navbar-nav .dropdown-item {
  color: #0a2064;
  padding: 10px;
  font-size: 14px;
}

.navbar-nav .dropdown-divider {
  margin: 0px 0px;
}

.navbar-nav .dropdown-menu {
  padding: 0px 0px;
}

.navbar-nav .dropdown-menu .text-menu-product {
  text-align: right;
  float: right;
  padding-top: 0px !important;
  padding-bottom: 20px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-item {
  margin: 0px 20px;
  margin-top: -10px;
}

.navbar-nav .nav-item .active {
  color: #fff34d;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: "GothamRounded-Bold", sans-serif;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff34d;
  font-weight: bold;
}

.modal button.close {
  position: relative;
  z-index: 99;
  background: none;
  border: none;
  font-size: 34px;
}

.splide__arrow {
  margin-top: 70px;
}

.bg-gradient-orange {
  background: hsla(32, 100%, 72%, 1);

  background: linear-gradient(
    90deg,
    hsla(32, 100%, 72%, 1) 0%,
    hsla(32, 100%, 94%, 1) 55%,
    hsla(0, 0%, 100%, 1) 100%
  );

  background: -moz-linear-gradient(
    90deg,
    hsla(32, 100%, 72%, 1) 0%,
    hsla(32, 100%, 94%, 1) 55%,
    hsla(0, 0%, 100%, 1) 100%
  );

  background: -webkit-linear-gradient(
    90deg,
    hsla(32, 100%, 72%, 1) 0%,
    hsla(32, 100%, 94%, 1) 55%,
    hsla(0, 0%, 100%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFBD71", endColorstr="#FFF0DF", GradientType=1 );
}

/* home */

.video-iframe-container {
  border-radius: 20px !important;
}

.thumbnail {
  width: 100%;
  height: fit-content;
  border-radius: 30px;
  cursor: pointer;
}

.title-red-1 {
  color: #ec2629;
  text-align: center;
  font-size: 5rem;
}

.title-red-2 {
  color: #ec2629;
  text-align: center;
  font-size: 4rem;
}

.text-red-stroke {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  color: #ec2629;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff, -4px 0 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, 0 3px 0 #fff;
}

.banner-wrapper {
  position: relative;
  width: 100%;
  align-items: flex-start;
}

.kids-club-bg {
  width: 100%;
  height: auto;
}

.kids-club-overlay {
  position: absolute;
  right: 0;
  padding-right: 50px;
  text-align: right;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  justify-items: center;
  text-align: center;
}

.myvideo {
  width: 100%;
  margin: 0 auto;
}

.ctavideo {
  cursor: pointer;
}

.btn-cta-default {
  background: #ec2629;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 18px;
  font-family: "GothamRounded-Bold", sans-serif;
  margin: 0 auto;
  display: inline-block;
}

.btn-cta-default:hover {
  color: #fff34d;
}

.btn-cta-home-produk {
  position: absolute;
  bottom: 60px;
  right: 35%;
}

.main-wrapper {
  position: relative;
  background: #b4d666;
}

.detail-wrapper {
  margin-top: 10em;
}

.body-home {
  background: url(../images/bxn-home-body-bg_D.jpg);
  background-size: contain;
  width: 100%;
  min-height: 745px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: top center;
}

.body-home .feature {
  padding-top: 150px;
}

.body-product {
  background: url(../images/bxn-product-body-bg_D.jpg);
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: top center;
}

.product-box1 {
  border-radius: 50px;
  background: #ffbe71;
  width: 100%;
  position: relative;
  margin-bottom: 10em;
}

.product-box2 {
  border-radius: 50px;
  background: #fdb3b9;
  width: 100%;
  position: relative;
  margin-bottom: 10em;
}

.product-category {
  border-radius: 50px;
  background: #ec2629;
  padding: 10px 30px;
  margin: 0 auto;
  width: 400px;
}

.product-category.label {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.product-category h3 {
  color: #fff;
  margin: 0 auto;
}

.product-name {
  color: #ec2629;
  font-weight: bold;
  font-size: 18px;
}

.product-desc {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.breadcrumb,
.breadcrumb a {
  color: #ec2629;
  font-weight: bold;
  font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.product-detail h1 {
  color: #ec2629;
  font-size: 50px;
}

.product-detail p {
  font-size: 18px;
}

.artikel-detail h1 {
  color: #ec2629;
  font-size: 36px;
}

.artikel-detail p {
  color: #757575;
}

.artikel-detail img {
  max-width: 100%;
  margin: 0 auto;
}

.article-card {
  min-height: 355px;
}

.wyswyg h2,
.wyswyg h3,
.wyswyg h4,
.wyswyg h5 {
  font-size: 18px;
  color: #757575;
}

.wyswyg p {
  font-size: 16px;
  color: #757575;
}

.wyswyg li {
  font-size: 16px;
  color: #757575;
  margin-left: 15px;
}

.video-container {
  padding: 100px 0px;
}

/* product */

.menu-produk-img {
  width: 100%;
  border-radius: 20px;
}

.menu-produk-img:hover {
  box-shadow: #ec2629c4 0px 25px 70px 0px;
  border: 2px solid white;
}

/* SPLIDE ARROW */

.splide__arrow {
  background: transparent !important;
}

.splide__arrow svg {
  fill: transparent !important;
}

.splide__arrow--next {
  right: -30px !important;
  top: 40% !important;
  background-image: url("../images/arrow-next.png") !important;
  width: 40px !important;
  height: 40px !important;
  color: transparent !important;
  background-size: cover !important;
}

.splide__arrow--prev {
  left: -30px !important;
  top: 40% !important;
  background-image: url("../images/arrow-prev.png") !important;
  width: 40px !important;
  height: 40px !important;
  color: transparent !important;
  background-size: cover !important;
}

/* SPLIDE ARROW */

/* footercss */

footer {
  background: #ec2629;
  width: 100%;
  color: #fff;
}

footer h2 {
  color: #fff;
  font-size: 24px;
}

footer a {
  color: #fff;
}

.middle-footer {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
  /* mobile */

  /* .modal .close {
    position: absolute !important;
    right: 10px;
  } */

  .menu-produk-img {
    margin-top: 20px;
  }

  .img-kids {
    padding: 20px 20px 0px 20px;
  }

  .text-red-stroke {
    font-size: 1.2rem;
    padding: 0px 20px 0px 20px;
  }

  .kids-club-overlay {
    background-color: #ffbd71;
    position: relative !important;
    right: auto !important;
    padding-right: 0 !important;
    text-align: center;
    z-index: 10;
    top: unset;
    transform: unset !important;
    width: 100%;
    justify-items: center;
    text-align: center;
  }

  .video-container {
    padding: 40px 0px;
  }

  .splide__arrow {
    margin-top: 30px;
  }
  .splide__list {
    margin: 14px !important;
  }
  .splide__arrow--prev {
    left: 0px !important;
  }
  .splide__arrow--next {
    right: 0px !important;
  }

  .title-red-1 {
    font-size: 1.5rem;
  }

  .title-red-2 {
    font-size: 1.2rem;
  }

  .thumbnail {
    margin-left: 0 !important;
  }

  .logo-bodrexin {
    width: 85px;
    margin-top: -25px;
  }

  .nav-mobile {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .nav-mobile li {
    display: inline-block;
  }

  .navbar-expand-lg {
    margin-top: 0 !important;
  }

  .navbar-toggler {
    margin-left: 10px;
    margin-top: 10px;
  }

  .navbar {
    height: 60px;
  }

  .navbar-m {
    height: 60px !important;
    width: 50px;
    z-index: 9999;
  }

  .navbar-brand {
    display: block;
    margin: 0 auto;
  }

  .navbar-nav {
    margin-top: 10px;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.7);
  }

  .navbar-nav .nav-item {
    margin-top: 0;
  }

  .navbar-nav .nav-item .nav-link {
    color: #ec2629;
    font-weight: bold;
  }

  .navbar-nav .nav-item .active {
    color: #000;
  }

  .banner-home {
    margin-top: 30px;
  }

  .btn-cta-home-produk {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 120px;
  }

  .btn-cta-default {
    font-size: 12px;
    padding: 5px 10px;
  }

  .body-home {
    min-height: auto;
    background-size: cover;
  }

  .body-home .feature {
    padding: 50px 10px;
  }

  .middle-footer {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 0;
    border-right: 0;
  }

  footer h2 {
    font-size: 18px;
  }

  .detail-wrapper {
    margin-top: 5em;
  }

  .artikel-detail h1 {
    font-size: 30px;
  }
}
