#preloader {
  background: #21232a;
  z-index: 999;
}

#showcase {
  padding: 40px 0;
}

#hero-banner {
  margin: 0 0 20px 0;
}

#loop-banner {
  overflow: visible;
}

.banner {
  position: relative;
}

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

.banner:hover img {
  /* animation: pulse; 
    animation-duration: 1s; */
  transform: scale(1.035);
  transition: 0.5s;
}

.banner:hover div[class^="qrcode_"] {
  /* animation: pulse; 
    animation-duration: 1s;  */
  transform: scale(1.8);
  transition: 0.5s;
}

div[class^="qrcode_"] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 7px;
  border-radius: 7px;
  text-align: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

div[class^="qrcode_"] canvas {
  width: 52px;
  height: 52px;
  margin: 0 auto;
}

div[class^="qrcode_"] p.title {
  /* margin: 4px 0 2px 0; */
  margin: 0;
  padding: 0;
  color: #dd0101;
  font-size: 8px;
  line-height: normal;
  font-weight: 600;
}

div[class^="qrcode_"] p.description {
  /* margin: 0;
    padding: 0;
    font-size: 5px;
    color: #333;
    line-height: normal;
    font-weight: 600; */
  display: none;
}

/* Super Small Screen */
@media screen and (min-width: 0px) and (max-width: 319px) {
  #hero-banner {
    margin: 0 0 15px 0;
  }

  div[class^="qrcode_"] {
    bottom: 7px;
    right: 7px;
    padding: 3px;
    border-radius: 3px;
  }
  div[class^="qrcode_"] canvas {
    width: 18px;
    height: 18px;
  }

  div[class^="qrcode_"] .title {
    display: none;
  }

  div[class^="qrcode_"] .description {
    display: none;
  }

  .banner img {
    border-radius: 7px !important;
  }
}

/* XS Responsive Mobile */
@media screen and (min-width: 320px) and (max-width: 576px) {
  #hero-banner {
    margin: 0 0 15px 0;
  }

  div[class^="qrcode_"] {
    bottom: 7px;
    right: 7px;
    padding: 3px;
    border-radius: 5px;
  }
  div[class^="qrcode_"] canvas {
    width: 28px;
    height: 28px;
  }

  div[class^="qrcode_"] .title {
    /* font-size: 7px !important;
        padding: 0 !important;
        margin: 0 !important; */
    display: none;
  }

  div[class^="qrcode_"] .description {
    display: none;
  }

  .banner img {
    border-radius: 7px !important;
  }
  .banner:hover div[class^="qrcode_"] {
    transform: scale(1.8);
    transition: 0.5s;
  }
}

/* XS Responsive Mobile */

/* SM Responsive Tablet */
@media screen and (min-width: 577px) and (max-width: 767px) {
  div[class^="qrcode_"] {
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 5px;
  }
  div[class^="qrcode_"] canvas {
    width: 36px;
    height: 36px;
  }

  div[class^="qrcode_"] .title {
    font-size: 7.5px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  div[class^="qrcode_"] .description {
    display: none;
  }

  .banner img {
    border-radius: 10px !important;
  }

  .banner:hover div[class^="qrcode_"] {
    transform: scale(1.8);
    transition: 0.5s;
  }
}

/* SM Responsive Tablet */

/* MD Responsive Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  div[class^="qrcode_"] {
    bottom: 10px;
    right: 10px;
    padding: 7px;
    border-radius: 7px;
  }
  div[class^="qrcode_"] canvas {
    width: 48px;
    height: 48px;
  }

  div[class^="qrcode_"] .title {
    font-size: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  div[class^="qrcode_"] .description {
    display: none;
  }

  .banner img {
    border-radius: 10px !important;
  }
  .banner:hover div[class^="qrcode_"] {
    transform: scale(1.8);
    transition: 0.5s;
  }
}

/* MD Responsive Tablet */

/* LG Responsive Large Tablet */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div[class^="qrcode_"] {
    bottom: 10px;
    right: 10px;
    padding: 7px;
    border-radius: 7px;
  }
  div[class^="qrcode_"] canvas {
    width: 48px;
    height: 48px;
  }

  div[class^="qrcode_"] .title {
    font-size: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  div[class^="qrcode_"] .description {
    display: none;
  }

  .banner img {
    border-radius: 10px !important;
  }

  .banner:hover div[class^="qrcode_"] {
    transform: scale(1.8);
    transition: 0.5s;
  }
}

/* LG Responsive Large Tablet */

/* Margin helper */
.mtb {
  margin: 20px 0 !important;
}

.mt {
  margin: 20px 0 0 0 !important;
}

.mb {
  margin: 0 0 20px 0 !important;
}

.nopadding {
  padding: 0;
}

.pr {
  padding-right: 10px !important;
}

.pl {
  padding-left: 10px !important;
}

.plr {
  padding: 0 5px !important;
}

@media screen and (max-width: 576px) {
  .mb {
    margin-bottom: 15px !important;
  }

  .pr {
    padding-right: 0 !important;
  }

  .pr-mobile {
    padding-right: 8px !important;
  }

  .pl-mobile {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mb {
    margin-bottom: 30px !important;
  }

  .pr {
    padding-right: 15px !important;
  }

  .plr {
    padding: 0 7px !important;
  }

  .pr-mobile {
    padding-right: 15px !important;
  }

  .pl-mobile {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb {
    margin-bottom: 50px !important;
  }

  .pr {
    padding-right: 25px !important;
  }

  .plr {
    padding: 0 12px !important;
  }

  .pr-mobile {
    padding-right: 25px !important;
  }

  .pl-mobile {
    padding-left: 25px !important;
  }
}
/* Margin helper */

/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1687a7;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #008891;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #276678;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Showcase Detail */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&display=swap");

#showcase-detail {
  background-color: #fff;
  padding: 40px 0;
}

#hero .image {
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative;
}

#hero .image img {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#hero .video-player {
  border-radius: 20px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

#hero-info {
  padding: 60px 0;
}

#hero-info h1 {
  font-size: 64px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

/* XS */
@media screen and (max-width: 576px) {
  #hero-info {
    padding: 30px 0;
  }
  #hero-info h1 {
    font-size: 2em;
  }
  #hero .video-player {
    border-radius: 15px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  }
}

/* SM */
@media screen and (min-width: 577px) and (max-width: 991px) {
  #hero-info {
    padding: 40px 0;
  }
  #hero-info h1 {
    font-size: 38px;
  }
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #hero-info {
    padding: 60px 0;
  }
  #hero-info h1 {
    font-size: 42px;
  }
}

/* LG */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #showcase-detail {
    padding: 40px 100px;
  }

  #hero-info {
    padding: 70px 0;
  }
  #hero-info h1 {
    font-size: 48px;
  }
}

/* XL */
@media screen and (min-width: 1400px) {
  #showcase-detail {
    padding: 40px 140px;
  }

  #hero-info {
    padding: 70px 0;
  }

  #hero-info h1 {
    font-size: 52px;
  }
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#hero-info .qrcode-container {
  position: relative;
}

#hero-info div[class^="qrcode_"] {
  position: absolute;
  bottom: 0;
  right: 40px;
  background: white;
  padding: 15px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

#hero-info div[class^="qrcode_"]:hover {
  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}

#hero-info div[class^="qrcode_"] canvas {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

#hero-info div[class^="qrcode_"] p.title {
  margin: 4px 0 2px 0;
  padding: 0;
  color: #dd0101;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}

#hero-info div[class^="qrcode_"] p.description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: 600;
}

section {
  color: #000;
  padding: 30px;
}

section:nth-of-type(odd) {
  background: #fcf3f3;
}

section:nth-of-type(even) {
  background: #fff;
}

section .title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 48px;
}

section .description p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  text-align: justify;
}

section:nth-of-type(even) .image {
  margin-bottom: 20px;
}

section img {
  width: 100%;
  border-radius: 20px;
}

/* XS */
@media screen and (max-width: 576px) {
  section {
    padding: 30px 10px;
  }

  section .title h3 {
    font-size: 24px;
  }

  section .description p {
    font-size: 14px;
    text-align: justify;
    line-height: normal;
  }
}

/* SM */
@media screen and (min-width: 577px) and (max-width: 991px) {
  section .title h3 {
    font-size: 32px;
  }

  section .description p {
    font-size: 16px !important;
  }
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section .title h3 {
    font-size: 32px;
  }

  section .description p {
    font-size: 18px !important;
  }
}

/* LG */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  section .title h3 {
    font-size: 38px;
  }

  section .description p {
    font-size: 20px !important;
  }
}

/* XL */
@media screen and (min-width: 1400px) {
  section .title h3 {
    font-size: 40px;
  }

  section .description p {
    font-size: 22px !important;
  }
}

/* Owl Carousel Patch */
.owl-stage-outer {
  overflow: visible !important;
}

.owl-item.active {
  z-index: 1;
  opacity: 1;
}

.owl-item {
  opacity: 0;
  transition: opacity 250ms;
}

/* Owl Carousel Buttons */
.owl-carousel {
  position: relative;
}

@media screen and (max-width: 576px) {
  .owl-nav {
    display: none !important;
  }
}

.owl-nav {
  position: static;
  display: block;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 !important;
  padding: 0 10px !important;
  /* background: rgba(0,0,0,0.5) !important; */
  background: none;
  border-radius: 0 !important;
  border: none !important;
  font-size: 3em;
  width: auto;
  height: auto;
  line-height: normal;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 0.5;
  background: none;
}

.owl-prev,
.owl-next {
  position: absolute;
}

.owl-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.owl-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
