.column-count-3 {
    column-count: 3;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
  }
  .btn-whatsapp-pulse:hover {
    text-decoration: none!important;
    color: #000;
}

/* .slider-container img {
    height: 100vh;
    object-fit: contain;
    background: rgb(205,255,216);
    background: linear-gradient(90deg, rgba(205,255,216,1) 0%, rgba(148,185,255,1) 100%);
} */

@media screen and (max-width:767px){
    #header .header-logo img {
        width: 180px;
    }
	/* .slider-container img {
		height: 100vh;
    	object-fit: contain;
		background: rgb(205,255,216);
		background: linear-gradient(90deg, rgba(205,255,216,1) 0%, rgba(148,185,255,1) 100%);
	} */
}

.bgg {
    position: fixed;
    z-index: 1;
    height: 400px;
    width: 500px;
    left: 50%;
    margin-left: -255px;
    margin-top: 10%;
    border: 20px solid #5d1818;
    border-top-color: #2b0909;
    border-right-color: #3c0c0c;
    border-left-color: #4a1010;
  }
  
  .window{
      position: absolute;
      height: 100%;
      width: 100%;
      background: url(https://images.unsplash.com/20/cold-city.JPG?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60);
      z-index: 1;
      opacity: 0.5;
      background-size: cover;
  }
  
  .bgg .snowflake, .bgg .snowflake {
    position: absolute;
    font-size: 25px;
    color: #fff;
    height: 100%;
    animation: snow infinite;
  }