/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/* #1 config all  */
/* #2 header style */
/* #3 all page style */
/* #4 footer style */
/* #5 responsive style */
/* #1 config all  */
/* #2 header style */
#header {
  display: none;
}

/* #3 all page style */
body #main {
  background: #1b101e url("mbw/assets/img/bgr-yep-v2.jpg") no-repeat center top fixed;
  min-height: 100vh;
}

.title {
  font-family: Roboto Slab;
  font-size: 35px;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.title p {
  color: #faf598;
  width: fit-content;
}

.gradient {
  position: relative;
  font-size: 60px;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0;
  padding-right: 5px;
  font-family: Roboto Slab;
}
.gradient:after {
  background: none;
  content: attr(data-text);
  left: 0;
  top: 0;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.gradient--gold-white {
  background: -webkit-linear-gradient(12deg, #cfcece 0%, #cfcece 9%, #f5f4f4 16%, #f5f4f4 20%, #cfcece 27%, #cfcece 32%, #e5e5e5 38%, #f5f4f4 42%, #f5f4f4 50%, #f5f4f4 100%);
  background: -moz-linear-gradient(12deg, #cfcece 0%, #cfcece 9%, #f5f4f4 16%, #f5f4f4 20%, #cfcece 27%, #cfcece 32%, #e5e5e5 38%, #f5f4f4 42%, #f5f4f4 50%, #f5f4f4 100%);
  background: -o-linear-gradient(12deg, #cfcece 0%, #cfcece 9%, #f5f4f4 16%, #f5f4f4 20%, #cfcece 27%, #cfcece 32%, #e5e5e5 38%, #f5f4f4 42%, #f5f4f4 50%, #f5f4f4 100%);
  background: linear-gradient(12deg, #cfcece 0%, #cfcece 9%, #f5f4f4 16%, #f5f4f4 20%, #cfcece 27%, #cfcece 32%, #e5e5e5 38%, #f5f4f4 42%, #f5f4f4 50%, #f5f4f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient--gold {
  background: -webkit-linear-gradient(12deg, #f4dca0 0%, #f4dca0 9%, #fff8db 16%, #fdf6d3 20%, #f4dca0 27%, #f4dca0 32%, #fff8db 38%, #fff8db 42%, #fff8db 50%, #f4dca0 100%);
  background: -moz-linear-gradient(12deg, #f4dca0 0%, #f4dca0 9%, #fff8db 16%, #fdf6d3 20%, #f4dca0 27%, #f4dca0 32%, #fff8db 38%, #fff8db 42%, #fff8db 50%, #f4dca0 100%);
  background: -o-linear-gradient(12deg, #f4dca0 0%, #f4dca0 9%, #fff8db 16%, #fdf6d3 20%, #f4dca0 27%, #f4dca0 32%, #fff8db 38%, #fff8db 42%, #fff8db 50%, #f4dca0 100%);
  background: linear-gradient(12deg, #f4dca0 0%, #f4dca0 9%, #fff8db 16%, #fdf6d3 20%, #f4dca0 27%, #f4dca0 32%, #fff8db 38%, #fff8db 42%, #fff8db 50%, #f4dca0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient--gold-pink {
  background: -webkit-linear-gradient(12deg, #f5c8b2 0%, #f5c8b2 9%, #ffefe6 16%, #ffefe6 20%, #f5c8b2 27%, #f5c8b2 32%, #ffefe6 38%, #ffefe6 42%, #f5c8b2 50%, #f5c8b2 100%);
  background: -moz-linear-gradient(12deg, #f5c8b2 0%, #f5c8b2 9%, #ffefe6 16%, #ffefe6 20%, #f5c8b2 27%, #f5c8b2 32%, #ffefe6 38%, #ffefe6 42%, #f5c8b2 50%, #f5c8b2 100%);
  background: -o-linear-gradient(12deg, #f5c8b2 0%, #f5c8b2 9%, #ffefe6 16%, #ffefe6 20%, #f5c8b2 27%, #f5c8b2 32%, #ffefe6 38%, #ffefe6 42%, #f5c8b2 50%, #f5c8b2 100%);
  background: linear-gradient(12deg, #f5c8b2 0%, #f5c8b2 9%, #ffefe6 16%, #ffefe6 20%, #f5c8b2 27%, #f5c8b2 32%, #ffefe6 38%, #ffefe6 42%, #f5c8b2 50%, #f5c8b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-1 {
  position: relative;
}
.section-1:before {
  content: "";
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: -150px;
  z-index: 3;
  left: 0;
  background: linear-gradient(180deg, #09164a, transparent);
}
.section-1 .logo {
  max-width: 120px;
  margin-bottom: 0 !important;
}
.section-1 .title {
  font-family: Roboto Slab;
  font-size: 30px;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-weight: 600;
}
.section-1 .title p {
  margin-bottom: 0;
  margin: auto;
}
.section-1 .title-img {
  overflow: hidden;
  max-width: 65%;
}
.section-1 .card {
  position: absolute;
  max-width: 347px;
  bottom: -51px;
  left: 41%;
  margin-bottom: 0 !important;
  transform: rotate3d(-1496, 73, 58, 65deg);
  border-radius: 10px;
}
.section-1 .card .col-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.section-1 .card .col-inner .back {
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.section-1 .card .col-inner .blank,
.section-1 .card .col-inner .front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-1 .card.active .col-inner {
  transform: rotateY(180deg) scale(1.1);
}
.section-1 .card.active {
  transform: scale(1.2);
}
.section-1 .decor-1 {
  position: absolute;
  top: 1;
  max-width: 120px;
}
.section-1 .decor-2 {
  position: absolute;
  top: 1;
  max-width: 120px;
}
.section-1 .ef-1 {
  position: absolute;
  bottom: -9%;
  max-width: 50%;
  left: 51%;
  transform: translateX(-50%);
  z-index: 5;
}
.section-1 .card-all {
  max-width: 367px;
  margin-top: 219px;
  opacity: 0;
}
.section-1 .decor-1 {
  position: absolute;
  top: 20px;
  max-width: 162px;
}
.section-1 .decor-2 {
  position: absolute;
  top: 20px;
  max-width: 162px;
  right: 0;
}
.section-1 .section-content {
  z-index: unset;
}
.section-1 .bg::before {
  content: "";
  mix-blend-mode: plus-lighter;
  width: 100%;
  height: 58%;
  background: url(./mbw/assets/img/Lens-Flare-2.png);
  position: absolute;
  bottom: 0;
  background-position: center;
  background-size: cover;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
}
.section-1 .card-1[data-animated=true] {
  left: 5%;
  transition: all 2s;
  bottom: 15%;
  transform: rotate3d(2, 36, -27, 341deg);
  max-width: 200px;
  transition-delay: 1s !important;
  z-index: 3;
}
.section-1 .card-2[data-animated=true] {
  left: 26%;
  transition: all 2s;
  z-index: 3;
  transform: rotate3d(2, 27, 21, 57deg);
  max-width: 190px;
  bottom: 13%;
  transition-delay: 5s !important;
}
.section-1 .card-3[data-animated=true] {
  left: 19%;
  transition: all 2s;
  bottom: 45%;
  transform: rotate3d(2, 36, -27, 28deg);
  max-width: 153px;
  transition-delay: 3s !important;
}
.section-1 .card-4[data-animated=true] {
  left: 60%;
  transition: all 2s;
  bottom: 9%;
  transform: rotate3d(2, 36, -27, 349deg);
  max-width: 233px;
  transition-delay: 6s !important;
}
.section-1 .card-5[data-animated=true] {
  left: 75%;
  transition: all 2s;
  bottom: 47%;
  transform: rotate3d(7, 28, -23, 295deg);
  max-width: 169px;
  transition-delay: 4s !important;
}
.section-1 .card-6[data-animated=true] {
  left: 81%;
  transition: all 2s;
  bottom: 7%;
  transform: rotate3d(2, 36, -27, 70deg);
  max-width: 203px;
  transition-delay: 2s !important;
  z-index: 1;
}
.section-1 .card-7[data-animated=true] {
  left: 40%;
  transition: all 2s;
  bottom: 20%;
  transform: rotate3d(-4, 61, -52, 41deg);
  max-width: 221px;
  z-index: 5;
  animation: card-7 5s infinite linear both alternate;
}
.section-1 .smork-anima {
  position: absolute;
  width: 60%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}
.section-1.slos .card-6 {
  animation: card-6 5s infinite linear both alternate;
}
.section-1.slos .card-5 {
  animation: card-5 5s infinite linear both alternate;
}
.section-1.slos .card-4 {
  animation: card-4 5s infinite linear both alternate;
}
.section-1.slos .card-3 {
  animation: card-3 5s infinite linear both alternate;
}
.section-1.slos .card-2 {
  animation: card-2 5s infinite linear both alternate;
}
.section-1.slos .card-1 {
  animation: card-1 5s infinite linear both alternate;
}
.section-1 .stars {
  position: absolute;
  background: url(./mbw/assets/img/sparkle.png) no-repeat;
  background-size: contain;
  overflow: hidden;
}
.section-1 .stars.star-1 {
  width: 100px;
  height: 100px;
  top: 130px;
  left: 35%;
}
.section-1 .stars.star-2 {
  width: 83px;
  height: 77px;
  top: 130px;
  left: 224px;
}
.section-1 .stars.star-3 {
  width: 74px;
  height: 70px;
  top: 115px;
  left: 216px;
}
.section-1 .stars.star-4 {
  width: 99px;
  height: 103px;
  top: 218px;
  left: 50%;
}

@keyframes card-7 {
  100% {
    transform: translate(90px, -70px) rotate3d(16, 11, -27, 328deg);
  }
}
@keyframes card-6 {
  100% {
    transform: translate(-10px, -10px) rotate3d(2, 36, -27, 100deg);
  }
}
@keyframes card-5 {
  100% {
    transform: translate(-70px, -70px) rotate3d(7, 28, -23, 315deg);
  }
}
@keyframes card-4 {
  100% {
    transform: translate(-20px, -20px);
  }
}
@keyframes card-3 {
  100% {
    transform: translate(-30px, -30px) rotate3d(22, 36, -22, 68deg);
  }
}
@keyframes card-2 {
  100% {
    transform: translate(-30px, -30px) rotate3d(2, 21, 27, 4deg);
  }
}
@keyframes card-1 {
  100% {
    transform: translate(-10px, -30px) rotate3d(2, 36, -27, 241deg);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.section-2 {
  z-index: 9;
}
.section-2 #myFlipper {
  display: flex;
  justify-content: center;
}
.section-2 p {
  font-size: 20px;
}
.section-2 .flipper {
  color: #e5da6f;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.7em;
}
.section-2 .flipper .flipper-group.flipper-ddd .reverse:first-child {
  display: none;
}
.section-2 .flipper.flipper-invisible {
  font-size: 0px !important;
}
.section-2 .flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.section-2 .flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 75%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 0.5em;
}
.section-2 .flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.section-2 .flipper-digit span {
  font-size: 25%;
}
.section-2 .flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #faf598;
  min-width: 0.1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}
.section-2 .digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}
.section-2 .digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #101f46;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-2 .digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #101f46;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}
.section-2 .digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #015079;
}
.section-2 .digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #015079;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}
.section-2 .digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #101f46;
}
.section-2 .digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #101f46;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.section-2 .digit-bottom.r {
  transition: background 0.2s linear;
  background: #015079;
}
.section-2 .flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #101f46;
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}
.section-2 .flipper-dark {
  color: #fff;
}
.section-2 .flipper-dark .flipper-delimiter {
  color: #333;
}
.section-2 .flipper-dark .digit-next {
  background: #333;
}
.section-2 .flipper-dark .digit-top {
  background: #333;
}
.section-2 .flipper-dark .digit-top.r {
  background: black;
}
.section-2 .flipper-dark .digit-top2 {
  background: black;
}
.section-2 .flipper-dark .digit-top2.r {
  background: #333;
}
.section-2 .flipper-dark .digit-bottom {
  background: #333;
}
.section-2 .flipper-dark-labels .flipper-group label {
  color: #333;
}
.section-2 .info-dk p {
  font-size: 20px;
}
.section-2 .hcm .gradient {
  font-size: 38px;
  margin-top: 20px;
  width: fit-content;
}
.section-2 .hcm .col.large-4 > .col-inner {
  background: rgba(255, 255, 255, 0.09);
  padding: 20px 9px;
  border-radius: 33px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  backdrop-filter: blur(10px);
}
.section-2 .hcm .col.large-4 > .col-inner p {
  font-size: 16px;
}
.section-2 .hcm .col.large-4 > .col-inner a:hover {
  color: #e5da6f;
}
.section-2 .custom-btn {
  padding: 3px 25px;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  box-shadow: inset 0px 1px 0px rgb(255, 255, 255), 0px 1px 3px rgba(0, 0, 0, 0.3);
  outline: none;
  border: 1px solid #ba6;
}
.section-2 .custom-btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.section-2 .btn-1 {
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: #09417e;
  border-radius: 10px;
}

.banner {
  border-radius: 20px;
  overflow: hidden;
}

.section-3 {
  z-index: 9;
}
.section-3 .giai-ngthan .row-2-gift {
  margin-top: 75px;
}
.section-3 .giai-ngthan .row-2-gift .gift-box-body {
  width: 180px;
  height: 180px;
}
.section-3 .giai-ngthan .row-2-gift .gift-box-body.gift-box-body:hover .img, .section-3 .giai-ngthan .row-2-gift .gift-box-body.gift-box-body.active .img {
  transform: translateY(-228px) scale(1.8);
}
.section-3 .giai-ngthan .row-2-gift .gift-box-lid {
  width: 190px;
}
.section-3 .giai-ngthan .row-2-gift.kknt {
  margin-top: 177px;
}
.section-3 .giai-ngthan .row-2-gift.kknt .gift-box-body {
  width: 150px;
  height: 150px;
}
.section-3 .giai-ngthan .row-2-gift.kknt .gift-box-body.gift-box-body:hover .img, .section-3 .giai-ngthan .row-2-gift.kknt .gift-box-body.gift-box-body.active .img {
  transform: translateY(-189px) scale(1.8);
}
.section-3 .giai-ngthan .gift-box:before {
  bottom: -36%;
  aspect-ratio: 1711/287;
  width: 73%;
  left: 50%;
  transform: translateX(-50%);
}
.section-3 .title-2 {
  margin-bottom: 130px;
}
.section-3 .title-2.ngth {
  margin-bottom: 65px;
}
.section-3 .title-gift {
  z-index: 9;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 28px;
}
@-webkit-keyframes box-lid {
  0%, 42% {
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
    transform: translate3d(-50%, 0%, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  90%, 100% {
    -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    transform: translate3d(-119%, 225%, 0) rotate(-70deg);
  }
}
@keyframes box-lid {
  0%, 42% {
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
    transform: translate3d(-50%, 0%, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  90%, 100% {
    -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    transform: translate3d(-119%, 225%, 0) rotate(-70deg);
  }
}
@-webkit-keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
    transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  50% {
    -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
    transform: translate3d(0%, -15%, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}
@keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
    transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  50% {
    -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
    transform: translate3d(0%, -15%, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}
@-webkit-keyframes box-bowtie-right {
  0%, 50%, 75% {
    -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}
@keyframes box-bowtie-right {
  0%, 50%, 75% {
    -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes box-bowtie-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
  50%, 75% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
}
@keyframes box-bowtie-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
  50%, 75% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
}
@keyframes box-gift-ani {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  12% {
    transform: translateX(-50%) rotate(-10deg);
  }
  25% {
    transform: translateX(-50%) rotate(10deg);
  }
  37% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.section-3 .giaidb .text-box {
  position: absolute;
  width: 83%;
  height: 79px;
  background: white;
  border-radius: 24px;
  font-size: 28px;
  display: flex;
  align-items: center;
}
.section-3 .giaidb .text-box::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: lightyellow transparent transparent transparent;
}
.section-3 .giaidb .text-box p {
  animation: typing 3s steps(58);
  overflow: hidden;
  animation-iteration-count: 3;
  font-size: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-family: consolas;
  border-right: 4px solid #ffffff;
  width: 42ch;
  color: #101f46;
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 0;
}
.section-3 .gift-box {
  position: relative;
}
.section-3 .gift-box.gdb::before {
  content: "";
  background: url(/wp-content/uploads/2023/11/bgr-3.png);
  padding: 20px 9px;
  border-radius: 33px;
  position: absolute;
  background-size: cover;
  bottom: -63%;
  aspect-ratio: 1000/684;
  width: 151%;
  left: -26%;
}
.section-3 .gift-box:before {
  content: "";
  background: url(/wp-content/uploads/2023/11/Asset-1.png);
  padding: 20px 9px;
  border-radius: 33px;
  position: absolute;
  background-size: cover;
  bottom: -31%;
  aspect-ratio: 1711/287;
  width: 100%;
  left: 0%;
}
.section-3 .gift-box-body {
  position: relative;
  width: 220px;
  height: 220px;
  margin-top: 123.3333333333px;
  background-color: #cc231e;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(#762c2c, #ff0303);
  margin-left: auto;
  margin-right: auto;
}
.section-3 .gift-box-body .gift-box-lid {
  animation: box-gift-ani 1s infinite;
}
.section-3 .gift-box-body .img {
  opacity: 0;
  transform: translateY(0%);
  transition: all 0.5s;
  margin: 0 auto;
  display: block;
}
.section-3 .gift-box-body:hover, .section-3 .gift-box-body.active {
  cursor: pointer;
  -webkit-animation: box-body 1s forwards ease-in-out;
  animation: box-body 1s forwards ease-in-out;
}
.section-3 .gift-box-body:hover .img, .section-3 .gift-box-body.active .img {
  opacity: 1;
  z-index: 0;
  transform: translateY(-220px) scale(1.8);
}
.section-3 .gift-box-body:hover .gift-box-lid, .section-3 .gift-box-body.active .gift-box-lid {
  -webkit-animation: box-lid 1s forwards ease-in-out;
  animation: box-lid 1s forwards ease-in-out;
}
.section-3 .gift-box-body:hover .gift-box-bowtie::before, .section-3 .gift-box-body.active .gift-box-bowtie::before {
  -webkit-animation: box-bowtie-left 1.1s forwards ease-in-out;
  animation: box-bowtie-left 1.1s forwards ease-in-out;
}
.section-3 .gift-box-body:hover .gift-box-bowtie::after, .section-3 .gift-box-body.active .gift-box-bowtie::after {
  -webkit-animation: box-bowtie-right 1.1s forwards ease-in-out;
  animation: box-bowtie-right 1.1s forwards ease-in-out;
}
.section-3 .gift-box-body::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  background: linear-gradient(#ffffff, #ffefa0);
}
.section-3 .row-2-gift {
  margin-top: 228px;
}
.section-3 .row-2-gift.giainhat {
  margin-top: 150px;
}
.section-3 .row-2-gift.gkk {
  margin-top: 300px;
}
.section-3 .row-2-gift .gift-box-body:hover img, .section-3 .row-2-gift .gift-box-body.active img {
  transform: translateY(-199px) scale(1.8);
}
.section-3 .row-2-gift.gkk .gift-box::before {
  background: url(/wp-content/uploads/2023/11/Asset-2.png);
  background-size: cover;
}
.section-3 .row-2-gift .gift-box-body {
  height: 160px;
  width: 160px;
}
.section-3 .row-2-gift .gift-box-lid {
  width: 170px;
}
.section-3 .row-2-gift .title-gift {
  margin-top: -6px;
}
.section-3 .row-2-gift .title-gift .gradient {
  font-size: 30px;
}
.section-3 .gift-box-lid {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 90%;
  height: 40px;
  background-color: #cc231e;
  height: 40px;
  width: 245px;
  border-radius: 5%;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.3);
}
.section-3 .gift-box-lid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  background: linear-gradient(#ffefa0, #fff);
}
.section-3 .gift-box-bowtie {
  z-index: 1;
  height: 100%;
}
.section-3 .gift-box-bowtie::before {
  content: "";
  width: 83.3333333333px;
  height: 83.3333333333px;
  border: 16.6666666667px solid white;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  bottom: 99%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-100%) skew(10deg, 10deg);
  transform: translateX(-100%) skew(10deg, 10deg);
}
.section-3 .gift-box-bowtie::after {
  content: "";
  width: 83.3333333333px;
  height: 83.3333333333px;
  border: 16.6666666667px solid white;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  bottom: 99%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
}
.section-3 .title-gift .gradient {
  font-size: 30px;
}

.dress-code {
  z-index: 9;
}
.dress-code .right-icon {
  background: rgba(252, 251, 251, 0.2392156863);
  border-radius: 20px;
  padding: 20px 20px 10px 100px;
  font-size: 20px;
}
.dress-code .left-icon {
  margin-right: -95px !important;
  margin-top: -75px !important;
  z-index: 3;
}
.dress-code .text-dress strong {
  padding: 4px 8px;
  border-radius: 5px;
}
.dress-code .text-dress strong:nth-child(1) {
  color: #fff;
  background: #000;
}
.dress-code .text-dress strong:nth-child(2) {
  color: #fff;
  background: #e5c64b;
}
.dress-code .text-dress strong:nth-child(3) {
  color: #fff;
  background: #03036b;
}
.dress-code .content-dress {
  background: rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 17px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
}
.dress-code .section-bg {
  aspect-ratio: 64/9;
  height: auto;
  position: absolute;
  bottom: 0;
  top: unset;
  opacity: 0.6;
}

/* #4 footer style */
#footer {
  display: none;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .section-1 .title-img {
    max-width: 48%;
  }
  .section-1 .card-1[data-animated=true] {
    max-width: 150px;
  }
  .section-1 .card-2[data-animated=true] {
    max-width: 150px;
  }
  .section-1 .card-3[data-animated=true] {
    max-width: 150px;
  }
  .section-1 .card-4[data-animated=true] {
    max-width: 150px;
  }
  .section-1 .card-5[data-animated=true] {
    max-width: 150px;
  }
  .section-1 .card-6[data-animated=true] {
    max-width: 150px;
  }
  .section-1 .card-7[data-animated=true] {
    max-width: 150px;
  }
  .section-1 .card-all {
    margin-top: 7%;
  }
}
@media (max-width: 1200px) and (min-width: 968px) {
  .section-1 .title-img {
    max-width: 48%;
  }
  .section-1 .card-1[data-animated=true] {
    max-width: 100px;
  }
  .section-1 .card-2[data-animated=true] {
    max-width: 100px;
  }
  .section-1 .card-3[data-animated=true] {
    max-width: 100px;
  }
  .section-1 .card-4[data-animated=true] {
    max-width: 100px;
  }
  .section-1 .card-5[data-animated=true] {
    max-width: 100px;
  }
  .section-1 .card-6[data-animated=true] {
    max-width: 100px;
  }
  .section-1 .card-7[data-animated=true] {
    max-width: 100px;
  }
  .section-1 .card-all {
    margin-top: 7%;
  }
}
@media (max-width: 968px) and (min-width: 540px) {
  .section-1 .title-img {
    max-width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-1 .title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-1 .card {
    max-width: 100px !important;
  }
  .section-1 .card-all {
    margin-top: 30%;
  }
  .section-1 .card-5[data-animated=true] {
    bottom: 33%;
  }
}
@media (max-width: 540px) {
  body #main {
    background: url("mbw/assets/img/bgr-mb-all.jpg") center;
  }
  .section-1 .title {
    font-size: 29px;
    letter-spacing: 0;
  }
  .section-1 .ef-1 {
    max-width: 85%;
    left: 56%;
  }
  .section-1 .bg {
    background-image: url("mbw/assets/img/bgr-mb-v2.jpg") !important;
  }
  .section-1 .logo {
    max-width: 80px;
  }
  .section-1 .decor-2 {
    max-width: 95px;
    top: 10px;
  }
  .section-1 .decor-1 {
    max-width: 95px;
    top: 10px;
  }
  .section-1 .title-img {
    max-width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-1 .title {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .section-1 .card {
    max-width: 70px !important;
  }
  .section-1 .card-all {
    margin-top: 30%;
  }
  .section-1 .card-5[data-animated=true] {
    bottom: 44%;
  }
  .section-1 .card-7[data-animated=true] {
    bottom: 30%;
  }
  .section-1 .card-6[data-animated=true] {
    bottom: 20%;
  }
  .section-1 .card-1[data-animated=true] {
    bottom: 20%;
  }
  @keyframes card-7 {
    100% {
      transform: translate(5px, -7px) rotate3d(16, 11, -27, 328deg);
    }
  }
  @keyframes card-6 {
    100% {
      transform: translate(-8px, -10px) rotate3d(2, 36, -27, 100deg);
    }
  }
  @keyframes card-5 {
    100% {
      transform: translate(-10px, -10px) rotate3d(7, 28, -23, 315deg);
    }
  }
  @keyframes card-4 {
    100% {
      transform: translate(-10px, -10px);
    }
  }
  @keyframes card-3 {
    100% {
      transform: translate(-10px, -10px) rotate3d(22, 36, -22, 68deg);
    }
  }
  @keyframes card-2 {
    100% {
      transform: translate(-10px, -10px) rotate3d(2, 21, 27, 4deg);
    }
  }
  @keyframes card-1 {
    100% {
      transform: translate(-10px, -30px) rotate3d(2, 36, -27, 241deg);
    }
  }
  .section-2 .gradient {
    font-size: 25px;
  }
  .section-2 .hcm .gradient {
    font-size: 29px;
    margin-top: 50px;
  }
  .section-2 .flipper-group label {
    font-size: 16px;
  }
  .dress-code .right-icon {
    text-align: center;
    padding: 20px;
  }
  .dress-code .left-icon {
    margin-right: 0;
    margin-top: -75px !important;
    z-index: 3;
    margin-bottom: -53px;
  }
  .section-3 .title-gift {
    margin-top: 70px;
  }
  .section-3 .row-2-gift .title-gift .gradient {
    font-size: 25px;
  }
  .section-3 .giai-ngthan .row-2-gift:last-child {
    margin-top: 140px;
  }
  .section-3 .giai-ngthan .gift-box:before {
    bottom: -29%;
    aspect-ratio: 1711/287;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-3 .title-2 {
    margin-bottom: 40px;
  }
  .section-3 .title-2.ngth {
    margin-top: 50px;
  }
  .section-3 .title-2 .gradient {
    font-size: 38px;
  }
  .section-3 .gift-box-body:hover .img, .section-3 .gift-box-body.active .img {
    opacity: 1;
    z-index: 0;
    transform: translateY(-167px) scale(1.8);
  }
  .section-3 .giaidb .gift-box::before {
    content: "";
    background: url(/wp-content/uploads/2023/11/bgr-3.png);
    padding: 20px 9px;
    border-radius: 33px;
    position: absolute;
    background-size: cover;
    bottom: -40%;
    aspect-ratio: 1000/684;
    width: 108%;
    left: -5%;
  }
  .section-3 .giaidb .gift-box .gift-box-body {
    position: relative;
    width: 170px;
    height: 170px;
  }
  .section-3 .giaidb .gift-box .title-gift {
    margin-top: 60px;
  }
  .section-3 .giaidb .gift-box .gift-box-lid {
    width: 190px;
  }
  .section-3 .row-2-gift {
    margin-top: 95px !important;
  }
  .section-3 .row-2-gift .title-2.ngth {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */