@charset "UTF-8";
/* Your custom styles */

.grad{
    margin: 0;
    padding: 0;
    font-family: "montserrat";
    background-image: linear-gradient(125deg,#f9e3e5,#F9E3E5);
    background-size: 400% 400%;
    animation: bganimation 15s infinite;
    height: auto;
  }

  
  @keyframes bganimation {
    0%{
      background-position: 0% 50%;
    }
    50%{
      background-position: 100% 50%;
    }
    100%{
      background-position: 0% 50%;
    }
  }
  
  .bp{
      text-transform: uppercase;
      list-style: none;
      letter-spacing: 2.5px;
      padding-bottom: 40px;
      padding-top: 15px;
      font-size: 18px;
  }

  li:not(:last-child){
      margin-bottom: 1.5px;
  }
  .bp:before{
      content: "\2764";
      color: #F9E3E5;
  }

  .bpa{
    
    
    list-style: none;
    letter-spacing: 2.5px;
    padding-bottom: 10px;
}

li:not(:last-child){
    margin-bottom: 1.5px;
}
.bpa:before{
    content: "\2764";
    color: #F9E3E5;
}

.mainpic{
  background-image: url(./../img/main_pic.jpg);
}

.buttonO{
  padding: 12px 35px;
  width: 500px;
  height: 500px;
  border-radius: 55px;
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #9bd1c9;
  color: #9bd1c9;
}

a.button1,.button1{
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #7ACDCA;
  cursor: pointer;
  padding: 17px 35px;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50px;
  font-weight: 500;

}

.scrolltop{
 background: linear-gradient(to top, rgba(249,227,229, 0.0), rgba(249,227,229, 0.0));

}

.center {
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #7ACDCA;
  cursor: pointer;
  padding: 7px 15px;
  display: inline-block;
  outline: none;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 24px;
  font-weight: 500;
  
}
.h3B{
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
}