/* @import url('https://fonts.googleapis.com/css?family=Lato:100'); */
@import url("https://fonts.googleapis.com/css?family=Lato");

@font-face {
  font-family: "Avenir Black";
  src: url("fonts/AvenirLTStd-Black.otf") format("woff2");
}

@font-face {
  font-family: "Avenir Book";
  font-weight: Regular;
  src: url("fonts/AvenirLTStd-Book.otf") format("woff2");
}

@font-face {
  font-family: "Bebas";
  font-weight: Regular;
  src: url("fonts/AvenirLTStd-Book.otf") format("woff2");
}

@font-face {
  font-family: "BebasNeue-Regular";
  font-weight: Regular;
  src: url("fonts/BebasNeue-Regular.otf") format("woff2");
}

@font-face {
  font-family: "BebasNeue-Bold";
  font-weight: Regular;
  src: url("fonts/BebasNeue-Regular.ttf") format("woff2");
}

html {
  scroll-behavior: smooth;
  width: 100% !important;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  /* font-family: 'Avenir Book'; */
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* background: #0a1b23; */

  /* background: linear-gradient(0deg, #0f161b, #0f3b5b 100%) ; */

  max-width: 100% !important;
}
@media only screen and (min-width: 1750px) {
  body {
    background: linear-gradient(0deg, #0f161b 12%, #0e476d 95%);
  }
}

@media only screen and (max-width: 1750px) {
  body {
    background: linear-gradient(0deg, #0f161b 12%, #0e476d 98%);
  }
}
@media only screen and (max-width: 1500px) {
  body {
    background: linear-gradient(0deg, #0f161b 10%, #0e476d 99%);
  }
}

@media only screen and (max-width: 1370px) {
  body {
    background: linear-gradient(0deg, #0f161b 12%, #0e476d 100%);
  }
}

@media only screen and (min-width: 1750px) {
  body {
    background: linear-gradient(0deg, #0f161b 12%, #0e476d 95%);
  }
}

@media only screen and (max-width: 1750px) {
  body {
    background: linear-gradient(0deg, #0f161b 12%, #0e476d 98%);
  }
}

@media only screen and (max-width: 1500px) {
  body {
    background: linear-gradient(0deg, #0f161b 10%, #0e476d 99%);
  }
}

@media only screen and (max-width: 1370px) {
  body {
    background: linear-gradient(0deg, #0f161b 12%, #0e476d 100%);
  }
}

@media only screen and (max-width: 991px) {
  body {
    background: linear-gradient(0deg, #0f161b 12%, #0f3b5b 50%);
  }
}

.v-header {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.containerBox {
  /* 0e4568 */
  width: 100%;
  height: 600px;
  margin-top: 0px;
  background: linear-gradient(
    0deg,
    transparent 0%,
    #0e4568 50%,
    transparent 100%
  ) !important;
  position: absolute;
  z-index: 2;
  opacity: 1;
  /* display: none; */
}

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .containerBox {
      display: none !important;
    }
  }
}

@media only screen and (max-width: 991px) {
  .containerBox {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .containerBox {
    /* 0e4568 */
    width: 100%;
    height: 600px;
    margin-top: -80px;
    background: linear-gradient(
      0deg,
      transparent 0%,
      #0e4568 50%,
      transparent 100%
    ) !important;
    position: absolute;
    z-index: 2;
    opacity: 1;
    /* display: none; */
  }
}

.fullscreen-video-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;

  overflow: hidden;
}

.mobileBg {
  display: none;
}

.fullscreen-video-wrap video {
  /* min-width: 100%;
    min-height: 100vh; */
  width: 100%;
  height: 100%;
  -webkit-mask-image: webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0.6))
  );
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
}

/* INTRO FALLING TEXT START  */
.intro_text {
  position: relative;
  top: -60px;
  margin-top: -24.3%;
  color: #fff;
  text-align: center;
  opacity: 0.7 !important;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 2200px) {
  .intro_text {
    margin-top: -26%;
  }
}

@media only screen and (max-width: 1812px) {
  .intro_text {
    margin-top: -27%;
  }
}

@media only screen and (max-width: 1600px) {
  .intro_text {
    margin-top: -28%;
  }
}

@media only screen and (max-width: 1470px) {
  .intro_text {
    margin-top: -29%;
  }
}

@media only screen and (max-width: 1330px) {
  .intro_text {
    margin-top: -30%;
  }
}

.intro_text h1 {
  margin: 9px 0px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 27px;
  font-family: "Oswald", sans-serif;
  opacity: 0.55;
}

.intro_text h1:nth-child(2) {
  font-size: 27px;
  opacity: 0.55;
}

.intro_text h1:nth-child(3) {
  font-size: 29px;
  opacity: 0.5;
}

.intro_text h1:nth-child(4) {
  font-size: 29px;
  opacity: 0.55;
}

.arrowdown {
  margin-top: 70px;
  transform: scale(1.5);
  /* animation: blink 1s step-start 0s infinite; */
  /* -webkit-animation: blink 1.3s step-start 6s infinite; */
  animation: floatTextPaperTwo 3s infinite 3s linear;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

section {
  height: auto !important;
}

@media only screen and (max-width: 1540px) {
  .intro_text {
    margin-top: -27%;
  }

  .intro_text h1 {
    font-size: 22px;
  }

  .intro_text h1:nth-child(2) {
    font-size: 22px;
  }

  .intro_text h1:nth-child(3) {
    font-size: 22px;
  }

  .intro_text h1:nth-child(4) {
    font-size: 22px;
  }

  .arrowdown {
    margin-top: 10px;
  }
}

.sinking_wordsMobile {
  font-size: 26px;
  position: relative;
  top: 50px;
  color: #fff;
  text-align: center;
  display: none;
  z-index: 1;
}

.falling_text {
  font-family: "BebasNeue-Bold" !important;
  width: 100%;
  height: 60vh;
  position: flex;
  visibility: hidden;
}

.sinking_words {
  font-family: "BebasNeue-Bold" !important;
  margin-top: 15px;
  margin-left: -100px;
  text-align: center;
  width: 100%;
  font-size: 31px;
  opacity: 0.55 !important;
}

.sinking_words span:nth-child(1) {
  margin-left: -170px;
}

.sinking_words span:nth-child(2) {
  margin-left: 9px;
  margin-top: 10px;
  position: absolute;
}

.sinking_words span:nth-child(3) {
  margin-top: 12.5px;
  margin-left: 27px;
  position: absolute;
}

.sinking_words span:nth-child(4) {
  margin-top: 25px;
  position: absolute;
  margin-left: 47px;
}

.sinking_words span:nth-child(5) {
  margin-top: 48px;
  position: absolute;
  margin-left: 74px;
  transform: rotate(14deg);
}

.sinking_words span:nth-child(6) {
  margin-top: 60px;
  position: absolute;
  margin-left: 89px;
  transform: rotate(12deg);
}

.sinking_words span:nth-child(7) {
  margin-top: 73px;
  position: absolute;
  margin-left: 105px;
  transform: rotate(14deg);
}

.sinking_words span:nth-child(8) {
  margin-top: 84px;
  position: absolute;
  margin-left: 118px;
  transform: rotate(13deg);
}

.sinking_words span:nth-child(9) {
  margin-top: 104px;
  position: absolute;
  margin-left: 123px;
  transform: rotate(12deg);
}

.sinking_words span:nth-child(10) {
  margin-top: 125px;
  position: absolute;
  margin-left: 138px;
  transform: rotate(10deg);
}

.sinking_words1 {
  position: relative;
  margin-top: 130px;
  text-align: center;
  width: 100%;
  margin-right: 90px !important;
  opacity: 1;
}

.sinking_words1 h1 {
  font-size: 28px;
  margin-left: -145px;
}

.sinking_words1 span:nth-child(1) {
  position: absolute;
  opacity: 0.85;
  transform: rotate(16deg);
}

.sinking_words1 span:nth-child(2) {
  margin-top: 9px;
  position: absolute;
  margin-left: 15px;
  transform: rotate(16deg);
  opacity: 0.85;
}

.sinking_words1 span:nth-child(3) {
  margin-top: 9px;
  position: absolute;
  margin-left: 35px;
  transform: rotate(16deg);
  opacity: 0.85;
}

.sinking_words2 {
  position: relative;
  margin-top: 198px;
  text-align: centeer;
  width: 100%;

  opacity: 1;
}

.sinking_words2 h1 {
  font-size: 29px;
  margin-left: -90px;
}

.sinking_words2 span:nth-child(1) {
  margin-top: 9px;
  position: absolute;
  opacity: 0.7;
  margin-left: 5px;
  transform: rotate(3deg);
}

.sinking_words2 span:nth-child(2) {
  margin-top: 19px;
  position: absolute;
  opacity: 0.7;
  margin-left: 24px;
  transform: rotate(4deg);
}

.sinking_words2 span:nth-child(3) {
  margin-top: 21px;
  position: absolute;
  opacity: 0.7;
  margin-left: 35px;
  transform: rotate(3deg);
}

.sinking_words2 span:nth-child(4) {
  margin-top: 28px;
  position: absolute;
  opacity: 0.7;
  margin-left: 55px;
  transform: rotate(3deg);
}

.sinking_words2 span:nth-child(5) {
  margin-top: 27px;
  position: absolute;
  opacity: 0.7;
  margin-left: 76px;
  transform: rotate(5deg);
}

.sinking_words2 span:nth-child(6) {
  margin-top: 35px;
  position: absolute;
  opacity: 1;
  margin-left: 99px;
  transform: rotate(5deg);
}

.sinking_words3 {
  position: relative;
  margin-top: 305px;

  width: 100%;
  margin-left: 35px;
  opacity: 1;
}

.sinking_words3 h1 {
  font-size: 17px;
  opacity: 0.8;
  transform: rotate(13deg);
}

.sinking_words3 span:nth-child(1) {
  position: absolute;
}

.sinking_words3 span:nth-child(2) {
  margin-left: 14px;
  position: absolute;
}

.sinking_words3 span:nth-child(3) {
  margin-left: 25px;
  position: absolute;
}

.sinking_words3 span:nth-child(4) {
  margin-left: 35px;
  position: absolute;
}

.sinking_words3 span:nth-child(5) {
  margin-left: 45px;
  position: absolute;
}

.sinking_words4 {
  position: relative;
  margin-top: 390px;
  text-align: centeer;
  width: 100%;
  margin-left: 40px;
  opacity: 1;
}

.sinking_words4 h1 {
  font-size: 28px;
  margin-left: 0px;
}

.sinking_words4 span:nth-child(1) {
  margin-top: 9px;
  position: absolute;
  opacity: 1;
  margin-left: 5px;
  transform: rotate(-1deg);
}

.sinking_words4 span:nth-child(2) {
  margin-top: 4px;
  position: absolute;
  opacity: 1;
  margin-left: 22px;
  font-size: 20px;
  transform: rotate(-1deg);
}

.sinking_words4 span:nth-child(3) {
  margin-top: 9px;
  position: absolute;
  opacity: 1;
  margin-left: 36px;
  transform: rotate(-1deg);
}

.sinking_words5 {
  position: relative;
  margin-top: 460px;
  text-align: centeer;
  width: 100%;
  margin-left: -5px;
  opacity: 1;
}

.sinking_words5 h1 {
  font-size: 2.5vw;
  margin-left: 0px;
}

.sinking_words5 span:nth-child(1) {
  margin-top: 7px;
  position: absolute;
  opacity: 0.8;
  margin-left: -16px;
  transform: rotate(-10deg);
  font-size: 26px;
}

.sinking_words5 span:nth-child(2) {
  margin-top: 14px;
  position: absolute;
  opacity: 0.8;
  margin-left: 0px;
  font-size: 26px;
  transform: rotate(-9deg);
}

.sinking_words5 span:nth-child(3) {
  margin-top: 20px;
  position: absolute;
  opacity: 0.8;
  margin-left: 15px;
  transform: rotate(-10deg);
  font-size: 26px;
}

.sinking_words5 span:nth-child(4) {
  margin-top: 9px;
  position: absolute;
  opacity: 0.8;
  margin-left: 29px;
  transform: rotate(-9deg);
  font-size: 26px;
}

.sinking_words6 {
  position: relative;
  margin-top: 530px;
  text-align: centeer;
  width: 100%;
  margin-left: 40px;
  opacity: 1;
}

.sinking_words6 h1 {
  font-size: 18px;
  margin-left: 0px;
}

.sinking_words6 span:nth-child(1) {
  margin-top: 9px;
  position: absolute;
  opacity: 0.8;
  margin-left: 0px;
  transform: rotate(10deg);
  font-size: 17px;
}

.sinking_words6 span:nth-child(2) {
  margin-top: 17px;
  position: absolute;
  opacity: 0.8;
  margin-left: 13px;
  font-size: 19px;
  transform: rotate(9deg);
}

.sinking_words6 span:nth-child(3) {
  margin-top: 30px;
  position: absolute;
  opacity: 0.8;
  margin-left: 21px;
  transform: rotate(10deg);
  font-size: 18px;
}

.sinking_words6 span:nth-child(4) {
  margin-top: 19px;
  position: absolute;
  opacity: 0.8;
  margin-left: 32px;
  transform: rotate(10deg);
  font-size: 19px;
}

.sinking_words7 {
  position: relative;
  margin-top: 590px;
  text-align: centeer;
  width: 100%;
  margin-left: 20px;
  opacity: 1;
}

.sinking_words7 h1 {
  font-size: 26px;
  margin-left: 0px;
}

.sinking_words7 span:nth-child(1) {
  margin-top: 9px;
  position: absolute;
  opacity: 1;
  margin-left: 0px;
  transform: rotate(10deg);
}

.sinking_words7 span:nth-child(2) {
  margin-top: 23px;
  position: absolute;
  opacity: 1;
  margin-left: 10px;

  transform: rotate(10deg);
}

.sinking_words8 {
  position: relative;
  margin-top: 658px;
  text-align: centeer;
  width: 100%;
  margin-left: 50px;
  opacity: 1;
}

.sinking_words8 h1 {
  font-size: 25px;
  margin-left: 0px;
}

.sinking_words8 span:nth-child(1) {
  margin-top: 9px;
  position: absolute;
  opacity: 0.8;
  margin-left: 0px;
  transform: rotate(-4deg);
}

.sinking_words8 span:nth-child(2) {
  margin-top: 14px;
  position: absolute;
  opacity: 0.8;
  margin-left: 15px;

  transform: rotate(-2deg);
}

.sinking_words9 {
  position: relative;
  margin-top: 700px;
  text-align: centeer;
  width: 100%;
  margin-left: 130px;
  opacity: 1;
}

.sinking_words9 h1 {
  font-size: 24px;
  opacity: 0.5;
  margin-left: 0px;
  transform: rotate(30deg);
}

/* INTRO FALLING TEXT END */

#burger-container {
  position: fixed;
  width: 30px;
  z-index: 3;
  margin-top: 5%;
  left: 9%;
  backface-visibility: hidden;
  cursor: pointer !important;
}

#burger {
  position: fixed;
  cursor: pointer;
  display: block;
  z-index: 3;
}

#burger:hover {
  opacity: 0.6;
}

#burger span {
  background: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.1s;
  z-index: 3;
}

.hide-popup-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 30px;
  width: 30px;

  cursor: pointer !important;
}

.hide-popup-icon:hover {
  opacity: 0.5;
}

.hide-popup-icon p {
  position: absolute;
  top: -21px;
  margin-left: 5.5px;
  color: white;
  font-size: 40px;
  font-weight: thin;
  font-family: "Lato", sans-serif;
}

/* SLIDER */

.slider-popup {
  background: #03080c;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  top: 0;
  display: none;
}

.hide-slider-btn {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #6ec5d0;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
}

.carousel {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border: 30px solid #fff;
}

.carousel-item {
  width: 55vw;
  height: 55%;
}

.carousel-indicators li {
  margin: 0 7px;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

@media only screen and (max-width: 600px) {
  .carousel-item {
    width: 90vw !important;
    height: 100%;
  }
}

.menu-popup {
  position: fixed;
  top: 5%;
  left: 9%;
  padding: 95px 30px 450px 30px;
  opacity: 0.87 !important;
  background: #0a1a25;
  height: 600px;

  z-index: 4;
  opacity: 1;
  display: none;
  /* transition: 0.5s; */
}

.popup-content {
  position: fixed;
}

.xIcon {
  position: absolute;
  right: 5px;
  top: 10px;
  transform: scale(0.8);
  cursor: pointer !important;
}

hr {
  width: 280px;
  border: 0.5px solid white;
  margin: 16px 0;
  opacity: 0.4;
}

.campaignMenuBtn {
  font-size: 15px !important;
  color: white !important;
  cursor: pointer !important;
}

.campaignMenuBtn:hover {
  color: lightgray !important;
}

a {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: white;
  display: block;
}

a:nth-child(1) {
  margin-top: 60px;
}

a:hover {
  text-decoration: none;
  color: lightgray;
}

@media only screen and (max-width: 1500px) {
  #burger-container {
    position: absolute !important;
    top: 10px;
    left: 50px;
  }

  #burger {
    position: absolute;
    top: 0;
    left: 10px;
  }

  .menu-popup {
    position: fixed;
    left: 20px;
    top: 20px !important;
  }
}

@media only screen and (max-width: 567px) {
  #burger p {
    display: none;
  }

  #burger-container {
    position: absolute !important;
    top: 0;
    left: 10px;
  }

  #burger {
    position: absolute;
    top: 0;
    left: 10px;
  }

  .menu-popup {
    position: fixed;
    left: 0px;
    top: -5px !important;

    padding: 95px 30px 450px 30px;
    opacity: 0.94 !important;
    background: #0a1a25;
    height: 101vh;
    width: 100% !important;
    z-index: 4;
    opacity: 1;
    display: none;
  }
}

/* THE FACTS SECTION */
@media only screen and (min-width: 992px) {
  #the_facts {
    margin-top: -750px !important;
  }
}

.facts_wrap {
  color: #fff;
  /* background: red; */
  margin-top: -230px;
}

/* @media only screen and (max-height: 1177px) {
    .facts_wrap{
        margin-top: -300px;
    }
}

@media only screen and (max-height: 1000px) {
    .facts_wrap{
        margin-top: -150px;
    }
}

@media only screen and (max-height: 880px) {
    .facts_wrap{
        margin-top: 600px;
    }
} */

.factsBubbleBg {
  position: absolute;
  z-index: -2;
  width: 100%;
  margin-top: -100px;
  left: -50px;
  opacity: 0.5;
}

.title-facts {
  position: relative;
  margin-top: 80px;
  /* left: 26%; */
  margin-bottom: 50px;
  display: flex;
  height: 270px;
  justify-content: center;
  width: 100%;
}

.titleFactsPMobile {
  font-size: 65px;
  position: relative;
  margin-top: 10px;
  font-size: 70px;
  background: -webkit-linear-gradient(#72c7d2, #1f373e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: none;
  /* font-family: 'BebasNeue-Bold'; */
  font-family: "Oswald", sans-serif;
}

.facts_logo {
  width: 180px;
  height: 180px;
  display: none;
}

.title-FactsOne {
  display: none;
  font-size: 67px;
}

.title-FactsOne span {
  background: -webkit-linear-gradient(#72c7d2, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  padding: 0px;
  opacity: 0;
  transform: translate(0px, 0) scale(0.3);
  animation: leftRight 0.4s forwards;
  /* font-family: 'BebasNeue-Bold'; */
  font-family: "Oswald", sans-serif;
}

.title_facts-p {
  font-size: 16px;
  line-height: 22px;
  width: 800px;
  position: relative;
  color: #fff;
  margin-top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 100;
  font-family: "Avenir Book";
}

.bgText {
  letter-spacing: 1px;
  font-size: 34px;
  color: #6ec5d0;
  font-weight: 700;
  position: relative;
  margin-top: -75px;
  left: 60%;
  opacity: 0.8;
  width: 400px;
  animation: floatTextTwo 3s infinite 0s linear;
  font-family: "Avenir Black";
}

.icon_facts_img {
  position: relative;
  margin-top: -170px;
  margin-left: 500px;
}

.bubble_text {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  /* background: #10404e; */
  background: #6dc3cd;
  position: relative;
  margin-left: 270px;
  margin-top: 80px;
}

.bubble_text h3 {
  position: absolute;
  top: 25%;
  width: 220px;
  left: 10%;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.3px;
  margin-left: 4px !important;
}

.bubble_text p {
  width: 200px;
  position: absolute;
  top: 35%;
  left: 10%;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  font-family: "Avenir Book";
  opacity: 0.75;
}

.icon_text {
  width: 342px;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  position: relative;
  margin-top: 60px;
  margin-left: 620px;
  transform: translate(-50%, -50%);
  font-family: "Avenir Book";
}

.bgText1 {
  letter-spacing: 1px;
  font-size: 34px;
  color: #6ec5d0;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
  left: 20%;
  opacity: 0.8;
  animation: floatTextTwo 5s infinite 0s linear;
  font-family: "Avenir Black";
}

.title_facts-p1 {
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  width: 700px;
  position: relative;
  margin-top: 60px;
  left: 52%;
  transform: translate(-50%, -50%);
  font-family: "Avenir Book";
}

.title_facts-p1 a {
  color: #fff;
  text-decoration: underline;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 1199px) {
  #the_facts {
    margin-top: -500px !important;
  }

  .bubble_text {
    margin-left: 250px;
  }

  .icon_facts_img {
    margin-left: 475px;
  }

  .icon_text {
    margin-left: 600px;
  }

  .bgText1 {
    left: 12%;
  }
}

@media only screen and (max-width: 991px) {
  #the_facts {
    margin-top: -500px !important;
  }

  .title-FactsOne span {
    display: none !important;
  }

  .title-facts {
    top: 80px;
  }

  .facts_logo {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
    display: block !important;
  }

  .title_facts-p {
    width: 100%;
    /* margin-left: -10px; */
    margin-top: 130px !important;
  }

  .bgText {
    display: none;
  }

  .bubble_text {
    margin-top: -30px;
    margin-left: 170px;
  }

  .icon_facts_img {
    margin-left: 200px;
    margin-top: 60px;
  }

  .icon_text {
    margin-top: 35px;
    margin-left: 320px;
    width: 350px;
  }

  .bgText1 {
    display: none;
  }

  .title_facts-p1 {
    width: 100%;
    margin-left: -10px;
    margin-top: 120px;
  }

  .titleFactsPMobile {
    display: initial;
    margin-top: 100px;
  }

  .factsBubbleBg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .titleFactsPMobile {
    font-size: 55px;
    letter-spacing: 0px;
    margin-top: 105px;
  }

  .bubble_text {
    margin-top: -55px;
    margin-left: 80px;
  }

  .icon_facts_img img {
    transform: scale(0.7);
    margin-left: -65px;
    margin-top: -65px;

    /* padding: 0;
             margin: 0;
             display: -webkit-box; 
             display: -moz-box;
             display: -ms-flexbox;
             display: -webkit-flex;
             display: flex !important;
             align-items: center !important;
             justify-content: center !important; */
  }

  .icon_text {
    left: -70px;
    top: -50px;
  }

  .title_facts-p1 {
    margin-top: 65px;
  }

  .bubble_facts {
    width: 100%;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 600px) {
  .rowNew {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* .title_facts-p{
        top: 40px;
      margin-left: 10px !important;
     } */
  /* .bubble_text{
         margin-top: -70px !important;
      margin-left: 20px !important;

   } */

  .factsHandsImgContainer {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 526px) {
  .bubble_text {
    /* margin-left: 50px; */

    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .factsHandsImgContainer {
    margin-left: -35px;
  }
}

@media only screen and (max-width: 465px) {
  .titleFactsGif {
    transform: scale(0.75);
  }

  .factsHandsImgContainer {
    margin-left: -80px;
  }
}

@media only screen and (max-width: 430px) {
  .bubble_facts {
    /* margin-left: -30px !important; */
    all: initial;
    all: unset;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .title_facts-p {
    top: 34px !important;
    padding-left: 15px;
  }

  .title_facts-p1 {
    padding-left: 20px;
  }

  .factsHandsImgContainer {
    /* margin-left: -100px !important; */
    width: 100%;

    text-align: center !important;
    padding: 0;
    /* padding: 0;
            margin: 0;
            display: -webkit-box; 
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background: red;
            width: 100%; */
  }

  .icon_text {
    width: 80% !important;
  }
}

/* DROWNING DEFINED SECTION */

.drowningSection {
  margin-top: 300px;
  width: 100%;
  position: relative;
}

.light_one {
  position: relative;
  height: 100px;
  width: 100px;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.light_one2 {
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -100px;
  z-index: 1;
  visibility: hidden;
  opacity: 0.6;
}

.title-Drowning {
  position: relative;
  top: 10px;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 65px;
  height: 200px;
}

.titleDrowning {
  font-size: 60px !important;
  font-family: "BebasNeue-Bold";
  position: relative;
  margin-left: 40px !important;
  top: -100px !important;
  width: 100%;
  text-align: center !important;
  font-size: 63px;
  background: -webkit-linear-gradient(#68b7c2, #65b0bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  z-index: 1;
  opacity: 0.9;
  display: none;
}

.title-DrowningOne {
  display: none;
  font-size: 67px;
  position: relative;
  left: 55%;
  top: 60px;
  transform: translate(-50%, -50%);
}

.title-DrowningOne span {
  font-size: 63px;
  background: -webkit-linear-gradient(#68b7c2, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: "BebasNeue-Bold";
  z-index: 10;
  opacity: 0.9;
  animation: leftRight 0.4s forwards;
}

.lungs_logo {
  position: relative;
  margin-left: -42px;
  z-index: -1;
  opacity: 0.89;
  margin-top: -50px;
}

.defined_desc {
  position: relative;
  top: 20px;
  font-family: "Avenir Book";
}

.defined_desc p {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 800px;
  font-family: "Avenir Book" !important;
  line-height: 22px;
}

.child_logo {
  margin-top: 170px;
}

.lightShadow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 450px;
  z-index: 2;
  visibility: hidden;
}

.childPicLogoLightOff {
  position: relative;
  margin-top: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.child {
  position: absolute;
  margin-top: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  visibility: hidden;
  opacity: 1;
  transition: opacity 0s linear;
}

.child_text {
  font-family: "Avenir Book" !important;
}

.child_logo p {
  width: 275px;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-left: 520px;
  line-height: 22px;
}

.results_text {
  position: relative;
  color: white;
  display: block;
  margin-top: -60px;
  width: 100%;
}

.results1 {
  color: #fff;
  font-size: 16px;
  margin-right: 9px;
  position: relative;
  margin-left: 27%;
  font-family: "Avenir Book" !important;
}

.results2 {
  font-size: 23px;
  color: #6bc3ce;
  margin-left: 40%;
  position: relative;
  font-weight: 600;
  opacity: 0.85;
  letter-spacing: 1px;
  font-family: "Avenir Black";
  opacity: 0.85;
  animation: floatTextTwo 8s infinite 0s linear;
}

.results3 {
  font-size: 23px;
  color: #6bc3ce;
  margin-left: 45%;
  position: relative;
  margin-top: 5px;
  font-weight: 600;
  opacity: 0.4;
  animation: floatTextTwo 7s infinite 0s linear;
  font-family: "Avenir Black";
}

.results4 {
  font-size: 23px;
  color: #6bc3ce;
  margin-left: 35%;
  position: relative;
  margin-top: 10px;
  font-weight: 600;
  opacity: 0.85;
  animation: floatTextTwo 8s infinite 0s linear;
  font-family: "Avenir Black";
}

.drowningDefinedGif {
  margin-top: -60px !important;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 1199px) {
  .child_logo p {
    margin-left: 430px;
  }
}

@media only screen and (max-width: 991px) {
  .title-DrowningOne span {
    display: none !important;
  }

  .drowningDefinedGif {
    position: relative;
    top: -230px !important;
  }

  .titleDrowning {
    display: initial;
    margin-left: 60px !important;
  }

  .lungs_logo {
    margin-top: -650px;
    margin-left: -50px;
  }

  .defined_desc {
    top: -200px !important;
  }

  .defined_desc p {
    width: 100%;
    margin-left: -20px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Avenir Book";
  }

  .light_one {
    top: 210px;
    margin-left: -10px;
  }

  .light_one2 {
    top: 212px;
    margin-left: -100px !important;
  }

  .lightShadow {
    margin-top: 450px;
    height: 600px;
    width: 500px;
    margin-left: -10px;
  }

  .childPicLogoLightOff,
  .child {
    margin-top: -100px;
    margin-left: -10px;
  }

  .child_logo p {
    width: 100%;
    text-align: center;
    top: -100px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Avenir Book";
    margin-left: -25px !important;
  }

  .results_text {
    top: -10px;

    margin-left: -10px !important;
  }

  .results1,
  .results2,
  .results3,
  .results4 {
    margin-left: -15px !important;
    text-align: center;
    animation: none;
    margin-bottom: 15px;
  }

  .results1 {
    font-family: "Avenir Book" !important;
  }

  .childPicLogoLightOff {
    margin-left: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .title-Drowning {
    width: 600px !important;
    margin-left: -20px;
  }

  .titleDrowning {
    font-size: 55px !important;
  }

  .child_logo img {
    top: 360px;
    left: 37%;
    transform: scale(0.8);
  }

  .light_one {
    top: 170px;
    margin-left: -60px;
    transform: scale(0.8);
  }

  .light_one2 {
    top: 172px;
    margin-left: -100px !important;
    transform: scale(0.8);
  }

  .lightShadow {
    margin-top: 450px;
    height: 600px;
    width: 500px;
    margin-left: -10px;
  }

  .child_text {
    margin-top: -80px;
    font-family: "Avenir Book" !important;
  }

  .childPicLogoLightOff {
    top: -200px !important;
  }
}

@media only screen and (max-width: 540px) {
  .childPicLogoLightOff,
  .childPicLogo {
    margin-left: -25px !important;
  }

  .results_text {
    margin-left: -20px !important;
  }
}

@media only screen and (max-width: 465px) {
  .drowningDefinedGif {
    transform: scale(0.7);
  }

  .defined_desc {
    margin-top: -50px;
  }

  .lightShadowRow {
    position: relative;
    top: -35px !important;
  }

  .child_text {
    margin-top: -50px;
  }

  .results2,
  .results3,
  .results4 {
    font-size: 20px !important;
  }

  .childPicLogoLightOff {
    margin-left: -60px !important;
  }
}

@media only screen and (max-width: 430px) {
  .drowningDefinedGif {
    transform: scale(0.55);
  }

  .lightShadowRow {
    margin-left: -3px !important;
  }
}

/* WATCH OUTS */

.watch_out {
  margin-top: 300px;

  width: 100%;

  position: relative;
}

.watchout_title {
  position: relative;
  width: 100%;
  height: 250px;
}

.watchout_titleOne {
  display: none;
  font-size: 67px;
  font-family: "BebasNeue-Bold";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.watchout_titleOne span {
  background: -webkit-linear-gradient(#72c7d2, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  opacity: 0;
  transform: translate(0px, 0) scale(0.3);
  animation: leftRight 0.3s forwards;
  font-family: "BebasNeue-Bold";
  z-index: 999;
}

.watchOutBubbleBg {
  position: absolute;
  margin-left: 120px;
  margin-top: 155px;
  opacity: 0.45;
  height: 60%;
}

.warningicon {
  margin-left: -90px;
  margin-top: -70px;
  z-index: 1;
}

.warning_text1,
.warning_text2 {
  font-size: 65px;
  font-weight: 700;
  background: -webkit-linear-gradient(#74cbd7, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.85;
  display: none;
}

.warning_text1 {
  position: relative;
  margin-left: 67px;
  margin-top: -32px;
}

.warning_text2 {
  position: relative;
  margin-left: 35px;
  margin-top: -32px;
}

.spacer {
  width: 10px;
}

/* .warning_paragraph{
    position: relative;
    margin-top: 50px;
   

} */

.warning_paragraph p {
  position: relative;
  margin-top: 50px;
  color: white;
  font-size: 16px;
  opacity: 0.9;
  position: relative;
  width: 770px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Avenir Book" !important;
  line-height: 22px;
}

.faded_warning_text {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-family: "Avenir Black";
  margin-top: -80px;
  margin-bottom: 40px;
}

.faded_warning_text p {
  font-size: 34px;
  font-weight: 700;
  color: #6ec5d0;
  position: relative;
  margin-left: 620px;
  opacity: 0.5;
  margin-top: 40px;
  animation: floatTextTwo 5s infinite 0s linear;
}

.icons {
  position: relative;

  height: 1300px;
}

.coughicon {
  transform: scale(0.8);
  /* width: 165px;
    height: 165px; */
  border-radius: 50%;
  position: absolute;
  left: 30%;
  top: 0px;
}

.sleepicon {
  transform: scale(0.8);
  /* width: 127px;
    height: 127px; */
  border-radius: 50%;
  position: absolute;
  left: 44%;
  top: 127px;
}

.lungicon {
  transform: scale(0.8);
  /* width: 95px;
    height: 95px; */
  border-radius: 50%;
  position: absolute;
  left: 58%;
  top: 260px;
}

.irritableicon {
  transform: scale(0.8);
  /* height: 135px;
    width: 135px; */
  border-radius: 50%;
  position: absolute;
  left: 30%;
  top: 230px;
}

.downicon {
  transform: scale(0.8);
  /* height: 110px;
    width: 110px; */
  border-radius: 50%;
  position: absolute;
  left: 46%;
  top: 366px;
}

.moodicon {
  transform: scale(0.8);
  /* height: 90px;
    width: 90x; */
  border-radius: 50%;
  position: absolute;
  left: 31%;
  top: 430px;
}

.chesticon {
  transform: scale(0.8);
  /* width: 75px;
    height: 75px; */
  border-radius: 50%;
  position: absolute;
  left: 44%;
  top: 560px;
}

.large_bubble_text_watch_out {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  /* background: #10404e; */
  background: #6dc3cd;
  opacity: 0.85;
  position: absolute;
  left: 18%;
  top: 600px;
}

.large_bubble_text h3 {
  position: absolute;
  top: 50px;
  width: 220px;
  left: 33%;
  color: #fff;
  letter-spacing: 1.3px;
  font-family: "Oswald", sans-serif;
}

.large_bubble_text_watch_out p {
  width: 260px;

  position: absolute;
  top: 75px;
  left: 9%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Avenir Book";
}

.small_bubble_text {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  /* background: #10404e; */
  background: #6dc3cd;
  opacity: 0.85;
  position: absolute;
  left: 42%;
  top: 880px;
  font-family: "Avenir Book";
}

.small_bubble_text p {
  width: 190px;
  position: absolute;
  top: 44px !important;
  left: 10%;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.fbBtn {
  position: absolute;
  color: #fff;
  font-size: 11px;
  background: #3b5998;
  width: 130px;
  height: 34px;
  top: 114px;
  left: 23%;
}

.twitterBtn {
  position: absolute;
  color: #fff;
  font-size: 11px;
  background: #1bb2e9;
  width: 130px;
  height: 34px;
  top: 153px;
  left: 23%;
  padding-right: 21px;
  padding-top: 5px;
}

.mobileIconContainer {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 991px) {
  .warning_text1,
  .warning_text2 {
    display: initial;
    z-index: 1;
    top: -190px;
  }

  .watchout_titleOne span {
    display: none !important;
  }

  .warningicon {
    margin-left: 35px;
    margin-top: -600px;
    z-index: 0;
  }

  .watchout_title {
    top: -300px !important;
  }

  .warningTitleContainer {
    width: 100% !important;
  }

  .warning_text1 {
    margin-left: 110px;
  }

  .warning_paragraph {
    position: relative;
    margin-top: -240px;
  }

  .warning_paragraph p {
    width: 100%;
  }

  .faded_warning_text {
    display: none;
  }

  .coughicon,
  .sleepicon,
  .lungicon,
  .irritableicon,
  .downicon,
  .moodicon,
  .chesticon {
    display: none !important;
  }

  .mobileIconContainer {
    display: initial;
    margin: 0 auto;
    margin-left: -32px;
  }

  .mobileIconContainer img {
    margin: 0 auto;
  }

  .imgRight {
    margin-right: 25px !important;
  }

  .imgLeft {
    margin-left: 25px !important;
  }

  .watchOutBubbleBg {
    top: -230px;
    left: -145px;
  }

  .large_bubble_text_watch_out {
    margin-top: 200px;
    margin-left: 20px;
  }

  .small_bubble_text {
    background: transparent;
    margin-top: 250px;
    margin-left: -90px;
  }

  .small_bubble_text p {
    width: 100%;
    margin-left: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .watchOutBubbleBg {
    width: 100%;
  }

  .warning_paragraph {
    width: 100%;
  }

  .warning_text1,
  .warning_text2 {
    font-size: 55px;
    top: -175px;
  }

  .warning_text1 {
    margin-left: 50px;
  }

  .icons {
    transform: scale(0.8);
    margin-top: -190px;
  }

  .large_bubble_text_watch_out {
    left: 20px;
  }

  .small_bubble_text {
    margin-left: -110px;
  }

  .mobileIconContainer {
    margin-left: -40px !important;
  }
}

@media only screen and (max-width: 488px) {
  .imgRight,
  .imgLeft,
  .chesticonMobile {
    height: 110px;
    width: 110px;
  }

  .mobileIconContainer {
    margin-top: -40px !important;
  }

  .large_bubble_text_watch_out {
    margin-top: -20px;
    margin-left: -70px;
  }

  .small_bubble_text {
    margin-top: 50px;
    margin-left: -120px;
  }
}

@media only screen and (max-width: 442px) {
  .imgRight,
  .imgLeft,
  .chesticonMobile {
    height: 110px;
    width: 110px;
  }

  .mobileIconContainer {
    margin-top: -40px !important;
    margin-left: -23px !important;
  }

  .large_bubble_text_watch_out {
    margin-top: -20px;
    margin-left: -58px;
  }

  .small_bubble_text {
    margin-top: 50px;
    margin-left: -115px;
  }

  .watchOutGif {
    padding-left: 10px;
  }

  .warning_paragraph {
    width: 340px !important;
    margin-left: -60px !important;
  }
}

/* ACT FAST SECTION */

.act_fast {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.actFast_title {
  height: 250px;
  position: relative;
}

.actFast_titleOne {
  font-size: 67px;
  position: relative;
  top: 60px;
  left: 47%;
  font-family: "BebasNeue-Bold";
  transform: translate(-50%, -50%);
  display: none;
}

.actFast_titleOne span {
  font-size: 63px;
  background: -webkit-linear-gradient(#68b7c2, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  z-index: 1;
  font-family: "BebasNeue-Bold";
  opacity: 0.9;
  animation: leftRight 0.28s forwards;
}

.actFast_title img {
  position: relative;
  margin-top: -32px;
  /* margin-left: 27%; */
}

.actFast_title p {
  font-size: 75px;
  font-weight: 700;
  background: -webkit-linear-gradient(#74cbd7, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.85;
  position: relative;
  margin-left: 38%;
  margin-top: -137px;
  display: none;
}

.girl_icon {
  width: 100%;

  position: relative;
  margin-top: 300px;
}

.girlicon {
  width: 155px;
  height: 160px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.symptom1 {
  font-size: 15px;
  color: #fff;
  opacity: 0.85;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -175px;
  font-family: "Avenir Book" !important;
}

.symptom2 {
  font-size: 15px;
  color: #fff;
  opacity: 0.85;
  width: 100%;
  position: absolute;
  text-align: center;
  top: -155px;
  font-family: "Avenir Book" !important;
}

.symptom3 {
  position: absolute;
  font-size: 19px;
  color: #5398a1;
  font-weight: 600;
  left: 43%;
  top: -120px;

  animation: floatTextOne 4s infinite 0s linear;
  font-family: "Avenir Black" !important;
}

.symptom4 {
  position: absolute;
  font-size: 25px;
  color: #3d7179;
  font-weight: 600;
  opacity: 0.9;
  right: 32%;
  top: -70px;
  animation: floatTextTwo 6s infinite 0s linear;
  font-family: "Avenir Black" !important;
}

.symptom5 {
  position: absolute;
  font-size: 16px;
  color: #6bc3ce;
  font-weight: 600;
  opacity: 0.9;
  left: 31%;
  top: -60px;
  animation: floatTextTwo 3s infinite 0s linear;
  font-family: "Avenir Black" !important;
}

.symptom6 {
  position: absolute;
  font-size: 21px;
  color: #6bc3ce;
  font-weight: 600;
  right: 32%;
  top: 3px;
  animation: floatText 8s infinite 0s linear;
  font-family: "Avenir Black" !important;
}

.symptom7 {
  position: absolute;
  font-size: 19px;
  color: #437c84;
  font-weight: 600;
  opacity: 0.9;
  left: 27%;
  top: 5px;
  animation: floatTextOne 5s infinite 0s linear;
  font-family: "Avenir Black" !important;
}

.symptom8 {
  position: absolute;
  font-size: 21px;
  color: #69b3c1;
  font-weight: 600;
  width: 100%;
  text-align: center;
  top: 90px;
  animation: floatTextTwo 7s infinite 0s linear;
  font-family: "Avenir Black" !important;
}

.symptom9 {
  font-size: 15px;
  color: #fff;
  opacity: 0.85;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 120px;
  font-family: "Avenir Book" !important;
}

.oxygenRow {
  position: relative;
  width: 100%;
  margin-top: 300px;
  height: 300px;
}

.oxygen {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oxygenRectangle {
  position: absolute;
  width: 150px;
  height: 80px;
  border: 3px solid white;
  border-radius: 6px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 23px;
}

.oxygenText {
  font-size: 16px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 412px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 145px;
  font-family: "Avenir Book" !important;
}

.smileyRow {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 50px;
}

.smiley {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smileyText {
  font-size: 16px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 412px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 125px;
  font-family: "Avenir Book" !important;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 1199px) {
  .symptom4 {
    right: 29%;
    top: -70px;
  }

  .symptom5 {
    left: 28%;
    top: -60px;
  }

  .symptom6 {
    right: 29%;
    top: 3px;
  }

  .symptom7 {
    left: 24%;
    top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .actFast_titleOne span {
    display: none !important;
  }

  .factsDelayInnerContainer {
    margin-left: -20px !important;
  }

  .actFast_title img {
    margin-top: -467px !important;
    margin-left: -215px;
  }

  .actFast_title p {
    width: 100%;
    margin-left: 35%;
    margin-top: 150px;
    display: initial !important;
  }

  /* .actFast_title{
    width: 100%;
} */

  .actFastGif {
    position: relative;
    top: 300px;
    margin-left: 0px !important;
  }

  .factsDelay {
    margin-left: 50px;
  }

  .symptom1 {
    top: -200px !important;
  }

  .symptom2 {
    top: -180px !important;
  }

  .girlicon {
    margin-top: -30px;
  }

  .symptom3 {
    position: absolute;
    font-size: 19px;
    color: #5398a1;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    top: 66px;
    animation: none;
  }

  .symptom4 {
    position: absolute;
    font-size: 25px;
    color: #3d7179;
    font-weight: 600;
    opacity: 0.9;
    left: 50%;
    transform: translateX(-50%);
    top: 88px;
    animation: none;
    width: 100%;
    text-align: center;
  }

  .symptom5 {
    position: absolute;
    font-size: 16px;
    color: #6bc3ce;
    font-weight: 600;
    opacity: 0.9;
    left: 50%;
    transform: translateX(-50%);
    top: 124px;
    animation: none;
  }

  .symptom6 {
    position: absolute;
    font-size: 21px;
    color: #6bc3ce;
    font-weight: 600;
    left: 49%;
    width: 100%;
    text-align: center;
    margin-left: 10px !important;
    transform: translateX(-50%);
    top: 174px;
    animation: none;
  }

  .symptom7 {
    position: absolute;
    font-size: 19px;
    color: #437c84;
    font-weight: 600;
    opacity: 0.9;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    animation: none;
  }

  .poolDivText {
    font-size: 16px;
    line-height: 22px;
    font-family: "Avenir Book";
  }

  .symptom8 {
    position: absolute;
    font-size: 21px;
    color: #69b3c1;
    font-weight: 600;
    width: 100%;
    text-align: center;
    top: 200px;
    animation: none;
  }

  .symptom9 {
    font-size: 15px;
    color: #fff;
    opacity: 0.85;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 230px;
  }

  .oxygenRow,
  .smilyRow {
    margin-top: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .actFast_title p {
    font-size: 55px !important;
    margin-top: -85px;
  }
}

@media only screen and (max-width: 500px) {
  .actFastGif {
    transform: scale(0.75);
  }

  .actFast {
    width: 100%;
  }

  .oxygen,
  .smiley,
  .girlicon {
    height: 100px;
    width: 100px;
  }

  .girl_icon_text,
  .oxygenText,
  .smileyText {
    max-width: 80% !important;
    margin-top: -10px !important;
  }

  .oxygenText,
  .smileyText {
    line-height: 22px;
  }

  .smileyText {
    margin-top: -20px !important;
  }

  .symptom1,
  .symptom2 {
    margin-top: -50px;
  }

  .girlicon {
    margin-top: -110px;
  }

  .symptom3,
  .symptom4,
  .symptom5,
  .symptom6,
  .symptom7,
  .symptom8,
  .symptom9 {
    margin-top: -90px;
  }

  .oxygenRow {
    margin-top: 300px !important;
  }

  .smileyRow {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 430px) {
  .girl_icon_text {
    width: 200px !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .girl_icon_text p {
    width: 100% !important;
  }

  .symptom3,
  .symptom5,
  .symptom7 {
    width: 100% !important;
    text-align: center !important;
  }
}

/* STATISTICS SECTION */

.statsSection {
  /* height: 1900px; */
  width: 100%;
  position: relative;
  margin-top: 200px;
}

.statsTitle {
  position: relative;
  width: 100%;
  margin-top: 250px;
  height: 230px;
  left: 50%;
  margin-left: 50px !important;
  margin-bottom: -60px !important;
  transform: translate(-50%, -50%);
}

.statsTitleOne {
  display: none;
  font-size: 67px;
  position: relative;
  font-family: "BebasNeue-Bold";

  width: 100%;
}

.statTitleGif {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  margin-left: -100px;
}

.statsTitleOne span {
  background: -webkit-linear-gradient(#68b7c2, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  z-index: 1;
  font-family: "BebasNeue-Bold";

  opacity: 0.9;
  animation: leftRight 0.4s forwards;
}

.statsTitle p {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -155px;
  font-size: 65px;
  font-weight: 700;
  background: -webkit-linear-gradient(#74cbd7, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
  display: none;
}

.statsIcon {
  position: relative;
  margin-left: 280px;
  margin-right: -200px;
  margin-top: -150px;
}

.statsCircle {
  position: relative;
  width: 100%;
  margin-top: -20px;
  height: 250px;
}

.stats_circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #0f3947;
  position: absolute;
  right: 33%;
}

.stats_circle_text {
  color: #fff;
  font-size: 16px;
  width: 120px;
  text-align: center;
  position: absolute;
  margin-top: 48px;
  left: 15%;
  font-family: "Avenir Book";
}

.stats_preventable {
  position: absolute;
  font-size: 30px;
  color: #2b737e;
  opacity: 1;
  margin-top: 110px;
  margin-left: 90px;
  animation: floatTextOne 5s infinite 0s linear;
  font-family: "Avenir Black";
}

.poolSection {
  position: relative;
}

.poolSection p {
  width: 315px;
  color: #fff;
  font-size: 17px;
  font-family: "Avenir Book";
}

#study_num {
  font-size: 30px;
  color: #6ebbc9;
  position: absolute;
  font-weight: 600;
  left: -190px;
  top: 27px;
}

.takeawayCircle {
  position: relative;
  width: 100%;

  margin-top: 50px;
  height: 280px;
}

.takeaway_circle {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 30%;
  border-radius: 50%;
  background: #0f3947;
  opacity: 0.7;
}

.takeaway_circle_text {
  color: #fff;
  font-size: 19px;
  position: absolute;
  margin-top: 60px;
  left: 24%;
  letter-spacing: 1.3px;
  font-family: "Oswald", sans-serif;
}

.takeaway_p {
  color: #fff;
  width: 200px;
  font-size: 14px;
  font-weight: 100;
  position: absolute;
  margin-top: 90px;
  left: 10%;
  text-align: center;
  font-family: "Avenir Book";
}

.last_stats_circle {
  position: relative;
  width: 100%;
  height: 200px;

  margin-top: -70px;
}

.lastStats_circle {
  width: 190px;
  height: 190px;
  position: absolute;
  border-radius: 50%;
  background: #0f3947;
  right: 36%;
  opacity: 0.7;
}

.lastStats_circle_text {
  color: #fff;
  width: 150px;
  font-size: 13px;
  font-weight: 100;
  position: absolute;
  margin-top: 54px;
  left: 11%;
  text-align: center;
  font-family: "Avenir Book";
}

.pool {
  position: relative;
  right: -55px !important;
}

.poolSectionMobileNew,
.poolSectionMobile1,
.poolSectionMobile2 {
  display: none !important;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 991px) {
  .statsTitleOne span {
    display: none !important;
  }

  .statTitleGif {
    position: relative;
    top: -300px;
    margin-left: -70px;
  }

  .statsTitle p {
    display: initial;
    margin-top: -35px !important;
    z-index: 1;
  }

  .statsIcon {
    position: relative;
    margin-left: 200px;
    margin-right: -200px;
    margin-top: -590px;
    z-index: 0;
  }

  .stats_preventable {
    display: none !important;
  }

  .stats_circle {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px;
    top: -230px;
  }

  .poolSection {
    display: none;
  }

  .poolSectionMobileNew,
  .poolSectionMobile1,
  .poolSectionMobile2 {
    display: flex !important;
    margin-left: -60px !important;
    overflow-x: hidden !important;
  }

  .poolSectionMobileNew {
    margin-top: -300px;
  }

  .poolSectionMobileNew p,
  .poolSectionMobile1 p,
  .poolSectionMobile2 p {
    width: 100%;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .poolSectionMobile2 img {
    margin-bottom: 33px;
  }

  #study_numMobile {
    font-size: 30px;
    color: #6ebbc9;
    position: absolute;
    font-weight: 600;
    margin-left: -60px;

    top: 690px;
    width: 100px;
  }

  .takeaway_circle {
    margin-left: -20px !important;
  }

  .lastStats_circle {
    background: none;
  }

  .lastStats_circle_text {
    left: 5px;
  }

  .lastStats_circle p {
    width: 300px;
    margin-left: -75px;
    margin-top: 60px !important;
  }

  .pool {
    margin-left: -120px;
  }
}

@media only screen and (max-width: 767px) {
  #study_numMobile {
    margin-top: 70px;
  }

  .takeaway_circle {
    margin-left: -50px !important;
  }

  .lastStats_circle_text {
    margin-left: -50px !important;
  }
}

@media only screen and (max-width: 575px) {
  .statTitleGif {
    width: 75%;
  }

  .factsDelay {
    padding-right: 25px;
    padding-left: 20px;
  }

  /* #study_numMobile{
    margin-top: 150px;
} */
  .pool {
    transform: scale(0.8);
  }

  .takeaway_circle {
    margin-left: -90px !important;
  }

  .lastStats_circle_text {
    margin-left: -5px !important;
  }
}

@media only screen and (max-width: 531px) {
  #study_numMobile {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 457px) {
  #study_numMobile {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 420px) {
  #study_numMobile {
    margin-top: 150px;
    padding-left: 17px !important;
  }

  .statTitleGif {
    padding-left: 20px !important;
  }

  .statsCircle {
    margin-left: 3px !important;
  }

  .pool {
    padding-left: 17px !important;
  }

  .takeawayCircle {
    margin-left: 0px !important;
  }

  .lastStats_circle_text {
    margin-left: -6px !important;
  }
}

/* STAY INFORMED */

.stay_informed {
  color: #fff;
  position: relative;
  height: 1200px;
  width: 100%;
  margin-top: 130px;
}

.bubblesInformedBg {
  position: absolute;
  margin-top: 300px;
  right: 10%;
  z-index: -2;
  opacity: 0.45;
}

/* .light_informed{
      position: absolute;
      height: 100px;
      width: 100px;
      
      right: 9%;
  } */

.informed_title {
  position: relative;
  top: 60px;
  height: 200px;
}

.informed_titleOne {
  display: none;
  font-size: 67px;
  position: relative;
  left: 53%;
  font-family: "BebasNeue-Bold";
  transform: translate(-50%, -50%);
}

.informed_titleOne span {
  font-size: 63px;
  background: -webkit-linear-gradient(#68b7c2, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  z-index: 1;
  opacity: 0.9;
  animation: leftRight 0.4s forwards;
  font-family: "BebasNeue-Bold";
}

.informed_title img {
  position: relative;
  margin-left: -45px;
  margin-top: -15px;
}

.informed_title p {
  position: absolute;
  left: 20%;
  top: 109px;
  display: none;
  font-size: 65px;
  font-weight: 700;
  background: -webkit-linear-gradient(#74cbd7, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
}

.informed_p {
  position: relative;
  top: 130px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Avenir Book";
}

.informed_p p {
  color: white;
  font-size: 16px;
  opacity: 0.9;
  position: absolute;
  width: 770px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.informed_paper {
  position: relative;
  top: 200px;
}

.paper1 {
  position: absolute;
  left: 23%;
  top: 50px;
  z-index: 3;
  animation: floatTextPaperTwo 5s infinite 0s linear;
  cursor: pointer;
}

.paper2 {
  position: absolute;
  right: 23%;
  z-index: 3;
  animation: floatTextPaper 6s infinite 0s linear;
  cursor: pointer;
}

.paper3 {
  position: absolute;
  left: 8%;
  top: 150px;
  z-index: -1;
}

.paper4 {
  position: absolute;
  left: 38%;
  top: 140px;
  z-index: 1;
  animation: floatTextPaperOne 7s infinite 0s linear;
  cursor: pointer;
}

.paper5 {
  position: absolute;
  right: 9%;
  top: 120px;
  z-index: -1;
  cursor: pointer;
}

.paper6 {
  position: absolute;
  left: 15%;
  top: 228px;
  z-index: 1;
  animation: floatTextPaperTwo 6s infinite 0s linear;
  cursor: pointer;
}

.paper7 {
  position: absolute;
  left: 35%;
  top: 290px;
  z-index: 2;
  animation: floatTextPaper 7s infinite 0s linear;
  cursor: pointer;
}

.paper8 {
  position: absolute;
  right: 12%;
  top: 245px;
  z-index: 1;
  animation: floatTextPaper 8s infinite 0s linear;
  cursor: pointer;
}

.paper9 {
  position: absolute;
  left: 15%;
  top: 437px;
  z-index: 2;
  animation: floatTextPaper 6s infinite 0s linear;
  cursor: pointer;
}

.paper10 {
  position: absolute;
  left: 26%;
  top: 535px;
  z-index: -1;
}

.paper11 {
  position: absolute;
  right: 22%;
  top: 445px;
  z-index: 1;
  animation: floatTextPaperTwo 6s infinite 0s linear;
  cursor: pointer;
}
.paper12 {
  position: absolute;
  left: 38%;
  top: 590px;
  z-index: 1;
  animation: floatTextPaper 6s infinite 0s linear;
  cursor: pointer;
}

.paper12 {
  position: absolute;
  left: 38%;
  top: 590px;
  z-index: 1;
  animation: floatTextPaper 6s infinite 0s linear;
  cursor: pointer;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 991px) {
  .informed_titleOne span {
    display: none !important;
  }

  .informed_title img {
    margin-top: -120px;
  }

  .informed_title p {
    display: initial;
    left: 50%;
    transform: translateX(-50%);
    top: 109px;
    width: 100%;
    text-align: center;
  }

  .paper1 {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
    top: 160px;
    z-index: 3;
    animation: none;
    cursor: pointer;
  }

  .paper2 {
    position: absolute;
    left: 50%;
    transform: translateX(-65%);
    top: 0px;
    z-index: 3;
    animation: none;
    cursor: pointer;
  }

  .paper3 {
    display: none;
  }

  .paper4 {
    position: absolute;
    left: 50%;
    transform: translateX(-65%);
    top: 300px;
    z-index: 1;
    animation: none;
    cursor: pointer;
  }

  .paper5 {
    display: none;
  }

  .paper6 {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
    top: 410px;
    z-index: 1;
    animation: none;
    cursor: pointer;
  }

  .paper7 {
    position: absolute;
    left: 50%;
    transform: translateX(-65%);
    top: 550px;
    z-index: 2;
    animation: none;
    cursor: pointer;
  }

  .paper8 {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
    top: 800px;
    z-index: 1;
    animation: none;
    cursor: pointer;
    display: none;
  }

  .paper9 {
    position: absolute;
    left: 50%;
    transform: translateX(-65%);
    top: 880px;
    z-index: 2;
    animation: none;
    cursor: pointer;
  }

  .paper12 {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
    top: 995px;
    z-index: 2;
    animation: none;
    cursor: pointer;
  }

  .paper10 {
    display: none;
  }

  .paper11 {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
    top: 720px;
    z-index: 1;
    animation: none;
    cursor: pointer;
  }

  .bubblesInformedBg {
    position: absolute;
    margin-top: 600px;
    right: 0px;
    z-index: -2;
    opacity: 0.45;
    width: 100%;
  }

  .informed_p {
    margin-left: -55px;
    top: 50px !important;
  }

  .informed_p p {
    width: 95%;
  }
}

@media only screen and (max-width: 575px) {
  .paper1,
  .paper2,
  .paper4,
  .paper6,
  .paper7,
  .paper8,
  .paper9,
  .paper11,
  .paper12 {
    width: 80%;
    margin-left: -10px !important;
  }

  .paper1 {
    margin-top: -50px !important;
  }

  .paper4 {
    margin-top: -85px !important;
  }

  .paper6 {
    margin-top: -100px !important;
  }

  .paper7 {
    margin-top: -135px !important;
  }

  .paper11 {
    margin-top: -160px !important;
  }

  .paper9 {
    margin-top: -210px !important;
  }

  .paper12 {
    margin-top: -213px !important;
  }

  .stayInformedGif {
    transform: scale(0.75);
  }
}

@media only screen and (max-width: 475px) {
  .stayInformedGif {
    transform: scale(0.65);
    margin-left: -20px !important;
  }
}

/* CHALLENGE SECTION */

.challengeSec {
  position: relative;
  height: 2000px;
  width: 100%;
  margin-top: 240px;
}

.challenge_title {
  position: relative;
  width: 100%;
  height: 250px;
}

.challenge_title p {
  position: absolute;
  left: 50%;
  margin-left: 20px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  top: 50px;
  font-size: 55px;
  font-weight: 700;
  background: -webkit-linear-gradient(#74cbd7, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
  display: none;
  font-family: "BebasNeue-Bold";
}

.challenge_titleOne {
  display: none;
  font-size: 67px;
  position: relative;
  left: 50%;

  transform: translate(-50%, -50%);
}

.challenge_titleOne span {
  background: -webkit-linear-gradient(#72c7d2, #74cbd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  opacity: 0;
  transform: translate(0px, 0) scale(0.3);
  animation: leftRight 0.4s forwards;
  font-family: "BebasNeue-Bold";
}

.circle_challenge {
  position: relative;
  margin-top: -80px;
}

.circle_chall {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #0f3947;
  left: 20%;
}

.circle_chall p {
  position: absolute;
  color: #fff;
  font-size: 15px;
  width: 165px;
  text-align: center;
  top: 40px;
  left: 10%;
  font-family: "Avenir Book";
}

.pool_copy {
  position: absolute;
  left: 30%;
  top: 130px;
  z-index: 1;
}

.boy {
  position: absolute;
  right: 39%;
  top: 147px;
  z-index: 0;
}

.challenge_p {
  position: relative;
  top: 220px;
}

.challenge_p p {
  color: white;
  font-size: 16px;
  opacity: 0.9;
  position: absolute;
  width: 790px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Avenir Book";
  line-height: 22px;
}

.question {
  position: relative;
  top: 360px;
  display: block;
  font-family: "Avenir Black";
}

.q1 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #569da7;
  font-weight: 600;
}

.q2 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #569da7;
  font-weight: 600;
}

.q3 {
  width: 100%;
  text-align: center;
  font-size: 27px;
  color: #569da7;
  font-weight: 600;
}

.q4 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #569da7;
  font-weight: 600;
}

.q5 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #569da7;
  font-weight: 600;
}

.q6 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #569da7;
  font-weight: 600;
}

.q7 {
  width: 100%;
  text-align: center;
  font-size: 46px;
  color: #5fadb7;
  font-weight: 600;
}

.question_mark {
  position: absolute;
  left: 50%;
  top: 428px;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 205px;
}

.quizCircle {
  position: relative;
  width: 270px;
  height: 270px;
  background: #0f3947;
  margin-top: 580px;
  border-radius: 50%;
  left: 52%;
}

.colins_hope {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translate(-50%, -50%);
}

.quizP p {
  width: 190px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 153px;
  color: #fff;
  font-family: "Avenir Book";
}

.quiz_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: #6ec5d0;
  color: #fff;
  font-size: 16px;
  padding: 0px 25px;
  border: none;
  margin: 0;
}

.questionMobile {
  display: none;
  font-family: "Avenir Black";
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 991px) {
  .challengeSec {
    margin-top: 450px;
    height: 1800px;
  }

  .challenge_title p {
    display: initial;
  }

  .challenge_titleOne span {
    display: none !important;
  }

  .circle_chall {
    background: none;
    width: 100%;
    left: 0px;
  }

  .introAnimationTwo {
    display: none;
  }

  .circle_chall p {
    position: absolute;
    color: #fff;
    font-size: 15px;
    width: 100% !important;
    text-align: center;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px;
  }

  .pool_copy {
    left: 70px;
  }

  .challenge_p p {
    margin-left: -10px;
    width: 98%;
  }

  .question {
    display: none;
  }

  .questionMobile {
    position: relative;
    display: initial;
    top: 300px !important;
    left: -40px !important;
  }

  .q1,
  .q2,
  .q3,
  .q4 {
    animation: none;
  }

  .question_mark {
    position: relative;
    margin-top: -580px;
    left: 50%;
    margin-left: 0px;
    transform: translateX(-50%);
  }

  .quizCircle {
    margin-left: -180px;
  }
}

@media only screen and (max-width: 767px) {
  .pool_copy,
  .boy {
    transform: scale(0.85);
  }

  .pool_copy {
    margin-left: -90px !important;
  }

  .boy {
    left: 235px !important;
  }

  .challengeFactsDelay {
    width: 98% !important;
  }

  .circle_chall p {
    margin-left: -50px !important;
  }

  .challenge_p p {
    margin-left: -50px !important;
  }

  .questionMobile {
    left: -65px !important;
  }

  .question_mark {
    top: 400px;
  }

  .quizCircle {
    margin-left: -205px;
    margin-top: 510px;
  }
}

@media only screen and (max-width: 475px) {
  .pool_copy {
    margin-left: -139px !important;
  }

  .boy {
    margin-left: -76px !important;
  }

  .challengeTitleGif {
    transform: scale(0.7);
  }

  .challenge_p {
    padding-right: 0px !important;
    width: 350px !important;
  }
}

@media only screen and (max-width: 419px) {
  .pool_copy {
    margin-left: -87px !important;
    width: 80% !important;
  }

  .boy {
    margin-left: -85px !important;
    width: 17% !important;
  }

  .challenge_p {
    margin-top: -35px !important;
  }

  .challenge_p p {
    padding-left: 11px !important;
  }

  .questionMobile {
    left: -40px !important;
  }

  .quizCircle {
    margin-left: -180px !important;
  }

  .challengeTitleGif {
    margin-left: 24px !important;
  }

  .circle_challenge {
    padding-left: 15px !important;
  }
}

/* animations */

@keyframes floatText {
  0% {
  }

  25% {
    transform: translateY(-15px);
    opacity: 0.76;
  }

  50% {
  }

  75% {
    transform: translateY(15px);
    opacity: 0.55;
  }

  100% {
  }
}

@keyframes floatTextOne {
  0% {
  }

  25% {
    transform: translateY(-10px);
    opacity: 0.76;
  }

  50% {
  }

  75% {
    transform: translateY(10px);
    opacity: 0.55;
  }

  100% {
  }
}

@keyframes floatTextTwo {
  0% {
  }

  25% {
    transform: translateY(-5px);
    opacity: 0.55;
  }

  50% {
  }

  75% {
    transform: translateY(5px);
    opacity: 0.76;
  }

  100% {
  }
}

/* Paper float animations */

@keyframes floatTextPaper {
  0% {
  }

  25% {
    transform: translateY(-15px);
  }

  50% {
  }

  75% {
    transform: translateY(15px);
  }

  100% {
  }
}

@keyframes floatTextPaperOne {
  0% {
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
  }

  75% {
    transform: translateY(10px);
  }

  100% {
  }
}

@keyframes floatTextPaperTwo {
  0% {
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
  }

  75% {
    transform: translateY(5px);
  }

  100% {
  }
}

/* BUBBLES ANIMATION */
#bubbles {
  padding: 100px 0;
  position: absolute;
  left: 30%;
  transform: translate(-50%, -50%);
}

.bubble {
  width: 60px;
  height: 60px;
  background: #145f73;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: absolute;
}

.x1 {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0.3;
  animation: moveclouds 15s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 15s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 15s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveclouds 15s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.x2 {
  left: 200px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0.2;
  animation: moveclouds 25s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 25s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  -moz-animation: moveclouds 25s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  -o-animation: moveclouds 25s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
}

.x3 {
  left: 350px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0.3;
  animation: moveclouds 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveclouds 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.x4 {
  left: 470px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0.25;
  animation: moveclouds 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: moveclouds 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -o-animation: moveclouds 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.x5 {
  left: 150px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0.2;
  animation: moveclouds 7s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 7s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
  -moz-animation: moveclouds 7s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
  -o-animation: moveclouds 7s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
}

@-webkit-keyframes moveclouds {
  0% {
    top: 500px;
  }

  100% {
    top: -500px;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes moveclouds {
  0% {
    top: 500px;
  }

  100% {
    top: -500px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@-o-keyframes moveclouds {
  0% {
    top: 500px;
  }

  100% {
    top: -500px;
  }
}

@-o-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@keyframes moveclouds {
  0% {
    top: 500px;
  }

  100% {
    top: -500px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/* ANIMATED RIPPLE TEXT */
.animated {
  margin: 100px 0 0;
}

@keyframes leftRight {
  40% {
    transform: translate(0, 0) scale(0.2);
    opacity: 0.3;
  }

  60% {
    transform: translate(0, 0) scale(1.7);
    opacity: 0.8;
  }

  80% {
    transform: translate(0) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 991px) {
  #bubbles {
    display: none !important;
  }

  .arrowdown {
    margin-top: -70px;
    animation-delay: 0s;
  }

  .falling_text {
    height: 700px;
    margin-bottom: -380px;
  }

  .sinking_words {
    display: none !important;
  }

  .sinking_wordsMobile {
    display: initial;
  }

  .intro_text {
    top: 200px;
  }

  .sinking1,
  .sinking2,
  .sinking3 {
    opacity: 0.55 !important;
  }

  .DesktopvideoBg {
    display: none;
  }

  .mobileBg {
    display: initial;
    width: 100%;
  }

  .sinking4 {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* .container{
        padding-left: 20px !important;
        padding-right: 20px !important;
    } */

  .intro_text {
    top: 70px;
    transform: scale(0.85);
  }
}

@media only screen and (max-width: 535px) {
  .fullscreen-video-wrap {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 435px) {
  .sinking1,
  .sinking2,
  .sinking3,
  .sinking4,
  .sinking5 {
    font-size: 22px !important;
  }
}

@media only screen and (min-width: 992px) {
  .couchPic {
    margin-top: -600px !important;
  }
}

@media only screen and (max-width: 991px) {
  .challengeSec {
    height: 1550px;
  }
}

@media only screen and (max-width: 500px) {
  html,
  body {
    width: auto !important;
    overflow-x: hidden !important;
  }

  .footer {
    display: initial;
  }
}

@media only screen and (max-width: 442px) {
  .intro_text {
    width: 600px !important;
    margin-left: -90px;
  }

  .rowNew {
    margin-top: -650px !important;
  }

  .drowning_defined {
    margin-top: -100px !important;
  }

  .act_fast {
    margin-top: -280px !important;
  }

  .stay_informed {
    margin-top: 10px !important;
  }

  .challengeSec {
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 991px) {
  .IntroDesktop {
    display: none;
  }
}

@media only screen and (min-width: 991px) {
  .introMobile {
    display: none;
  }
}

#menuPopup {
  font-family: "Avenir Book";
  font-weight: 500;
}

.carousel-control-prev {
  margin-left: -150px;
}

.carousel-control-next {
  margin-right: -150px;
}

.arrowSliderLeft,
.arrowSliderRight {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .carousel-control-prev {
    margin-left: 0px;
  }

  .carousel-control-next {
    margin-right: 0px;
  }
}

.carousel-indicators {
  margin-bottom: -60px;
}

@media only screen and (max-width: 430px) {
  .menu-popup {
    left: 0px;
    top: 0px;
  }

  .watchOutGif {
    transform: scale(0.8);
  }

  .warning_paragraph p {
    margin-top: -5px;
  }
}

.footer {
  font-family: "Avenir Book";
}

.twitterIconWatchOut {
  color: #fff !important;
}

.tweetTextButton {
  padding-bottom: 10px;
}

.introAnimationOne {
  position: relative;
  transform: scale(1.4);
  top: 300px;
  visibility: hidden;
}

.introAnimationTwo {
  position: relative;
  transform: scale(1.4);
  top: -350px !important;
  z-index: 4;
  visibility: hidden;
}

/* CSS IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bgText {
    margin-top: -20px !important;
    font-family: "Oswald", sans-serif;
  }

  .sinking1,
  .sinking2,
  .sinking4,
  .bgText1,
  .results2,
  .results3,
  .results4,
  .faded_warning_text p,
  .symptom3,
  .symptom4,
  .symptom5,
  .symptom6,
  .symptom7,
  .symptom8,
  .stats_preventable,
  .questiosn .q1,
  .questiosn .q2,
  .questiosn .q3,
  .questiosn .q4,
  .questiosn .q5,
  .questiosn .q6,
  .questiosn .q7 {
    font-family: "Oswald", sans-serif !important;
  }

  .latoFont {
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
  }

  .latoBoldFont {
    font-family: "Lato", sans-serif !important;
    font-weight: 900;
  }
}

@media only screen and (min-width: 991px) {
  .drowning_defined {
    margin-top: -100px !important;
  }

  .watch_out {
    margin-top: 120px !important;
  }

  .actFast {
    margin-top: -55px !important;
  }

  .statistics {
    margin-top: -100px !important;
    margin-bottom: 145px !important;
  }

  .challenge {
    margin-top: -120px !important;
  }
}

.carousel-indicators li {
  background-color: #fff;
  opacity: 0.4;
}

.carousel-indicators .active {
  background-color: #fff;
  opacity: 1;
}

.drowningInaSeaLink {
  font-size: 16px !important;
}

@media only screen and (max-width: 991px) {
  .introMobile {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
    font-size: 20px !important;
    margin-top: -130px !important;
  }
}

@media only screen and (max-width: 415px) {
  .intro_text {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .introMobile h1 {
    font-size: 20px !important;
  }

  #study_numMobile {
    margin-top: -20px !important;
  }

  .bubble_facts .bubble_text h3 {
    font-size: 17px !important;
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  #study_numMobile {
    margin-top: -5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .drowningInaSeaLink {
    position: relative !important;
    top: -22px !important;
    left: 324px !important;
  }
}

@media only screen and (max-width: 600px) {
  .arrowSliderLeft,
  .arrowSliderRight {
    display: none !important;
  }
}

/* Safari 10.1+ */

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .bubble_text h3 {
      font-size: 17px !important;
      width: 100% !important;
    }
  }
}
