/* 

Theme Name:   Jujubarte Creche Escola
Theme URI:    
Author:       
Author URI:   
Description:  
Version:      
Tested up to: 
Requires PHP: 
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  
Tags:         

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* NOTEBOOK > 15" */

@media screen and (min-width: 1440px) { 
   
}

@media screen and (max-width: 1440px) {
   
}

/* NOTEBOOK < 13" */

@media screen and (max-width: 991px) and (min-width: 767px){
    /*.article_title, .archive-product-class{height: 18rem;}*/
    
}

/* CELULAR COM TELA GRANDE */

@media screen and (max-width: 767px) {
    /*.article_title, .archive-product-class{height: 15rem;}*/
}

/* CELULAR */

@media screen and (min-width: 575px) { 
    
}

@media screen and (max-width: 575px) {
    .topo{
    width: 100%;
    min-width: 300px;
  } 
}



:root{
    /* colors */


    /* fonts */
    --font-main: 'Outfit', sans-serif;
}


body{
/*background-image: linear-gradient(to right, #114ae9, #0070fc, #0090ff, #00acff, #00c5ff,
 #00c5ff, #00c5ff, #00c5ff, #00acff, #0090ff, #0070fc, #114ae9);*/
	font-family: var(--font-main);
	hyphens: auto;
 	-webkit-hyphens: auto; /* Para navegadores WebKit */
  	-ms-hyphens: auto; /* Para navegadores IE */
  	lang: pt-BR; 
background-color:#ffffff;	
box-sizing:border-box;
overflow-x: hidden;
}
body::-webkit-scrollbar { width: .8rem; }  
body::-webkit-scrollbar-track { background: #cecece;  }   
body::-webkit-scrollbar-thumb { background: #6aabcf; border-radius:26px;  transition: ease .4s;}  
body::-webkit-scrollbar-thumb:hover { background: #a9f5ff; transition: ease .4s;}

mark, .mark{padding: 0 !important;}

.btn{transition: .5s;}

.header-styled .menu-item.active .btn-navbar-responsive,
.btn-navbar-responsive.dropdown-toggle.show{color: #2a2a2a;}

.parallax-first {background: url(images/wallpaper/parallax/parallax-first.jpg);}

.carousel-item-images::after{
    content: "";
    position: absolute; top: 0; left: 0; bottom: 0; right: 0;
    width: 100%; height: 100%;
    /*background: #00000070;*/
}

.section {
    overflow-x:hidden;
}

/*menu*/
.menu-principal {
	background-color: #ffffffd4;
	backdrop-filter: blur(3px);	
  align-content: space-around;
}



.collapse.show {
	background-color: #fffffff2;
	backdrop-filter: blur(8px);	
}


.single-product .breadcrumbs-nav, .single-product .breadcrumbs-nav a{color:#ffffff;}

.footer-post-content .text-secondary {
    display: none;
}

.page-item.active .btn {
    background-color: #ffffff;
    border:none;
}

/*Animação*/

.hero-section {
  position: relative;
  background-image: linear-gradient(to left top, #1bddf9, #00b7ea, #0090d7, #0069bc, #0a4299);
  overflow: hidden;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*height: 60vh;*/
  

}

.logo-outer {
  width: 100%;
  height: 60%;
  background: radial-gradient(89.08% 84.62% at 16.54% 78.46%,#99f3ff00 0%,#85e3ff00 39.58%,#26e2ff00 77.6%,#3be0fa00 100%);
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

svg.logo {
  width: 88%;
  max-height: 66%;
}


/*Textos e títulos*/

/*h2, h3, h3 {
  font-family: 'Outfit', sans-serif;
}*/

.titulo-grande {
  font-size: 3rem; /* Padrão (Mobile) */

}

@media (min-width: 768px) {
  .titulo-grande {
    font-size: 5rem; /* Tablets */
  }
}

@media (min-width: 1024px) {
  .titulo-grande {
    font-size: 5rem; /* Desktop */
  }
}

.bg-liquido {
    background-image: url(images/bg-hero.jpg);
    background-size: cover;      /* Cobre toda a área da tela */
    background-position: center; /* Centraliza a imagem perfeitamente */
    background-repeat: no-repeat;/* Evita que a imagem se repita */
}

.bg-pages {
    background-image: url(images/bg-pages.png);
    background-size: cover;      /* Cobre toda a área da tela */
    background-position: center; /* Centraliza a imagem perfeitamente */
    background-repeat: no-repeat;/* Evita que a imagem se repita */
}

/*Textos*/

.escrita {
    font-family: "Parisienne", cursive;

}

.gradiente {
	background: linear-gradient(to top, #abf1ff, #8cf7ff);
	background-clip: text;
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	color: black;
  }

  .gradiente-azul {
	background: linear-gradient(to top, #521efe, #8285be);
	background-clip: text;
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	color: black;
  }

  .bg-azul {
    /*background-image: linear-gradient(to right, #114ae9, #0070fc, #0090ff, #00acff, #00c5ff,
 #00c5ff, #00c5ff, #00c5ff, #00acff, #0090ff, #0070fc, #114ae9);*/
    background: -webkit-linear-gradient(135deg, #006eff,#14c8f5,#006eff);/* Chrome 10-25, Safari 5.1-6 */                          
    background: linear-gradient(135deg, #006eff,#14c8f5,#006eff);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                                                                                          
  }

  .bg-azul-escuro{
  background: -webkit-linear-gradient(45deg, #06316d,#0f8bff,#06316d);
/* Chrome 10-25, Safari 5.1-6 */                         
background: linear-gradient(45deg, #06316d,#0f8bff,#06316d);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                                                                                          
  }

  .bg-azul-cinza {
    background-color: #0988d1;                                                                                          
  }

  .space {
    letter-spacing: 0.5em;
  }

  .img-secao {
    margin-top: -100px;
  }

.texto-azul-escuro {
  color: #01558c;
}

.text-purple {
  color: #5a36ad;
}

.texto-verde{
  color:#8ce5b1;
}

.texto-azul {
  color:#0373bd;
}

.texto-roxo {
  color:#FDA7DF;
}

.texto-azul-cinza {
  color:#778ca3;
}

.texto-azul-claro {
  color:#d0fcfc;
}

.texto-linha {
  border-bottom:8px solid #0434f3;
  width: 306px;
 
}

.reveal-me {
  /* Define the animation name and basic behavior */
  animation: reveal-effect linear both;
  
  /* Use the view timeline to trigger animation as it enters the viewport */
  animation-timeline: view();
  
  /* Define when the animation should start and end relative to viewport */
  animation-range: entry 25% cover 50%;
}

@keyframes reveal-effect {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Botões e Bgs*/
.bt-vidro {
  border:0;
  transition: all .2s ease-in-out;
  background-color: #89898911;
  backdrop-filter: blur(6px);
  color:#ffffff;
}
.bt-vidro:hover {
  background-color:#0e5384;
  color:#ffffff;
  border-color:#0e5384;
  /*transform: scale(1.1);*/
}

.bt-geral {
  background-color: #01558c;
  color:#FFFFFF;
  border-color: #01558c;
  padding: 20px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.4s all ease, box-shadow 0.3s ease;
}

.bt-geral:hover {
  background-color: #b3f8f6;
  border-color: #b3f8f6;
  color:#02a5c9;
  /* 2. Move o botão 5 pixels para cima */
  transform: translateY(-10px);
  /* 3. Opcional: Adiciona uma sombra para reforçar a profundidade */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.text-blue {
  color:#0D769D;
}

/*Vídeo*/

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #039ed1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

video {
  display: block;
}

.controles {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(9, 1, 91, 0.161);
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

button {
  background-color: #7d3af93c;
  color: #fff;
  border-radius:32px;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #772ffc;
}

/* Cards */
.card-thumbs {
    height:386px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border:1px solid #e6d9fe89 !important;
    position: relative;
    overflow: hidden;
    margin: 20px;
}

.card-thumbs h2{
    color:#0D769D;
}

/* Hover no card 
.card-thumbs:hover{
     border:1px solid #9e69ff !important;
}*/

/* Ícones */
.card-icon,
.card-img img{
    transition: all 0.4s ease;
}

/* Hover nos ícones */
.card-thumbs:hover .card-icon{
    border:1px solid #9e69ff !important;
    transform: rotate(8deg) scale(1.15);
    background-color: rgba(111, 66, 193, 0.15) !important;
}

/* Hover nas imagens SVG dos cards superiores */
.card-thumbs:hover .card-img img{
    transform: scale(1.12);
}

/* Título */
.card-thumbs h2{
    transition: color 0.3s ease;
}

/* Alteração de cor do título */
.card-thumbs:hover h2{
    color: #5a36ad !important;
}

/* Efeito brilho opcional 
.card-thumbs::before{
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.499),
        transparent
    );
    transform: rotate(25deg);
    transition: 0.7s;
}*/

/* Animação brilho */
.card-thumbs:hover::before{
    top: 100%;
    left: 100%;
}



.bg-azul-claro {
  background-color: #E6E6E6;
  transition: all ease-in-out .4s;
}

.bg-cta {

  transition: all .2s ease-in-out;
  background-color: #5c5c5c2e;
  backdrop-filter: blur(3px);
  color:#ffffff;
}

.bg-vidro {
  transition: all .2s ease-in-out;
  background-color: #ffffffc8;
  backdrop-filter: blur(3px);
  background: url(images/bg-topo.png);
  background-repeat: no-repeat;
  background-size: cover;
}


#sobre-nos {
    position: relative;
    z-index:2;
}

.bg-topo {
  min-height:100vh;
  background: url(images/bg-sobre.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.split {
  opacity: 0;
  text-align: center;
  color: rgb(14, 16, 15);
  font-size: 2rem;
  will-change: transform;
  color: #0e100f;
}

.split * {
  will-change: transform;
}

.spacer {
  height: 40vh
}
.bg-secao {
  /*background-color: transparent;*/
  background: url(images/bg-secao.svg);
  background-repeat: no-repeat;
  background-size:auto;
}

.bg-bolhas {
  /*background-color: transparent;*/
  background-image: url(images/bg-bolhas.png);
  background-repeat: no-repeat;
  background-size:auto;
  overflow-x:hidden;
}

.bg-produtos {
  /*background-color: transparent;*/
  background: url(images/bg-produtos.svg);
  min-height: 200vh;
  background-repeat: no-repeat;
  background-size:auto;
}

.bg-localizacao {
  /*background-color: transparent;*/
  background: url(images/bg-localizacao.svg);
  background-repeat: no-repeat;
  background-size:auto;
}

.sobre-nos {
  background: url(images/bg-secao.jpg);
}



.btn-agendamento {
	background-color: #ffffff5d;
	transition: background-color .3s;
	backdrop-filter: blur(8px);
	color:#101010;
	transition: all .4s;
}

.btn-agendamento:hover {
	background-color: #6aabcf;
	transition: background-color .3s;
	backdrop-filter: blur(8px);
	color:#FFFFFF;
	transition: all .4s;
}
.bg-grafico {
margin-left: -36px;
}
.agendar {
    color:#535c68;
    transition:all .4s;
}

.icone-bt {
    background-color:#4bbde6;
    color:#FFFFFF;
    transition: all.4s;
   
}

.btn-agendamento:hover > .icone-bt {
    background-color:#ffffffad;
    color:#000000;
}


.btn-agendamento:hover > .icone-bt {
	color:#043b71;
}

/*BG's*/

.section-bg {

  /*margin-bottom:4em;*/
}

.bg-texto{
  background-color: #00000085;
	transition: background-color .3s;
	backdrop-filter: blur(3px); 
}


.diagonal-background {
  background: repeating-linear-gradient(
   -55deg,
  #222,
  #222 10px,
  #333 1px,
  #333 1px
);
}

.borda-vermelha {
  border:2px solid #fd0404;
}

/*Vídeo BG*/


.video-bg {
  position: relative;
  background-color: rgb(255, 255, 255);
  align-content: space-around;
  height: auto;
  min-height: 45rem;
  width: 100%;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 50%;
  width: auto;
  height: auto;
  z-index: 0;
  padding:0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.video-bg .container-fluid{
  position: relative;
 
}

.video-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fbfbfb00;
  z-index: 1;
}



/*Links*/

.navbar-nav:hover, .navbar-nav:active  {
    border:none;
    color:#8a32fc;
    
}

.navbar-nav a {
  color: #555555;
  position: relative;
  text-decoration: none;
}

.navbar-nav a::before {
  content: '';
  color:#555555;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #8a32fc;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.navbar-nav a:hover::before {
  color:#006eff;
  transform-origin: left;
  transform: scaleX(1);
}

/*Linha 2*/

.linha2{
  color: #0abde3;
  position: relative;
  text-decoration: none;
}

.linha2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  /*border-radius: 2px;*/
  color:#0abde3;
  background-color: #0abde3;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.linha2:hover::before {
    color:#0abde3;
  transform-origin: left;
  transform: scaleX(1);
}

.btn-underline-black span,.btn-underline-white span,.btn-underline span, .linha span {
  display:inline;
  color:currentColor;
  background-image:linear-gradient(90deg,#020202 100%, #020202 0);
  background-position:100% 100%;
  background-size:0 2px;
  background-repeat:no-repeat;
  transition:background-size 1s cubic-bezier(.19,1,.155,1.01) 0s;
  pointer-events:none;
}

.active.btn-underline-black span,.active.btn-underline-white span,
.btn-underline-black:hover span,.btn-underline-white:hover span,
.btn-underline.active span,.btn-underline:hover span, .linha:hover span {
  background-image:linear-gradient(90deg,#020202,#020202);
  background-size:100% 2px;
  background-position:0 100%;
}

.btn-underline-white{color:currentColor; text-decoration: none; margin-bottom:0.4rem;}

.btn-underline-white span li a i,.btn-underline span i{display:inline;color:currentColor;}

.btn-underline-black{color:currentColor;}

.list-social-media {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  align-content:flex-start;
  flex-wrap:wrap;
  text-decoration: none;
  list-style-type: none;
  flex-direction:column;
}

.icon-arrow-up:before{content:"\E902";}

  @media only screen and (min-width:1025.1px) {
    .list-social-media{margin-top:1rem;}}
      @media only screen and (max-width:1025px) {
        .list-social-media li:not(:last-child){margin-bottom:.5rem;}}
        .list-social-media li a{display:inline-flex;
          justify-content:flex-start;
          align-items:center;
          align-content:center;
          flex-wrap:wrap;
          flex-direction:row;
          font-weight: lighter;
          color:currentColor;
        }
          @media only screen and (max-width:767.98px){
            /*.list-social-media li a{font-size:1.8rem;}*/}
            .list-social-media li a span{display:block;}
            @media only screen and (min-width:1025.1px){
              .list-social-media li a span{margin-right:1.3rem}}
              @media only screen and (max-width:1025px){
                .list-social-media li a span{margin-right:.8rem;}}
                .list-social-media li a i {
                  display:flex;
                  overflow:hidden;
                  }
                  .list-social-media li a i:before{
                    display:block;
                    transition:all .4s cubic-bezier(.645,.045,.355,1);
                    transition-delay:0s;}
                    .list-social-media li a:hover i:before {
                      transform:translate(115%,-115%);
                    }

.btn-outline-dark {
    border-color:#000000;
    color:#000000;
}

.btn-outline-dark:hover {
    background-color:#000000;
}

/*Formulário de contato*/

.form-control {
    height:42px;
}

/*Links footer*/

.footer-content {

  background-color: #06316d;
}

.rdp.navbar-nav a {
    color:#ffffff;
    border:none;
    
}

.rdp a:hover {
    color:#fb0303;
}



/*Botão voltar ao topo*/

#btn-back-to-top, #btn-back-to-top:after {
  position: fixed;
  bottom: 48px;
  right: 27px;
  display: none;
  z-index:2022;
  transition:all.4s;
  opacity:0.6;
}

#btn-back-to-top:hover {
    opacity:1;
}

#btn-back-to-top:hover > span {
    margin-top:-20px;
}

.breadcrumbs-nav a{
	color:#ffffff;
	text-decoration:none;
	opacity:1;
}

.bread-link .bread-home a{
    text-decoration:none;
}

.pagination a{
  color: #ff0000;
  padding:22px;
 transition:.4s;
}

.pagination a:hover {
  color:#fff;
}

.dropdown-menu  {
	background-color:#000000;
	min-width:286px;
}

.wp-block-list a{
	color:white;
}


@mixin sizer($width, $height: $width) {
	height: $height;
	width: $width;
}


ul {
	list-style: none;
}




.bottom-particles {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 80%;
$particle-count: 200;
$particle-distance: 100vh;
$particle-max-delay: 12000;
$particle-max-speed: 15000;
$particle-min-speed: 5000;
$particle-size: 3rem;

	.bubble {
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 50%;
		bottom: -$particle-size;
		@include sizer($particle-size);
		opacity: 0;
		position: absolute;

		@for $i from 1 through $particle-count {
			$speed: random($particle-max-speed) + 0ms;

			@if $speed < $particle-min-speed {
				$speed: $particle-min-speed + 0ms;
			}

			&:nth-child(#{$i}) {
				animation: blow $speed infinite;
				animation-delay: random($particle-max-delay) + 0ms;
				left: random(100) + 0%;
			}
		}
	}
}

@keyframes blow {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	20% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(0, -$particle-distance) scale(0.2);
	}
}

/*Galeria estrutura*/

.lg-container.ml-gallery-32 .lg-counter {
   
    border-radius: 36px;
}


.lg-container .lg-counter {
   
    border-radius: 36px;
}







ul {
  list-style: none;
}


.bottom-particles {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 80%;
  margin:0 auto;
}
.bottom-particles .bubble {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  bottom: -3rem;
  height: 3rem;
  width: 3rem;
  opacity: 0;
  position: absolute;
}
.bottom-particles .bubble:nth-child(1) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4904ms;
          animation-delay: 4904ms;
  left: 33%;
}
.bottom-particles .bubble:nth-child(2) {
  -webkit-animation: blow 7749ms infinite;
          animation: blow 7749ms infinite;
  -webkit-animation-delay: 4856ms;
          animation-delay: 4856ms;
  left: 25%;
}
.bottom-particles .bubble:nth-child(3) {
  -webkit-animation: blow 7848ms infinite;
          animation: blow 7848ms infinite;
  -webkit-animation-delay: 1521ms;
          animation-delay: 1521ms;
  left: 71%;
}
.bottom-particles .bubble:nth-child(4) {
  -webkit-animation: blow 11498ms infinite;
          animation: blow 11498ms infinite;
  -webkit-animation-delay: 10137ms;
          animation-delay: 10137ms;
  left: 9%;
}
.bottom-particles .bubble:nth-child(5) {
  -webkit-animation: blow 6545ms infinite;
          animation: blow 6545ms infinite;
  -webkit-animation-delay: 4939ms;
          animation-delay: 4939ms;
  left: 77%;
}
.bottom-particles .bubble:nth-child(6) {
  -webkit-animation: blow 12545ms infinite;
          animation: blow 12545ms infinite;
  -webkit-animation-delay: 2608ms;
          animation-delay: 2608ms;
  left: 2%;
}
.bottom-particles .bubble:nth-child(7) {
  -webkit-animation: blow 7856ms infinite;
          animation: blow 7856ms infinite;
  -webkit-animation-delay: 5067ms;
          animation-delay: 5067ms;
  left: 34%;
}
.bottom-particles .bubble:nth-child(8) {
  -webkit-animation: blow 13025ms infinite;
          animation: blow 13025ms infinite;
  -webkit-animation-delay: 6849ms;
          animation-delay: 6849ms;
  left: 97%;
}
.bottom-particles .bubble:nth-child(9) {
  -webkit-animation: blow 13259ms infinite;
          animation: blow 13259ms infinite;
  -webkit-animation-delay: 98ms;
          animation-delay: 98ms;
  left: 72%;
}
.bottom-particles .bubble:nth-child(10) {
  -webkit-animation: blow 7633ms infinite;
          animation: blow 7633ms infinite;
  -webkit-animation-delay: 6647ms;
          animation-delay: 6647ms;
  left: 43%;
}
.bottom-particles .bubble:nth-child(11) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1373ms;
          animation-delay: 1373ms;
  left: 95%;
}
.bottom-particles .bubble:nth-child(12) {
  -webkit-animation: blow 5601ms infinite;
          animation: blow 5601ms infinite;
  -webkit-animation-delay: 4622ms;
          animation-delay: 4622ms;
  left: 30%;
}
.bottom-particles .bubble:nth-child(13) {
  -webkit-animation: blow 14953ms infinite;
          animation: blow 14953ms infinite;
  -webkit-animation-delay: 7765ms;
          animation-delay: 7765ms;
  left: 40%;
}
.bottom-particles .bubble:nth-child(14) {
  -webkit-animation: blow 13930ms infinite;
          animation: blow 13930ms infinite;
  -webkit-animation-delay: 11850ms;
          animation-delay: 11850ms;
  left: 5%;
}
.bottom-particles .bubble:nth-child(15) {
  -webkit-animation: blow 14016ms infinite;
          animation: blow 14016ms infinite;
  -webkit-animation-delay: 8339ms;
          animation-delay: 8339ms;
  left: 38%;
}
.bottom-particles .bubble:nth-child(16) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10026ms;
          animation-delay: 10026ms;
  left: 20%;
}
.bottom-particles .bubble:nth-child(17) {
  -webkit-animation: blow 8028ms infinite;
          animation: blow 8028ms infinite;
  -webkit-animation-delay: 5083ms;
          animation-delay: 5083ms;
  left: 82%;
}
.bottom-particles .bubble:nth-child(18) {
  -webkit-animation: blow 7535ms infinite;
          animation: blow 7535ms infinite;
  -webkit-animation-delay: 4203ms;
          animation-delay: 4203ms;
  left: 80%;
}
.bottom-particles .bubble:nth-child(19) {
  -webkit-animation: blow 9881ms infinite;
          animation: blow 9881ms infinite;
  -webkit-animation-delay: 5835ms;
          animation-delay: 5835ms;
  left: 75%;
}
.bottom-particles .bubble:nth-child(20) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10381ms;
          animation-delay: 10381ms;
  left: 72%;
}
.bottom-particles .bubble:nth-child(21) {
  -webkit-animation: blow 12136ms infinite;
          animation: blow 12136ms infinite;
  -webkit-animation-delay: 3582ms;
          animation-delay: 3582ms;
  left: 65%;
}
.bottom-particles .bubble:nth-child(22) {
  -webkit-animation: blow 8428ms infinite;
          animation: blow 8428ms infinite;
  -webkit-animation-delay: 9313ms;
          animation-delay: 9313ms;
  left: 68%;
}
.bottom-particles .bubble:nth-child(23) {
  -webkit-animation: blow 7242ms infinite;
          animation: blow 7242ms infinite;
  -webkit-animation-delay: 5647ms;
          animation-delay: 5647ms;
  left: 89%;
}
.bottom-particles .bubble:nth-child(24) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4341ms;
          animation-delay: 4341ms;
  left: 77%;
}
.bottom-particles .bubble:nth-child(25) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8608ms;
          animation-delay: 8608ms;
  left: 100%;
}
.bottom-particles .bubble:nth-child(26) {
  -webkit-animation: blow 14302ms infinite;
          animation: blow 14302ms infinite;
  -webkit-animation-delay: 4290ms;
          animation-delay: 4290ms;
  left: 66%;
}
.bottom-particles .bubble:nth-child(27) {
  -webkit-animation: blow 14841ms infinite;
          animation: blow 14841ms infinite;
  -webkit-animation-delay: 7652ms;
          animation-delay: 7652ms;
  left: 36%;
}
.bottom-particles .bubble:nth-child(28) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6307ms;
          animation-delay: 6307ms;
  left: 6%;
}
.bottom-particles .bubble:nth-child(29) {
  -webkit-animation: blow 7530ms infinite;
          animation: blow 7530ms infinite;
  -webkit-animation-delay: 4816ms;
          animation-delay: 4816ms;
  left: 81%;
}
.bottom-particles .bubble:nth-child(30) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11110ms;
          animation-delay: 11110ms;
  left: 58%;
}
.bottom-particles .bubble:nth-child(31) {
  -webkit-animation: blow 14514ms infinite;
          animation: blow 14514ms infinite;
  -webkit-animation-delay: 8829ms;
          animation-delay: 8829ms;
  left: 72%;
}
.bottom-particles .bubble:nth-child(32) {
  -webkit-animation: blow 11333ms infinite;
          animation: blow 11333ms infinite;
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
  left: 48%;
}
.bottom-particles .bubble:nth-child(33) {
  -webkit-animation: blow 5538ms infinite;
          animation: blow 5538ms infinite;
  -webkit-animation-delay: 6621ms;
          animation-delay: 6621ms;
  left: 15%;
}
.bottom-particles .bubble:nth-child(34) {
  -webkit-animation: blow 7666ms infinite;
          animation: blow 7666ms infinite;
  -webkit-animation-delay: 6666ms;
          animation-delay: 6666ms;
  left: 83%;
}
.bottom-particles .bubble:nth-child(35) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11634ms;
          animation-delay: 11634ms;
  left: 38%;
}
.bottom-particles .bubble:nth-child(36) {
  -webkit-animation: blow 5932ms infinite;
          animation: blow 5932ms infinite;
  -webkit-animation-delay: 1446ms;
          animation-delay: 1446ms;
  left: 74%;
}
.bottom-particles .bubble:nth-child(37) {
  -webkit-animation: blow 12852ms infinite;
          animation: blow 12852ms infinite;
  -webkit-animation-delay: 11307ms;
          animation-delay: 11307ms;
  left: 82%;
}
.bottom-particles .bubble:nth-child(38) {
  -webkit-animation: blow 6445ms infinite;
          animation: blow 6445ms infinite;
  -webkit-animation-delay: 9885ms;
          animation-delay: 9885ms;
  left: 15%;
}
.bottom-particles .bubble:nth-child(39) {
  -webkit-animation: blow 7427ms infinite;
          animation: blow 7427ms infinite;
  -webkit-animation-delay: 4361ms;
          animation-delay: 4361ms;
  left: 30%;
}
.bottom-particles .bubble:nth-child(40) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 385ms;
          animation-delay: 385ms;
  left: 19%;
}
.bottom-particles .bubble:nth-child(41) {
  -webkit-animation: blow 11049ms infinite;
          animation: blow 11049ms infinite;
  -webkit-animation-delay: 2207ms;
          animation-delay: 2207ms;
  left: 56%;
}
.bottom-particles .bubble:nth-child(42) {
  -webkit-animation: blow 7350ms infinite;
          animation: blow 7350ms infinite;
  -webkit-animation-delay: 7428ms;
          animation-delay: 7428ms;
  left: 91%;
}
.bottom-particles .bubble:nth-child(43) {
  -webkit-animation: blow 8194ms infinite;
          animation: blow 8194ms infinite;
  -webkit-animation-delay: 1798ms;
          animation-delay: 1798ms;
  left: 82%;
}
.bottom-particles .bubble:nth-child(44) {
  -webkit-animation: blow 13006ms infinite;
          animation: blow 13006ms infinite;
  -webkit-animation-delay: 427ms;
          animation-delay: 427ms;
  left: 63%;
}
.bottom-particles .bubble:nth-child(45) {
  -webkit-animation: blow 6770ms infinite;
          animation: blow 6770ms infinite;
  -webkit-animation-delay: 1373ms;
          animation-delay: 1373ms;
  left: 90%;
}
.bottom-particles .bubble:nth-child(46) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1402ms;
          animation-delay: 1402ms;
  left: 8%;
}
.bottom-particles .bubble:nth-child(47) {
  -webkit-animation: blow 11791ms infinite;
          animation: blow 11791ms infinite;
  -webkit-animation-delay: 3512ms;
          animation-delay: 3512ms;
  left: 35%;
}
.bottom-particles .bubble:nth-child(48) {
  -webkit-animation: blow 8898ms infinite;
          animation: blow 8898ms infinite;
  -webkit-animation-delay: 11811ms;
          animation-delay: 11811ms;
  left: 83%;
}
.bottom-particles .bubble:nth-child(49) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 534ms;
          animation-delay: 534ms;
  left: 47%;
}
.bottom-particles .bubble:nth-child(50) {
  -webkit-animation: blow 5235ms infinite;
          animation: blow 5235ms infinite;
  -webkit-animation-delay: 7104ms;
          animation-delay: 7104ms;
  left: 90%;
}
.bottom-particles .bubble:nth-child(51) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6666ms;
          animation-delay: 6666ms;
  left: 95%;
}
.bottom-particles .bubble:nth-child(52) {
  -webkit-animation: blow 7077ms infinite;
          animation: blow 7077ms infinite;
  -webkit-animation-delay: 10123ms;
          animation-delay: 10123ms;
  left: 93%;
}
.bottom-particles .bubble:nth-child(53) {
  -webkit-animation: blow 12783ms infinite;
          animation: blow 12783ms infinite;
  -webkit-animation-delay: 3088ms;
          animation-delay: 3088ms;
  left: 11%;
}
.bottom-particles .bubble:nth-child(54) {
  -webkit-animation: blow 14241ms infinite;
          animation: blow 14241ms infinite;
  -webkit-animation-delay: 8343ms;
          animation-delay: 8343ms;
  left: 67%;
}
.bottom-particles .bubble:nth-child(55) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5606ms;
          animation-delay: 5606ms;
  left: 68%;
}
.bottom-particles .bubble:nth-child(56) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4019ms;
          animation-delay: 4019ms;
  left: 51%;
}
.bottom-particles .bubble:nth-child(57) {
  -webkit-animation: blow 8268ms infinite;
          animation: blow 8268ms infinite;
  -webkit-animation-delay: 6575ms;
          animation-delay: 6575ms;
  left: 51%;
}
.bottom-particles .bubble:nth-child(58) {
  -webkit-animation: blow 7463ms infinite;
          animation: blow 7463ms infinite;
  -webkit-animation-delay: 8012ms;
          animation-delay: 8012ms;
  left: 91%;
}
.bottom-particles .bubble:nth-child(59) {
  -webkit-animation: blow 12979ms infinite;
          animation: blow 12979ms infinite;
  -webkit-animation-delay: 195ms;
          animation-delay: 195ms;
  left: 90%;
}
.bottom-particles .bubble:nth-child(60) {
  -webkit-animation: blow 12237ms infinite;
          animation: blow 12237ms infinite;
  -webkit-animation-delay: 11838ms;
          animation-delay: 11838ms;
  left: 100%;
}
.bottom-particles .bubble:nth-child(61) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7804ms;
          animation-delay: 7804ms;
  left: 22%;
}
.bottom-particles .bubble:nth-child(62) {
  -webkit-animation: blow 6566ms infinite;
          animation: blow 6566ms infinite;
  -webkit-animation-delay: 2663ms;
          animation-delay: 2663ms;
  left: 54%;
}
.bottom-particles .bubble:nth-child(63) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7827ms;
          animation-delay: 7827ms;
  left: 68%;
}
.bottom-particles .bubble:nth-child(64) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 953ms;
          animation-delay: 953ms;
  left: 20%;
}
.bottom-particles .bubble:nth-child(65) {
  -webkit-animation: blow 14495ms infinite;
          animation: blow 14495ms infinite;
  -webkit-animation-delay: 4248ms;
          animation-delay: 4248ms;
  left: 92%;
}
.bottom-particles .bubble:nth-child(66) {
  -webkit-animation: blow 6019ms infinite;
          animation: blow 6019ms infinite;
  -webkit-animation-delay: 5248ms;
          animation-delay: 5248ms;
  left: 71%;
}
.bottom-particles .bubble:nth-child(67) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8558ms;
          animation-delay: 8558ms;
  left: 35%;
}
.bottom-particles .bubble:nth-child(68) {
  -webkit-animation: blow 12230ms infinite;
          animation: blow 12230ms infinite;
  -webkit-animation-delay: 7788ms;
          animation-delay: 7788ms;
  left: 100%;
}
.bottom-particles .bubble:nth-child(69) {
  -webkit-animation: blow 6658ms infinite;
          animation: blow 6658ms infinite;
  -webkit-animation-delay: 9030ms;
          animation-delay: 9030ms;
  left: 25%;
}
.bottom-particles .bubble:nth-child(70) {
  -webkit-animation: blow 8768ms infinite;
          animation: blow 8768ms infinite;
  -webkit-animation-delay: 2511ms;
          animation-delay: 2511ms;
  left: 74%;
}
.bottom-particles .bubble:nth-child(71) {
  -webkit-animation: blow 9577ms infinite;
          animation: blow 9577ms infinite;
  -webkit-animation-delay: 2779ms;
          animation-delay: 2779ms;
  left: 83%;
}
.bottom-particles .bubble:nth-child(72) {
  -webkit-animation: blow 11206ms infinite;
          animation: blow 11206ms infinite;
  -webkit-animation-delay: 4435ms;
          animation-delay: 4435ms;
  left: 72%;
}
.bottom-particles .bubble:nth-child(73) {
  -webkit-animation: blow 13609ms infinite;
          animation: blow 13609ms infinite;
  -webkit-animation-delay: 6120ms;
          animation-delay: 6120ms;
  left: 8%;
}
.bottom-particles .bubble:nth-child(74) {
  -webkit-animation: blow 8657ms infinite;
          animation: blow 8657ms infinite;
  -webkit-animation-delay: 10442ms;
          animation-delay: 10442ms;
  left: 89%;
}
.bottom-particles .bubble:nth-child(75) {
  -webkit-animation: blow 9124ms infinite;
          animation: blow 9124ms infinite;
  -webkit-animation-delay: 11905ms;
          animation-delay: 11905ms;
  left: 21%;
}
.bottom-particles .bubble:nth-child(76) {
  -webkit-animation: blow 13877ms infinite;
          animation: blow 13877ms infinite;
  -webkit-animation-delay: 2339ms;
          animation-delay: 2339ms;
  left: 36%;
}
.bottom-particles .bubble:nth-child(77) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1070ms;
          animation-delay: 1070ms;
  left: 16%;
}
.bottom-particles .bubble:nth-child(78) {
  -webkit-animation: blow 6807ms infinite;
          animation: blow 6807ms infinite;
  -webkit-animation-delay: 5211ms;
          animation-delay: 5211ms;
  left: 18%;
}
.bottom-particles .bubble:nth-child(79) {
  -webkit-animation: blow 9922ms infinite;
          animation: blow 9922ms infinite;
  -webkit-animation-delay: 6827ms;
          animation-delay: 6827ms;
  left: 36%;
}
.bottom-particles .bubble:nth-child(80) {
  -webkit-animation: blow 8579ms infinite;
          animation: blow 8579ms infinite;
  -webkit-animation-delay: 11914ms;
          animation-delay: 11914ms;
  left: 35%;
}
.bottom-particles .bubble:nth-child(81) {
  -webkit-animation: blow 11111ms infinite;
          animation: blow 11111ms infinite;
  -webkit-animation-delay: 1096ms;
          animation-delay: 1096ms;
  left: 34%;
}
.bottom-particles .bubble:nth-child(82) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 172ms;
          animation-delay: 172ms;
  left: 63%;
}
.bottom-particles .bubble:nth-child(83) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1535ms;
          animation-delay: 1535ms;
  left: 61%;
}
.bottom-particles .bubble:nth-child(84) {
  -webkit-animation: blow 14543ms infinite;
          animation: blow 14543ms infinite;
  -webkit-animation-delay: 5035ms;
          animation-delay: 5035ms;
  left: 96%;
}
.bottom-particles .bubble:nth-child(85) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4226ms;
          animation-delay: 4226ms;
  left: 81%;
}
.bottom-particles .bubble:nth-child(86) {
  -webkit-animation: blow 14936ms infinite;
          animation: blow 14936ms infinite;
  -webkit-animation-delay: 312ms;
          animation-delay: 312ms;
  left: 13%;
}
.bottom-particles .bubble:nth-child(87) {
  -webkit-animation: blow 10671ms infinite;
          animation: blow 10671ms infinite;
  -webkit-animation-delay: 11271ms;
          animation-delay: 11271ms;
  left: 97%;
}
.bottom-particles .bubble:nth-child(88) {
  -webkit-animation: blow 5231ms infinite;
          animation: blow 5231ms infinite;
  -webkit-animation-delay: 8741ms;
          animation-delay: 8741ms;
  left: 99%;
}
.bottom-particles .bubble:nth-child(89) {
  -webkit-animation: blow 8773ms infinite;
          animation: blow 8773ms infinite;
  -webkit-animation-delay: 7770ms;
          animation-delay: 7770ms;
  left: 48%;
}
.bottom-particles .bubble:nth-child(90) {
  -webkit-animation: blow 13465ms infinite;
          animation: blow 13465ms infinite;
  -webkit-animation-delay: 8552ms;
          animation-delay: 8552ms;
  left: 38%;
}
.bottom-particles .bubble:nth-child(91) {
  -webkit-animation: blow 14216ms infinite;
          animation: blow 14216ms infinite;
  -webkit-animation-delay: 2572ms;
          animation-delay: 2572ms;
  left: 21%;
}
.bottom-particles .bubble:nth-child(92) {
  -webkit-animation: blow 7065ms infinite;
          animation: blow 7065ms infinite;
  -webkit-animation-delay: 9026ms;
          animation-delay: 9026ms;
  left: 39%;
}
.bottom-particles .bubble:nth-child(93) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8166ms;
          animation-delay: 8166ms;
  left: 19%;
}
.bottom-particles .bubble:nth-child(94) {
  -webkit-animation: blow 14856ms infinite;
          animation: blow 14856ms infinite;
  -webkit-animation-delay: 9792ms;
          animation-delay: 9792ms;
  left: 17%;
}
.bottom-particles .bubble:nth-child(95) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10171ms;
          animation-delay: 10171ms;
  left: 70%;
}
.bottom-particles .bubble:nth-child(96) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5340ms;
          animation-delay: 5340ms;
  left: 92%;
}
.bottom-particles .bubble:nth-child(97) {
  -webkit-animation: blow 7048ms infinite;
          animation: blow 7048ms infinite;
  -webkit-animation-delay: 6334ms;
          animation-delay: 6334ms;
  left: 37%;
}
.bottom-particles .bubble:nth-child(98) {
  -webkit-animation: blow 7155ms infinite;
          animation: blow 7155ms infinite;
  -webkit-animation-delay: 29ms;
          animation-delay: 29ms;
  left: 42%;
}
.bottom-particles .bubble:nth-child(99) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6744ms;
          animation-delay: 6744ms;
  left: 1%;
}
.bottom-particles .bubble:nth-child(100) {
  -webkit-animation: blow 7947ms infinite;
          animation: blow 7947ms infinite;
  -webkit-animation-delay: 10039ms;
          animation-delay: 10039ms;
  left: 98%;
}
.bottom-particles .bubble:nth-child(101) {
  -webkit-animation: blow 10411ms infinite;
          animation: blow 10411ms infinite;
  -webkit-animation-delay: 4096ms;
          animation-delay: 4096ms;
  left: 37%;
}
.bottom-particles .bubble:nth-child(102) {
  -webkit-animation: blow 7165ms infinite;
          animation: blow 7165ms infinite;
  -webkit-animation-delay: 5793ms;
          animation-delay: 5793ms;
  left: 39%;
}
.bottom-particles .bubble:nth-child(103) {
  -webkit-animation: blow 10900ms infinite;
          animation: blow 10900ms infinite;
  -webkit-animation-delay: 11061ms;
          animation-delay: 11061ms;
  left: 27%;
}
.bottom-particles .bubble:nth-child(104) {
  -webkit-animation: blow 14638ms infinite;
          animation: blow 14638ms infinite;
  -webkit-animation-delay: 8953ms;
          animation-delay: 8953ms;
  left: 72%;
}
.bottom-particles .bubble:nth-child(105) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4907ms;
          animation-delay: 4907ms;
  left: 51%;
}
.bottom-particles .bubble:nth-child(106) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6389ms;
          animation-delay: 6389ms;
  left: 100%;
}
.bottom-particles .bubble:nth-child(107) {
  -webkit-animation: blow 14544ms infinite;
          animation: blow 14544ms infinite;
  -webkit-animation-delay: 2817ms;
          animation-delay: 2817ms;
  left: 53%;
}
.bottom-particles .bubble:nth-child(108) {
  -webkit-animation: blow 5075ms infinite;
          animation: blow 5075ms infinite;
  -webkit-animation-delay: 5822ms;
          animation-delay: 5822ms;
  left: 94%;
}
.bottom-particles .bubble:nth-child(109) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 3302ms;
          animation-delay: 3302ms;
  left: 68%;
}
.bottom-particles .bubble:nth-child(110) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9010ms;
          animation-delay: 9010ms;
  left: 47%;
}
.bottom-particles .bubble:nth-child(111) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8590ms;
          animation-delay: 8590ms;
  left: 86%;
}
.bottom-particles .bubble:nth-child(112) {
  -webkit-animation: blow 6687ms infinite;
          animation: blow 6687ms infinite;
  -webkit-animation-delay: 657ms;
          animation-delay: 657ms;
  left: 15%;
}
.bottom-particles .bubble:nth-child(113) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9238ms;
          animation-delay: 9238ms;
  left: 28%;
}
.bottom-particles .bubble:nth-child(114) {
  -webkit-animation: blow 8476ms infinite;
          animation: blow 8476ms infinite;
  -webkit-animation-delay: 11728ms;
          animation-delay: 11728ms;
  left: 9%;
}
.bottom-particles .bubble:nth-child(115) {
  -webkit-animation: blow 8302ms infinite;
          animation: blow 8302ms infinite;
  -webkit-animation-delay: 8985ms;
          animation-delay: 8985ms;
  left: 76%;
}
.bottom-particles .bubble:nth-child(116) {
  -webkit-animation: blow 8207ms infinite;
          animation: blow 8207ms infinite;
  -webkit-animation-delay: 8417ms;
          animation-delay: 8417ms;
  left: 12%;
}
.bottom-particles .bubble:nth-child(117) {
  -webkit-animation: blow 11412ms infinite;
          animation: blow 11412ms infinite;
  -webkit-animation-delay: 2440ms;
          animation-delay: 2440ms;
  left: 88%;
}
.bottom-particles .bubble:nth-child(118) {
  -webkit-animation: blow 6319ms infinite;
          animation: blow 6319ms infinite;
  -webkit-animation-delay: 10565ms;
          animation-delay: 10565ms;
  left: 53%;
}
.bottom-particles .bubble:nth-child(119) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5162ms;
          animation-delay: 5162ms;
  left: 10%;
}
.bottom-particles .bubble:nth-child(120) {
  -webkit-animation: blow 12496ms infinite;
          animation: blow 12496ms infinite;
  -webkit-animation-delay: 6329ms;
          animation-delay: 6329ms;
  left: 39%;
}
.bottom-particles .bubble:nth-child(121) {
  -webkit-animation: blow 10707ms infinite;
          animation: blow 10707ms infinite;
  -webkit-animation-delay: 9521ms;
          animation-delay: 9521ms;
  left: 56%;
}
.bottom-particles .bubble:nth-child(122) {
  -webkit-animation: blow 7886ms infinite;
          animation: blow 7886ms infinite;
  -webkit-animation-delay: 3054ms;
          animation-delay: 3054ms;
  left: 44%;
}
.bottom-particles .bubble:nth-child(123) {
  -webkit-animation: blow 11244ms infinite;
          animation: blow 11244ms infinite;
  -webkit-animation-delay: 9295ms;
          animation-delay: 9295ms;
  left: 64%;
}
.bottom-particles .bubble:nth-child(124) {
  -webkit-animation: blow 9134ms infinite;
          animation: blow 9134ms infinite;
  -webkit-animation-delay: 6714ms;
          animation-delay: 6714ms;
  left: 18%;
}
.bottom-particles .bubble:nth-child(125) {
  -webkit-animation: blow 10633ms infinite;
          animation: blow 10633ms infinite;
  -webkit-animation-delay: 1365ms;
          animation-delay: 1365ms;
  left: 54%;
}
.bottom-particles .bubble:nth-child(126) {
  -webkit-animation: blow 7734ms infinite;
          animation: blow 7734ms infinite;
  -webkit-animation-delay: 3165ms;
          animation-delay: 3165ms;
  left: 66%;
}
.bottom-particles .bubble:nth-child(127) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 3102ms;
          animation-delay: 3102ms;
  left: 47%;
}
.bottom-particles .bubble:nth-child(128) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 939ms;
          animation-delay: 939ms;
  left: 47%;
}
.bottom-particles .bubble:nth-child(129) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6372ms;
          animation-delay: 6372ms;
  left: 31%;
}
.bottom-particles .bubble:nth-child(130) {
  -webkit-animation: blow 8156ms infinite;
          animation: blow 8156ms infinite;
  -webkit-animation-delay: 11861ms;
          animation-delay: 11861ms;
  left: 75%;
}
.bottom-particles .bubble:nth-child(131) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11915ms;
          animation-delay: 11915ms;
  left: 66%;
}
.bottom-particles .bubble:nth-child(132) {
  -webkit-animation: blow 5168ms infinite;
          animation: blow 5168ms infinite;
  -webkit-animation-delay: 7418ms;
          animation-delay: 7418ms;
  left: 44%;
}
.bottom-particles .bubble:nth-child(133) {
  -webkit-animation: blow 10751ms infinite;
          animation: blow 10751ms infinite;
  -webkit-animation-delay: 9457ms;
          animation-delay: 9457ms;
  left: 97%;
}
.bottom-particles .bubble:nth-child(134) {
  -webkit-animation: blow 8513ms infinite;
          animation: blow 8513ms infinite;
  -webkit-animation-delay: 7583ms;
          animation-delay: 7583ms;
  left: 26%;
}
.bottom-particles .bubble:nth-child(135) {
  -webkit-animation: blow 10372ms infinite;
          animation: blow 10372ms infinite;
  -webkit-animation-delay: 1858ms;
          animation-delay: 1858ms;
  left: 47%;
}
.bottom-particles .bubble:nth-child(136) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8146ms;
          animation-delay: 8146ms;
  left: 79%;
}
.bottom-particles .bubble:nth-child(137) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 2482ms;
          animation-delay: 2482ms;
  left: 77%;
}
.bottom-particles .bubble:nth-child(138) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9047ms;
          animation-delay: 9047ms;
  left: 22%;
}
.bottom-particles .bubble:nth-child(139) {
  -webkit-animation: blow 12501ms infinite;
          animation: blow 12501ms infinite;
  -webkit-animation-delay: 11732ms;
          animation-delay: 11732ms;
  left: 79%;
}
.bottom-particles .bubble:nth-child(140) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4788ms;
          animation-delay: 4788ms;
  left: 36%;
}
.bottom-particles .bubble:nth-child(141) {
  -webkit-animation: blow 8588ms infinite;
          animation: blow 8588ms infinite;
  -webkit-animation-delay: 1128ms;
          animation-delay: 1128ms;
  left: 52%;
}
.bottom-particles .bubble:nth-child(142) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 747ms;
          animation-delay: 747ms;
  left: 28%;
}
.bottom-particles .bubble:nth-child(143) {
  -webkit-animation: blow 9766ms infinite;
          animation: blow 9766ms infinite;
  -webkit-animation-delay: 5425ms;
          animation-delay: 5425ms;
  left: 31%;
}
.bottom-particles .bubble:nth-child(144) {
  -webkit-animation: blow 13169ms infinite;
          animation: blow 13169ms infinite;
  -webkit-animation-delay: 7532ms;
          animation-delay: 7532ms;
  left: 83%;
}
.bottom-particles .bubble:nth-child(145) {
  -webkit-animation: blow 8872ms infinite;
          animation: blow 8872ms infinite;
  -webkit-animation-delay: 7769ms;
          animation-delay: 7769ms;
  left: 19%;
}
.bottom-particles .bubble:nth-child(146) {
  -webkit-animation: blow 12341ms infinite;
          animation: blow 12341ms infinite;
  -webkit-animation-delay: 5367ms;
          animation-delay: 5367ms;
  left: 88%;
}
.bottom-particles .bubble:nth-child(147) {
  -webkit-animation: blow 6048ms infinite;
          animation: blow 6048ms infinite;
  -webkit-animation-delay: 5807ms;
          animation-delay: 5807ms;
  left: 90%;
}
.bottom-particles .bubble:nth-child(148) {
  -webkit-animation: blow 8303ms infinite;
          animation: blow 8303ms infinite;
  -webkit-animation-delay: 476ms;
          animation-delay: 476ms;
  left: 51%;
}
.bottom-particles .bubble:nth-child(149) {
  -webkit-animation: blow 11384ms infinite;
          animation: blow 11384ms infinite;
  -webkit-animation-delay: 1473ms;
          animation-delay: 1473ms;
  left: 56%;
}
.bottom-particles .bubble:nth-child(150) {
  -webkit-animation: blow 14085ms infinite;
          animation: blow 14085ms infinite;
  -webkit-animation-delay: 9548ms;
          animation-delay: 9548ms;
  left: 20%;
}
.bottom-particles .bubble:nth-child(151) {
  -webkit-animation: blow 5769ms infinite;
          animation: blow 5769ms infinite;
  -webkit-animation-delay: 11068ms;
          animation-delay: 11068ms;
  left: 45%;
}
.bottom-particles .bubble:nth-child(152) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6767ms;
          animation-delay: 6767ms;
  left: 21%;
}
.bottom-particles .bubble:nth-child(153) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9552ms;
          animation-delay: 9552ms;
  left: 73%;
}
.bottom-particles .bubble:nth-child(154) {
  -webkit-animation: blow 11244ms infinite;
          animation: blow 11244ms infinite;
  -webkit-animation-delay: 3007ms;
          animation-delay: 3007ms;
  left: 13%;
}
.bottom-particles .bubble:nth-child(155) {
  -webkit-animation: blow 8128ms infinite;
          animation: blow 8128ms infinite;
  -webkit-animation-delay: 9506ms;
          animation-delay: 9506ms;
  left: 33%;
}
.bottom-particles .bubble:nth-child(156) {
  -webkit-animation: blow 5420ms infinite;
          animation: blow 5420ms infinite;
  -webkit-animation-delay: 9539ms;
          animation-delay: 9539ms;
  left: 41%;
}
.bottom-particles .bubble:nth-child(157) {
  -webkit-animation: blow 12348ms infinite;
          animation: blow 12348ms infinite;
  -webkit-animation-delay: 9231ms;
          animation-delay: 9231ms;
  left: 15%;
}
.bottom-particles .bubble:nth-child(158) {
  -webkit-animation: blow 14459ms infinite;
          animation: blow 14459ms infinite;
  -webkit-animation-delay: 2242ms;
          animation-delay: 2242ms;
  left: 93%;
}
.bottom-particles .bubble:nth-child(159) {
  -webkit-animation: blow 13861ms infinite;
          animation: blow 13861ms infinite;
  -webkit-animation-delay: 8395ms;
          animation-delay: 8395ms;
  left: 79%;
}
.bottom-particles .bubble:nth-child(160) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9496ms;
          animation-delay: 9496ms;
  left: 45%;
}
.bottom-particles .bubble:nth-child(161) {
  -webkit-animation: blow 9802ms infinite;
          animation: blow 9802ms infinite;
  -webkit-animation-delay: 7532ms;
          animation-delay: 7532ms;
  left: 65%;
}
.bottom-particles .bubble:nth-child(162) {
  -webkit-animation: blow 11004ms infinite;
          animation: blow 11004ms infinite;
  -webkit-animation-delay: 3316ms;
          animation-delay: 3316ms;
  left: 29%;
}
.bottom-particles .bubble:nth-child(163) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9663ms;
          animation-delay: 9663ms;
  left: 45%;
}
.bottom-particles .bubble:nth-child(164) {
  -webkit-animation: blow 14605ms infinite;
          animation: blow 14605ms infinite;
  -webkit-animation-delay: 538ms;
          animation-delay: 538ms;
  left: 66%;
}
.bottom-particles .bubble:nth-child(165) {
  -webkit-animation: blow 11769ms infinite;
          animation: blow 11769ms infinite;
  -webkit-animation-delay: 8539ms;
          animation-delay: 8539ms;
  left: 77%;
}
.bottom-particles .bubble:nth-child(166) {
  -webkit-animation: blow 13664ms infinite;
          animation: blow 13664ms infinite;
  -webkit-animation-delay: 1873ms;
          animation-delay: 1873ms;
  left: 28%;
}
.bottom-particles .bubble:nth-child(167) {
  -webkit-animation: blow 9445ms infinite;
          animation: blow 9445ms infinite;
  -webkit-animation-delay: 10126ms;
          animation-delay: 10126ms;
  left: 3%;
}
.bottom-particles .bubble:nth-child(168) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4854ms;
          animation-delay: 4854ms;
  left: 12%;
}
.bottom-particles .bubble:nth-child(169) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9906ms;
          animation-delay: 9906ms;
  left: 32%;
}
.bottom-particles .bubble:nth-child(170) {
  -webkit-animation: blow 9754ms infinite;
          animation: blow 9754ms infinite;
  -webkit-animation-delay: 1285ms;
          animation-delay: 1285ms;
  left: 56%;
}
.bottom-particles .bubble:nth-child(171) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4332ms;
          animation-delay: 4332ms;
  left: 27%;
}
.bottom-particles .bubble:nth-child(172) {
  -webkit-animation: blow 5282ms infinite;
          animation: blow 5282ms infinite;
  -webkit-animation-delay: 7220ms;
          animation-delay: 7220ms;
  left: 26%;
}
.bottom-particles .bubble:nth-child(173) {
  -webkit-animation: blow 13588ms infinite;
          animation: blow 13588ms infinite;
  -webkit-animation-delay: 7455ms;
          animation-delay: 7455ms;
  left: 41%;
}
.bottom-particles .bubble:nth-child(174) {
  -webkit-animation: blow 9073ms infinite;
          animation: blow 9073ms infinite;
  -webkit-animation-delay: 10503ms;
          animation-delay: 10503ms;
  left: 64%;
}
.bottom-particles .bubble:nth-child(175) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9690ms;
          animation-delay: 9690ms;
  left: 24%;
}
.bottom-particles .bubble:nth-child(176) {
  -webkit-animation: blow 7458ms infinite;
          animation: blow 7458ms infinite;
  -webkit-animation-delay: 11822ms;
          animation-delay: 11822ms;
  left: 93%;
}
.bottom-particles .bubble:nth-child(177) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 2757ms;
          animation-delay: 2757ms;
  left: 85%;
}
.bottom-particles .bubble:nth-child(178) {
  -webkit-animation: blow 6165ms infinite;
          animation: blow 6165ms infinite;
  -webkit-animation-delay: 3164ms;
          animation-delay: 3164ms;
  left: 30%;
}
.bottom-particles .bubble:nth-child(179) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 3616ms;
          animation-delay: 3616ms;
  left: 63%;
}
.bottom-particles .bubble:nth-child(180) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6467ms;
          animation-delay: 6467ms;
  left: 33%;
}
.bottom-particles .bubble:nth-child(181) {
  -webkit-animation: blow 9782ms infinite;
          animation: blow 9782ms infinite;
  -webkit-animation-delay: 2572ms;
          animation-delay: 2572ms;
  left: 3%;
}
.bottom-particles .bubble:nth-child(182) {
  -webkit-animation: blow 11072ms infinite;
          animation: blow 11072ms infinite;
  -webkit-animation-delay: 673ms;
          animation-delay: 673ms;
  left: 40%;
}
.bottom-particles .bubble:nth-child(183) {
  -webkit-animation: blow 14170ms infinite;
          animation: blow 14170ms infinite;
  -webkit-animation-delay: 8318ms;
          animation-delay: 8318ms;
  left: 29%;
}
.bottom-particles .bubble:nth-child(184) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5685ms;
          animation-delay: 5685ms;
  left: 91%;
}
.bottom-particles .bubble:nth-child(185) {
  -webkit-animation: blow 12392ms infinite;
          animation: blow 12392ms infinite;
  -webkit-animation-delay: 3696ms;
          animation-delay: 3696ms;
  left: 48%;
}
.bottom-particles .bubble:nth-child(186) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7275ms;
          animation-delay: 7275ms;
  left: 75%;
}
.bottom-particles .bubble:nth-child(187) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 2975ms;
          animation-delay: 2975ms;
  left: 93%;
}
.bottom-particles .bubble:nth-child(188) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7604ms;
          animation-delay: 7604ms;
  left: 30%;
}
.bottom-particles .bubble:nth-child(189) {
  -webkit-animation: blow 9806ms infinite;
          animation: blow 9806ms infinite;
  -webkit-animation-delay: 59ms;
          animation-delay: 59ms;
  left: 10%;
}
.bottom-particles .bubble:nth-child(190) {
  -webkit-animation: blow 5186ms infinite;
          animation: blow 5186ms infinite;
  -webkit-animation-delay: 11475ms;
          animation-delay: 11475ms;
  left: 28%;
}
.bottom-particles .bubble:nth-child(191) {
  -webkit-animation: blow 14823ms infinite;
          animation: blow 14823ms infinite;
  -webkit-animation-delay: 5013ms;
          animation-delay: 5013ms;
  left: 55%;
}
.bottom-particles .bubble:nth-child(192) {
  -webkit-animation: blow 7222ms infinite;
          animation: blow 7222ms infinite;
  -webkit-animation-delay: 11754ms;
          animation-delay: 11754ms;
  left: 19%;
}
.bottom-particles .bubble:nth-child(193) {
  -webkit-animation: blow 7830ms infinite;
          animation: blow 7830ms infinite;
  -webkit-animation-delay: 5585ms;
          animation-delay: 5585ms;
  left: 76%;
}
.bottom-particles .bubble:nth-child(194) {
  -webkit-animation: blow 6756ms infinite;
          animation: blow 6756ms infinite;
  -webkit-animation-delay: 1019ms;
          animation-delay: 1019ms;
  left: 48%;
}
.bottom-particles .bubble:nth-child(195) {
  -webkit-animation: blow 6007ms infinite;
          animation: blow 6007ms infinite;
  -webkit-animation-delay: 6711ms;
          animation-delay: 6711ms;
  left: 53%;
}
.bottom-particles .bubble:nth-child(196) {
  -webkit-animation: blow 8181ms infinite;
          animation: blow 8181ms infinite;
  -webkit-animation-delay: 7670ms;
          animation-delay: 7670ms;
  left: 87%;
}
.bottom-particles .bubble:nth-child(197) {
  -webkit-animation: blow 9909ms infinite;
          animation: blow 9909ms infinite;
  -webkit-animation-delay: 4981ms;
          animation-delay: 4981ms;
  left: 63%;
}
.bottom-particles .bubble:nth-child(198) {
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9760ms;
          animation-delay: 9760ms;
  left: 17%;
}
.bottom-particles .bubble:nth-child(199) {
  -webkit-animation: blow 10408ms infinite;
          animation: blow 10408ms infinite;
  -webkit-animation-delay: 7937ms;
          animation-delay: 7937ms;
  left: 35%;
}
.bottom-particles .bubble:nth-child(200) {
  -webkit-animation: blow 13918ms infinite;
          animation: blow 13918ms infinite;
  -webkit-animation-delay: 8218ms;
          animation-delay: 8218ms;
  left: 15%;
}

@-webkit-keyframes blow {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -100vh) scale(0.2);
  }
}

@keyframes blow {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -100vh) scale(0.2);
  }
}