/*-----loader-------------*/
#section-loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000
}

.loading-container {
  position: relative
}

.loading-wrapper {
  text-align: center;
  width: 210px;
  display: table;
  margin: 0 auto;
  position: relative
}

.loading-text {
  padding-left: 5px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 10px;
  margin-top: 15px
}

#infinite-loader {
  width: 100%;
  height: 3px;
  bottom: -10px;
  display: block;
  overflow: hidden;
  position: absolute;
  background-color: #000000;
}

#infinite-loader .indeterminate:before {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background: #FF0001;
  will-change: left, right;
  background: -webkit-gradient(linear, left top, right top, from(#FF0001bd), to(#FF0001));
  background: linear-gradient(to right, #FF0001bd, #FF0001);
  background: -webkit-linear-gradient(to right, #FF0001bd, #FF0001);
  animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
  -webkit-animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

#infinite-loader .indeterminate:after {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background: #FF0001;
  will-change: left, right;
  background: -webkit-gradient(linear, left top, right top, from(#FF0001bd), to(#FF0001));
  background: linear-gradient(to right, #FF0001bd, #FF0001);
  background: -webkit-linear-gradient(to right, #FF0001bd, #FF0001);
  animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
  animation-delay: 1.15s;
  -webkit-animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
  0% {
      left: -35%;
      right: 100%
  }

  60% {
      left: 100%;
      right: -90%
  }

  100% {
      left: 100%;
      right: -90%
  }
}

@keyframes indeterminate {
  0% {
      left: -35%;
      right: 100%
  }

  60% {
      left: 100%;
      right: -90%
  }

  100% {
      left: 100%;
      right: -90%
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
      left: -200%;
      right: 100%
  }

  60% {
      left: 107%;
      right: -8%
  }

  100% {
      left: 107%;
      right: -8%
  }
}

@keyframes indeterminate-short {
  0% {
      left: -200%;
      right: 100%
  }

  60% {
      left: 107%;
      right: -8%
  }

  100% {
      left: 107%;
      right: -8%
  }
}

.ag-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.68);
  background-image: url(./images/loader-img.gif);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
  background-size: 10%;
}
/*--loader end--*/

.carousel-indicators [data-bs-target] {
  background-color: #ffffff;
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.carousel-indicators {
  bottom: -50px;
}

.sec-1{
  background-color: #000000;
  color: #ffffff;
  padding: 50px 0;
}

.sec-1 p{
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

.squid-game-bg{
 text-align: center;
 /* z-index: -1; */
 position: relative;
}

.play-it-large{
  background-image: url('../images/squid/bg-insta-1.png'),
  url('../images/squid/bg-insta-1.png');
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0B9B80;
}

.green-bg{
  background-color: transparent !important;
}

.squidnetflix{
  position: absolute;
  bottom: 0;
  right:30px;
}
@media (max-width:767px){
  .squidnetflix {
    position: absolute;
    bottom: -27px;
    right: 30px;
}
.squidnetflix  p{
  font-size: 16px;
}
  .squid-game-bg{
    /* margin-top: -70px;
    margin-bottom: -50px; */
   }
   .squid-game-bg img{
    width:100%
     }
}

@media (max-width:640px){
  .sec-1{
    /* padding-top: 150px; */
  }
}