body {
  outline: none;
  background: #000;
  margin: 0;
  padding: 0;
}

.outplayed {
  position: relative;
  background-color: #000;
  background-size: cover;
}

.outplayed * {
  box-sizing: border-box;
}

.outplayed::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("https://game.overwolf.com/images-keeper/outplayed/20240215/a/images/BGdesktop.svg") no-repeat 50% 50%;
  background-size: 100%;
  z-index: 1;
  content: '';
}

.download-buttons-mob {
  display: none;
}

h1.heading-first,
h2.heading-first {
  margin: 51px auto 13px;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.heading-second {
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.third-heading {
  display: block;
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 115%;
  z-index: 1;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 32px;
  height: 48px;
  margin: 36px auto 10px;
  white-space: nowrap;
  background: #E6004D;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  transition: all .3s ease-in-out;
  text-decoration: none;

  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.download-btn:hover {
  background: #F53B6A;
}

.download-btn .mobile {
  display: none;
}

.download-buttons {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.text-small {
  display: block;
  margin: 8px auto;
  text-align: center;
  color: #ccc;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.large-section {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.text-small-mob {
  display: none;
}

h2.second-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 125%;
  color: #fff;
}

h2.second-heading span {
  color: #F16436;
}

.first-text {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #C4C4C4;
}

.main-text {
  position: relative;
  color: #C4C4C4;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  z-index: 1;
  text-align: center;
}

.fourth-heading {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 33px 48px;
  min-height: 112px;
  max-width: 100%;
  margin: 0 auto;
}

.header-container a {
  padding: 10px 17px 9px;
  position: relative;
  color: #DDD;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.header-logo {
  padding: 0;
  width: 171px;
  z-index: 1;
}

.header-logo img {
  max-width: 100%;
}

.header-logo.desktop {
  display: block;
}

.header-logo.mob {
  display: none;
}

.opening-section {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 884px;
  padding: 0 20px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./../images/hero-bg.webp");
  z-index: 2;
}

.opening-section .hero-img-mob {
  position: relative;
  max-width: 100%;
}

.opening-section .hero-img-mob-container {
  display: none;
}

.opening-section .hero-img-mob-gradient {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.opening-section .intro-text {
  position: relative;
  max-width: 420px;
  margin: 0;
  color: #DFDFDF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.55%;
  text-align: left;
}

.opening-section .intro-text b {
  color: #fff;
  font-weight: 700;
}

.opening-section * {
  box-sizing: border-box;
}

.opening-section img,
.opening-section svg {
  max-width: unset;
}

.opening-section h1.heading-first,
.opening-section h2.heading-first {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 210px 0 14px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 112.5%;
  text-align: left;
}

.opening-section .first-layer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.opening-section .first-layer img {
  mix-blend-mode: normal;
  height: 145%;
  min-height: 145%;
  position: absolute;
  right: -101px;
  bottom: -160px;
}

.opening-section .hero-character-img {
  display: none;
}

.opening-section .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/upper-gradient.webp") no-repeat 50% 0%;
  opacity: .4;
  min-width: 100vh;
  max-height: 100%;
  background-size: cover;
}

.opening-section .intro-text-container {
  max-width: 1338px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 48px;
}

.opening-section .text-small {
  position: relative;
  margin: 0;
  color: #9F9F9F;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.opening-section .download-btn {
  position: relative;
  margin: 36px auto 2px;
}

.opening-section .download-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 11px 0;
  text-align: left;
}

.opening-section .download-buttons div:not(:first-child) {
  position: relative;
  margin-left: 22px;
}

.scroll-down {
  display: none;
  position: relative;
}

.outplayed .opening-logo {
  width: 122px;
}

.outplayed .opening-logo.mob {
  display: none;
}

.outplayed .bottom .download-btn {
  margin: 35px auto 10px;
}

.scene {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
}

.character {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.features {
  position: relative;
  z-index: 2;
}

.features .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}

.features .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1476px;
  margin: 35px auto;
}

.features .video-loop {
  display: flex;
  max-width: 100% !important;
  min-height: 100%;
}

.features .gif-img {
  display: none;
}

.features-item {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 600px;
  height: 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.features-item::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(15, 15, 15, 0) 47.77%, #0F0F0F 74.16%);
  content: '';
  z-index: 1;
}

.features-item-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px 10px;
}

.features-item-outer {
  cursor: pointer;
  display: flex;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 10px;
}

.features-item-outer .features-item {
  margin: 0;
}

.features-item-outer::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, #E72F5B 0%, rgba(152, 81, 177, 0.9) 23.73%, rgba(74, 122, 244, 0.75) 48.77%, rgba(74, 122, 244, 0) 75.65%);
  filter: blur(50px);
  top: 0%;
  left: 0%;
  transition: .4s ease-in-out;
}

.features-item-outer:hover::after {
  opacity: 0.5;
}

.features-item-outer:hover .share-icon {
  visibility: visible;
  opacity: 1;
}

.features-item-outer:hover .share-icon:first-of-type {
  top: 420px;
  right: -125px;
}

.features-item-outer:hover .share-icon:nth-of-type(2) {
  top: 91px;
  left: -123px;
}

.features-item-outer:hover .share-icon:nth-of-type(3) {
  top: -59px;
  left: -72px;
}

.features-item-outer:hover .share-icon:nth-of-type(4) {
  top: 58px;
  right: -78px;
}

.features-item-outer:hover .share-icon:nth-of-type(5) {
  top: -100px;
  right: -102px;
}

.features .heading-second {
  margin: 70px auto 50px;
}

.features .main-text {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 330px;
  margin: 6px auto;
}

.share-icon {
  position: absolute;
  width: 146px;
  height: 146px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.share-icon:first-of-type {
  top: 420px;
  right: 0;
}

.share-icon:nth-of-type(2) {
  top: 91px;
  left: 0px;
}

.share-icon:nth-of-type(3) {
  top: 0px;
  left: 0;
}

.share-icon:nth-of-type(4) {
  top: 0;
  right: 0;
}

.share-icon:nth-of-type(5) {
  top: 0;
  right: 0;
}

.animated-line {
  position: relative;
  margin-top: 50px;
  opacity: 0.5;
}

.animated-line svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.animated-line-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 82px;
  pointer-events: none;
  position: absolute;
}

.animated-line-container::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, #fff, transparent 30%, transparent 10%, #fff);
}

.animated-line-text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 132% !important;
  transition: all 2s ease;
}

@keyframes bfelpP {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes jULOex {
  0% {
    transform: translateX(-201%);
  }

  100% {
    transform: translateX(-101%);
  }
}

.m-scroll {
  display: flex;
  position: relative;
  width: 100%;
  margin: 38px auto 0;
  padding: 0;
  overflow: hidden;
}

.m-scroll::before {
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 101%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: '';
  background: linear-gradient(90deg, #000, transparent 30%, transparent 100%, rgba(0, 0, 0, 0.5));
  --mask-direction: to bottom;
}

.m-scroll::after {
  display: block;
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 101%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: '';
  background: linear-gradient(90deg, #000, transparent 30%, transparent 100%, rgba(0, 0, 0, 0.5));
  --mask-direction: to bottom;
  transform: rotate(180deg);
}

.m-scroll-container {
  position: relative;
  height: 82px;
}

.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  white-space: nowrap;
  transition: all 1s ease;
}

.m-scroll__title .animated-line-text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 132% !important;
  transition: all 2s ease;
}

.animated-line-container {
  display: flex;
  animation: scrollText 33s infinite linear;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.testimonials .content-wrapper {
  position: relative;
}

.testimonials .two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1216px;
  margin: 129px auto 42px;
  padding: 71px 77px 50px;
  overflow: unset;
  background: linear-gradient(92deg, rgba(44, 46, 49, 0) 0%, #272829 100%);
  border: 0.75px solid transparent;
  border-radius: 20px;
  background-clip: padding-box;
}

.testimonials .two-col::after {
  opacity: 0.5;
  border-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='none'%3e%3cpath stroke='url(%23a)' stroke-width='2' d='M8 1h84a7 7 0 0 1 7 7v84a7 7 0 0 1-7 7H8a7 7 0 0 1-7-7V8a7 7 0 0 1 7-7Z'/%3e%3cdefs%3e%3clinearGradient id='a' x1='20.27' x2='120.715' y1='125' y2='113.589' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF7AAC'/%3e%3cstop offset='.367' stop-color='%23FF7AAC'/%3e%3cstop offset='.682' stop-color='%232885FD'/%3e%3cstop offset='1' stop-color='%233DDABE'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") 8/8px stretch;
  position: absolute;
  top: -0.75px;
  bottom: -0.75px;
  left: -0.75px;
  right: -0.75px;
  background: linear-gradient(red, blue);
  content: '';
  z-index: -1;
  border-radius: 20px;
}

.testimonials-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 463px;
}

.testimonials-item:first-of-type {
  border-bottom: 1px solid grey;
}

.testimonials-item-top {
  display: flex;
  justify-content: stretch;
  width: 100%;
}

.testimonials-item-img {
  position: relative;
  width: 112px;
  height: 112px;
}

.testimonials-item-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #FE0154;
  opacity: 0.75;
  filter: blur(20px);
}

.testimonials-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials-item-bottom {
  max-width: 463px;
}

.testimonials-item-bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.76);
}

.testimonials-content {
  margin: 32px 0 0 26px;
}

.testimonials-content h3 {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}

.testimonials-content span {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}

.steps .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 80px auto 79px;
  padding: 0 20px;
}

.steps .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1267px;
  margin: 89px auto;
}

.steps .heading-second {
  margin: 55px auto 28px;
}

.steps .first-text {
  max-width: 781px;
  margin: 0 auto;
}

.steps .fourth-heading {
  margin: 20px auto 0;
}

.steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.steps-item .gradient-line {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 490px;
}

.steps-item::before {
  content: '';
  position: absolute;
  top: 24px;
  transform: translateX(59%);
  height: 1px;
  width: 100%;
  max-width: 490px;
  min-width: 490px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}

.steps-item:last-of-type::before {
  display: none;
  content: none;
}

.steps-img {
  display: block;
  position: relative;
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  min-height: 50px;
}

.steps-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.steps-text {
  display: block;
  width: 100%;
  max-width: 260px;
}

.steps-text a {
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-decoration-line: underline;
  color: #C4C4C4;
}

.scroller .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 53px auto 26px;
  padding: 0 20px;
  overflow: hidden;
}

.scroller .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1267px;
  margin: 89px auto;
}

.scroller .first-text {
  padding: 28px 0;
}

.scroller-block {
  position: relative;
  width: 100%;
}

.scroller-block::before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 102%;
  pointer-events: none;
  background: linear-gradient(90deg, black, transparent 30%, transparent 10%, black);
  position: absolute;
  z-index: 1;
  content: '';
}

.scroller .scroller-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 92px;
  width: 10000vw;
  margin-right: 8px;
  margin-bottom: 6px;
  animation-play-state: running;
  background-size: contain;
  background-repeat: repeat-x;
}

.scroller .scroller-item:first-of-type {
  background-image: url("https://game.overwolf.com/images-keeper/outplayed/20240215/a/images/thumbs/Row1container.webp");
  animation: scroll-right 2700s infinite linear;
}

.scroller .scroller-item:nth-of-type(2) {
  background-image: url("https://game.overwolf.com/images-keeper/outplayed/20240215/a/images/thumbs/Row2container.webp");
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-duration: 2700s;
}

.scroller .scroller-item:nth-of-type(3) {
  background-image: url("https://game.overwolf.com/images-keeper/outplayed/20240215/a/images/thumbs/Row3container.webp");
  animation: scroll-right 2700s infinite linear;
}

.scroller .scroller-item:last-of-type {
  background-image: url("https://game.overwolf.com/images-keeper/outplayed/20240215/a/images/thumbs/Row4container.webp");
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-duration: 2700s;
}

@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10000vw);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10000vw);
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 2;
}

.bottom .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1180px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 251px 20px 97px;
  text-align: center;
  z-index: 1;
}

.bottom .heading-third {
  margin: 0 auto 34px;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 115% !important;
}

.bottom .download-btn {
  margin: 16px auto 5px;
}

.footer {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 22px 0 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer p.txt {
  margin: 0 auto;
  color: #595959;
  text-align: center;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  /* Modal Content */
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 36px 36px 34px;
  width: 100%;
  max-width: 520px;
  max-height: 335px;
  height: 100%;
  overflow: hidden;
  background: url("./../images/popup-bg.webp") no-repeat 50% 50%, #000;
  background-size: cover;
}

.modal-content * {
  box-sizing: border-box;
}

/* Modal Content */

.modal-content .modal-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.modal-content .modal-block-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0px 0 20px;
}

.modal-content .popup-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.modal-content .modal-logo {
  width: 139px;
  height: 36.405px;
  margin: 0 0 20px;
}

.modal-content .first-heading {
  max-width: 300px;
  margin: 0;
  text-align: left;
  font-size: 34px;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  text-shadow: 0px 0px 10px #151136;
  font-weight: 700;
  line-height: 115%;
}

.modal-content .first-heading span {
  font-family: 'Montserrat', sans-serif;
}

.modal-content .first-heading.popup span {
  position: absolute;
  opacity: 0;
  z-index: -4;
}

.modal-content .popup-text {
  max-width: 235px;
  margin: 13px 0 10px;
  padding: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.modal-content .popup-text a {
  color: #FF0055;
  text-decoration-line: underline;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.modal-content .popup-text-small {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  height: 48px;
  padding-left: 28px;
  flex-shrink: 0;
  width: 100%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 15px;
}

@media only screen and (min-width: 1025px) {
  .large-section {
    background-size: cover;
  }

  h2.second-heading {
    font-size: 48px;
    line-height: 115%;
    text-transform: capitalize;
  }

  .opening-section .hero-character-img {
    display: flex;
    mix-blend-mode: normal;
    height: 97%;
    min-height: 92%;
    position: absolute;
    right: 8.8vw;
    bottom: -37px;
  }

  .testimonials-item:first-of-type {
    max-width: 50%;
    border-bottom: none;
    border-right: 1px solid grey;
  }

  .footer {
    padding: 22px 0;
  }

  .footer .content-wrapper {
    max-width: 1176px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1800px) {
  .opening-section .first-layer {
    max-height: unset;
    min-height: 100%;
  }
}

@media only screen and (max-width: 1255px) {
  .features-item-outer {
    max-width: 30%;
    width: 100%;
    margin: 10px;
    max-height: 600px;
  }
}

@media only screen and (max-width: 1220px) {
  .steps-item::before {
    max-width: 380px;
    min-width: 380px;
  }
}

@media only screen and (max-width: 1024px) {
  .download-buttons-mob {
    display: flex;
    justify-content: center;
  }

  h1.heading-first,
  h2.heading-first {
    margin: 24px auto 11px;
    font-size: 40px;
    font-weight: 700;
    line-height: 105%;
  }

  .heading-second {
    font-size: 40px;
    font-weight: 700;
    line-height: 105%;
    padding: 0 10px;
  }

  .download-btn {
    margin: 0;
  }

  .download-btn .desktop {
    display: none;
  }

  .download-buttons {
    display: none;
  }

  .text-small-mob {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #E2E4E6;
    justify-content: center;
    margin: 11px auto;
  }

  .first-text {
    font-size: 16px;
    line-height: 150%;
  }

  .header-container {
    padding: 20px 13px 12px;
  }

  .header-container a {
    display: inline-flex;
    flex-direction: column;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 115%;
  }

  .header-logo.desktop {
    display: none;
  }

  .header-logo.mob {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 172px;
  }

  .header-logo.mob img {
    display: flex;
    width: 172px;
    margin: 18px 0 21px;
  }

  .opening-section {
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% -43%;
    background-image: url("./../images/hero-bg-mob.webp");
  }

  .opening-section .hero-img-mob-container {
    display: flex;
    position: relative;
    margin-top: 101px;
  }

  .opening-section .intro-text {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }

  .opening-section .intro-text b {
    font-size: 18px;
  }

  .opening-section h1.heading-first,
  .opening-section h2.heading-first {
    margin: -72px auto 11px;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
  }

  .opening-section .heading-fourth {
    max-width: 273px;
    margin: 0 auto;
  }

  .opening-section .first-layer {
    top: unset;
    bottom: 0;
    max-height: 100%;
  }

  .opening-section .first-layer::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 101%;
    content: '';
    background: linear-gradient(180deg, #000 10.03%, rgba(0, 0, 0, 0) 100%), linear-gradient(360deg, #000 9.73%, rgba(0, 0, 0, 0) 30.05%);
    background-blend-mode: multiply, multiply;
    z-index: 1;
  }

  .opening-section .first-layer {
    top: unset;
    bottom: 0;
  }

  .opening-section .intro-text-container {
    max-width: 342px;
    padding: 0;
  }

  .opening-section .intro-text-content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .opening-section .text-small {
    margin: 8px auto;
    text-align: center;
  }

  .opening-section .download-btn {
    margin: 20px auto 3px;
  }

  .opening-section .download-buttons {
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .opening-section .download-buttons div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }

  .scroll-down {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin: 59px auto 35px;
  }

  .outplayed .opening-logo.mob {
    display: block;
    width: 104px;
    margin: 18px auto;
  }

  /* .outplayed .download-btn {
    width: 190px;
    height: 48px;
  } */

  /* .outplayed .download-btn::before {
    width: 190px;
    height: 48px;
  } */

  .outplayed .bottom .download-btn {
    /* width: 240px; */
    margin: 11px auto 10px;
    margin: 0;
  }

  .features .content-wrapper {
    margin-top: 0;
  }

  .features .content-wrapper-inner {
    flex-direction: column;
    align-items: center;
    justify-self: flex-start;
    margin: 28px auto 0;
  }

  .features .video-loop {
    display: none;
  }

  .features .gif-img {
    display: flex;
    max-height: 100%;
  }

  .features-item {
    margin: 0 23px;
    max-width: 340px;
    height: 579.905px;
    border-radius: 16px;
  }

  .features-item-outer {
    justify-content: center;
    margin: 9px auto 66px;
    max-width: 400px;
    max-height: 580px;
  }

  .features-item-outer:last-of-type {
    margin-top: 53px;
  }

  .features-item-outer:hover .share-icon:first-of-type {
    top: -60px;
    right: unset;
    left: 23px;
  }

  .features-item-outer:hover .share-icon:nth-of-type(2) {
    top: -2px;
    left: -43px;
  }

  .features-item-outer:hover .share-icon:nth-of-type(3) {
    top: -82px;
    left: 120px;
  }

  .features-item-outer:hover .share-icon:nth-of-type(4) {
    top: -2px;
    right: -44px;
  }

  .features-item-outer:hover .share-icon:nth-of-type(5) {
    top: -61px;
    right: 23px;
  }

  .features .heading-second {
    margin: 50px auto 34px;
  }

  .features .third-heading {
    font-size: 30px;
  }

  .features .main-text {
    justify-content: flex-start;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
  }

  .share-icon:first-of-type {
    top: -60px;
    right: unset;
    left: 23px;
  }

  .share-icon:nth-of-type(2) {
    top: -2px;
    left: -43px;
  }

  .share-icon:nth-of-type(3) {
    top: -82px;
    left: 120px;
  }

  .share-icon:nth-of-type(4) {
    top: -2px;
    right: -44px;
  }

  .share-icon:nth-of-type(5) {
    top: -61px;
    right: 23px;
  }

  .animated-line svg {
    opacity: 0;
  }

  .animated-line-container::before {
    height: 1px;
  }

  .animated-line-container::after {
    height: 1px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #fff, transparent 30%, transparent 10%, #fff);
  }

  .animated-line-text {
    font-size: 18px !important;
  }

  .m-scroll {
    margin: 0 auto;
  }

  .m-scroll-container {
    height: 82px;
  }

  .animated-line-container {
    animation: scrollText 63s infinite linear;
  }

  .testimonials .content-wrapper {
    padding: 0 25px;
  }

  .testimonials .two-col {
    margin: 60px auto 0;
    align-items: center;
    padding: 38px 26px 0;
  }

  .testimonials .two-col {
    flex-direction: column;
  }

  .testimonials-item:first-of-type .testimonials-item-bottom p {
    margin: 22px auto 44px;
  }

  .testimonials-item:last-of-type {
    padding: 43px 0;
  }

  .testimonials-item-top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: center;
  }

  .testimonials-item-bottom p {
    text-align: center;
    font-size: 18px;
    line-height: 132%;
    color: rgba(255, 255, 255, 0.7);
  }

  .testimonials-content {
    margin: 21px auto 0;
  }

  .steps .content-wrapper {
    margin: 0 auto;
  }

  .steps .content-wrapper-inner {
    flex-direction: column;
    justify-content: flex-start;
    margin: 59px auto 0;
  }

  .steps .heading-second {
    margin: 26px auto 28px;
  }

  .steps .first-text {
    padding: 0 17px;
  }

  .steps .fourth-heading {
    margin: 15px auto 0;
  }

  .steps-item {
    margin-bottom: 82px;
  }

  .steps-item::before {
    display: none;
    content: none;
  }

  .scroller .content-wrapper {
    margin: 0 auto 43px;
    padding: 0 15px;
  }

  .scroller .first-text {
    padding: 0 5px;
  }

  .scroller .scroller-item {
    height: 60.872px;
  }

  .bottom .content-wrapper {
    width: auto;
    padding: 80px 20px 7px 20px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
  }

  .bottom .heading-third {
    font-size: 24px !important;
  }

  .footer p.txt {
    font-size: 12px !important;
    line-height: 150% !important;
  }

  .modal-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 600px) {

  .opening-section h1.heading-first,
  .opening-section h2.heading-first {
    max-width: 320px;
  }
}

@media only screen and (max-width: 425px) {
  .features .content-wrapper-inner {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .features-item-outer:hover .share-icon:nth-of-type(3) {
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
  }

  .share-icon:nth-of-type(3) {
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 350px) {
  .bottom .content-wrapper {
    padding: 45px 20px 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  .testimonials-item:first-of-type {
    margin-right: 20px;
    padding-right: 10px;
  }
}



/* ------------- */

.download-btn.border {
  color: #DFDFDF;
  border: 1px solid #BFBFBF;
  background: transparent;
  display: flex;
  width: 132px;
  height: 40px;
  margin: 0;
  padding: 10px 20px;
  text-transform: none;

  font-family: 'Montserrat', sans-serif;
  transition: all .3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 1024px) {
  .download-btn.border {
    display: none;
  }
}

.download-btn.border:hover {
  color: #fff;
  border-color: #E6004D;
  background: #E6004D;
}


@media only screen and (max-width: 1920px) {
  .header-container {
    max-width: 100%;
    padding: 20px 20px 20px 16px;
  }
}