body{
  font-family: 'Montserrat', sans-serif;
  max-width: 100vw;
  width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
}
a:hover {
    text-decoration: none;
}
.header-bg{
  width: 100vw;
  height: 100vh;
  background: url(../img/bg/undigit-oppo-bg.jpg);
  background-position: bottom;
  background-size: cover;
}
.section-1-wrapper{
  padding-top: 15%;
}
.client-logo{
  width: 500px;
  height: auto;
}
.section-1-content{
  padding-top: 15%;
}
.section-1-content h2{
  color: white;
  font-size: 1.8em;
  font-weight: 300;
}
.section-1-content p{
  color: white;
  text-align: justify;
}
.section-1-right img{
  position: absolute;
  left: auto;
  right: -235px;
  width: 45vw;
  top: -60px;
}
.section-3-wrapper{
  padding-left: 0%;
  width: 100vw;
  height: 80vh;
  background-color: black;
  opacity: 0.8;
}
.section-2-content{
  padding-top: 18%;
  padding-bottom: 20%;
}
.section-2-content h2{
  font-size: 1.7em;
  font-weight: 300;
  text-align: justify;
  background: rgb(226,8,146);
  background: radial-gradient(circle, rgba(226,8,146,1) 0%, rgba(226,8,146,1) 70%, rgba(104,5,67,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-2-content p{
  color: #343a40;
  text-align: justify;
}
.main-section-3{
  width: 100vw;
  height: 80vh;
  background: url(../img/bg/undigit-oppo-bg1.jpg);
  background-position: center;
  background-size: cover;
}
.section-3-left{
  text-align: center;
  padding-left: 55px;
  padding-top: 100px;
}
.section-3-left img{
  width: 400px;
  height: -webkit-fill-available;
  /* animation:blinkingText 0.5s infinite;
  animation-timing-function: linear; */
  -webkit-animation: breathing 2s ease-out infinite normal;
   animation: breathing 2s ease-out infinite normal;
}
.section-3-content h2{
  font-weight: 300;
  padding-top: 20%;
  background: rgb(0,246,255);
  background: radial-gradient(circle, rgba(0,246,255,1) 0%, rgba(0,239,247,1) 60%, rgba(2,2,2,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-3-hero-img{
  position: absolute;
  width: 415px;
  height: auto;
  left: 12%;
}
.section-3-playbtn{
  position: absolute;
  width: 80px;
  height: auto;
  left: 48%;
  margin-top: 17%;
  opacity: 0.6;
  z-index: 1;
}
.main-section-4{
  width: 100vw;
  height: 80vh;
  background: url(../img/bg/undigit-oppo-bg2.jpg);
  background-position: bottom;
  background-size: cover;
}
.section-4-content h2{
  font-weight: 300;
  padding-top: 20%;
  background: rgb(191,124,28);
  background: radial-gradient(circle, rgba(191,124,28,1) 0%, rgba(191,124,28,1) 60%, rgba(2,2,2,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-4-right img{
  position: absolute;
  left: auto;
  right: -260px;
  width: 56vw;
  top: -60px;
}
.section-5-content{
  padding-top: 10%;
}
.section-5-content h3{
  background: rgb(226,8,146);
  background: radial-gradient(circle, rgba(226,8,146,1) 0%, rgba(226,8,146,1) 60%, rgba(2,2,2,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-5-content p{
  text-align: left;
}
@keyframes breathing{
	0%{		opacity : 0;	}
  20%{		opacity : 0.2;	}
  40%{		opacity : 0.4;	}
  60%{		opacity : 0.6;	}
  80%{		opacity : 0.8;	}
	100%{	opacity : 1;	}

}
.section-5-wrapper{
  padding-bottom: 3%;
}
/* @-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
} */

@media (max-width: 575.98px) {
  .client-logo {
      width: 300px;
      height: auto;
  }
  .section-3-hero-img {
      position: absolute;
      width: 300px;
      height: auto;
      left: 10%;
  }
  .main-section-3 {
      height: 45vh!important;
  }
  .section-3-wrapper {
      height: 45vh!important;
  }
  .section-3-content h2 {
      padding-top: 18%!important;
  }
  .section-3-playbtn {
      width: 35px!important;
      margin-top: 35%!important;
  }
  .section-3-content h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
  }
  .section-4-content h2 {
    font-size: 22px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-5-content p {
      text-align: justify;
      padding: 10px;
  }
  .section-3-left{
    display: none;
  }
 }
@media (max-width: 767.98px) {
  .section-1-right{
    display: none;
  }
  .section-4-right{
    display: none;
  }
  .section-3-left{
    display: none;
  }
  .section-2-content {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-section-4 {
    width: 100vw;
    height: 45vh;
    background: url(../img/bg/undigit-oppo-bg2.jpg);
    background-position: bottom;
    background-size: cover;
  }
  .container{
    padding-left: 0px;
  }
  .section-1-left{
    text-align: center;
    padding: 20px;
  }
  .main-section-3 {
      width: 100vw;
      height: 65vh;
      background: url(../img/bg/undigit-oppo-bg1.jpg);
      background-position: center;
      background-size: cover;
  }
  .section-3-wrapper {
      height: 65vh;
  }
  .section-3-playbtn {
      position: absolute;
      width: 65px;
      height: auto;
      left: 46%;
      margin-top: 21%;
      opacity: 0.6;
      z-index: 1;
  }
  .section-3-content h2 {
      padding-top: 8%;
  }
  .section-3-left{
    display: none;
  }
  .section-2-content h2 {
    text-align: center;
  }
  .section-1-wrapper {
    padding-top: 30%;
}
}

@media (min-width: 768px) and (max-width: 991px){
  .client-logo {
    width: 315px;
    height: auto;
  }
  .section-1-content {
      padding-top: 2%;
  }
  .section-1-right img {
    right: -145px;
    top: 50px;
    width: 65vw;
}
.section-2-content h2 {
  text-align: left;
}
.section-3-left{
  display: none;
}
.section-1-wrapper {
    padding-top: 25%;
}
.section-3-playbtn {
    position: absolute;
    width: 80px;
    height: auto;
    left: 48%;
    margin-top: 25%;
    opacity: 0.6;
    z-index: 1;
}
.section-4-right img {
    position: absolute;
    left: auto;
    right: -100px;
    width: 56vw;
    top: 135px;
}
}
@media (min-width: 992px) and (max-width: 1024px){
  .client-logo {
    width: 400px;
    height: auto;
  }
  .section-1-content {
      padding-top: 5%;
  }
  .section-1-right img{
    position: absolute;
    left: auto;
    right: -190px;
    width: 60vw;
    top: -50px;
  }
  .section-4-right img {
    right: -150px;
    top: 20px;
}
.section-3-left{
  display: none;
}
.section-2-content h2 {
  text-align: left;
}
}
@media (min-width: 1860px){
  .section-1-right img{
    position: absolute;
    left: auto;
    right: -235px;
    width: 40vw;
    top: -60px;
  }
  .section-3-hero-img {
      position: absolute;
      width: 415px;
      height: auto;
      left: 15%;
  }
  .section-3-left {
      display: none;
      text-align: center;
      padding-left: 5%;
      padding-top: 33.5%;
  }
  .section-3-left img{
      height: auto;
  }
}
