/* Swiper starts */
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Banner styles starts */

.page-wrapper .home-page-banner {
  width: 100%;
  height: 600px;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(190, 212, 234, 0) 0%,
    rgba(190, 212, 234, 0.12) 100%
  );
  overflow: hidden;
}

.page-wrapper .banner-cnt {
  text-align: center;
}

.page-wrapper .banner-cnt h1 {
  color: var(--black);
  margin: 0;
}

.page-wrapper .banner-cnt h1 span {
  color: var(--secondary);
}

.content-container .h2 {
  margin: 8px 0 16px 0;
}

.page-wrapper .banner-cnt p {
  margin: 24px 40px;
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.6px;
  max-width: 662px;
}

.page-wrapper .content-wrapper {
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Banner styles ends */

/* home page leading brands */

.home-leading-brands {
  width: 100%;
}
.leading-brands_sec01,
.leading-brands_sec02 {
  text-align: center;
  padding: 80px 0;
}

.leading-brands_sec02 {
  border: 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.leading-brands_sec01 span {
  font-size: 40px;
}

.leading-brands_sec01 span:first-child {
  color: #fb6400;
}
.leading-brands_sec01 span:last-child {
  color: #000;
}

/*brands swiper */

.bg-animation-right {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  right: 0%;
  width: 400px;
}
.bg-animation-left {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  left: 0%;
  width: 400px;
}
/*  */
.page-wrapper .container {
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  height: 100%;
}
/* end home page leading brands */

.content-container .monitor-text-content {
  max-width: 400px;
  margin-bottom: 24px;
}
.monitor-container {
  justify-content: unset;
}

/* lottie animation section*/
.control-center-monitor-container {
  background-color: #ffffff;
}

.control-center .monitor-scrollbar {
  width: 23px;
  height: 253px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  opacity: 0;
}

.monitor-section-05 {
  position: relative;
}

.control-center .monitor-scrollbar .line {
  width: 2px;
  background-color: #d6d6d6;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.control-center .monitor-scrollbar .count_val {
  margin: 11px 0;
  text-align: center;
  color: var(--secondary);
}

.control-center .monitor-scrollbar .scrollbar_line {
  height: 56.8px;
  position: absolute;
  top: calc(20% - 34.4px);
  transition: 1s;
  background-color: var(--secondary);
  width: 2px;
}

.monitor-section ._div_02 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  z-index: 5;
}
.monitor-section-01 ._sec_01 {
  padding: 20px 63px;
}

.content_text {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  width: 444px;
}

.content-container .monitor-text-content {
  padding-left: 3px;
}

.leading-brands_sec02 {
  padding: 80px 0;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
}

.js-marquee {
  display: flex;
  align-items: center;
  margin-right: 0px !important;
}

.lottie-mob-container .monitor-animation > svg {
  transform: scale(1.3) translateX(-10%) translateY(4%) !important;
}

/* marquee */

.marquee_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
}

.brands_swiper {
  display: flex;
  flex-direction: row;
  animation: marquee var(--animate-direction, forwards) infinite linear;
  animation-play-state: paused;
  animation-duration: var(--animate-duration, 10s);
}

.brands_swiper[data-direction="right"] {
  --animate-direction: reverse;
}
.brands_swiper[data-direction="left"] {
  --animate-direction: forwards;
}

.brands_swiper[data-speed="fast"] {
  --animate-duration: 2s;
}

.brands_swiper[data-speed="slow"] {
  --animate-duration: 20s;
}

.marquee_container:hover .brands_swiper {
  animation-play-state: paused !important;
}

.brands_slide {
  width: 200px;
  margin: 0 40px;
}

.monitor-section ._sec_01 {
  padding-left: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* marquee */

@media screen and (min-width: 2000px) {
  .brands_slide {
    width: 390px;
  }
  .page-wrapper .home-page-banner {
    padding: 120px 0;
    height: 720px;
    box-sizing: border-box;
  }
  .lottie-mob-container .monitor-animation > svg {
    transform: scale(1) translateX(-15%) translateY(4%) !important;
  }
  .bg-animation-right,
  .bg-animation-left {
    width: 480px;
  }
}

@media screen and (min-width: 1440px) {
  .bg-animation-right {
    right: 0;
  }
  .bg-animation-left {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .lottie-mob-container .monitor-animation > svg {
    transform: scale(1) translateX(-15%) translateY(4%) !important;
  }
}

@media screen and (max-width: 768px) {
  .lottie-mob-container .monitor-animation {
    width: 150%;
  }

  .lottie-mob-container .monitor-animation > svg {
    transform: scale(0.8) translateX(-23%) translateY(28%) !important;
    padding-left: 0;
  }
  .control-center .monitor-scrollbar {
    top: 24%;
  }
  .monitor-section ._div_02 {
    z-index: 1;
    flex-direction: column;
    width: calc(100% - 32px);
  }

  .monitor-section ._sec_01 {
    padding: 0 35px;
  }
  .monitor-section-01 ._sec_01 .content-container p {
    text-align: center;
    padding: 0 20px;
  }

  .monitor-container .monitor-main-container {
    padding-left: 0;
  }
  .content-container .monitor-text-content {
    max-width: 100%;
  }
  .bg-animation-right {
    right: -25%;
  }
  .bg-animation-left {
    left: -25%;
  }
  .monitor-section-01 ._sec_01 {
    width: 100%;
    padding: 10px 0;
  }
  .leading-brands_sec01 {
    padding: 80px 35px;
  }
  .monitor-section ._sec_01 {
    width: 80%;
  }
  .monitor-section-01 ._sec_01 {
    width: 100%;
  }

  .monitor-section ._sec_01 .h2 br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .bg-animation-right {
    right: -50%;
  }
  .bg-animation-left {
    left: -50%;
  }
}

@media screen and (max-width: 550px) {
  .bg-animation-right {
    right: -80%;
  }
  .bg-animation-left {
    left: -80%;
  }
}

@media screen and (max-width: 430px) {
  .bg-animation-right,
  .bg-animation-left {
    width: 480px;
    height: auto;
  }
  .monitor-section ._sec_01 {
    width: 100%;
  }
  .page-wrapper .home-page-banner {
    height: auto;
    padding: 140px 0;
  }
  .leading-brands_sec01 span {
    font-size: 36px;
  }

  .monitor-section ._sec_01 {
    padding: 0 32px;
  }

  .monitor-section-01 ._sec_01 .content-container p {
    padding: 0;
  }

  .idea-sec .container-mobile-fluid {
    padding: 0;
  }
  .content-container .monitor-text-content {
    font-size: 14px;
  }

  .lottie-mob-container .monitor-animation > svg {
    transform: scale(0.85) translateX(-33%) translateY(30%) !important;
  }
  .control-center .monitor-scrollbar {
    top: 28%;
  }
  .monitor-section ._div_02 {
    flex-direction: column;
    width: 100%;
  }
  .monitor-section .content-container .h2 {
    width: 50%;
    white-space: nowrap;
  }

  .monitor-container .monitor-main-container {
    padding-left: 0;
  }
  .monitor-section-01 .content-container {
    padding-right: 0px;
  }

  .content_text {
    font-size: 32px;
  }
  .bg-animation-right {
    right: -75%;
  }
  .bg-animation-left {
    left: -75%;
  }

  .page-wrapper .banner-cnt p {
    margin: 24px 0;
  }

  .leading-brands_sec01 {
    padding: 80px 32px;
  }
  .content-container {
    margin-top: 55px;
  }
  .lottie-mob-container .monitor-animation {
    margin-top: 25vh;
  }

  .monitor-section ._sec_01 .content-container {
    padding-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .leading-brands_sec01 span {
    font-size: 36px;
  }

  .lottie-mob-container .monitor-animation {
    margin-top: 25vh;
  }

  .lottie-mob-container .monitor-animation > svg {
    height: 90% !important;
    transform: scale(0.9) translateX(-20%) translateY(40%) !important;
  }
  .control-center .monitor-scrollbar {
    top: 28%;
  }
  .monitor-section ._div_02 {
    flex-direction: column;
    width: 100%;
  }
  .monitor-section .content-container .h2 {
    width: 100%;
    white-space: unset;
  }

  .monitor-container .monitor-main-container {
    padding-left: 0;
  }
  .monitor-section-01 .content-container {
    padding-right: 0px;
  }

  .content_text {
    font-size: 32px;
  }

  .bg-animation-right {
    right: -85%;
  }
  .bg-animation-left {
    left: -85%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .lottie-mob-container {
    overflow: hidden;
  }
  .lottie-mob-container .monitor-animation {
    width: 120%;
  }
  .lottie-mob-container .monitor-animation > svg {
    transform: scale(1) translateX(-30%) translateY(4%) !important;
  }
}
/* only for canvas lottie */
@media screen and (max-width: 767px) {
  .monitor-animation > canvas {
    position: relative;
    transform: translate(-24%, 20%);
  }
}

/* placeholder */

.monitor-animation-home {
  flex-direction: column-reverse;
  display: flex;
}
.monitor-animation-home .placeholder-svg {
  display: none;
  /* display: block; */
}
.monitor-animation-home .placeholder-svg.active {
  display: block;
}
.monitor-animation-home .placeholder-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  /* transform: scale(1.5) translate(10%, 4%); */
  transform: scale(1.3) translate(-2%, 3%);
}

@media screen and (min-width: 1440px) and (max-width: 1999px) {
  .monitor-animation-home .placeholder-svg {
    /* transform: scale(1) translate(-15%, 4%); */
    transform: scale(1.3) translate(-10%, 4%);
  }
}
@media screen and (min-width: 2000px) {
  .monitor-animation-home .placeholder-svg {
    /* transform: scale(1) translate(-15%, 4%); */
    transform: scale(1) translate(-15%, 4%);
  }
}

.control-center-monitor.img1 .monitor-animation-home .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/homepage-ph1.png)
    no-repeat center left;
}
.control-center-monitor.img2 .monitor-animation-home .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/homepage-ph2.png)
    no-repeat center left;
}
.control-center-monitor.img3 .monitor-animation-home .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/homepage-ph3.png)
    no-repeat center left;
}
.control-center-monitor.img4 .monitor-animation-home .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/homepage-ph4.png)
    no-repeat center left;
}
.control-center-monitor.img5 .monitor-animation-home .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/homepage-ph5.png)
    no-repeat center left;
}
.control-center-monitor.img6 .monitor-animation-home .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/homepage-ph6.png)
    no-repeat center left;
}

/* EMEA Images   */
.control-center-monitor.img1
  .monitor-animation-home.monitor-animation-home-emea
  .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/emea-homepage-ph1.png)
    no-repeat center left;
}
.control-center-monitor.img2
  .monitor-animation-home.monitor-animation-home-emea
  .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/emea-homepage-ph2.png)
    no-repeat center left;
}
.control-center-monitor.img3
  .monitor-animation-home.monitor-animation-home-emea
  .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/emea-homepage-ph3.png)
    no-repeat center left;
}
.control-center-monitor.img4
  .monitor-animation-home.monitor-animation-home-emea
  .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/emea-homepage-ph4.png)
    no-repeat center left;
}
.control-center-monitor.img5
  .monitor-animation-home.monitor-animation-home-emea
  .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/emea-emeahomepage-ph5.png)
    no-repeat center left;
}
.control-center-monitor.img6
  .monitor-animation-home.monitor-animation-home-emea
  .placeholder-svg {
  background: url(/content/dam/carat/us/en/assets/homepage/emea-homepage-ph6.png)
    no-repeat center left;
}

@media screen and (max-width: 1024px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(1) translate(-30%, 4%);
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(0.85) translate(-19%, 13%);
    height: 70%;
  }
}
@media screen and (max-height: 430px) {
  .monitor-animation-home .placeholder-svg {
    background-size: cover !important;
    height: 100vw;
  }
}

@media screen and (min-width: 420px) and (max-width: 430px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(1.3) translate(-7%, 6%);
  }
}

@media screen and (min-width: 400px) and (max-width: 420px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(1.05) translate(-19%, 8%);
  }
}

@media screen and (min-width: 420px) and (max-width: 430px),
  (max-width: 400px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(1.3) translate(-7%, 6%);
  }
}

@media screen and (min-width: 412px) and (max-width: 414px) and (min-height: 896px) and (max-height: 915px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(1.3) translate(-5%, 6%);
  }
}

@media screen and (max-width: 375px) and (max-height: 670px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(1.1) translate(-18%, 8%);
  }
}

@media screen and (max-width: 320px) {
  .monitor-animation-home .placeholder-svg {
    transform: scale(1.3) translate(-8%, 6%);
  }
}
