* {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
  font-size: 16px;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  list-style: none;
}

body {
  background: url(/CA88Baby/images/header-bg.jpg) repeat;
}

/* All*/
.center-absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.custom-container {
  max-width: 1300px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*********************** Header ************************/
#header {
  background: url(/CA88Baby/images/header-bg.jpg) repeat;
  background-size: contain;
  height: 84px;
  border-bottom: 1px solid #000000;
}
/*********************** End Header ************************/
.navigation {
  width: 200px;
  padding-top: 90px;
  position: absolute;
  z-index: 2;
}

.navigation a {
  width: 100%;
  text-decoration: none;
}

.navigation[nav='2']:before,
.navigation[nav='3']:before {
  content: '';
  width: 350px;
  left: -75px;
  height: 500px;
  position: absolute;
  top: 2px;
  -webkit-background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  -o-background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  -moz-background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  -ms-background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.navigation li {
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 1rem;
  height: 65px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-left: 20px;
  z-index: 2;
  cursor: pointer;
  font-size: 18px;
}

.navigation li:before {
  content: '';
  background: url(/CA88Baby/images/nav-active.png) no-repeat;
  width: 261px;
  height: 65px;
  position: absolute;
  background-size: contain;
  left: -45px;
  top: 0%;
  opacity: 0;
  -webkit-transform: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  z-index: -1;
}

.navigation li:hover:before,
.navigation li.active:before {
  opacity: 1;
  /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.navigation li:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: -2px;
  top: 0%;
  background-color: #c9ac70;
}

.mouse {
  background: url(/CA88Baby/images/icon-mouse.png) no-repeat;
  width: 25px;
  height: 31px;
  position: fixed;
  bottom: 35px;
  left: calc(50% - 7px);
  background-size: contain;
  z-index: 100;
  -webkit-animation: mouse 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: mouse 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.point-mouse span {
  position: absolute;
  bottom: 13px;
  left: 50.3%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  font-size: 14px;
}

.navigation-dotsC {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  z-index: 100;
}

.navigation-dotsC li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px 0;
  cursor: pointer;
}

.navigation-dotsC li.active {
  background-color: #c9ac70;
  -webkit-transform: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*********************** Navigation ************************/

/*********************** End Navigation ************************/

/*================ Page Common ==========================*/
.page {
  width: 100%;
  height: calc(100vh - 84px);
  border-top: 1px solid #2f2f2f;
  position: relative;
  overflow: hidden;
  display: none;
}

.page.active {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.4, 0, 1, 1) both;
  animation: fade-in 0.5s cubic-bezier(0.4, 0, 1, 1) both;
  display: block;
}

.item {
  display: none;
}

.page .item.active {
  display: block;
}

.page .item {
  display: none;
}

/*********************** Page1 ************************/
.page[show='1'] {
  background: url(/CA88Baby/images/page1/bg1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 4%;
}

.page[show='1']:before {
  content: '';
  width: 10%;
  height: 400px;
  position: absolute;
  right: 0px;
  top: 1%;
  background-size: contain;
  background-position-x: 100%;
  -webkit-animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.arrow-animate {
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0px;
  position: absolute;
}

.arrow-animate:before {
  content: '';
  background: url(/CA88Baby/images/page1/arrow-toRight.png) no-repeat;
  width: 11%;
  height: 230px;
  position: absolute;
  bottom: 7%;
  left: 0%;
  background-size: contain;
  -webkit-animation: animate-arrow-1 2s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite alternate;
  animation: animate-arrow-1 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite
    alternate;
}

.arrow-animate:after {
  content: '';
  background: url(/CA88Baby/images/page1/arrow-toLeft.png) no-repeat;
  width: 11%;
  height: 230px;
  position: absolute;
  bottom: -10%;
  left: 4%;
  background-size: contain;
  -webkit-animation: animate-arrow-2 2s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite alternate;
  animation: animate-arrow-2 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite
    alternate;
}

.page1-sideLeft {
  width: 30%;
  -webkit-animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page1-sideRight {
  width: 70%;
}

.page1-video {
  width: 100%;
  height: 524px;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

/* .play-video {
  background: url(/CA88Baby/images/playBtn.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 95px;
  height: 95px;
  pointer-events: none;
} */

.page1-articles {
  width: 70%;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page1-articles h3 {
  color: #d6bc85;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem;
}

.page1-articles h3:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 46px;
  display: inline-block;
  background-color: #d6bc85;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page1-articles p {
  color: #fff;
}

.page1-articles article {
  width: 40%;
}

.page1-articles article:last-child {
  width: 50%;
}

/* Page 1 item2 */

.timeline-arrow {
  height: 200px;
  width: 100%;
  /* -webkit-animation: scale-width 4.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-width 4.5s cubic-bezier(0.39, 0.575, 0.565, 1) both; */
}

.main-timeline {
  width: 93%;
  max-width: 1200px;
  margin-top: 21%;
  margin-left: auto;
}

.main-timeline:after {
  content: '';
  background: url(/CA88Baby/images/page1/shadow.png) no-repeat;
  width: 110%;
  height: 340px;
  position: absolute;
  top: -29%;
  left: 0px;
  background-size: contain;
  z-index: -1;
  background-position: top;
}

.timeline-dates li {
  background: url(/CA88Baby/images/page1/diamond-up.png) no-repeat;
  max-width: 160px;
  width: 13%;
  background-size: contain;
  height: 247px;
  top: -68%;
  position: absolute;
  background-position-y: bottom;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.4, 0, 1, 1) both;
  animation: fade-in 0.5s cubic-bezier(0.4, 0, 1, 1) both;
}

.timeline-dates li.bot {
  background: url(/CA88Baby/images/page1/diamond-down.png) no-repeat;
  background-size: contain;
  top: 46%;
}

.timeline-dates li:nth-child(1) {
  left: 27%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.timeline-dates li:nth-child(2) {
  left: 35%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.timeline-dates li:nth-child(3) {
  left: 43%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.timeline-dates li:nth-child(4) {
  left: 51%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.timeline-dates li:nth-child(5) {
  left: 59%;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.timeline-dates li:nth-child(6) {
  left: 68%;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.timeline-dates li:nth-child(7) {
  left: 75%;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.timeline-dates li:nth-child(8) {
  left: 84%;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.timeline-dates li:last-child {
  left: 97%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  background: none;
  top: -86%;
}

.timeline-dates li:not(:last-child):hover {
  transform: scale(1.05);
  cursor: pointer;
  -webkit-transform: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.event-icon {
  text-align: center;
  margin-bottom: 0.5rem;
  width: 100%;
}

.event-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 64%;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.timeline-dates li.bot .event-holder {
  padding-top: 56%;
  height: 100%;
}

.timeline-dates li:nth-child(2) .event-holder {
  padding-top: 47%;
}

.event-holder p {
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  font-size: 15px;
}

.event-year {
  position: absolute;
  top: 106%;
  left: 0px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fde7b9;
  font-weight: bold;
  text-shadow: 0px 0px 13px #fde7b9;
}

.timeline-dates li.bot .event-year {
  top: -13%;
}

/*********************** End Page1 ************************/

/*********************** Page2 ************************/
.page[show='2'] {
  background: url(/CA88Baby/images/page2/bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 2%;
}

.page[show='2']:before {
  content: '';
  height: 524px;
  background-size: contain;
  position: absolute;
  top: 1%;
  right: 0px;
  width: 135px;
  pointer-events: none;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page[show='2']:after {
  content: '';
  background: url(/CA88Baby/images/page2/julia.png) no-repeat;
  width: 189px;
  height: 524px;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.girl-bg {
  position: absolute;
  right: 0%;
  top: 0px;
  padding-right: 3%;
  -webkit-animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 39%;
  text-align: right;
  pointer-events: none;
}

.grid-pics {
  margin-left: 1%;
  width: 100%;
  height: 714px;
  max-width: 1680px;
  overflow: hidden;
  -webkit-animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grid {
  width: 100%;
  height: 100%;
}

.slick-next {
  right: 19%;
}

.grid li div {
  width: 265px;
  margin-right: 1rem;
  opacity: 0.5;
}

.grid li div:hover {
  opacity: 1;
  -webkit-transform: all 1s ease-out;
  transition: all 1s ease-out;
  transform: scale(1.01);
  cursor: pointer;
}

.grid li div:first-child {
  margin-bottom: 1rem;
}

.custom-container2 {
  max-width: 1500px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.vital-stats {
  padding-left: 28%;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vital-details {
  max-width: 509px;
}

.vital-detail {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 8px 6px 40px;
  position: relative;
  margin: 0px 8px 8px 0;
}

.vital-name {
  color: #c9ac70;
  font-weight: bold;
  font-size: 15px;
}

.vital-val {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.vital-detail:before {
  content: '';
  background: url(/CA88Baby/images/page2/icon-height.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 14px;
  height: 27px;
}

.vd1 {
  padding-left: 30px;
}

.vd2:before {
  background: url(/CA88Baby/images/page2/icon-weight.png) no-repeat;
  width: 26px;
  height: 23px;
}

.vd2 {
  margin-right: 140px;
}

.vd3:before {
  background: url(/CA88Baby/images/page2/icon-size.png) no-repeat;
  width: 27px;
  height: 22px;
}

.vd4:before {
  background: url(/CA88Baby/images/page2/icon-waist.png) no-repeat;
  width: 36px;
  height: 21px;
}

.vd4 {
  padding-left: 52px;
}

.vd5:before {
  background: url(/CA88Baby/images/page2/icon-hips.png) no-repeat;
  width: 36px;
  height: 21px;
}

.stats-p {
  max-width: 700px;
  margin-bottom: 1rem;
  color: #fff;
}

.video-container {
  width: 45%;
}

.qa-container {
  width: 55%;
}

.question {
  position: relative;
  background: url(/CA88Baby/images/page2/question1.png) no-repeat;
  width: 257px;
  color: #d6bc85;
  height: 107px;
  font-weight: bold;
  line-height: 4.3;
  padding-left: 81px;
  font-size: 18px;
  text-shadow: 2px 2px 1px #000;
  -webkit-animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.question:before {
  content: '';
  background: url(/CA88Baby/images/page2/icon-question.png) no-repeat;
  top: 23%;
  width: 31px;
  height: 31px;
  left: 37px;
  position: absolute;
}

.question2 {
  background: url(/CA88Baby/images/page2/question2.png) no-repeat;
  width: 347px;
  height: 107px;
}

.answer {
  background: url(/CA88Baby/images/page2/answer.png) no-repeat;
  width: 718px;
  height: 153px;
  margin-left: auto;
  -webkit-animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.answer p {
  text-align: left;
  color: #ffffff;
  padding: 2.5% 7% 0 7%;
  text-shadow: 2px 2px 1px #000;
  font-size: 17px;
}

.video-qa {
  z-index: 2;
  position: relative;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page[show='2'] .item[show='2'] {
  position: relative;
  z-index: 2;
}
/*********************** End Page2 ************************/

/***********************  Page3 ************************/
.page[show='3'] {
  background: url(/CA88Baby/images/page3/bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  /* padding-top: 4%; */
}

.grid-girls {
  position: relative;
  overflow: hidden;
}

.grid-girls ul {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1000%;
  scroll-behavior: smooth;
}

.grid-girls ul li {
  background: url(/CA88Baby/images/page3/bg-default.jpg);
  width: 350px !important;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  border-left: 2px solid #000;
  position: relative;
}

.grid-girls ul li .grid2-img {
  margin-top: auto;
  max-height: 600px;
  position: absolute;
  z-index: 3;
  width: 434px;
  top: 202px;
  left: -44px;
  pointer-events: none;
  z-index: 2;
}

.grid-girls ul li .grid2-img img {
  height: 100%;
}

.grid-girls ul li:hover .grid2-img img {
  filter: drop-shadow(0px 0px 6px #fdda46);
  -webkit-transform: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.grid2-header img,
.grid2-img img {
  margin: 0px auto;
}

.grid-girls .slick-slider .slick-track,
.grid-girls .slick-slider .slick-list {
  height: 100%;
}

.grid2-header {
  margin-top: 10%;
  z-index: 2;
  position: relative;
}

.girl2 .grid2-img img {
  width: 100%;
}

.girl4 .grid2-img {
  top: 165px !important;
}

.grid-girls ul li:hover {
  background: none;
  cursor: pointer;
  -webkit-transform: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  z-index: 1;
}

.grid2 .slick-prev,
.grid2 .slick-next {
  top: 90%;
}

.grid-girls {
  /* background: url(/CA88Baby/images/page3/bg-default.jpg); */
}

.grid2 a {
  display: block;
  width: 100%;
  height: 100%;
}

.gold {
  background: url(/CA88Baby/images/page3/gold-dust.png) no-repeat;
  width: 1030px;
  height: 617px;
  position: absolute;
  /* width: 100vw; */
  left: -31%;
  top: -2%;
  z-index: auto;
  background-blend-mode: color-dodge;
  pointer-events: none;
}

.gold2 {
  left: auto;
  top: -2%;
  right: -28%;
  transform: rotate(204deg);
}

.year3 {
  height: 524px;
  background-size: contain;
  top: 1%;
  right: 0px;
  width: 135px;
  position: absolute;
  opacity: 1;
  /* width: 100vw; */
  z-index: auto;
  pointer-events: none;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.baby3 {
  background: url(/CA88Baby/images/page3/text-baby.png) no-repeat;
  height: 524px;
  background-size: contain;
  bottom: 1%;
  left: 0px;
  width: 135px;
  opacity: 0.7;
  position: absolute;
  /* width: 100vw; */
  z-index: auto;
  pointer-events: none;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.girl-name {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 30px;
  color: #fff;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  border-radius: 22px;
  opacity: 0;
}

.grid-girls ul li:hover .girl-name {
  top: 70%;
  opacity: 1;
  -webkit-transform: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Single Page */

.navigation.single-page:before {
  content: '';
  width: 350px;
  left: -75px;
  height: 500px;
  position: absolute;
  top: 2px;
  -webkit-background: linear-gradient(
    to bottom,
    rgba(165, 120, 50, 0.5) 0%,
    rgba(165, 120, 50, 0.5) 15%,
    rgba(165, 120, 50, 0.3) 50%,
    rgba(165, 120, 50, 0) 100%
  );
  -o-background: linear-gradient(
    to bottom,
    rgba(165, 120, 50, 0.5) 0%,
    rgba(165, 120, 50, 0.5) 15%,
    rgba(165, 120, 50, 0.3) 50%,
    rgba(165, 120, 50, 0) 100%
  );
  -moz-background: linear-gradient(
    to bottom,
    rgba(165, 120, 50, 0.5) 0%,
    rgba(165, 120, 50, 0.5) 15%,
    rgba(165, 120, 50, 0.3) 50%,
    rgba(165, 120, 50, 0) 100%
  );
  -ms-background: linear-gradient(
    to bottom,
    rgba(165, 120, 50, 0.5) 0%,
    rgba(165, 120, 50, 0.5) 15%,
    rgba(165, 120, 50, 0.3) 50%,
    rgba(165, 120, 50, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(165, 120, 50, 0.5) 0%,
    rgba(165, 120, 50, 0.5) 15%,
    rgba(165, 120, 50, 0.3) 50%,
    rgba(165, 120, 50, 0) 100%
  );
}

.page.page-single[show='3'] {
  /* background: url(/CA88Baby/images/page3/bg2.jpg) rgba(255, 90, 45, 0.5); */
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(0, 210, 111, 0.5);
  background-position: center top;
  background-size: cover;
  background-blend-mode: color-dodge;
}

.page.page-single[color='2'] {
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(255, 132, 191, 0.7);
}

.page.page-single[color='3'] {
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(102, 123, 218, 0.5);
}

.page.page-single[color='4'] {
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(243, 236, 105, 0.5);
}

.page.page-single[color='5'] {
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(255, 162, 162, 0.8);
}

.page.page-single[color='6'] {
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(161, 101, 195, 0.5);
}

.page.page-single[color='7'] {
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(241, 175, 148, 0.7);
}

.page.page-single[color='8'] {
  background: url(/CA88Baby/images/page3/bg2.jpg) rgba(251, 91, 146, 0.5);
}

.page.page-single[show='3']:after {
  content: '';
  width: 10%;
  height: 400px;
  position: absolute;
  right: 0px;
  top: 1%;
  background-size: contain;
  background-position-x: 100%;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page.page-single[show='3']:before {
  content: '';
  background: url(/CA88Baby/images/page3/text-baby.png) no-repeat;
  width: 6%;
  height: 600px;
  position: absolute;
  left: 0%;
  bottom: 1%;
  background-size: contain;
  background-position-x: 100%;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.single-all {
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 100%;
}

.single-header {
  position: absolute;
  top: 1%;
  height: 16%;
  right: 25%;
  -webkit-animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: slide-in-right 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.single-p {
  color: #fff;
  font-style: italic;
  width: 28%;
  position: absolute;
  top: 20%;
  right: 11%;
  max-width: 500px;
  -webkit-animation: slide-in-right 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: slide-in-right 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.single-video {
  z-index: 2;
  width: 30%;
  position: absolute;
  top: 33%;
  right: 3%;
  -webkit-animation: slide-in-right 1.9s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: slide-in-right 1.9s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.single-main {
  position: absolute;
  width: 26%;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
  max-height: 100%;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0px 0px 6px #7af78a);
}

.single-main[single='2'] {
  left: 51%;
  width: 28%;
  filter: drop-shadow(0px 0px 6px #ffc1dc);
}

.single-main[single='3'] {
  left: 49%;
  width: 24%;
  filter: drop-shadow(0px 0px 6px #fef2e2);
}

.single-main[single='4'] {
  width: 24%;
  left: 51%;
  filter: drop-shadow(0px 0px 6px #fffe91);
}

.single-main[single='5'] {
  width: 24%;
  left: 53%;
  filter: drop-shadow(0px 0px 6px #ffdbd7);
}

.single-main[single='6'] {
  width: 29%;
  left: 46%;
  filter: drop-shadow(0px 0px 6px #ff93a8);
}

.single-main[single='7'] {
  width: 24%;
  filter: drop-shadow(0px 0px 6px #fff9b0);
}

.single-main[single='8'] {
  width: 23%;
  filter: drop-shadow(0px 0px 6px #fffe8e);
}

.grid-film {
  background: url(/CA88Baby/images/page3/film.png) no-repeat;
  width: 1920px;
  height: 216px;
  position: absolute;
  bottom: 3%;
  left: 0;
  background-size: contain;
  padding: 32px 0;
  z-index: 3;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: slide-in-bottom 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.grid3 {
  width: 100%;
  max-width: 100vw;
}

.grid3 li {
  width: 150px;
  margin-left: 1rem;
  position: relative;
}

.grid3 li:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.grid3 li:hover {
  transform: scale(1.01);
  -webkit-transform: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}

.grid3 li:hover:after {
  -webkit-transform: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  top: 100%;
}

.grid3 .slick-next {
  right: 4%;
}

.single-stats {
  background: url(/CA88Baby/images/page3/vital-stats.png) no-repeat;
  position: absolute;
  width: 742px;
  bottom: 27%;
  left: 5%;
  height: 141px;
  padding: 18px 127px 0 110px;
  -webkit-animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: slide-in-left 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.single-stat {
  position: relative;
  font-style: italic;
  color: #eedda6;
  font-size: 15px;
  padding: 15px 0 5px 50px;
}

.single-stat strong {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
}

.single-stat:before {
  content: '';
  width: 38px;
  height: 38px;
  position: absolute;
  top: 10px;
  left: 5px;
}

.ss1:before {
  background: url(/CA88Baby/images/page3/icon1.png) no-repeat;
}

.ss2:before {
  background: url(/CA88Baby/images/page3/icon2.png) no-repeat;
}

.ss3:before {
  background: url(/CA88Baby/images/page3/icon3.png) no-repeat;
}

.ss4:before {
  background: url(/CA88Baby/images/page3/icon4.png) no-repeat;
}

.ss5:before {
  background: url(/CA88Baby/images/page3/icon5.png) no-repeat;
}

.ss-lvl1 {
  padding: 0 86px;
}

.grid-vertical {
  height: 400px;
  width: 130px;
  position: absolute;
  top: 9%;
  left: 4%;
  -webkit-animation: slide-in-top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: slide-in-top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.grid4 li {
  width: 100px !important;
  margin-bottom: 20px;
  border: 5px solid rgba(255, 155, 57, 0.5) !important;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-left: 9%;
}

.grid4 li:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.grid4 li:hover {
  width: 120px !important;
  -webkit-transform: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-left: 0%;
  cursor: pointer;
}

.grid4 li:hover:after {
  top: 100%;
  -webkit-transform: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* animation: toggle-image cubic-bezier(0.075, 0.82, 0.165, 1) 1s; */
}

.grid4 li span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.grid4 li a {
  color: auto;
  text-decoration: none;
}

.grid4 li:hover span {
  top: 90%;
  -webkit-transform: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.grid4 li img {
  border-radius: 5px;
}

.grid4 .slick-prev {
  top: 105%;
  left: 34%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.grid4 .slick-next {
  top: -9%;
  left: 34%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

/*********************** End Page3 ************************/

/* override */

.fancybox-thumbs__list a {
  background-position: center top;
}

.boxImage {
  background-position: center top;
  background-size: cover;
  border-radius: 15px;
}

.randomLi0 .boxImage1 {
  width: 265px;
  height: 392px;
}

.randomLi0 .boxImage2 {
  width: 265px;
  height: 304px;
}

.randomLi1 .boxImage1 {
  width: 265px;
  height: 304px;
}

.randomLi1 .boxImage2 {
  width: 265px;
  height: 392px;
}

.randomLi2 .boxImage1 {
  width: 265px;
  height: 348px;
}

.randomLi2 .boxImage2 {
  width: 265px;
  height: 348px;
}

.randomLi3 .boxImage1 {
  width: 265px;
  height: 320px;
}

.randomLi3 .boxImage2 {
  width: 265px;
  height: 376px;
}

.boxImage img {
  border-radius: 15px;
  display: none !important;
}

*:focus {
  outline: 0;
}

.fancybox-slide--image .fancybox-content {
  animation: fade-in 2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}

.video-h1 {
  z-index: 100;
}

@media (max-width: 1400px) {
  .page1-video {
    height: 360px;
  }

  .play-video {
    left: 36%;
  }

  .icon-expo {
    width: 100px;
  }

  .main-timeline {
    transform: scale(0.8);
    margin-top: 6%;
  }

  .custom-container2 {
    transform: scale(0.8);
    margin-top: -94px;
  }

  .qa-container {
    width: 55%;
    transform: scale(0.9);
    margin-top: -30px;
  }

  .video1-h1 {
    margin-top: 0px !important;
  }
}
