/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * * ========================================================================== */
/**
 * * 1. Correct the line height in all browsers.
 * * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * * ========================================================================== */
/**
 * * Remove the margin in all browsers. */
body {
  margin: 0;
  font-family: 'OPPOSans-Ver2-Regular', Helvetica, Arial, sans-serif, system-ui;
}

/**
 * * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * * Correct the font size and margin on `h1` elements within `section` and
 * * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * * ========================================================================== */
/**
 * * 1. Add the correct box sizing in Firefox.
 * * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * * ========================================================================== */
/**
 * * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * * 1. Remove the bottom border in Chrome 57-
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * * Prevent `sub` and `sup` elements from affecting the line height in
 * * all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * * ========================================================================== */
/**
 * * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * * ========================================================================== */
/**
 * * 1. Change the font styles in all browsers.
 * * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * * Show the overflow in IE.
 * * 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * * Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * 1. Correct the text wrapping in Edge and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * * 3. Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * * 1. Add the correct box sizing in IE 10.
 * * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * 1. Correct the odd appearance in Chrome and Safari.
 * * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * * 1. Correct the inability to style clickable types in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * * ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * * ========================================================================== */
/**
 * * Add the correct display in IE 10+. */
template,
[hidden] {
  display: none;
}

ul {
  list-style: none;
}

ul li {
  display: inline-block;
}

/**
 * * Add the correct display in IE 10. */


/** Fonts **/
@font-face {
  font-family: "OPPOSans-Ver2-Bold";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2) format("woff2"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff) format("woff"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf) format("truetype");
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "OPPOSans-Ver2-Medium";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2) format("woff2"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff) format("woff"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf) format("truetype");
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "OPPOSans-Ver2-Regular";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2) format("woff2"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff) format("woff"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf) format("truetype");
  font-variation-settings: 'wght' 400;
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'OPPOSans-Bold';
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.woff2) format("woff2"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.woff) format("woff"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'OPPOSans-Medium';
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.woff2) format("woff2"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.woff) format("woff"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'OPPOSans-Regular';
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.woff2) format("woff2"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.woff) format("woff"), url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap
}

body {
  margin: 0;
  font-family: 'OPPOSans-Ver2-Regular', Helvetica, Arial, sans-serif, system-ui;
}

.cta-btn {
  background: #ebebeb;
  border-radius: 36px;
  padding: 0 20px;
  min-width: 144px;
  color: rgba(0, 0, 0, 0.95);
  font-family: 'OPPOSans-Ver2-Medium';
  font-variation-settings: 'wght' 750;
  transition: all .24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  padding: 12px 32px;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center;
}

.cta-btn:hover,
.cta-btn:focus {
  transition: all .24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  background: rgba(0, 0, 0, 0.04);
}

.cta-btn-2 {
  display: inline-block !important;
  background: #fff;
  border-radius: 36px;
  padding: 0 20px;
  min-width: 144px;
  color: rgba(0, 0, 0, 0.95);
  font-family: 'OPPOSans-Ver2-Medium';
  font-variation-settings: 'wght' 750;
  transition: all .24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  padding: 12px 32px;
  text-decoration: none !important;
  border: 1px solid #000;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center;
}

.cta-btn-2:hover,
.cta-btn-2:focus {
  transition: all .24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  background: rgba(0, 0, 0, 0.04);
  color: inherit;
}

.pt-24 {
  padding-top: 24px !important;
}


.body-overlay {
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: #121212;
  opacity: 0.89;
  z-index: 80;
  width: 100%;
  height: 100%;
}

.body-overlay.open {
  display: block;
}

.body-overlay.open-2 {
  display: block;
  top: 110px;
}

.hero-section {
  background: #09CB6B;
  min-height: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OPPOSans-Ver2-Regular';
  font-variation-settings: 'wght' 550;
  margin-bottom: 24px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

.about-section {
  background: #F2F2F2;
  padding: 100px 0px;
  text-align: center;
}

.about-section p {
  font-size: 1.25vw;
  line-height: 1.875vw;
}

.testimonial-slider-outer .swiper {
  width: 100%;
  height: 100%;
}

.testimonial-slider-outer {
  padding: 100px 0px;
}

.testimonial-box {
  margin-bottom: 30px;
}

.testimonial-box .img-wrapper {
  width: 100%;
  height: 452px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.testimonial-box .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  cursor: pointer;
}

.testimonial-slider-outer .swiper-horizontal>.swiper-pagination-progressbar,
.testimonial-slider-outer .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  width: 234px;
  height: 2px;
}

.testimonial-box .content-wrapper {
  border-radius: 8px;
  background: #F5F4F0;
  padding: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.testimonial-box .content-wrapper p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.95);
}

.testimonial-box .testimonial-person span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.95);
}

.pos-rel {
  position: relative;
}

.testimonial-slider-outer .arrow-btn {
  width: auto;
  display: flex;
  gap: 18px;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.testimonial-slider {
  margin-bottom: 33px;
  overflow-y: visible;
}

.testimonial-slider-outer .swiper-pagination {
  position: relative;
}

.testimonial-slider-outer .swiper-button-next:after,
.testimonial-slider-outer .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.testimonial-slider-outer .swiper-button-next,
.testimonial-slider-outer .swiper-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5812 0.878334C37.8853 0.871115 48.5871 11.6833 48.5942 24.8653C48.6014 38.0473 37.9114 48.8711 24.6073 48.8783C11.3031 48.8855 0.601383 38.0734 0.59423 24.8914C0.587077 11.7093 11.2771 0.885554 24.5812 0.878334Z' fill='black' fill-opacity='0.08'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.5944 25.4247L21.5984 32.7697L20.4496 31.5637L26.8163 24.878L20.4423 18.1991L21.5898 16.9919L28.5938 24.3292C28.8874 24.6316 28.8877 25.1221 28.5944 25.4247Z' fill='black'/%3E%3C/svg%3E%0A");
}

.testimonial-slider-outer .swiper-button-prev:after,
.testimonial-slider-outer .swiper-rtl .swiper-button-next:after {
  content: '';
}

.testimonial-slider-outer .swiper-button-prev,
.testimonial-slider-outer .swiper-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_167_2)'%3E%3Cpath d='M24.4188 48.1211C11.1147 48.1283 0.412889 37.3161 0.405791 24.1341C0.398592 10.9521 11.0886 0.128321 24.3927 0.121122C37.6969 0.113923 48.3986 10.926 48.4058 24.108C48.4129 37.2901 37.7229 48.1139 24.4188 48.1211Z' fill='black' fill-opacity='0.08'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4056 23.575L27.4016 16.23L28.5504 17.436L22.1837 24.1217L28.5577 30.8006L27.4102 32.0078L20.4062 24.6705C20.1126 24.3681 20.1123 23.8776 20.4056 23.575Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_167_2'%3E%3Crect width='49' height='49' fill='white' transform='translate(49 49) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.testimonial-slider-outer .swiper-button-next,
.testimonial-slider-outer .swiper-button-prev {
  width: 49px;
  height: 49px;
  position: relative;
}

.testimonial-slider-outer .swiper-button-next,
.testimonial-slider-outer .swiper-rtl .swiper-button-prev {
  right: 0px;
}

.testimonial-slider-outer .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}

.testimonial-slider-outer .swiper-pagination-progressbar {
  background: #DCDCDC;
}

.introduction-info {
  margin-bottom: 60px;
}

.introduction-info .c-container {
  padding: 24px;
  background: #F5F4F0;
  border-radius: 16px;
}

.introduction-info .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.introduction-info .content-wrapper {
  width: 100%;
  max-width: 260px;

}

.introduction-info .content-wrapper p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 8px
}

.introduction-info .img-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 525px;
  border-radius: 8px;
}

.introduction-info .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.video-section {
  padding-bottom: 100px;
}

.video-section .c-container {
  width: 60%;
  margin: 0 auto;
}

.video-section .section-title {
  margin-bottom: 24px;
}

.gap-12 {
  gap: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-3 {
  margin-top: 30px !important;
}

.gap-24 {
  gap: 24px;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.img-overlay {
  position: fixed;
  z-index: 999 !important;
  top: 50%;
  max-height: 80%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all .3s ease;
}

.overlay-dark {
  top: 0;
  position: fixed;
  background-color: #000;
  opacity: .9;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}

.overlay-dark::after {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 20px;
  right: 16px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.0508L13 1.05078' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.introduction-info .content-wrapper h3 {
  font-size: 28px;
}

.c-container,
.c-container-sm {
  max-width: 95%;
  margin: 0 auto;
}


.row {
  display: flex;
  flex-wrap: wrap;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.text-center {
  text-align: center;
}

.img-fluid {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .about-section p {
    font-size: 16px;
    line-height: 22px;
  }

  .introduction-info .img-wrapper {
    margin-bottom: 24px;
  }

  .introduction-info .content-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .video-section .embed-responsive {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .introduction-info .img-wrapper {
    height: 235px;
  }

  .about-section,
  .testimonial-slider-outer {
    padding: 60px 0px;
  }

  .introduction-info .row {
    flex-direction: column-reverse;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 400px) and (max-width:1200px) {
  .testimonial-box .img-wrapper {
    height: auto;
  }

  .testimonial-box .img-wrapper img {
    position: relative;
    max-width: 100%;
  }

  .introduction-info .img-wrapper {
    height: auto;
  }

  .introduction-info .img-wrapper img {
    height: auto;
    position: relative;
    max-width: 100%;
  }
}