.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.main-title.coming-soon {
  font-size: 100px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.banner.inner-page.coming-soon {
  height: 100vh;
  background: url("../../assets/img/coming-soon.webp") no-repeat center center / cover;
}

.card-par.book-ann {
  font-size: 18px;
  font-weight: 500;
}

.cta.large {
  width: auto;
  padding: 0 1rem;
}

.banner.inner-page.merchant-services {
  min-height: 100vh;
  height: 100dvh;
}

.subtitle.large {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  /*margin-bottom: 1rem;*/
}

@media (min-width: 992px) {
  .subtitle.large {
    text-transform: capitalize;
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    /*margin-bottom: .5rem;*/
  }
}

.subtitle.standard {
  margin: 0 0 1rem;
  font-size: 28px;
  line-height: 32px;
  text-transform: capitalize;
}

.di-block {
  min-height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

@media (min-width: 992px) {
  .di-block {
    min-height: 100dvh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.services-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 992px) {
  .services-list {
    width: auto;
  }
}

.services-list li {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin: 5px auto;
  width: 100%;
  border-radius: 20px;
  border: solid 1px rgba(4,111,165,1);
  background: rgba(0,108,174,.25);
  transition: all ease-in-out .2s;
  font-size: 17px;
  font-weight: 500;
  padding: .5rem 1rem;
  box-shadow: 0px 0px 0px rgba(4,111,165,0);
  flex-direction: column;
}

@media (min-width: 992px) {
  .services-list li {
    flex-direction: row;
    width: 200px;
  }
}

.service-list-content {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: all .2s ease-in-out .2s;
  transform: translateX(0px) scaleY(0);
  transform-origin: top;
  min-height: auto;
  border: solid 1px rgba(4,111,165,1);
  background: rgba(0,108,174,1);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition-behavior: allow-discrete;
}

@media (min-width: 992px) {
  .service-list-content {
    position: absolute;
    width: calc( 100% + 200px );
    height: auto;
    left: 103%;
    top: 0;
    z-index: 1;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: all .2s ease-in-out .2s;
    transform: translateX(50px);
    transform-origin: left;
    min-height: 100px;
    border: solid 1px rgba(4,111,165,1);
    background: rgba(0,108,174,1);
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
  }
}

.service-list-content p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 300;
  transition: transform .2s ease-in-out .4s , opacity .2s ease-in .4s;
  opacity: 0;
  transform: translateX(25px);
  transform-origin: right;
}

.services-list li:hover .service-list-content {
  transform: translateX(0) scaleY(1);
  opacity: 100%;
  visibility: visible;
  display: flex;
}

.services-list li:hover {
  background: rgba(0,108,174,1);
  box-shadow: 0px 0px 20px rgba(4,111,165,1);
}

.services-list li:hover .service-list-content p {
  opacity: 100%;
  transform: translateX(0);
}

.service-list-content:after {
  display: none;
}

@media (min-width: 992px) {
  .service-list-content:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .2s ease-in-out .35s;
    z-index: -1;
  }
}

.services-list li:hover .service-list-content:after {
  transform: scale(1);
}

.services-list.merch-serv li {
  background: rgba(189,213,45,.25);
  border-color: rgba(189,213,45,1);
  box-shadow: 0px 0px 0px rgba(189,213,45,0);
}

.services-list.merch-serv li:hover {
  background: rgba(189,213,45,1);
  box-shadow: 0px 0px 15px rgba(189,213,45,1);
}

.services-list.merch-serv .service-list-content {
  left: auto;
  right: auto;
  background: rgba(189,213,45,1);
  border-color: rgba(189,213,45,1);
}

@media (min-width: 992px) {
  .services-list.merch-serv .service-list-content {
    left: auto;
    right: 103%;
    background: rgba(189,213,45,1);
    border-color: rgba(189,213,45,1);
    transform: translateX(-50px);
  }
}

.services-list.merch-serv .service-list-content:after {
  left: auto;
  right: -10px;
}

.ser-logo-wrap {
  position: relative;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  max-height: 150px;
  margin: 4rem auto;
}

@media (min-width: 992px) {
  .ser-logo-wrap {
    margin: 0;
  }
}

.ser-logo {
  width: 125px;
}

.ser-logo-wrap:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  mix-blend-mode: overlay;
}

.ser-logo-wrap:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  mix-blend-mode: overlay;
}

.serv-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: flex;
  min-height: 50px;
}

.di-block.for-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 50px;
  order: 1;
}

@media (min-width: 992px) {
  .di-block.for-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
    order: 2;
  }
}

.ser-title-wrap {
  padding-left: 1rem;
  border-left: solid 1px #fff;
  position: relative;
}

.ser-title-wrap.for-merch-serv {
  right: auto;
  margin: 0 auto 2rem;
}

@media (min-width: 992px) {
  .ser-title-wrap.for-merch-serv {
    right: -25%;
    margin: 0;
  }
}

.ser-title-wrap:before {
  content: "";
  position: absolute;
  left: -2.5px;
  top: 0;
  width: 3px;
  height: 50%;
  background: #006cae;
  z-index: 1;
}

.ser-title-wrap:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 49px;
  height: 36%;
  background: url("../../assets/img/title-icon.png") no-repeat 0% 0% / 60%;
  z-index: 1;
}

.ser-title-wrap.for-tech-serv {
  border-left: solid 0 transparent;
  border-right: solid 1px #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  left: auto;
  right: auto;
  margin: 0 auto 2rem;
}

@media (min-width: 992px) {
  .ser-title-wrap.for-tech-serv {
    padding-left: 0;
    padding-right: 1rem;
    left: -25%;
    margin: 0;
    right: auto;
  }
}

.ser-title-wrap.for-tech-serv:before {
  left: auto;
  right: -1.5px;
}

.ser-title-wrap.for-tech-serv:after {
  left: auto;
  right: -15px;
  top: auto;
  bottom: -15px;
  transform: rotate(180deg);
}

.services-list.merch-serv li .service-list-content p {
  font-weight: 400;
  color: #030727;
}

.di-block.for-merch-serv {
  order: 3;
  flex-direction: column;
  padding: 4rem 0;
  border-top: 1px solid #1c2a61;
}

@media (min-width: 992px) {
  .di-block.for-merch-serv {
    padding: 0;
  }
}

.di-block.for-tech-serv {
  order: 2;
  flex-direction: column;
  padding: 1rem 0 4rem;
}

@media (min-width: 992px) {
  .di-block.for-tech-serv {
    order: 1;
    padding: 0;
  }
}

.services-list li:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 30px;
  background: url("../../assets/img/flare-blue.png") no-repeat center center / 100%;
  left: 0;
  top: -15PX;
  mix-blend-mode: lighten;
  transition: transform ease-out .2s;
  transform-origin: left;
  transform: scaleX(0) translateX(-50px);
}

.services-list li:hover:after {
  transform: scaleX(1) translateX(130%);
}

@media (min-width: 992px) {
  .services-list li:hover:after {
    transform: scaleX(1) translateX(50px);
  }
}

.services-list.merch-serv li:after {
  background: url("../../assets/img/flare-yellow.png") no-repeat center center / 100%;
  mix-blend-mode: screen;
  top: -14px;
  left: auto;
  right: 0;
  transform: scaleX(0) translateX(-15px);
  transform-origin: right;
}

.solutions-connections {
  position: absolute;
  left: auto;
  right: auto;
  z-index: 0;
  mix-blend-mode: overlay;
}

.solutions-connections.for-tech-serv {
  left: -100%;
  transform: scale(0.80) translate(-160px, 0px);
}

.solutions-connections.for-merch-serv {
  right: -100%;
  transform: scale(.85) translate(129px, 0px);
}

.circular-flare {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px rgba(255,255,255,0.5);
  background: radial-gradient(rgba(255,255,255,1) 25% , rgba(255,255,255,0) 70%);
  mix-blend-mode: overlay;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circular-flare.for-tech-serv {
  right: auto;
  left: -55px;
  animation: lens-flare-expand ease-in-out 1.5s alternate both infinite;
}

.circular-flare:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background: rgba(255,255,255,1);
  border-radius: 50%;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}

.circular-flare.for-merch-serv {
  left: auto;
  right: -55px;
  animation: lens-flare-expand ease-in-out 1.5s alternate .3s both infinite;
  border: solid 1px rgba(198,213,45,.5);
  background: radial-gradient(rgba(198,213,45,1) 25% , rgba(198,213,45,0) 70%);
  mix-blend-mode: exclusion;
}

.services-list.merch-serv li:hover:after {
  transform: scaleX(1) translateX(-40px);
}

.circular-flare.for-merch-serv:after {
  background: rgba(198,213,45,1);
}

.section.Infographic:after {
  content: "";
  position: absolute;
  width: 577px;
  height: 525px;
  background: url("../../assets/img/test-serv-bg-merch.webp") no-repeat center center / 100%;
  z-index: -1;
  mix-blend-mode: color-dodge;
  opacity: .35;
  right: -10%;
  top: calc(50% - 525px / 2);
  display: none;
}

.section.Infographic:before {
  content: "";
  position: absolute;
  left: 0;
  width: 156px;
  height: 189px;
  background: url("../../assets/img/test-serv-bg-tech.webp") no-repeat center center / 100%;
  z-index: -1;
  mix-blend-mode: soft-light;
  right: auto;
  top: calc(50% - 189px / 2);
  display: none;
}

@media (min-width: 992px) {
  .section.Infographic:after, .section.Infographic:before {
    display: block;
  }
}

.for-tech-serv .services-list li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -7.5px;
  top: calc( 50% - 7.5px );
  background: rgba(0,108,174,1);
  border-radius: 50%;
}

.tech-symbol {
  position: absolute;
  right: -18px;
  top: 7px;
  width: 30px;
  transform: rotate(-70deg);
}

.video-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrap.for-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .video-wrap.for-banner {
    height: 85vh;
  }
}

@media (min-width: 576px) {
  .banner-video {
    object-fit: cover;
    height: 100dvh;
    min-height: auto;
  }
}

.block-video {
  height: 100%;
  object-fit: cover;
  min-height: 40dvh;
}

@media (min-width: 992px) {
  .banner.for-home .video-wrap.for-banner .banner-video {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .banner.for-home .video-wrap.for-banner {
    height: 100vh;
    z-index: auto;
  }
}

.banner-video {
  object-fit: cover;
  height: auto;
  min-height: 100%;
  transform: translateX(0);
  width: 100%;
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {
  .banner-video {
    height: 85vh;
    object-fit: cover;
    width: 100%;
    transform: translateX(0);
  }
}

.title-wrap {
  max-width: 100%;
}

@media (min-width: 992px) {
  .title-wrap {
    max-width: 50%;
  }
}

.press-play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #90c654;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  cursor: pointer;
  z-index: 0;
  position: relative;
  margin: 0 auto;
  left: auto;
  right: auto;
  transition: all ease-in-out .3s;
}

@media (min-width: 992px) {
  .press-play-button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #90c654;
    right: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    margin: auto;
    cursor: pointer;
    left: calc(50% - 30px);
  }
}

.press-play-button:before {
  content: "";
  position: absolute;
  left: -60%;
  right: 0;
  top: -60%;
  width: 220%;
  height: 220%;
  background: rgba(255,255,255,.45);
  border-radius: 50%;
  transition: all ease-in-out .3s;
  transform: scale(0);
  transform-origin: center;
  z-index: -01;
  mix-blend-mode: multiply;
}

.press-play-button:after {
  content: "";
  position: absolute;
  left: -20%;
  right: 0;
  top: -20%;
  width: 140%;
  height: 140%;
  background: rgba(255,255,255,.45);
  border-radius: 50%;
  transition: all .3s ease-in-out .1s;
  transform: scale(1);
  z-index: 0;
  mix-blend-mode: multiply;
}

.press-play-button:hover:after {
  transform: scale(4);
  opacity: 0;
  pointer-events: none;
}

.press-play-button:hover:before {
  transform: scale(1);
  pointer-events: none;
}

.play-ico {
  position: absolute;
  transition: all ease-in-out .2s;
}

.play-ico.play-off {
  transform: scale(2);
  opacity: 0;
}

.play-ico.play-off.active {
  transform: scale(1);
  opacity: 1;
}

.play-ico.play-on {
  transform: scale(1);
  opacity: 1;
}

.play-ico.play-on.active {
  transform: scale(1);
  opacity: 1;
}

.play-ico.play-on.active {
  transform: scale(1);
  opacity: 1;
}

.press-play-button.clicked .play-ico.play-on {
  transform: scale(0);
  opacity: 0;
}

.press-play-button.clicked .play-ico.play-on {
  transform: scale(0);
  opacity: 0;
}

.press-play-button.clicked .play-ico.play-off {
  transform: scale(1);
  opacity: 1;
}

.container.banner-container:hover .press-play-button.clicked, .video-wrap:hover .press-play-button.clicked {
  opacity: 1;
}

.press-play-button.clicked {
  opacity: 0;
}

.press-play-button.secondry {
  width: 30px;
  height: 30px;
  font-size: 18px;
  position: absolute;
}

@media (min-width: 992px) {
  .press-play-button.secondry {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

.content-block.for-video:hover #video-3 {
  opacity: 1;
}

.mute-button {
  width: 50px;
  height: 50px;
  position: relative;
  right: 0;
  bottom: 5%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 33px;
  opacity: .65;
  transition: all ease .3s;
  margin: 1rem auto 0;
  /*border-radius: 50%;*/
  /*border: solid 1px rgba(255,255,255,1);*/
  /*padding: .7rem;*/
}

@media (min-width: 768px) {
  .mute-button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #fff;
    font-size: 33px;
    opacity: .65;
    transition: all ease .3s;
  }
}

.mute-button:hover {
  opacity: 1;
}

.mute-button > span {
  position: absolute;
  right: -70%;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  top: auto;
}

