/*******************************************   OPPO Fonts   **********************************************************/
@font-face {
  font-family: "OPPOSans-Medium";
  src: url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Medium.woff2")
      format("woff2"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Medium.woff")
      format("woff"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Medium.ttf")
      format("truetype"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Medium.svg")
      format("svg"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Medium.eot")
      format("embedded-opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "OPPOSans-Regular";
  src: url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Regular.woff2")
      format("woff2"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Regular.woff")
      format("woff"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Regular.ttf")
      format("truetype"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Regular.svg")
      format("svg"),
    url("https://www.oppo.com/content/dam/oppo/common/fonts/font1/en/OPPOSans-Regular.eot")
      format("embedded-opentype");
  font-weight: 200;
  font-style: normal;
}

#oranaContent {
  font-family: "OPPOSans-Regular" !important;
  letter-spacing: 1px !important;
}

#oranaContent body {
  font-size: 14px;
}

#oranaContent h1,
#oranaContent h2,
#oranaContent .quote {
  text-transform: none;
}

#oranaContent h3 {
  letter-spacing: 1px !important;
}

#oranaContent a {
  text-decoration: none !important;
}

#oranaContent .quote {
  font-size: 22px !important;
  line-height: 30px;
  letter-spacing: 1px;
}

/**************************************  ORANA Buttons  ***************************************************************************/
#oranaContent p.words {
  font-size: 17.6px;
  line-height: 28px;
}

#oranaContent .copy.right.wow.fadeInUp > a {
  text-decoration: none;
}

#oranaContent .btn-orana {
  border: 1px solid black;
  border-radius: 8px;
}

#oranaContent .btn-orana-font {
  font-size: 19.2px;
  font-family: "OPPOSans-Medium";
  margin: 1px 20px;
}

/**********************************      Slider CSS     *****************************************************************/

/* Slideshow container */
#oranaContent .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
#oranaContent .mySlides {
  display: none;
}

/* Next & previous buttons */
#oranaContent .prev,
#oranaContent .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#oranaContent .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#oranaContent .prev:hover,
#oranaContent .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Fading animation */
#oranaContent .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/*********************************************    Lance CSS    *****************************************************************/

#oranaContent .rsDefault,
#oranaContent .rsDefault .rsOverflow,
#oranaContent .rsDefault .rsSlide,
#oranaContent .rsDefault .rsVideoFrameHolder,
#oranaContent .rsDefault .rsThumbs {
  background: none !important;
}

#oranaContent .lance-content {
  font-family: "OPPOSans-Regular";
}

@media screen and (min-width: 960px) {
  #oranaContent p.words {
    margin-top: 20px;
  }
  
}

@media screen and (max-width: 960px) {
  #oranaContent .lance {
    height: auto;
  }
  #oranaContent .left {
    margin: 0;
  }

  #oranaContent #section-highlights .part5 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1800px) {
  #oranaContent h3 {
    font-size: 36px;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  #oranaContent h3 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  #oranaContent h3 {
    font-size: 25px;
  }
}
