.carousel-caption {
    width: 100% !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    left: 0 !important;
  }

  .carousel .carousel-caption {
    top: 39%;
  }

  .align-right.inner .carousel-indicators {
    width: 126px;
    margin: 0;
    left: 0;
    right: 0;
    padding-top: 12px;
    height: 30px;
    bottom: 40px;
    margin: 0 auto;
    background: rgba(58, 58, 58, 0);
  }

  .carousel-indicators li {
    background-color: #d0d0d0 !important;
  }

  .stroke1 {
    text-shadow: 0 0 11px black;

  }

  .bg-color2,
.bg-color2-hover:hover {
  background: #890001 !important;
}


.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
  }

  .btn-phone {
    display: none;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 80%;
    bottom: 20px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
  }

  @media screen and (max-width: 431px) {
    .btn-phone {
      display: block;
      width: 70px;
      height: 70px;
      color: #fff;
      position: fixed;
      right: 80%;
      bottom: 20px;
      border-radius: 50%;
      line-height: 80px;
      text-align: center;
      z-index: 999;
    }
    .carousel .carousel-caption {
        top: 15%;
      }
      .pool{
           background-image: url(./src/back.jpg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; 
      }
}



#fix-position {
    background: #890001;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #890001, #890001);
    background: -webkit-linear-gradient(to right, #890001, #890001);
    background: linear-gradient(to right, #890001, #890001);
    color: white;
    font-size: 3vh;
    background-size: cover;
    display: flex;
    font-size: 2vh;
     height: 60px; 
  }

  div.stars {

    width: 270px;
  
    display: inline-block;
  
  }
  
   .mt-200{
       margin-top:200px;  
   }
  
  input.star { display: none; }
  
   
  
  label.star {
  
    float: right;
  
    padding: 10px;
  
    font-size: 36px;
  
    color: #4A148C;
  
    transition: all .2s;
  
  }
  
   
  
  input.star:checked ~ label.star:before {
  
    content: '\f005';
  
    color: #FD4;
  
    transition: all .25s;
  
  }
  
   
  input.star-5:checked ~ label.star:before {
  
    color: #FE7;
  
    text-shadow: 0 0 20px #952;
  
  }
  
   
  
  input.star-1:checked ~ label.star:before { color: #F62; }
  
      
  
  label.star:hover { transform: rotate(-15deg) scale(1.3); }
  
   
  
  label.star:before {
  
    content: '\f006';
  
    font-family: FontAwesome;
  
  }

