💌 📖
Skip to main content
Blog Teasers

3 Step Self Care: Time to Masturbate

By TiraAugust 5, 2026No Comments4 min read

Step 1:

Step 2:

Step 3:

JOI:

Self Care with Tira

@import url(‘https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@400;500&display=swap’);

.selfcare-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
align-items: center;
padding: 40px 20px;
background: linear-gradient(135deg, #f8e8f0 0%, #e8f0f8 100%);
border-radius: 20px;
max-width: 700px;
margin: 20px auto;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 18px 36px;
font-family: ‘Poppins’, sans-serif;
font-size: 18px;
font-weight: 600;
text-decoration: none;
border-radius: 50px;
transition: all 0.3s ease;
min-width: 260px;
text-align: center;
position: relative;
overflow: hidden;
}

.cta-button:hover {
transform: translateY(-4px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cta-button::before {
content: ”;
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
transition: 0.5s;
}

.cta-button:hover::before {
left: 200%;
}

/* Button 1 – Self Care */
.btn-profile {
background: linear-gradient(135deg, #c026d3, #db2777);
color: white;
border: 2px solid #fff;
}

.btn-profile:hover {
background: linear-gradient(135deg, #db2777, #c026d3);
}

/* Button 2 – Call Now */
.btn-call {
background: linear-gradient(135deg, #10b981, #34d399);
color: white;
border: 2px solid #fff;
}

.btn-call:hover {
background: linear-gradient(135deg, #34d399, #10b981);
}

.button-content {
display: flex;
align-items: center;
gap: 12px;
z-index: 2;
}

.icon {
font-size: 26px;
}

.cta-label {
font-size: 15px;
opacity: 0.9;
margin-top: 4px;
}

Tira

Leave a Reply