html.egg-opened,
.egg-opened body {
  overflow-x: hidden;
  width: 100%;
  overflow-y: overlay;
}
  
.egg-opened .coh-container-boxed{
  max-width: 100% !important;
  margin: 0 !important;
}

.active #clouds-1 {
  transform: translate(50px, 100px);
}

img{
  width: 100%;
}

.container {
  width: 800vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.section__content{
  display: flex;
  display: -webkit-flexbox;
  justify-content: baseline;
  align-items: center;
  height: 100vh;
  /* will-change: transform; */
  /* overflow-y: scroll;-webkit-overflow-scrolling:touch; */
}

.section__content::-webkit-scrollbar { 
  display: none !important
}

.section{
  height: 100%;
  width: 100vw;
  position: relative;
  z-index: 3;
}

.night__sky{
  position: relative;
}

.day__sky{
  position: relative;
}

#egg--journey .cloud{
  opacity: 0;
}

#egg--journey .city__skyline{
  opacity: 0;
}

#egg--journey{
  background-image: url("../assets/city_sky_format_002.webp");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: repeat-x;
  background-position-y: 200px;
  transition: ease;
}

.night--sky-secton .city__skyline,
.day-light-one .city__skyline,
.day-light-two .city__skyline,
.day-light-two-satisfaction .city__skyline,
.day-light-three .city__skyline,
.day-light-four .city__skyline,
.day-light-five .city__skyline{
  opacity: 1 !important;
}

.night--sky-secton .cloud,
.day-light-one .cloud,
.day-light-two .cloud,
.day-light-two-satisfaction .cloud,
.day-light-three .cloud,
.day-light-four .cloud,
.day-light-five .cloud{
  opacity: 1 !important;
}

.no--sky-section{
  background: #000 !important;
}

.no--sky-secton{
  transition: 0.2s;
}

.no__sky.active{
  background-color: #000;
}

.night--sky-secton .no__sky #man {
  position: relative;
  left: 0;
  transition: 0.8s;
  opacity: 0;
  transform: scale(1.2);
}

.day-light-three #laptop__guy {
  opacity: 0;
  transition: 1s;
  margin-left: -500px;
  bottom: -500px;
}

.section__content div{
  flex: 1 1 0;
}

#cs-one,
#cs-two{
  filter: brightness(.3) !important;
}

#cs-one #no--sky-secton {
  background-color: #000 !important;
  display: block;
  z-index: 99;
}

/******images fixes *****/
.night--sky-secton #night__sky-bg{
  opacity: 1;
}

.no--sky-secton h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Mark Pro Bold', sans-serif;
  margin: 15px 0;
  background: linear-gradient(to right, #c9317f, #e84a6b, #f96c58, #ff924a, #f9b848);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.no--sky-secton h5{
  font-family: 'Mark Pro Bold', sans-serif;
  color: #fff;
}

.no--sky-secton .no__sky{
  background-color: #000;
  transition: 0.2s;
}

.day-light-one .day__sky {
  transition: 0.2s;
}

.birds{
  position: absolute;
  top: 15%;
}

.birds img {
  max-width: 800px;
}

.cloud {
  position: absolute;
  top: 0;
}

.moon img {
  max-width: 300px;
}

#moon {
  position: absolute;
  right: 30px;
  top: 50px;
  transition: 4s;
}

.section__content-copy {
  text-align: left;
  width: 100%;
  margin: 0 auto 0 90px;
}

.no__sky .section__content-copy{
  opacity: 1;
  padding-left: 20px;
}

@keyframes bglinear {

  0% {
    background: transparent;
    opacity: 0;
  }

  100% {
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    opacity: 1;
  }

}

.no__sky h2 {
  display: block !important;
  font-size: 7rem !important;
  text-align: left;
  padding: 0 0 25px 0;
  line-height: 0.9em;
}

.no__sky h5 {
  text-align: left;
  line-height: 1.1em;
  margin-bottom: -10px;
}

.section__content-copy h3,
.section__content-copy h2{
  display: inline-block;
  font-family: 'Mark Pro Bold', sans-serif;
  font-size: 120px;
  margin: 0px 0 5px 0;
  padding: 20px 0px 30px 0px;
  display: inline-block;
  background: linear-gradient(to right, #c9317f, #e84a6b, #f96c58, #ff924a, #f9b848);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.section__content-copy h5 {
  font-family: 'Mark Pro Bold', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: -15px;
}

.section__content-copy p {
  font-family: 'Founders', sans-serif;
  font-weight: 400;
  font-size: 32px;
  width: 620px;
  color: #fff;
  margin-top: -10px;
}

.day-light-five .section__content-copy p {
  width: auto;
}

.wht-c{
  color: #fff;
}
.guy__laptop img {
  z-index: 1;
}

.guy__laptop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.l-p .section__content {
  display: flex;
  position: relative;
  align-items: center;
}

.arm__signal {
  position: absolute;
  left: 15%;
  bottom: 0;
}

.five__tower img {
  width: 700px;
  margin-right: -40px;
}

.section__content-copy-boxes .container-fluid{
  max-width: 1200px;
  margin: 0 auto;
}

.section__content-copy-boxes .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section__content-copy-boxes .box{
  text-align: left;
  margin: 15px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: .5s;
  width: 28%;
  padding: 28px 40px;
}

.section__content-copy-boxes .box p{
  color: #fff;
  font-family: 'Founders', sans serif;
  font-size: 1em !important;
  font-weight: normal;
}

.box h3{
  font-size: 1.6rem;
  font-family: 'Founders', sans serif;
}

.box a:before {
  content: '\279C';
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.section__content-copy-boxes .box:first-child{
  background: #fff;
}

.section__content-copy-boxes .box:first-child p{
  color: #000;
}

.section__content-copy-boxes .box:first-child a{
  background: linear-gradient(to right, #c9317f, #e84a6b, #f96c58, #ff924a, #f9b848);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.section__content-copy{
  opacity: 0;
  transition: 1s;
}

.active .section__content-copy{
  transition: 1s;
  opacity: 1;
}

@keyframes fadeInRightBig {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

}

@keyframes fadeInUpBig {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

}

#block-amdocseastereggblock{
  position: relative;
  background-color: #000;
}

#cs-one {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 2;
  bottom: -5%;
  text-align: center;
  transition: 1s;
}

.city__skyline{
  position: fixed;
  height: 100vh;
  width: 100%;
}

#cs-two{
  position: absolute;
  width: 100%;
  bottom: 5%;
  z-index: 1;
  transition: 1s;
}

#blur-a{
  position: absolute;
  width: 100%;
  opacity: .5;
  transition: 1s;
  z-index: 1;
  filter: brightness(0.3);
  bottom: 1%;
}

.city__skyline img{
  transition: 1s;
}

.night--sky-secton .city__skyline #cs-one {
  filter: saturate(1.3);
}

@keyframes opacity {
  from{ opacity: 0}
  to {opacity: 1}
}

#cloud--left {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 14%;
}

#cloud--center {
  position: fixed;
  left: 5%;
}

#cloud--right {
  position: fixed;
  top: 25%;
  left: 10%;
}

.cloud{
  transition: 1s;
}

.night--sky-secton .cloud{
  opacity: 0;
}

.cloud img{
  max-width: 200px;
  opacity: .4;
  animation: fadeInRightBig 1s;
  transition: 1s;
}

#day-light-five .section__content-copy{
  width: 100%;
}

@media(max-width: 600px){

  .egg-opened .coh-container-boxed {
    margin: 0 !important;
  }

  .section__content-copy-boxes .box{
    width: 100%;
  }

  .section__content-copy,
  .guy__laptop img{
    width: 100%;
  }

  .arm__signal img, .five__tower img{
    width: 80px;
  }

  .section__content-copy-boxes .row{
    height: 80vh;
    overflow: auto;
  }

  /***new design ***/
  .section__content{
    flex-direction: column;
    padding: 0 15px;
  }

  .section__content-copy{
    margin: 10px;
    text-align: left;
  }

  .section__content-copy h2 br,
  .section__content-copy h5 br,
  .section__content-copy h3 br,
  .section__content-copy p br {
    display: none;
  }

  .section__content-copy p {
    font-size: 1.4rem !important;
  }

  .section__content-copy h5{
    font-size: 1.2rem;
  }

  .section__content-copy p{
    font-size: 1.1rem;
  }

  .box h3{
    font-size: 1.2rem !important;
  }

}

@keyframes scale {

  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }

}

/*** HEART ****/
@keyframes heart-scale {

  0%   {
    transform: scale(.8);
  }

  20%   {
    transform: scale(1.1);
  }

  40%   {
    transform: scale(.8);
  }

  60%   {
    transform: scale(1.2);
  }

  80%   {
    transform: scale(1.1);
  }

  100% {
    transform: scale(.8);
  }

}

@keyframes heart-wiggle {

  0% {
    transform: rotate(10deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }

}

#day-light-two,
#day-light-two-satisfaction{
  z-index: 2;
}

.day-light-two-satisfaction  #cs-one,
.day-light-two #cs-one{
  z-index: 2;
}

@-webkit-keyframes pulsate {

  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    transform: scale(1.3, 1.3);
    opacity: 0.0;
  }

}

.pulse-conatiner {
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: -50px;
  margin-top: 200px;
}

@media(max-width: 768px) {

  .pulse-conatiner {
    margin-left: 20px;
    margin-top: -90px;
  }

}

.pulse-item {
  position: absolute;
}

.pulse-01 {
  width: 100px;
  height: 100px;
  animation: pulsate 1s ease-out 0.4s infinite;
}

.pulse-02 {
  width: 200px;
  height: 200px;
  animation: pulsate 1s ease-out 0.2s infinite;
}

.pulse-03 {
  width: 300px;
  height: 300px;
  animation: pulsate 1s ease-out infinite;
}

.pulse {
  text-align: center;
  color: #fff;
  font-size: 4em;
  position:relative;
}

.pulse:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:50%;
  background:linear-gradient(to right, #C9317F,#F9B848);
  -webkit-mask:radial-gradient(farthest-side, transparent calc(100% - 6px),#fff 0);
}

#shooting-stars{
  opacity: 0;
  transition: 1s;
}

.night--sky-secton #shooting-stars{
  opacity: 1;
  z-index: 1;
}

.star {
  display:block;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#FFF;
  top:20px;
  left:400px;
  position:relative;
  transform-origin:100% 0;
  animation:star-ani 2s infinite ease-out;
  animation-direction: normal;
  opacity:0;
}

.star:after {
  content:'';
  position:absolute;
  top:0px;
  left:4px;
  border:2px solid #F00;
  border-width:2px 150px 2px 150px;
  border-color:transparent transparent transparent #FFF;
  transform:rotate(-45deg) translate3d(1px, -1px, 0);
  transform-origin:0% 100%;
  animation:shooting-ani 1s infinite ease-out;
  animation-direction: normal;
}

.pink {
  top:150px;
  left:500px;
  background:#ccc;
  animation-delay:1.8s;
}

.pink:after {
  border-color:transparent transparent transparent rgb(212, 251, 255) ;
  animation-delay:1.8s;
}

.blue {
  top:100px;
  left:450px;
  background:#fff ;
  animation-delay:4.5s;
}

.blue:after {
  border-color:transparent transparent transparent rgb(211, 241, 242);
  animation-delay:4.5s;
}

.yellow {
  top:50px;
  left:600px;
  background:#fff;
  animation-delay:5.8s;
}

.yellow:after {
  border-color:transparent transparent transparent #fff7e6;
  animation-delay:5.8s;
}

@-webkit-keyframes shooting-ani {

  0% {
  }

  50% {
    transform:scale(1) rotate(-45deg) translate(0px, 0px);
  }
  
  100% {
    transform:scale(0.5) rotate(-45deg) translate(0px, -1px);
  }

}

@-webkit-keyframes star-ani {

  0% {
    opacity:0;
    transform:scale(0) rotate(0) translate3d(0, 0, 0);
  }

  50% {
    opacity:1;
    transform:scale(1) rotate(0) translate3d(-200px, 200px, 0);
  }

  100% {
    opacity:0;
    transform:scale(1) rotate(0) translate3d(-300px, 300px, 0);
  }

}

.egg-wrapper {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10;
}

#block-amdocseastereggblock{
  display: none;
}

#close__egg {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  left: 11%;
  transition: 1s;
  cursor: pointer;
}

@media(max-width: 768px){

  #close__egg {
    left: 9.5%;
  }

}

#close__egg p{
  font-family: 'Mark Pro Bold', sans-serif;
  color: #fff;
}

#arrow-down{
  position: relative;
  width: 45px;
  cursor: pointer;
}

#arrow-up{
  position: relative;
  margin-right: 15px;
  width: 45px;
  cursor: pointer;
}

#navigation{
  position: fixed;
  z-index: 4;
  bottom: 3%;
  left: 35px;
  display: flex;
}

@media(min-width: 768px) {

  #navigation{
    position: fixed;
    z-index: 4;
    bottom: 1%;
    left: 35px;
    display: flex;
  }

}

.no__sky .section__content-copy{
  animation: none;
}

#day-light-five .section__content div {
  flex: inherit;
}

#day-light-five .section__content-copy {
  margin-left: 0;
  text-align: center;
}

/*BALL*/
#ball {
  position: fixed;
  width: 70px;
  bottom: 5px;
  transform: translate(5vh, 5%);
  transition: ease-in 0.8s;
  opacity: 0;
  z-index: 9;
}

@media(max-width: 768px) {

  #ball {
    display: none;
  }

}

.no--sky-secton #ball {
  position: fixed;
  transform: translate(10vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

.night--sky-secton #ball {
  position: fixed;
  transform: translate(15vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

.day-light-one #ball {
  position: fixed;
  transform: translate(20vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

.day-light-two #ball {
  position: fixed;
  transform: translate(25vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

.day-light-two-satisfaction #ball {
  position: fixed;
  transform: translate(30vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

.day-light-three #ball {
  position: fixed;
  transform: translate(35vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

.day-light-four #ball {
  position: fixed;
  transform: translate(40vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

.day-light-five #ball {
  position: fixed;
  transform: translate(45vh, 5%);
  transition: ease-in 0.8s;
  opacity: 1;
}

@media(min-width: 768px) {

  #ball {
    opacity: 0;
  }

  .no--sky-secton #ball {
    position: fixed;
    transform: translate(25vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

  .night--sky-secton #ball {
    position: fixed;
    transform: translate(40vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

  .day-light-one #ball {
    position: fixed;
    transform: translate(57vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

  .day-light-two #ball {
    position: fixed;
    transform: translate(74vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

  .day-light-two-satisfaction #ball {
    position: fixed;
    transform: translate(91vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

  .day-light-three #ball {
    position: fixed;
    transform: translate(108vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

  .day-light-four #ball {
    position: fixed;
    transform: translate(125vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

  .day-light-five #ball {
    position: fixed;
    transform: translate(142vh, 5%);
    transition: ease-in 0.8s;
    opacity: 1;
  }

}

/****LAPTOP GUY *****/
#egg--journey #laptop__guy{
  opacity: 0;
  transition: 1s;
}

#laptop__guy{
  position: fixed;
  z-index: 2;
  bottom: 0;
}

#laptop__guy img{
  width: 100vw;
}

.day-light-two #laptop__guy,
.day-light-two-satisfaction #laptop__guy{
  transition: 1s;
  opacity: 1 !important;
  transform: scale(1);
  bottom: 0;
  animation: laptopGuy 1s ease-in;
}

@keyframes laptopGuy {

  from {
    position: relative;
    bottom: -500px;
    right: -300px !important;
    transform: scale(2);
    filter: blur(5px);
  }

  to{
    bottom: 0px;
    transform: scale(1);
    right: 0;
  }

}

.day__sky .lady__phone {
  opacity: 0;
}

.day-light-three .lady__phone {
  animation: peopleZoom 1s ease-in;
  bottom: 0px;
  opacity: 1;
}

@keyframes peopleZoom {

  from {
    position: relative;
    transform: scale(2);
    filter: blur(5px);
    bottom: 0px;
    right: 0;
    opacity: 0;
    
  }

  to{
    bottom: 0px;
    transform: scale(1);
    left: 0;
    opacity: 1;
  }

}

@media(min-width: 768px) {
  #mouseTrail {
    display: block;
    background-color: transparent;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    position: fixed;
  }
}

.easter-egg-enter {
  position: relative;
  bottom: 0rem;
  left: 90%;
  height: auto;
  cursor:pointer;
  animation: ballMovement 1.5s cubic-bezier(0, 0.98, 1, 0.99) forwards;
  transform: translate(14rem, -15rem) scale(1.2, 0.9);
  transform-origin: bottom;
}

.easter-egg-enter img {
  height: auto;
  cursor:pointer;
  width: 90px;
  height: 90px;
}

/* Remove-easter-egg-from-homepage */

.easter-egg-enter {
  display: none;
}

@keyframes ballMovement {

  0% {
    transform: translate(14rem, -15rem);
  }

  15% {
    transform: translate(7rem, 0rem) scale(1.2, 0.5);
  }

  30% {
    transform: translate(2rem, -10rem) scale(1, 1);
  }
  
  45% {
    transform: translate(-2rem, 0rem) scale(1.2, 0.8);
  }

  60% {
    transform: translate(-5rem, -5.5rem) scale(1, 1);
  }

  75% {
    transform: translate(-8rem, 0rem) scale(1.1, 0.9);
  }

  100% {
    transform: translate(-10rem, 0rem) scale(1, 1);
  }
  
}

#icon{
  position: absolute;
  bottom: 0;
}

.icon-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.icon-item {
  display: block;
  position: absolute;
  z-index: 9;
}

/* Icon animation set 1 */
.night--sky-secton .icon-01 {
  width: 95px;
  margin-top: -23px;
  margin-left: 50px;
  transform:rotate(0deg);
  animation: iconOne 2s forwards;
}

.day-light-one .icon-01 {
  width: 95px;
  margin-top: -23px;
  margin-left: 50px;
  transform:rotate(-10deg);
  animation: iconOut 2s forwards;
}

@media(max-width: 768px) {

  #icon{
    position: relative;
    top: 14%;
  }
  

  .night--sky-secton .icon-01 {
    width: 55px;
    margin-top: -40px;
    margin-left: 50px;
    animation: iconOne 2s forwards;
  }
  
  .day-light-one .icon-01 {
    width: 55px;
    margin-top: -40px;
    margin-left: 50px;
  }

}

/* Icon animation set 2 */
.night--sky-secton .icon-02 {
  width: 83px;
  margin-top: 60px;
  margin-left: 116px;
  transform:rotate(30deg);
  animation: float 2s infinite;
}

.day-light-one .icon-02 {
  width: 83px;
  margin-top: 60px;
  margin-left: 116px;
  transform:rotate(30deg);
  animation: iconOut 2s infinite;
}

@media(max-width: 768px) {

  .night--sky-secton .icon-02 {
    width: 45px;
    margin-top: 30px;
  }
  
  .day-light-one .icon-02 {
    width: 45px;
    margin-top: 30px;
  }

}

/* Icon animation set 3 */
.night--sky-secton .icon-03 {
  width: 80px;
  margin-top: -60px;
  margin-left: 175px;
  transform:rotate(55deg);
  animation: iconThree 3s forwards;
  transform: translate3d(0, 0, 0);
}

.day-light-one .icon-03 {
  width: 80px;
  margin-top: -60px;
  margin-left: 220px;
  transform:rotate(55deg);
  animation: iconOut 3s forwards;
  transform: translate3d(0, 0, 0);
}

@media(max-width: 768px) {

  .night--sky-secton .icon-03 {
    display: none;
  }
  
  .day-light-one .icon-03 {
    display: none;
  }

}

/* Icon animation set 4 */
.night--sky-secton .icon-04 {
  margin-top: 70px;
  margin-left: -50px;
  transform:rotate(55deg);
  animation: iconOne 3s forwards;
  transform: translate3d(0, 0, 0);
}

.day-light-one .icon-04 {
  margin-top: 70px;
  margin-left: -50px;
  transform:rotate(55deg);
  animation: iconOut 3s forwards;
  transform: translate3d(0, 0, 0);
}

/* Icon animation set 5 */
.night--sky-secton .icon-05 {
  width: 70px;
  margin-left: 500px;
  margin-top: -80px;
  transform:rotate(55deg);
  animation: floatSmall 2s infinite;
  animation-delay: 0.4s;
  transform: translate3d(0, 0, 0);
}

.day-light-one .icon-05 {
  width: 70px;
  margin-left: 500px;
  margin-top: -80px;
  transform:rotate(55deg);
  animation: iconOut 3s forwards;
  transform: translate3d(0, 0, 0);
}

@media(max-width: 768px) {

  .night--sky-secton .icon-05 {
    display: none;
  }
  
  .day-light-one .icon-05 {
    display: none;
  }

}

/* Icon animation set 6 */
.day-light-one .icon-06 {
  width: 570px;
  margin-left: 85px;
  margin-top: -100px;
  animation: iconDown 2s forwards;
}

.day-light-two .icon-06 {
  width: 570px;
  margin-left: 85px;
  margin-top: -100px;
  animation: iconFade 0.2s forwards;
}

.night--sky-secton .icon-06 {
  width: 570px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-one .icon-06 {
    width: 295px;
    margin-left: -153px;
    margin-top: -50px;
  }
  
  .day-light-two .icon-06 {
    width: 295px;
    margin-left: -153px;
    margin-top: -50px;
  }
  
  .night--sky-secton .icon-06 {
    width: 295px;
    margin-left: -153px;
    margin-top: -50px;
  }   
}

/* Icon animation set 7 */
.day-light-one .icon-07 {
  width: 70px;
  margin-left: 115px;
  margin-top: 0px;
  animation: iconDown 2s forwards;
}

.day-light-one .icon-07-animation {
  width: 70px;
  animation: heart-wiggle 2s infinite;
}

.day-light-two .icon-07 {
  width: 70px;
  margin-left: 115px;
  margin-top: 0px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-one .icon-07 {
    width: 70px;
    margin-left: -150px;
    margin-top: -15px;
  }
  
  .day-light-one .icon-07-animation {
    width: 70px;

  }
  
  .day-light-two .icon-07 {
    width: 70px;
    margin-left: -150px;
    margin-top: -15px;
  }

}

/* Icon animation set 10 */
.day-light-one .icon-10 {
  width: 75px;
  margin-left: 520px;
  margin-top: -55px;
  animation: pop 2s infinite;
  animation-delay: 0.4s;
}

.day-light-two .icon-10 {
  width: 85px;
  margin-left: 520px;
  margin-top: -55px;
  animation: iconFade 0.2s forwards;
}

.day-light-one .icon-10-animation {
  width: 85px;
  animation: iconDown 2s forwards;
}

@media(max-width: 768px) {

  .day-light-one .icon-10 {
    display: none;
  }
  
  .day-light-two .icon-10 {
    display: none;
  }
  
  .day-light-one .icon-10-animation {
    display: none;
  }

}

/* Icon animation set 11 */
.day-light-two .icon-11 {
  width: 530px;
  margin-top: 240px;
  margin-left: -5px;
  animation: iconUp 2s forwards;
  animation-delay: 0.4s;
}

.day-light-three .icon-11 {
  width: 530px;
  margin-top: 240px;
  margin-left: -5px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-two .icon-11 {
    width: 228px;
    margin-top: 137px;
    margin-left: -129px;
  }
  
  .day-light-three .icon-11 {
    width: 228px;
    margin-top: 137px;
    margin-left: -129px;
  }
  
}

/* Icon animation set 12 */
.day-light-two .icon-12 {
  width: 80px;
  margin-top: 140px;
  margin-left: 160px;
  animation: iconUp 2s forwards;
}

.day-light-two .icon-12-animate{
  width: 80px;
  animation: float 2s infinite;
}

.day-light-three .icon-12 {
  width: 80px;
  margin-top: 140px;
  margin-left: 160px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-two .icon-12 {
    width: 40px;
    margin-top: 105px;
    margin-left: -65px;
  }
  
  .day-light-two .icon-12-animate {
    width: 40px;
  }
  
  .day-light-three .icon-12 {
    width: 40px;
    margin-top: 105px;
    margin-left: -65px;
  }

}
/* Icon animation set 13 */
.day-light-two .icon-13 {
  width: 80px;
  margin-top: 240px;
  margin-left: 515px;
  animation: iconUp 2s forwards;
}

.day-light-two .icon-13-animate{
  width: 80px;
  animation: heart-wiggle 2s infinite;
}

.day-light-three .icon-13 {
  width: 80px;
  margin-top: 240px;
  margin-left: 515px;
  animation: iconFade 0.2s forwards;
}

.day-light-four .icon-13 {
  width: 80px;
  margin-top: 240px;
  margin-left: 515px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-two .icon-13 {
    width: 40px;
    margin-top: 115px;
    margin-left: 80px;
    animation: iconUp 2s forwards;
  }
  
  .day-light-three .icon-13 {
    width: 40px;
    margin-top: 115px;
    margin-left: 80px;
  }

  .day-light-two .icon-13-animate{
    width: 40px;
  }
  
  .day-light-four .icon-13 {
    width: 40px;
    margin-top: 115px;
    margin-left: 80px;
  }

}

/* Icon animation set 14 */
.day-light-three .icon-14 {
  width: 280px;
  margin-top: -85px;
  margin-left: 33px;
  animation: iconUp 2s forwards;
}

.day-light-three .icon-14-animate{
  width: 80px;
  animation: heart-wiggle 2s infinite;
}

.day-light-four .icon-14 {
  width: 280px;
  margin-top: -85px;
  margin-left: 33px;
  animation: iconFade 2s forwards;
}

@media(max-width: 768px) {

  .day-light-three .icon-14 {
    width: 170px;
    margin-top: 32px;
    margin-left: -159px;
    animation: iconUp 2s forwards;
  }
  
  .day-light-three .icon-14-animate{
    width: 170px;
    animation: heart-wiggle 2s infinite;
  }
  
  .day-light-four .icon-14 {
    width: 170px;
    margin-top: 32px;
    margin-left: -159px;
    animation: iconFade 0.2s forwards;
  }

}

/* Icon animation set 15 */
.day-light-three .icon-15 {
  width: 80px;
  margin-top: -40px;
  margin-left: 30px;
  animation: iconUp 2s forwards;
}

.day-light-three .icon-15-animate{
  width: 80px;
  animation: heart-wiggle 2s infinite;
}

.day-light-four .icon-15 {
  width: 80px;
  margin-top: -40px;
  margin-left: 30px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-three .icon-15 {
    width: 50px;
    margin-top: 0px;
    margin-left: -75px;
  }
  
  .day-light-three .icon-15-animate{
    width: 50px;
  }
  
  .day-light-four .icon-15 {
    width: 50px;
    margin-top: 0px;
    margin-left: -75px;
  }

}

/* Icon animation set 16 */
.day-light-three .icon-16 {
  width: 80px;
  margin-top: -100px;
  margin-left: 205px;
  animation: iconUp 3s forwards;
}

.day-light-three .icon-16-animate {
  width: 80px;
  animation: heart-scale 2s infinite;
}

.day-light-four .icon-16 {
  width: 80px;
  margin-top: -100px;
  margin-left: 205px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-three .icon-16 {
    display: none;
  }
  
  .day-light-three .icon-16-animate {
    display: none;
  }
  
  .day-light-four .icon-16 {
    display: none;
  }

}

/* Icon animation set 17 */
.day-light-four .icon-17 {
  width: 980px;
  margin-top: -75px;
  margin-left: -435px;
  animation: iconUp 4s forwards;
}

.day-light-five .icon-17 {
  width: 980px;
  margin-top: -75px;
  margin-left: -435px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-four .icon-17 {
    width: 630px;
    margin-top: -30px;
    margin-left: -265px;
  }
  
  .day-light-five .icon-17 {
    width: 630px;
    margin-top: -30px;
    margin-left: -265px;
  }
}

/* Icon animation set 18 */
.day-light-four .icon-18 {
  width: 80px;
  margin-top: -70px;
  margin-left: -410px;
  animation: iconUp 3s forwards;
}

.day-light-four .icon-18-animate{
  width: 80px;
  animation: pop 2s infinite;
}

.day-light-five .icon-18 {
  width: 80px;
  margin-top: -70px;
  margin-left: -410px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-four .icon-18 {
    display: none;
  }
  
  .day-light-four .icon-18-animate{
    display: none;
  }
  
  .day-light-five .icon-18 {
    display: none;
  }

}

/* Icon animation set 19 */
.day-light-four .icon-19 {
  width: 80px;
  margin-top: -30px;
  margin-left: -75px;
  animation: iconUp 4s forwards;
}

.day-light-four .icon-19-animate{
  width: 80px;
  animation: spin 5s infinite;
}

.day-light-five .icon-19 {
  width: 80px;
  margin-top: -30px;
  margin-left: -75px;
  animation: iconFade 0.2s forwards;
}

@media(max-width: 768px) {

  .day-light-four .icon-19 {
    display: none;
  }
  
  .day-light-four .icon-19-animate{
    display: none;
  }
  
  .day-light-five .icon-19 {
    display: none;
  }

}

@keyframes iconOne {

  0% {
    transform: translate3d(600px, 0, 0);
  }

  100% {
    transform: translate3d(2500px, 0, 0);
    transform:rotate(-25deg)
  }

}

@keyframes iconTwo {

  0% {
    transform: translate3d(700px, 0, 0);
  }

  100% {
    transform: translate3d(3500px, 0, 0);
    transform:rotate(50deg)
  }

}

@keyframes iconThree {

  0% {
    transform: translate3d(800px, 0, 0);
  }

  100% {
    transform: translate3d(500px, 0, 0);
    transform:rotate(80deg)
  }

}

@keyframes iconFour {

  0% {
    transform: translate3d(800px, 0, 0);
  }

  100% {
    transform: translate3d(500px, 0, 0);
    transform:rotate(0deg)
  }

}

@keyframes iconOut {

  0% {
    transform: translate3d(0px, 0, 0);
  }

  100% {
    transform: translate3d(-350px, 0, 0);
    transform:rotate(80deg);
    opacity: 0;
  }

}

@keyframes iconUp {

  0% {
    transform: translate3d(0, 500px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, -500px, 0);
    transform:rotate(0deg);
    opacity: 1;
  }

}

@keyframes iconDown {

  0% {
    transform: translate3d(0, -500px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 500px, 0);
    transform:rotate(0deg);
    opacity: 1;
  }

}

@keyframes iconFade {

  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

@keyframes float {

	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translatey(-10px);
	}

	100% {
		transform: translatey(0px);
	}

}

@keyframes floatSmall {

	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translatey(-3px);
	}
  
	100% {
		transform: translatey(0px);
	}

}

@keyframes pop {

	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1);
	}

}

@keyframes spin {

  0% { 
    transform: rotate(0deg); 
  }

  100% { 
    transform: rotate(360deg); 
  }

}

@keyframes bigSpin {

  0% { 
    transform: rotate(30deg); 
  }

  100% { 
    transform: rotate(0deg); 
  }

}

.section__content-img {
  position: relative;
  display: flex;
  display: -webkit-flexbox;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: end;
}

.main_image {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_image img {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 880px;
}

.automation-girl img {
  right: -105px;
  position: absolute;
  width: 755px;
  bottom: 0;
}

.right__image img {
  width: 800px;
}

.section-1-animation {
  position: relative;
}

.section-1-animation img{
  position: absolute;
  animation: bigSpin 6s forwards;
  top: -25px;
  left: -55px;
}

.laptop_guy img {
  width: 1080px;
  margin-right: -180px;
  bottom: -120px;
}

.digital_girl img {
  width: 975px;
  bottom: 0;
  margin-right: -175px;
  margin-top: 140px;
}

.fiveg_girl img {
  width: 730px;
  z-index: -1;
}
.solutions-last h3 {
  font-size: 40px;
}

@media(max-width: 768px){

  .right__image img {
    max-width: 360px;
  }

  .section-1-animation img {
    max-width: 360px;
    top: 10px;
    left: 0px;
    max-width: 315px;
  }

  .section__content-copy h3, 
  .section__content-copy h2 {
    padding: 20px 0px 20px 0px;
  }

  .main_image {
    position: inherit;
  }
  
  .main_image img{
    width: 100% !important;
    right: 0 !important;
    margin: 0 !important;
    bottom: 0 !important;
  }

  .five__tower{
    position: absolute;
    bottom: 100px;
    left: 80px;
    right: 0;
    top: auto;
  }

  .pulse-01{
    width: 50px;
    height: 50px;
  }

  .pulse-01{
    width: 50px;
    height: 50px;
  }

  .pulse-02{
    width: 100px;
    height: 100px;
  }

  .pulse-03{
    width: 150px;
    height: 150px;
  }

  .section__content-copy p{
    width: 100%;
  }

}

.automation .icons_wrapper {
  position: relative;
  right: 8%;
  margin-top: 6%;
}

.media-image-mobile,
.media-automation-mobile,
.media-cloud-mobile,
.media-digital-mobile,
.media-fiveg-mobile {
  display: none;
}

.section__content-mobile-boxes {
  display: none;
}

/* ------------- OVERAL MEDIA QUERIES BREAKDOWN ------------- */
/*  Mobile */
@media only screen and (min-width: 320px) and (max-width: 390px) {
  .section__content-mobile-boxes {
    display: block;
    width: 86vw;
    height: 77vh;
  }

  .section__content-copy-boxes {
    display: none;
  }

  .section__content-copy {
    margin-top: 30px;
    padding: 5px;
  }

  .section {
    /* height: var(--app-height, 100vh); */
    display: flex;
    display: -webkit-flexbox;
    height: 100vh;  
    max-height: -webkit-fill-available;
  }

  .media-image-mobile,
  .media-automation-mobile,
  .media-cloud-mobile,
  .media-digital-mobile,
  .media-fiveg-mobile {
    display: block;
  }

  .section__content-copy-boxes .row {
    height: 600px;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    /* -webkit-overflow-scrolling: touch; */
  }

  .no__sky .section__content-copy {
    display: flex;
    display: -webkit-flexbox;
    flex-direction: column !important;
    justify-content: center;
  }

  .section__content-copy h3, 
  .section__content-copy h2 {
    font-size: 4.2rem !important;
  }

  .section__content-copy-boxes .row {
    height: 400px !important;
  }

  .solutions-last .section__content-copy h3 {
    font-size: 2rem;
  }

  .icon-item {
    display: none !important;
  }

  .pulse-conatiner {
    display: none;
  }

  #navigation {
    top: 11px;
    width: 120px;
    position: absolute;
    left: 1%;
  }

  #close__egg {
    top: 10px;
    position: absolute;
    height: 40px;
    margin-left: 10px;
  }

  #arrow-up {
    position: absolute;
    left: -6%;
    opacity: 0.7;
  }

  #arrow-down {
    position: absolute;
    right: 11%;
    opacity: 0.7;
  }

  .easter-egg-enter {
    left: 110px;
  }

  .easter-egg-enter img {
    width: 70px;
    height: auto;
  }
  
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* html.egg-opened {
    
  } */
  .egg-opened body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .section {
    /* height: var(--app-height, 100vh); */
    display: flex;
    display: -webkit-flexbox;
    height: 100%;  
    height: -webkit-fill-available;
  }

  .section__content-copy-boxes .row {
    height: 80vh;
    overflow: auto;
    /* -webkit-overflow-scrolling: auto; */
  }
  
  .section__content-copy-boxes {
    display: none;
  }

  .section__content-copy {
    margin-top: 50px;
    padding: 10px;
  }

  .section__content-copy h3, 
  .section__content-copy h2 {
    font-size: 3rem !important;
  }

  .section__content-copy p {
    width: 335px;
  }

  .no__sky .section__content-copy {
    display: flex;
    flex-direction: column !important;
    justify-content: flex-end;
    height: 300px;
  }

  .section__content-copy h2 {
    font-size: 5rem !important;
  }
  
  #navigation {
    top: 11px;
    width: 120px;
    position: absolute;
    left: 1%;
  }

  #close__egg {
    top: 10px;
    position: absolute;
    height: 40px;
    margin-left: 10px;
  }

  #arrow-up {
    position: absolute;
    left: -6%;
    opacity: 0.7;
  }

  #arrow-down {
    position: absolute;
    right: 11%;
    opacity: 0.7;
  }

  .easter-egg-enter {
    left: 110px;
  }

  .easter-egg-enter img {
    width: 70px;
    height: auto;
  }

  .icon-item {
    display: none !important;
  }

  .media-image,
  .cloud-image,
  .automation-image,
  .digital-image,
  .fiveg-image {
    display: none !important;
  }

  .media-image-mobile,
  .media-automation-mobile,
  .media-cloud-mobile,
  .media-digital-mobile,
  .media-fiveg-mobile {
    display: block !important;
    position: relative;
    bottom: 120px;
    max-width: 285px;
    margin-right: 60px;
  }

  .section__content-copy p {
    width: 325px;
  }

  .section__content-copy h5 {
    width: 320px;
  }

  .section__content-mobile-boxes {
    display: block;
    width: 86vw;
    height: 77vh;
  }
  .mobile-link {
    width: 100%;
    display: flex;
    margin: 13px 0;
  }

  .mobile-link a {
    font-family: 'Mark Pro Bold', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: rgb(244 245 246);
    background-color: rgb(27 27 27 / 80%);
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 18px;
    text-decoration: none;
    width: 100%;
    border-radius: 6px;
    padding: 19px 0px;
  }

  .pulse-conatiner {
    display: none;
  }

  .section__content::-webkit-scrollbar { 
    display: none !important; 
  }

}

/* ipad */
@media all and (device-width: 768px) 
and (device-height: 1024px) 
and (orientation:portrait) {
  .section__content {
    flex-direction: column;
    margin-top: 5%;
  }

  .right__image img {
    max-width: 660px;
  }

  .section-1-animation img {
    max-width: 580px;
  }

  .night--sky-secton .icon-04 {
    margin-left: 50px;
  }

  .section__content-copy p {
    width: 600px;
  }

  .section__content-copy h3, 
  .section__content-copy h2 {
    font-size: 90px;
  }

  .automation-image {
    width: 600px;
  }

  .day-light-one .icon-06 {
    width: 427px;
    margin-left: 230px;
    margin-top: -170px;
  }

  .day-light-one .icon-07 {
    margin-left: 236px;
    margin-top: -105px;
  }

  .day-light-two .icon-11 {
    width: 500px;
    margin-top: 165px;
    margin-left: 85px;
  }

  .day-light-two .icon-13 {
    margin-left: 214px;
  }

  .automation-image {
    width: 600px;
    margin-left: 100px;
    position: absolute;
    top: -170px;
  }

  .day-light-three .icon-14 {
    width: 209px;
    margin-top: -45px;
    margin-left: 137px;
  }

  .day-light-three .icon-15 {
    margin-top: -90px;
    margin-left: 265px;
  }
  
  .day-light-three .icon-14 {
    width: 270px;
    margin-top: -85px;
    margin-left: 100px;
  }

  .fiveg-image {
    width: 500px;
    margin-left: 200px;
  }

  .day-light-four .icon-17 {
    width: 630px;
    margin-top: -31px;
    margin-left: -30px;
  }

  .pulse-conatiner {
    margin-left: 180px;
    margin-top: -180px;
  }

  #day-light-five .section__content div {
    flex-direction: column;
    overflow: scroll;
    width: 100%;
  }

}


/*  ipad pro */

@media only screen
and (device-width: 1024px)
and (device-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .section__content {
    display: flex;
    flex-direction: column;
  }

  .section__content-copy h5 {
    font-size: 28px;
    padding-top: 4%;
    margin-bottom: -30px;
  }

  .icon-container {
    display: block;
    width: 710px;
    left: 15%;
  }
  
  .section__content-copy p {
    width: 690px !important;
  }

  .digital .icons_wrapper {
    right: -20%;
  }

  .automation {
    width: 590px;
    left: 35%;
  }

  .automation .icons_wrapper {
    right: -11%;
  }

  .day-light-one .icon-06 {
    width: 430px !important;
    margin-top: 4% !important;
    margin-left: 0% !important;
  }

  .day-light-one .icon-07 {
    margin-left: 26px;
    margin-top: 85px;
  }

  .day-light-one .icon-10 {
    width: 45px !important;
    margin-left: 340px !important;
    margin-top: 61px !important;
  }

}

/*  1024 break */
@media only screen and (min-width: 1024px) and (max-width: 1100px) {

  .day-light-one .icon-06 {
    width: 310px !important;
    margin-top: -10% !important;
    margin-left: 17% !important;
  }

  .day-light-one .icon-07 {
    margin-left: 48px;
  }

  .day-light-one .icon-10 {
    width: 45px !important;
    margin-left: 289px !important;
    margin-top: -15px !important;
  }

  .day-light-one .icon-10-animation {
    width: 45px !important;
  }

  .day-light-two .icon-11 {
    width: 301px;
    margin-top: 118px;
    margin-left: 32px;
  }

  .day-light-two .icon-12 {
    margin-top: 72px;
    margin-left: 125px;
  }

  .day-light-two .icon-12-animate {
    width: 50px;
  }

  .day-light-three .icon-12 {
    width: 50px;
    margin-top: 72px;
    margin-left: 125px;
    animation: iconFade 0.2s forwards;
  }

  .day-light-two .icon-13 {
    margin-top: 119px;
    margin-left: 318px;
  }

  .day-light-two .icon-13-animate {
    width: 50px;
  }

  .day-light-three .icon-11 {
    width: 301px;
    margin-top: 118px;
    margin-left: 32px;
    animation: iconFade 0.2s forwards;
  }

  .day-light-three .icon-13 {
    margin-top: 119px;
    margin-left: 318px;
    width: 50px;
    animation: iconFade 0.2s forwards;
  }

  .right__image {
    position: relative;
    width: 400px;
  }

  .right__image img,
  .section-1-animation img {
    width: 100%;
  }

  .pulse-conatiner {
    margin-left: 100px;
    margin-top: 125px;
  }

  .day-light-four .icon-17 {
    width: 845px;
    margin-top: -180px;
    margin-left: -435px;
  }

  .day-light-four .icon-18 {
    margin-top: -190px;
    margin-left: -410px;
  }

  .day-light-four .icon-18-animate {
    width: 55px;
  }

  .day-light-four .icon-19-animate {
    margin-top: -120px;
    margin-left: -48px;
  }
  .section__content-copy-boxes .row {
    height: 80vh;
    overflow: auto;
  }

  .section__content-copy-boxes .box {
    width: 100%;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .section__content-copy-boxes .row {
    height: 100%;
    overflow:hidden;
  }
}

/*  > 1280 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {

  .digital .icons_wrapper {
    position: relative;
    right: -3%;
  }

  .section__content-copy h5 {
    font-size: 20px;
  }

  .section__content-copy h3 {
    font-size: 90px;
  }

  .section__content-copy p {
    width: 455px;
  }

  .night--sky-secton .icon-05 {
    margin-left: 360px;
  }

  .automation .icons_wrapper {
    position: relative;
    right: 3%;
    margin-top: 8%;
  }

  .day-light-one .icon-06 {
    width: 390px;
    margin-top: -56px;
  }

  .day-light-two .icon-06 {
    width: 390px;
    margin-top: -56px;
    margin-left: -100px;
    animation: iconFade 0.5s forwards;
  }
  
  .night--sky-secton .icon-06 {
    width: 390px;
    margin-top: -56px;
  }  

  .day-light-one .icon-10 {
    width: 55px;
    margin-left: 391px;
    margin-top: -28px;
  }

  .day-light-one .icon-10-animation {
    width: 55px;
  }

  .day-light-two .icon-11 {
    width: 385px;
    margin-top: 135px;
    margin-left: 32px;
  }

  .day-light-two .icon-12 {
    margin-top: 92px;
    margin-left: 123px;
  }

  .day-light-two .icon-13 {
    margin-top: 160px;
    margin-left: 425px;
  }

  .section__content-copy-boxes .box {
    text-align: left;
    margin: 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: .5s;
    width: 28%;
    padding: 28px 40px;
  }

  .section__content-copy-boxes .box h3 {
    font-size: 30px !important;
  }

  .no--sky-secton #ball {
  transform: translate(15vh, 5%);
  }

  .night--sky-secton #ball {
  transform: translate(30vh, 5%);
  }

  .day-light-one #ball {
    transform: translate(45vh, 5%);
  }

  .day-light-two #ball {
    transform: translate(60vh, 5%);
  }

  .day-light-two-satisfaction #ball {
    transform: translate(75vh, 5%);
  }

  .day-light-three #ball {
    transform: translate(90vh, 5%);
  }

  .day-light-four #ball {
    transform: translate(105vh, 5%);
  }

  .day-light-five #ball {
    transform: translate(120vh, 5%);
  }

  .solutions-last h3 {
    font-size: 40px;
  }

}
@media only screen and (min-width: 1366px) and (max-width: 1366px) {
  
  .digital-image {
    margin-bottom: -40px;
  }

  .fiveg-image {
    width: 580px !important;
  }

  .day-light-four .icon-17 {
    width: 880px !important;
    margin-left: -370px !important;
    margin-top: 45px !important;
  }

  .day-light-four .icon-18 {
    margin-top: 70px !important;
    margin-left: -310px !important;
  }

  .day-light-four .icon-18-animate {
    width: 30px !important;
  }

  .section__content-copy p {
    width: 500px;
    font-size: 28px;
  }

  .section__content-copy h5 {
    font-size: 25px;
  }

  .section__content-copy h3, 
  .section__content-copy h2 {
    font-size: 100px;
  }

  .solutions-last h2,
  .solutions-last h3  {
    font-size: 60px;
  }
  .section__content-copy-boxes h2,
  .section__content-copy-boxes h3 {
    font-size: 30px;
  }

}

/* 1280 > 1499 */
@media only screen and (min-width: 1300px) and (max-width: 1499px) {

  .digital .icons_wrapper {
    position: relative;
    right: -8%;
  }

  .automation .icons_wrapper {
    position: relative;
    right: 3%;
    margin-top: 8%;
  }

  .day-light-one .icon-06 {
    width: 535px;
    margin-top: -56px;
    margin-left: 22%;
  }

  .day-light-one .icon-07 {
    width: 70px;
    margin-left: 140px;
    margin-top: 25px;
  }

  .day-light-one .icon-10 {
    width: 55px;
    margin-left: 542px;
    margin-top: -2px;
  }

  .day-light-one .icon-10-animation {
    width: 55px;
  }

  .day-light-two .icon-11 {
    width: 470px;
    margin-top: 260px;
    margin-left: 10px;
  }

  .day-light-two .icon-12 {
    margin-top: 195px;
    margin-left: 129px;
  }

  .day-light-two .icon-13 {
    margin-top: 290px;
    margin-left: 484px;
  }

  .cloud-image {
    width: 700px;
    margin-left: -130px;
    position: relative;
  }

  .automation-image {
    width: 610px;
    margin-left: 7%;
  }

  .media-image {
    width: 885px;
    margin-bottom: -9%;
    left: -18%;
    position: relative;
  }

  .digital-image {
    width: 800px;
    margin-left: -105px;
    position: relative;
  }
  .fiveg-image {
    width: 645px;
  }

  .section__content-copy {
    width: 520px;
  }

  .day-light-four .icon-17 {
    margin-top: 10px;
  }

  .day-light-four .icon-18 {
    margin-top: 8px;
  }

  .day-light-four .icon-19 {
    margin-top: 30px;
  }

  .pulse-conatiner {
    margin-left: 20%;
  }

}

/* 1400 > 1699 */
@media only screen and (min-width: 1500px) and (max-width: 1699px) {

  .digital .icons_wrapper {
    right: -17%;
  }

  .automation .icons_wrapper {
    right: -2%;
    margin-top: 14%;
  }

  .day-light-two .icon-11 {
    width: 680px;
    margin-top: 315px;
    margin-left: -75px;
  }

  .day-light-two .icon-12 {
    margin-top: 250px;
    margin-left: 125px;
  }

  .day-light-two .icon-13 {
    margin-top: 240px;
    margin-left: 545px;
  }

  .cloud-image {
    width: 800px;
    margin-left: -130px;
    position: relative;
  }

  .automation-image {
    width: 710px;
    margin-left: 5%;
  }

  .media-image {
    width: 1185px;
    left: -24%;
    position: relative;
  }

  .digital-image {
    width: 1060px;
    margin-left: -150px;
    position: relative;
  }

  .no__sky h2 {
    font-size: 10rem !important;
  }

}

/* 1700 > 1920 */
@media only screen and (min-width: 1700px) and (max-width: 2350px) {

  .digital .icons_wrapper {
    right: -25%;
  }

  .automation .icons_wrapper {
    right: -5%;
    margin-top: 20%;
  }

  .day-light-one .icon-06 {
    width: 600px;
  }

  .day-light-two .icon-11 {
    width: 555px;
    margin-top: 252px;
    margin-left: 30%;
  }

  .day-light-two .icon-13 {
    margin-top: 395px;
    margin-left: 800px;
  }

  .day-light-two .icon-12 {
    margin-top: 48%;
    margin-left: 350px;
  }

  .digital-image {
    width: 1060px;
    margin-left: -150px;
    position: relative;
  }

  .no__sky h2 {
    font-size: 12rem !important;
  }
  /* .day-light-five #arrow-down {
    opacity: 0;
  } */

}

/* 1700 > 1920 */
@media only screen and (min-width: 2350px) and (max-width: 2558px) {

  .day-light-one .icon-06 {
    width: 800px;
    margin-left: 10%;
    margin-top: -18%;
  }

  .day-light-one .icon-10 {
    margin-left: 690px;
    margin-top: -55px;
  }

  .day-light-two .icon-11 {
    width: 600px;
    margin-top: 363px;
    margin-left: 40%;
  }
  
  .day-light-two .icon-13 {
    margin-top: 395px;
    margin-left: 800px;
  }

  .day-light-two .icon-12 {
    margin-top: 73%;
    margin-left: 350px;
  }

  .no__sky h2 {
    font-size: 13rem !important;
  }

}

@media only screen and (min-width: 2560px) and (max-width: 2760px) {

  .day-light-one .icon-06 {
    width: 800px;
    margin-left: 35%;
    margin-top: -2%;
  }

  .day-light-one .icon-07 {
    margin-left: 319px;
    margin-top: 122px;
  }

  .day-light-one .icon-10 {
    margin-left: 917px;
    margin-top: 50px;
  }

  .day-light-two .icon-11 {
    width: 600px;
    margin-top: 363px;
    margin-left: 40%;
  }

  .day-light-two .icon-13 {
    margin-top: 395px;
    margin-left: 800px;
  }

  .day-light-two .icon-12 {
    margin-top: 73%;
    margin-left: 350px;
  }

  .day-light-three .icon-14 {
    margin-left: 255px;
  }

  .day-light-three .icon-15 {
    margin-top: -95px;
    margin-left: 445px;
  }

  .day-light-three .icon-16 {
    margin-top: -160px;
    margin-left: 380px;
  }
  .no__sky h2 {
    font-size: 14rem !important;
  }

}