html, body {
font-family: Poppins, sans-serif;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
scroll-behavior: smooth;
user-select: none;
-webkit-tap-highlight-color: transparent;
/* text-size-adjust: 100%; verlag #E58678 */
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
outline: none;
transition: all 0.3s ease-in;
scroll-behavior: smooth;
}

body {
overflow-x: visible;
}

header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
background-color: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(10px);
padding: 0.9rem;
padding-left: 1px;
padding-right: 24px;
width: 100%;
height: 80px;
z-index: 300;
position: fixed;
top: 0;
left: 0;
right: 0;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.logo {
display: flex;
align-items: center;
gap: 1px;
font-family: "Inter", sans-serif;
font-size: 20px;
}

.logo p {
margin-left: -30px;
letter-spacing: 1.8px;
color: #ff9393;
} 

.logo span {
color: black;
}

.logo img {
height: 110px;
width: 110px;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
display: block;
max-width: 100%;
}

.accessus {
display: flex;
flex-direction: row;
align-items: center;
gap: 32px;
}

.links {
display: flex;
flex-direction: row;
gap: 26px;
font-size: 15px;
}

.links a:not(.active) {
cursor: pointer;
letter-spacing: 0.7px;
color: black;
}

.links a:hover {
color: #ff9393;
}

.active {
cursor: pointer;
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #ff9393;
border-radius: 50%;
display: inline-block;
}

.button {
color: black;
border: 1px solid grey;
padding: 14px 28px;
font-size: 15px;
cursor: pointer;
z-index: 2;
}

.button:hover {
background-color: #ff9393;
border: 1px solid transparent;
color: #fff;
}

h1, h2, h3, h4 {
text-wrap: balance;
font-family: "Inter", sans-serif;
z-index: 2;
}

p {
text-wrap: pretty;
}

a:not(.button) {
color: white;
}

.hero {
background-image: url("rubface1.jpg");
background-color: white;
scroll-behavior: auto;
color: white;
object-fit: cover;
background-size: cover;
object-position: center;
background-repeat: none; 
display: flex;
flex-direction: row;
height: 650px;
margin-top: 79px;
padding-top: 90px;
padding-left: 86px;
padding-right: 50px;
/* padding-inline: 5px; */
position: relative;
z-index: 100;
}
/* background-color: #ffcece; */

.hero p, .hero h1, .hero form, .hero button, .hero img {
z-index: 2;
}

.hero h1 {
font-size: 72px;
/* text-align: center; */
letter-spacing: 2px;
line-height: 89px;
max-width: 25ch;
}

.overlay {
border-image: 
linear-gradient(#25252589, #25252589) fill 1;
}

/* #1a1a1a89 */
.socialproof {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
/* color: #8c52ff; */
font-family: "Inter", sans-serif;
font-weight: bold;
}

.socialproof img {
height: 178px;
width: 134px;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
display: block;
max-width: 100%;
}

.socialproof p {
max-width: 45ch;
}

.socialproof p:nth-child(2) {
letter-spacing: 1.3px;
}

.star {
color: gold;
font-size: 17px;
}

form {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 100%;
width: 450px;
/* height: 600px; */
background-color: #fff;
padding: 20px 40px 40px 40px;
/* margin-left: 100px; */
/* float: right; */
}

input {
border-top: none;
/* border-left: ; */
/* border-inline: none; */
border-left: none;
border-right: none;
border-bottom: 1px solid grey;
padding: 12px 5px;
}

textarea {
padding: 12px 5px;
height: 100px;
}

button {
border: none;
padding: 20px 1px;
background-color: #ff9393;
/* background-color: #ffb476; */
border: 1px solid transparent;
font-weight: bold;
color: #fff;
}

button:hover {
color: black;
border: 1px solid grey;
background-color: #fff;
}

.formheader {
border-bottom: 1px solid grey;
width: 100%;
text-align: center;
color: black;
background-color: #fff;
padding: 30px 12px;
font-weight: bold;
font-size: 17px;
}

.heromain {
display: flex;
flex-direction: column;
gap: 160px;
}

.heromain p:first-of-type {
font-size: 19px;
max-width: 40ch;
line-height: 25px;
padding-bottom: 18px;
}

.heromain p:nth-child(2) {
font-size: 20px;
}

h2 {
font-size: 48px;
padding-bottom: 12px;
}

.about, .benefit, .extra, .faq, .testimonial, footer {
padding-inline: 100px;
padding-top: 70px;
}

.about p:first-of-type, .benefitp, 
.extrap, .faq p:first-of-type, 
.testimonial p:first-of-type {
color: #ff9393;
font-size: 18px;
letter-spacing: 0.8px;
}

.about p, 
.benefitp p, 
.extra p, .faq p,
footer p
/* , .testimonial p */
 {
max-width: 47ch;
line-height: 25px;
font-size: 17px;
}

.about {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: 70px;
}

.imageframe img {
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
display: block;
max-width: 100%;
width: 430px;
height: 350px;
}

.imageframe {
display: flex;
flex-direction: row;
gap: 15px;
}

.imageframe img:first-of-type {
margin-top: 135px;
border-bottom-left-radius: 50px;
}

.benefit {
text-align: center;
background-color: #fff2f2;
padding-top: 85px;
padding-bottom: 80px;
}

.benefitboxes {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
margin-top: 48px;
}

.box {
background-color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
width: 350px;
padding: 24px;
}

i:not(.nav) {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 20px;
border-radius: 50%;
background-color: #ff9393;
height: 35px;
width: 35px;
margin-bottom: 5px;
}

.testimonial, footer {
background-color: #fff2f2;
}

.extra {
padding-bottom: 95px;
}

.checkmark {
display: flex;
row-gap: 32px;
column-gap: 40px;
flex-wrap: wrap;
/* justify-content: center; */
}

.a span:first-of-type,
.b span:first-of-type,
.c span:first-of-type,
.d span:first-of-type {
color: #ff9393;
}

.a span:nth-child(2),
.b span:nth-child(2),
.c span:nth-child(2),
.d span:nth-child(2) {
font-weight: bold;
}

.cta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 24px;
background-color: #fff2f2;
justify-content: space-between;
align-items: center;
margin-top: 56px;
}

.cta button {
padding: 20px 28px;
/* width: 100%; */
}

.cta p {
text-align: center;
color: black;
font-weight: bold;
font-size: 17px;
}

.testimonial {
text-align: center;
color: #0000;
padding-top: 50px;
padding-bottom: 50px;
}

.testimonial img {
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
display: block;
max-width: 100%;
width: 120px;
height: 120px;
border-radius: 50%;
/* padding-bottom: 20px; */
}

.quotethem {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.prev, .next {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 20px;
border-radius: 50%;
background-color: #ff9393;
height: 60px;
width: 60px;
color: #fff;
font-weight: bold;
/* margin-bottom: 5px; */
}

.dot {
cursor: pointer;
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #808080;
border-radius: 50%;
display: inline-block;
}

.dot:hover {
background-color: #ff9393;
}

#p {
font-size: 84px;
color: #ff9393;
}

#clientname {
margin-top: -35px;
font-weight: bold;
}

.quotes {
color: #0000;
}

.pics-words {
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
gap: 16px;
padding-top: 50px;
color: black;
}

.faq {
padding-top: 70px;
padding-bottom: 70px;
text-align: center;
}

.faq h2, .extra , .testimonial h2 {
padding-bottom: 26px;
}

#mycheck:checked ~ .a {
display: block;
}

.ans {
display: none;
padding: 30px 35px;
}

#mycheck {
display: none;
}

#mycheck1:checked ~ .b {
display: block;
}

#mycheck1 {
display: none;
}

#mycheck2:checked ~ .c {
display: block;
}

#mycheck2 {
display: none;
}

#mycheck3:checked ~ .d {
display: block;
}

#mycheck3 {
display: none;
}

#mycheck4:checked ~ .e {
display: block;
}

#mycheck4 {
display: none;
}

label {
/* background-color: cornflowerblue; */
border-top: 1px solid grey;
border-bottom: 1px solid grey;
padding: 28px 32px;
/* border-radius: 5px; */
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
cursor: pointer;
}

footer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
/* gap: 24px; */
padding-top: 70px;
padding-bottom: 60px;
}

.rights {
position: relative;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 18px 1px;
/* padding: 20px; */
/* height: 50px; */
background-color: white;
}

.info {
display: flex;
flex-direction: column;
gap: 20px;
}