img{
    width: 100%;
}
.pt-150{
    padding: 150px 0;
}
.pt-120{
    padding: 120px 0;
}
.pt-60{
    padding: 60px 0;
}
.borders{
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid #FB5FAB;
    color: #000811;
    font-family: "Boogaloo", Sans-serif;
    font-weight: 800;
    font-style: oblique;
    line-height:2.5em;
    letter-spacing: -1px;
    word-spacing: 12px;
    font-size: 3rem;
}
.bordern{
    padding: 0px 0px 20px 0px;
    color: #000811;
    font-family: "Boogaloo", Sans-serif;
    font-weight: 800;
    font-style: oblique;
    line-height:1em;
    letter-spacing: -1px;
    word-spacing: 12px;
    font-size: 3rem;
}
.borderw{
    padding: 0px 0px 20px 0px;
    color: #000811;
    font-family: "Boogaloo", Sans-serif;
    font-weight: 800;
    font-style: oblique;
    line-height:1.5em;
    letter-spacing: -1px;
    word-spacing: 12px;
    font-size: 3rem;
}
.a-text{
    padding: 120px 0;
}
.a-text p{
    line-height: 6rem;
    font-family: sans-serif;
    font-weight: 600;
}
.a-texts p{
    line-height:2rem;
    font-family: sans-serif;
    font-weight: 600;
}
.bg-pink{
    background-color: #FCEEF5;
}


/* box  */


 .box
  {
    position: relative;
    width: 100%;
    padding: 35px;
    background: #FFFFFF;
    box-shadow: -9px -35px 38px -31px rgba(255, 26.054347826086946, 26.054347826086946, 0.57) inset;
    border-radius: 15px;
    margin: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
  }
  
  
 .box .icon {
    position:relative;
    width: 80px;
    height: 80px;
    color:#fff;
    background:#FAD8E9;
    display:flex;
    justify-content: center;
    aling-items: center;
    margin:55px auto;
    border-radius:20%;
    font-size: 50px;
    font-weight:normal;
    transition:2s;
    padding:10px;
  }
.box .icon svg{
    padding:12px;
    color: #fff;
  }
  

.box .content h3
  {
    font-size: 20px;
    margin:10px 0;
    padding:0;
    text-align: center;
  }
.box .content p{
     margin:0;
    padding:0;
    text-align: center;
  }
  .content a
  {
    display:inline-block;
    padding:10px 25px;
    background:#FB5FAB;
    border-radius:10px;
    text-decoration:none !important;
    color:#fff !important;
    font-weight:500;
    margin-top:20px;
  }
  a{
    text-decoration:none !important;
    color: #FB5FAB !important;
  }
.bg-img{
    background-color: #000000;
    background-image: url('../img/bg.webp');
    --background-overlay: '';
    background-position: center center;
    background-size: cover;
  }
.a-textw h1{
    color: #fff;
}
.a-textw p{
    color: #fff;
}

.bg-blue{
    background: #0F172A;
}
  