/* fonts used */
@font-face {
  font-family: 'universltpro-ultcond';
  src: url('../../fonts/universltpro-ultcond-webfont.woff2') format('woff2'),
       url('../../fonts/universltpro-ultcond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Univers LT Std';
  font-style: normal;
  font-weight: 400;
  src: local('Univers LT Std'), url('../../fonts/UniversLTStd.woff') format('woff');
}
@font-face {
  font-family: 'sst_regular';
  src: url('../../fonts/sstjppro-regular-webfont.woff2') format('woff2'),
       url('../../fonts/sstjppro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* root values */
:root {
  --font-thin: 100;
  --font-regular: 400;
  --font-semi: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;  
  --text-xs: .8125rem;
  --text-sm: 1rem;
  --text-base: 1.25rem;
  --text-md: 1.1rem;
  --text-lg: 8rem;
  --text-xl: 10rem;
  /* --font-base: 'helvetica_worldregular', sans-serif; */
  --font-base: 'sst_regular', sans-serif;
  --font-heading: 'universltpro-ultcond', sans-serif;
  --font-button: 'Univers LT Std', sans-serif;
  --white: #ffffff;
  --black: #000000;
  --theme-color: #e2663d;
  --theme-color-border:#e2663da2;
}

body{
  background: var(--black);
}

/* default style  */
.tmpl-header_head{
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  background: var(--black);
  border-bottom: 1px solid #363636;
  position: relative;
  box-sizing: border-box;
}
.beyond-the-screen-main {
  margin: auto;
  overflow: hidden;
  font-family: var(--font-base);
  font-weight: var(--font-regular);
  background: var(--black);
  font-size: var(--text-base);
}
.navigation.astro-EOLJO5WV {
  background: var(--gray-600);
  color: var(--white);
  text-transform: uppercase;
}
.beyond-the-screen-main .content-wrapper {
  max-width: calc(var(--w-content-max) + 4rem);
  margin: auto;
  padding: 0 7rem;
}
.inner.astro-EOLJO5WV {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand.astro-EOLJO5WV {
  font-weight: var(--font-regular);
  font-size: 16px;
  padding-right: 4rem;
  line-height: 1.2;
}
.lang-switcher.astro-EOLJO5WV {
  display: flex;
  align-items: center;
  font-size: .875rem;
  font-weight: var(--font-bold);
}
.lang-switcher.astro-EOLJO5WV a.astro-EOLJO5WV {
  color: var(--white);
  text-decoration: none;
  text-decoration: underline;
  padding: 20px 14px;
}
span.astro-EOLJO5WV{
  padding: 20px 14px;
}
/* global style  */
.container{
  max-width: 1190px;
}

/* hero banner section */
.hero-banner{
  min-height: calc(100vh - 125px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.hero-banner .hero-banner-content{
  margin: auto;
  padding: 7rem;
  position: relative;
  z-index: 3
}
.watch-button-blocks{
  text-align: center;
  padding-top: 20px;
}
.watch-button-blocks .btn{
  height: 75px;
  width: 215px;

  color: var(--white);
  font-size: 0;
  font-family: var(--font-heading);
  border-radius: 0;
  line-height: 73px;
  margin: 0 40px; 
  transition: all 0.2s!important;
  transform : translateY(0)!important;
  border: 2px solid #934228;
}
.watch-button-blocks .btn:hover{
  color: #da692d;
  transition: all 0.2s!important;
  transform : translateY(-3px)!important;
  border: 2px solid #da692d;
}

.watch-button-blocks .btn.watch-btn{
  background: var(--black) url(../../images/watch-button-text.webp);
}
.watch-button-blocks .btn.watch-btn:hover{
  background-position: 0 -71px;
}

.watch-button-blocks .btn.watch-ad-btn{
  background: var(--black) url(../../images/watch-button-text-ad.webp);
}
.watch-button-blocks .btn.watch-ad-btn:hover{
  background-position: 0 -71px;
}

.watch-button-blocks .btn:focus{
  outline: 1px solid #fff;
}
.watch-button-blocks .btn .add-image{
  background: url(../../images/add-icon.svg) no-repeat;
  background-size: contain;
  height: 20px;
  width: 55px;
  display: inline-block;
  transition: all 0.25s!important;
  position: relative;
  top: -7px;
  left: 6px;
}
.watch-button-blocks .btn:hover .add-image{
  background: url(../../images/add-icon-hover.svg) no-repeat;
  transition: all 0.25s!important;
}
.hero-banner .hero-banner-background{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.hero-banner .hero-image{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.prototype-text{
  font-size: 12px;
  color: var(--white);
  position: absolute;
  bottom: -20px;
}

/* summary section */
.summary-container{
  height: 412px;
  background: url(../../images/summary-bg.webp) no-repeat top;
}
.summary-container .container{
  height: 100%;
  display: flex;
  padding-top: 70px;
}
.summary-container .container p{
  color: var(--white);
  margin-bottom: 0;
  font-family: var(--font-base);
  font-size: 21px;
  text-align: center;
  padding: 0 65px;
  line-height: 32px;
}

/*Creators Section*/
.creators-container{
  position: relative;
}
.creators-container .container{
  position: relative;
  z-index: 2;
}
.creators-heading img{
  margin: 0 0 -32px -90px;
}
.creators-intro{
  position: absolute;
  color:  var(--white);
  font-family: var(--font-base);
  font-size: 18px;
  z-index: 1;
  width: 390px;
  top: 90px;
  left: 67%;
  line-height: 30px;
}
.first-fold-creators{
  padding-right: 40px;
  margin-left: -38px;
}
.first-fold-creators .card{
  border: 0;
  background: none;
  width: 460px;
  min-width: 460px;
  height: 598px;
  display: inline-flex;
}
.creator-cards .card-img-top{
  width: auto;
  max-width: fit-content;
  border-radius: 0;
  border: 5px solid transparent;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: all .3s ease;
  margin-left: -5px;
  opacity: 0.95;
}
.creator-cards ul{
  padding: 0;
  margin: 0;
}
.creator-cards ul li{
  list-style: none;
  padding: 0;
  margin: 0;
}
.creator-cards .col-md-4:hover .card-img-top{
  transform: scale(1.015);
  opacity: 1;
}
.creator-cards.card-body{
  padding: 0;
  padding-left: 5px;
}
.creator-cards .card-body .creator-name{
  font-size: 30px;
  font-family: var(--font-heading);
  color: var(--theme-color);
  padding-top: 30px;
  margin: 0;
  font-weight: 700;
}
.creator-cards .card-body .creator-post{
  color: var(--white);
  font-family:  var(--font-base);
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 20px;
}
.creators-backgroud-work-left{
  background: url(../../images/creators-backgroud-work-left.webp) no-repeat top;
  width: 663px;
  height: 864px;
  position: absolute;
  top: 260px;
  left: calc(50% - 835px);
}
.creators-backgroud-work-right{
  background: url(../../images/creators-backgroud-work-right.webp) no-repeat top;
  width: 663px;
  height: 864px;
  position: absolute;
  top: -160px;
  left: calc(50% + 490px);
}

/* tech section  */
.tech-container{
  background: url(../../images/tech-background.webp) no-repeat top;
  padding-bottom: 150px;
  padding-top: 102px;
}
.tech-container > .container{
  padding-bottom: 35px;
}
.tech-heading img{
  margin-left: -85px;
}
.tech-intro{
  color: var(--white);
  font-family:  var(--font-base);
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.tech-head{
  font-family: var(--font-heading);
  font-size: 39.68px;
  color: var(--white);
  margin-bottom: 5px;
  padding-right: 15px;
  line-height: 45px;
}
.tech-text{
  font-size: 13px;
  color: var(--white);
  font-family: var(--font-base);
  line-height: 22px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.tech-spacing{
  padding: 0 10px;
}
.tech-spacing .col-md-3 ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tech-spacing .col-md-3 ul li{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.tech-spacing .col-md-3 img{
  width: 100%;
}
.tech-spacing .col-md-3{
  display: flex;
  flex-direction: column;
}
.tech-spacing .col-md-3 > ul > *:last-child{
  margin-top: auto;
}
.tech-spacing-couple{
  width: 100%;
  margin: 25px auto;
  padding: 0 60px;
}
.auto-height{
  height: auto;
}

/* immerse section */
.immerse-container{
  padding-bottom: 100px;
  background: url(../../images/immerse-background.webp) no-repeat top;
  padding-top: 145px;
  padding-bottom: 250px;
  position: relative;
}
.immerse-container .container{
  position: relative;
  z-index: 1;
}
.immerse-backgroud-work-middle{
  background: url(../../images/creators-backgroud-work-right-middle.webp) no-repeat top;
  width: 663px;
  height: 864px;
  position: absolute;
  top: 430px;
  left: calc(50% + 150px);
}
.immerse-container .col-md-4{ 
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.immerse-container .col-md-4 > div{ 
  margin-top: auto;
}
.immerse-container .col-md-4 span{
  display: inline-block;
  overflow: hidden;
  border: 3px solid #000000;
  background: var(--theme-color);
  transition: 1s;
  position: relative;
}
.immerse-container .col-md-4 span:hover{
  border: 3px solid var(--theme-color);
  transition: 1s;
}
.immerse-container .col-md-4 span img.immerse-card-img{
  transition: 0.5s;
  width: 100%;
}
.immerse-container .col-md-4 span:hover img.immerse-card-img {
  transform: scale(1.1) rotate(9deg);
  transition: 0.8s;
}
.immerse-container .container:first-child{
  padding-top: 65px;
  padding-bottom: 50px;
}
.immerse-container .col-md-4 span a{
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transform: scale(0.8);
  transition: 1s;
  background: none;
  border: 0;
}
.immerse-container .col-md-4 span:hover a{
  transform: scale(1);
}
.immerse-container .col-md-4 span a:focus{
  transform: scale(1);
}
.immerse-container .col-md-4 span:hover .immerse-play-icon{
  transform: scale(1);
  transition: 1s;
}
.immerse-intro{
  font-size: 20px;
  color: var(--white);
  font-family:  var(--font-base);
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 100px;
  line-height: 1.25;
}
.immerse-heading img{
  margin-left: -60px;
}
.immerse-head{
  font-size: 24px;
  color: var(--white);
  margin-bottom: 12px;
  padding-right: 40px;
  line-height: 30px;
  min-height: 64px;
  font-weight: bold;
}
.immerse-text{
  font-size: 15px;
  color: var(--white);
  font-family: var(--font-base);
  line-height: 22px;
  padding-right: 17px;
  min-height: 60px;
}
/*Video modal*/
.videoModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.videoModal.videoModalM .modal-dialog {
  max-width: 100%;
  margin: 90px auto 0;
  height: calc(100vh - 100px);
}
.videoModal.videoModalM .modal-dialog iframe{
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 130px);
  display: block;
}
.videoModal .modal-body {
  position:relative;
  padding:0px;
}
.videoModal .modal-content{
  background: transparent;
}
.videoModal .close {
  position: absolute;
  right: -75px;
  top: -65px;
  z-index: 999;
  font-size: 45px;
  font-weight: 300;
  opacity: 1;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #e26233;
  border: 0;
}
.videoModal.videoModalM .close {
  right: 23px;
  top: -50px;
}
.videoModal .close span{
  position: relative;
  top: -14px;
  color: #000000;
}
.modal-open .modal{
  overflow: hidden;
}
.here-from-creators{
  padding-top: 55px;
  padding-left: 0;
  padding-right: 0;
}
.here-from-creators .creators-heading{
  font-family: var(--font-heading);
  font-size: 90px;
  color: var(--white);
  text-align: center;
}
.here-from-creators ul{
  padding: 0; margin: 0;
  font-size: 0;
}
.here-from-creators ul li{
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.here-from-creators ul li img{
  max-width: 311px;
}
.here-from-creators ul li:last-child{
  padding-right: 0px;
}
.carousel-container {
  display: flex;
  position: relative;
}
.carousel-section {
  margin: 5px;
  transition: all .4s ease;
  cursor: pointer;
  text-align: center;
  width: 20%;
  display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 450px;
    background: none;
    border: 0;
}
.carousel-section img{
  width: 100%;
  cursor: zoom-in;
}
.carousel-section:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
  outline: 0;
}
.carousel-section:focus-visible img {
  outline: -webkit-focus-ring-color auto 1px;
  outline: 1px solid #fff;
}
.carousel-section img:hover{
  /* transform: scale(1.05); */
}
.carousel-section.active {
  width: 40%;
  transition: all .4s ease;
}
.carousel-section.active img{
  border: 2px solid #ccc;
  cursor: default;
}
.here-from-creators .prev-btn,
.here-from-creators .next-btn {
  background: none;
  border: 0;
  position: absolute;
  top: calc(50% - 45px);

}
.here-from-creators .prev-btn img,
.here-from-creators .next-btn img{
  height: 100px;
}
.here-from-creators .prev-btn{
  left: -100px;
}
.here-from-creators .next-btn {
  right: -100px;
}
/* connect section  */
.connect-section{
  background: url(../../images/footer-bg.webp) no-repeat bottom;
  position: relative;
  padding-bottom: 80px;
}
.connect-backgroud-work-left{
  background: url(../../images/creators-backgroud-work-right-middle.webp) no-repeat top;
  width: 663px;
  height: 864px;
  position: absolute;
  top: 340px;
  left: -438px;
  rotate: -10deg;
}
.connect-backgroud-work-middle{
  background: url(../../images/creators-backgroud-work-right-middle.webp) no-repeat top;
  width: 663px;
  height: 864px;
  position: absolute;
  top: 150px;
  left: 50%;
}
.connect-backgroud-work-bottom{
  background: url(../../images/creators-backgroud-work-right-middle.webp) no-repeat top;
  width: 663px;
  height: 864px;
  position: absolute;
  bottom: -650px;
  right: -224px;
}
.connect-backgroud-work-right{
  background: url(../../images/creators-backgroud-work-right.webp) no-repeat top;
  width: 663px;
  height: 864px;
  position: absolute;
  top: -350px;
  right: -315px;
  rotate: 122deg;
}
.connect-section .container{
  z-index: 1;
  position: relative;
}
.contact-heading{
  padding-top: 50px;
}
.connect-text{
  padding: 0 20px 0 27px;
  max-width: 680px;
  width: 100%;
}
.connect-intro-text{
  font-family:  var(--font-base);
  font-size: 20px;
  color: var(--white);
  padding-bottom: 12px;
}
.connect-info-text{
  font-family:  var(--font-base);
  font-size: 15px;
  color: var(--white);
}
.social-media-block{
  padding-bottom: 15px;
  padding-right: 0px;
}
.social-media-block .col-md-6{
  position: relative;
  margin-bottom: 20px;
  padding-right: 0;
}
.social-media-block .col-md-6:nth-child(1)::after{
  border-bottom: 2px solid #e2663d5c;
  position: absolute;
  width: calc(100% - 20px);
  height: 2px;
  display: block;
  content: '';
  bottom: -11px;
}
.social-media-block .col-md-6:nth-child(2)::after{
  border-bottom: 2px solid #e2663d5c;
  position: absolute;
  width: calc(100% - 20px);
  height: 2px;
  display: block;
  content: '';
  bottom: -11px;
  left: 10px;

}
.social-media-block .col-md-6:nth-child(3)::after{
  background: url('../../images/social-bg-first.webp') no-repeat;
  position: absolute;
  width: 110px;
  height: 177px;
  display: block;
  content: '';
  left: -50px;
  top: 24px;
  display: none;
}
.social-media-block .col-md-6:last-child::after{
  background: url('../../images/social-bg-second.webp') no-repeat;
  position: absolute;
  width: 83px;
  height: 116px;
  display: block;
  content: '';
  right: -40px;
  bottom: -40px;
  display: none;
}
.social-media-heading{
  font-size: 36.92px;
  font-family: var(--font-heading);
  color: var(--white);
  margin-top: -125px;
}
.social-media-sub-heading{
  font-size: 20px;
  color: var(--theme-color);
  margin: 0;
  line-height: 32px;
  margin-top: 15px;
  padding-bottom: 7px;
}
.sub-heading-divider{
  padding-left: 25px;
  border-left: 2px solid #e2663d5c;
}
.social-media-block ul{
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 15px;
}
.social-media-block ul li{
  list-style: none;
  display: flex;
  padding-right: 17px;
  position: relative;
  z-index: 1;
}
.social-media-block ul li a {
  height: 46px;
  width: 46px;
  border-radius: 100%;
  overflow: hidden;
}
.social-media-block ul li a img{
  margin: -1px 0 0 -1px;
  height: 48px;
  width: 48px;
  opacity: 0.8;
  border-radius: 100%;
  transform: scale(1);
}
.social-media-block ul li a img:hover{
  opacity: 1;
  transform: scale(1.1);
}
.social-media-block ul li:last-child{
  padding-right: 0px;
}
/* contact button */
a.outline-btn, a.outline-btn:focus{
  height: 70px;
  width: 483px;
  border: 3px solid #e26233;
  border-radius: 0;
  font-family: var(--font-button);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  position: relative;
    z-index: 1;
}
.btn:first-child:active, 
a.outline-btn:active,
a.outline-btn.active,
a.outline-btn:hover,
a.outline-btn:active{
  border: 3px solid #e26233;
  background: var(--black);
}
a.outline-btn:hover{
  background: #e26233;  
  color: #000;
}
a.outline-btn:focus{
  outline: 1px solid #fff;
}
.swiper-container{
  display: none;
}

@media screen and (max-width: 1400px) {
  .carousel-container{
    padding: 0 70px;
  }
  .here-from-creators .prev-btn img, .here-from-creators .next-btn img {
    height: 70px;
  }
  .here-from-creators .next-btn {
    right: 0px;
  }
  .here-from-creators .prev-btn {
    left: 0px;
  }
  .here-from-creators .prev-btn, .here-from-creators .next-btn {
    top: calc(50% - 25px);
  }
}
@media screen and (max-width: 1240px) {
  .container {
    padding: 0 25px;
  }
  .summary-container .container p {
    font-size: 24px;
    padding: 30px;
  }
  .creators-heading img {
    margin: 0 0 -40px -55px;
    width: 570px;
  }
  .creators-intro {
    font-size: 17px;
    width: 456px;
    top: 52px;
    left: 53%;
    line-height: 24px;
  }
  .first-fold-creators {
    padding-top: 25px;
  }
  .first-fold-creators .card .card-body .creator-post {
    font-size: 22px;
    line-height: 32px;
  }
  .first-fold-creators .card .card-img-top {
    width: 330px;
  }
  .first-fold-creators .card .card-body .creator-name {
    font-size: 40px;
    padding-top: 20px;
  }
  .first-fold-creators .card {
    width: 380px;
    min-width: 380px;
    height: 520px;
  }
  .first-fold-creators{
    padding-right: 0;
  }
  .tech-intro {
    font-size: 22.54px;
    position: relative;
    left: -15%;
  }
  .tech-heading img {
    margin-left: -60px;
    height: 248px;
  }
  .immerse-heading img {
    height: 155px;
  }
  .immerse-intro {
    padding-right: 80px;
  }
  .tech-container .tech-text{
    height: auto;
  }
  .tech-container .col-md-4 img{
    max-width: 95%;
  }
  .contact-heading img{
    height: 170px;
  }
  .connect-intro-text{
    margin-top: 0;
  }
  .connect-text {
    padding: 0 10px 0 10px;
  }
  .immerse-container .col-md-4 span{
    width: 95%;
  }
  .tech-container {
    padding-bottom: 60px;
  }
  .immerse-container{
    padding-top: 30px;
  }
  .immerse-container{
    padding-bottom: 200px;
  }
  a.outline-btn{
    width: 390px;
  }
  .here-from-creators ul {
    width: 610px;
    text-align: center;
    margin: 0 auto;
  }
  .immerse-container{
    background-size: cover;
  }
}

@media screen and (max-width: 1110px) {
  .creator-cards .card-img-top {
    width: 100%;
    max-width: 100%;
  }
  .creator-cards .card-body .creator-post {
    font-size: 16px;
    line-height: 24px;
  }
  .creator-cards .card-body .creator-name {
    font-size: 28px;
  }
  .social-media-heading{
    margin-top: -430px;
  }
  .social-media-sub-heading{
    height: auto;
    padding-bottom: 7px;
  }
  .social-media-block .col-md-6{
    width: 100%;
    min-width: 100%;
    padding-left: 12px;
  }
  .sub-heading-divider{
    border-left: 2px solid transparent;
    padding-top: 0;
  }
  .social-media-block .col-md-6:first-child::after{
    top: 130px;
  }
  .social-media-block .col-md-6:nth-child(3)::before {
    border-bottom: 2px solid #e2663d5c;
    position: absolute;
    width: calc(100% - 20px);
    height: 2px;
    display: block;
    content: '';
    bottom: -11px;
  }
  .social-media-block .col-md-6:nth-child(3)::after{
    top: 150px;
  }
  .videoModal .modal-body{
    text-align: center;
  }
  .videoModal .modal-content iframe{
    width: 92vw;
    max-width: 800px;
    aspect-ratio: 9 / 16;
    max-height: 70vh;
    height: auto;
  }
  .videoModal .close {
    position: absolute;
    right: 12px;
    top: -60px;
  }
  .creators-backgroud-work-right{
    left: calc(50% + 200px);
  }
  .tech-head{
    min-height: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .summary-container {
    height: auto;
  }
  .summary-container .container p {
    font-size: 20px;
    padding: 30px;
  }
  .creators-heading img {
    margin: 0 0 -20px -32px;
    width: 380px;
  }
  .creators-intro {
    font-size: 15px;
    line-height: 21px;
    top: 30px;
    left: 385px;
    width: calc(90% - 330px);
  }
  .tech-heading img {
    margin-left: -70px;
  }
  .carousel-container{
    display: none;
  }
  .container.swiper-container{
    display: block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .swiper-slide {
    width: calc(100% / 3);
    transition: all .25s ease-out;
    opacity: 1;
  }
  .swiper-slide-active + .swiper-slide ~ .swiper-slide {
    opacity: .35;
  }
  .swiper-slide img {
    max-width: 100%;
    transition: all .25s ease-out;
    transform: scale(.7);
    transform-origin: center;
  }
  .swiper-slide-active img {
    transform: scale(1.05);
    border: 2px solid var(--white);
  }
  .creator-cards .card-body .creator-post {
    font-size: 18px;
    line-height: 22px;
  }
  .creator-cards .card-body .creator-name{
    padding-top: 18px;
  }
  .immerse-heading img {
    height: 125px;
    margin-left: -15px;
  }
  .immerse-intro {
    padding-right: 0px;
  }
  .immerse-container {
    padding-bottom: 100px;
  }
  .here-from-creators .swiper-pagination-bullet{
    background: var(--white);
    width: 15px;
    height: 15px;
    opacity: 0.7;
  }
  .here-from-creators .swiper-pagination-bullet-active{
    background: var(--theme-color); 
    opacity: 1;
  }
}
@media screen and (max-width: 990px) {
  .creators-intro {
    top: 27px;
  }
  .creators-container .ms-auto{
    margin: 0 auto!important;
  }
  .first-fold-creators{
    margin-left: 0;
  }
  .first-fold-creators .card {
    width: 350px;
    min-width: 350px;
  }
  .here-from-creators .creators-heading {
    font-size: 65px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .first-fold-creators .card {
    width: 45%;
    width: 45%;
  }
  .first-fold-creators .card {
    width: 335px;
    min-width: 335px;
  }
  .tech-heading img {
    height: 200px;
  }
  .tech-intro {
    font-size: 19.54px;
    left: -10%;
    line-height: 25px;
  }
  .tech-head {
    font-size: 38px;
    line-height: 45px;
  }
  .immerse-heading img {
    height: 100px;
    margin-left: 0;
  }
  .immerse-intro {
    padding-right: 0px;
    font-size: 18px;
  }
  .first-fold-creators .card .card-body .creator-post {
    font-size: 18px;
    line-height: 24px;
  }
  .first-fold-creators .card{
    height: 480px;
  }
  .first-fold-creators .card .card-body .creator-name {
    font-size: 34px;
    padding-top: 15px;
  }
  .tech-spacing-couple {
    padding: 0 20px;
  }
  a.outline-btn {
    height: 64px;
    width: 350px;
    font-size: 14px;
  }
  .social-media-heading {
    font-size: 34px;
  }
  .contact-heading img {
    height: 130px;
  }
  .beyond-the-screen-main .content-wrapper {
    padding: 0 0.3rem;
    margin: 0 auto;
  }
  .brand.astro-EOLJO5WV {
    font-size: 14px;
    line-height: 18px;
  }
  .creators-backgroud-work-left {
    top: -85px;
    left: -325px;
  }
  .creators-backgroud-work-right {
    left: 50%;
  } 
  .immerse-backgroud-work-middle{
    top: 87px;
    left: calc(50% + 30px);
  }
}
@media screen and (max-width: 900px) {
  .hero-banner-content img{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tech-spacing .col-md-3,
  .creator-cards .col-md-4{
    width: 50%;
  }
  .tech-head{
    min-height: auto;
  }
  .immerse-container .col-md-4{
    width: 100%;
  }
  .tech-heading img {
    height: 125px;
    margin-left: -35px;
  }
  .summary-container .container {
    height: auto;
    display: flex;
    padding-top: 30px;
  }
  .tech-intro {
    left: 0;
    padding-top: 10px;
  }
  .watch-button-blocks .btn{
    margin: 0 10px;
  }
  .watch-button-blocks .btn {
    transform: scale(0.9)!important;
    margin: 10px;
  }
  .watch-button-blocks .btn:hover {
    transform: scale(0.9)!important; 
  }
  .tech-spacing .col-md-3{
    padding-bottom: 30px;
  }
  .immerse-heading img {
    margin-left: -15px;
  }
  .here-from-creators .creators-heading {
    font-size: 70px;
  }
  .immerse-container {
    padding-bottom: 100px;
  }
  .social-media-heading {
    margin-top:0px;
  }
  .creator-cards .card-body .creator-post {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .here-from-creators .creators-heading {
    font-size: 50px;
  }
  .hero-banner .hero-banner-content {
    padding: 0px 3rem;
  }
  .immerse-container .col-md-4.d-flex{
    width: 100%;
    order: 2;
  }
  .immerse-container > div:last-child{
    padding: 0;
  }
  .watch-button-blocks .btn .add-image {
    height: 12px;
    width: 30px;
    top: -3px;
  }
  .tech-text{
    padding-right: 0;
  }
  .creators-intro{
    width: 100%;
    position: static;
  }
  .connect-info-text.pe-5{
    padding-right: 0 !important;
  }
  .social-media-heading{
    text-align: center;
  }
  .social-media-sub-heading{
    text-align: center;
  }
  .social-media-block ul {
    width: 236px;
    margin: 0 auto 20px;
    inline-size: fit-content;
  }
  .immerse-container .col-md-4{
    padding-bottom: 30px;
  }
  .immerse-text{
    min-height: auto;
  }
  .prototype-text {
    bottom: 2px;
  }
  .social-media-block .col-md-6:nth-child(3)::after, .social-media-block .col-md-6:last-child::after{
    display: block;
  }
  .connect-section{
    padding-bottom: 30px;
  }
  .connect-backgroud-work-bottom{
    display: none;
  }
  .immerse-head{
    min-height: auto;
  }
}
@media screen and (max-width: 650px) {
  .here-from-creators ul{
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .container {
    padding: 0 15px;
  }
  .summary-container .container p {
    font-size: 16px;
    padding: 20px 0;
    line-height: 28px;
  }
  .contact-heading img {
    height: 100px;
  }
  .immerse-heading img {
    height: 65px;
  }
  .immerse-container .container:first-child {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .tech-spacing{
    padding: 0;
  }
  .tech-intro {
    left: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .tech-heading img {
    margin-left: -32px;
  }
  .tech-text {
    font-size: 14px;
  }
  .tech-head {
    font-size: 32px;
    line-height: 38px;
  }
  .immerse-head{
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
  }
  .here-from-creators ul li{
    padding-bottom: 15px;
  }
  .creators-heading img {
    width: 300px;
    margin: 0 0 -20px -26px;
  }
  .creator-cards .card-body .creator-post {
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 15px;
  }
  .creator-cards .card-body .creator-name {
    font-size: 19px;
  }
  .immerse-container .container .row {
    padding-left: 0;
  }
  .connect-intro-text {
    font-size: 19.24px;
  }
  .connect-info-text {
    font-size: 13px;
  }
  .connect-text {
    padding: 0 5px;
  }
  .immerse-intro {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 22px;
  }
  .here-from-creators .creators-heading {
    font-size: 40px;
  }
  a.outline-btn{
    width: 100%;
  }
  .social-media-heading {
    font-size: 26px;
  }
  .social-media-sub-heading{
    font-size: 18px;
  }
  .connect-info-text.pe-5{
    padding-right: 0!important;
  }
  .connect-intro-text {
    font-size: 14px;
    line-height: 20px;
  }
  .immerse-head {
    padding-right: 10px;
  }
  .immerse-text {
    padding-right: 0;
  }
  .immerse-heading img {
    margin-left: -10px;
  }
  .tech-container {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .immerse-container {
    padding-top: 30px;
  }
  .immerse-container {
    padding-bottom: 60px;
  }
  .connect-section .row.mt-4{
    margin-top: 0 !important;
  }
  .immerse-text {
    font-size: 14px;
    line-height: 18px;
  }
  .immerse-backgroud-work-middle{
    top: 50px;
    left: 5%;
  }
}


.hero-banner .hero-banner-background .video-container{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-banner .hero-banner-background .video-container.watch-video-container{
  z-index: 10;
  display: none;
}

.close-watch-video-container{
  position: absolute;
  right: 20px;
  top: -52px;
  z-index: 999;
  font-size: 32px;
  font-weight: 300;
  opacity: 1;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #e26233;
  border: 0;
  cursor: pointer;
}

.hero-banner .hero-banner-background .video-container.watch-video-container iframe{
  height: 100%;
  width: 100%;
}

.hero-banner .hero-banner-background .video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  display: none; /* Hide both videos initially */
}
.hero-banner .hero-banner-background .controls {
  height: 64px;
  width: 72px;
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 16px;
}
.hero-banner .hero-banner-background .control-btn {
  background: none;
  cursor: pointer;
  border: none;
}
.hero-banner .hero-banner-background .control-btn img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 3px solid #da692d;
}

/* Show the correct video based on screen width */
@media (min-width: 768px) {
  #desktopVideo {
      display: block;
  }
}
@media (max-width: 767px) {
  #mobileVideo {
      display: block;
  }
}