/* recent css */

html {
  overflow: hidden;
}

body {
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  background: #000;
}

.child {
  scroll-snap-align: start;
}

footer {
  scroll-snap-align: end;
}

/** Section 1 **/

.hero-btn a.elementor-button {
  margin: auto;
  background: rgb(54, 2, 191);
  background: linear-gradient(
    90deg,
    rgba(54, 2, 191, 1) 0%,
    rgba(48, 0, 117, 1) 35%,
    rgba(178, 10, 166, 1) 100%
  );
}

.section7-btn a.elementor-button {
  margin: auto;
  background: rgb(54, 2, 191);
  background: linear-gradient(
    90deg,
    rgba(54, 2, 191, 1) 0%,
    rgba(48, 0, 117, 1) 47%,
    rgba(178, 10, 166, 1) 100%
  ) !important;
}

/** Section 2 **/

.mask {
  background: transparent;
  mix-blend-mode: multiply;
  color: #000;
  height: 100%;
  width: 100%;
}

.mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: difference;
}

.counter {
  height: 100%;
  width: 100%;
}

/** Section 4 brand Logo **/

.marquee {
  display: flex;
  overflow: hidden;
  height: 100%;
  user-select: none;
  gap: 109.07px;
}

.marquee__group1,
.marquee__group2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 109.07px;
  min-width: 100%;
}

.marquee__group1 {
  animation: scrollOpposite 25s linear infinite reverse;
}

.marquee__group2 {
  animation: scroll 25s linear infinite reverse;
}

.marquee__group1 span,
.marquee__group2 span {
  white-space: nowrap;
}

.marquee__group1 img,
.marquee__group2 img {
  white-space: nowrap;
}

/** Disbale Microsoft Edge **/
.no-visual-search {
  pointer-events: none;
}

/** Section 3 **/

.elementor-video {
  height: 100vh !important;
  width: 100%;
}

.video-container {
  display: flex;
  position: relative;
  height: 100vh;
  /* transition: transform 1s ease, flex 1s ease, width 1s ease; */
}

.video1-container,
.video2-container,
.video3-container,
.video4-container,
.video5-container {
  object-fit: contain;
  transform: translateX(0);
  cursor: pointer;
}

/* .video1-container,
.video2-container,
.video3-container,
.video4-container { 
  margin-right: 10px;
} */

.video-container .elementor-widget-video .e-hosted-video .elementor-video {
  -o-object-fit: contain;
  object-fit: contain;
}

/* .poster-vid1,
.poster-vid2,
.poster-vid3,
.poster-vid4,
.poster-vid5 {
  width: 100%;
  object-fit: cover;
} */

.poster-vid1,
.poster-vid2,
.poster-vid3,
.poster-vid4,
.poster-vid2 {
  float: right;
  right: 0;
  align-self: end;
}

.selected > .video1,
.selected > .video2,
.selected > .video3,
.selected > .video4,
.selected > .video5 {
  display: block;
}

.notSelected > .video1,
.notSelected > .video2,
.notSelected > .video3,
.notSelected > .video4,
.notSelected > .video5 {
  opacity: 0;
}

.video1,
.video2,
.video3,
.video4,
.video5 {
  display: none;
  margin: 0 auto;
}

.notSelected > .poster-vid1,
.video2-container > .poster-vid2,
.video3-container > .poster-vid3,
.video4-container > .poster-vid4,
.video5-container > .poster-vid5 {
  display: block;
}

body:not(.rtl) .elementor-616 .elementor-element.elementor-element-85b1ff1 {
  right: 0px !important;
  left: unset !important;
}

/* 
#section-3 {
  overflow-y: scroll;
} */

/** Keyframes **/

@keyframes smoothExpand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* .selected {
  animation: smoothExpand 0.5s ease;
} */

/* Section 3 Keyframes */
@keyframes posterHover {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slide-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}

@keyframes slide-back-left {
  from {
    transform: translateX(-150%);
    width: 0%;
  }
  50% {
    width: 10%;
  }
  to {
    transform: translateX(0);
    width: 20%;
  }
}

@keyframes slide-back-right {
  from {
    transform: translateX(150%);
    width: 0%;
  }
  50% {
    width: 10%;
  }
  to {
    transform: translateX(0);
    width: 20%;
  }
}

@keyframes shrink20 {
  from {
    width: 60%;
  }
  50% {
    width: 40%;
  }
  to {
    width: 20%;
  }
}

@keyframes expand60 {
  from {
    width: 20%;
  }
  20% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 50%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 60%;
  }
}

/* Section 4 Brand logo keyframe */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 10.07px));
  }
}

@keyframes scrollOpposite {
  from {
    transform: translateX(calc(-100% - 10.07px));
  }
  to {
    transform: translateX(0);
  }
}

/** @Media **/

@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: nowrap !important;
  }

  .marquee__group1 > .elementor-element > .elementor-widget-container {
    width: 50px;
  }

  .marquee__group2 > .elementor-element > .elementor-widget-container {
    width: 50px;
  }

  .marquee {
    gap: 10.07px;
  }

  .marquee__group1,
  .marquee__group2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10.07px;
    min-width: 100%;
  }

  .widget_media_image img {
    width: 150px !important;
  }

  .video-container {
    display: flex;
    flex-wrap: wrap;
  }

  .elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}

/* M */
@media (min-width: 48em) {
  header .custom-logo-link img {
    width: 230px;
  }

  .widget_media_image img {
    width: 150px !important;
  }

  .marquee {
    gap: 40.07px;
  }

  .marquee__group1,
  .marquee__group2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40.07px;
    min-width: 100%;
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 40.07px));
    }
  }

  @keyframes scrollOpposite {
    from {
      transform: translateX(calc(-100% - 40.07px));
    }
    to {
      transform: translateX(0);
    }
  }
}

/* L */
@media (min-width: 90em) {
  header .custom-logo-link img {
    width: 230px;
  }

  .widget_media_image img {
    width: 200px !important;
  }
}

/* XL */
@media (min-width: 110em) {
  header .custom-logo-link img {
    padding-top: 5px;
    width: 360px;
  }
  .widget_media_image img {
    width: 272px;
  }
}

.elementor-video {
  height: 100vh !important;
  width: 100%;
}
