@font-face {
    font-family: "DynaPuff";
    src: url("fonts/DynaPuff-VariableFont_wdth\,wght.ttf");
}
@font-face {
    font-family: "Patrick_Hand";
    src: url("fonts/PatrickHand-Regular.ttf");
}

.hero {
    position: relative;
}
.home-icon {
    position:absolute;
    top: 20px;
    left: 30px;
}

.home-icon img{
    width: 55px;
    height: auto;
}


.hero-banner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.navbar {
    position: relative;
    top: -92px;
    margin: 0;
    padding: 0;
}

.nav-background {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: -20%;
}

.nav-links {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links a{
    font-family: "DynaPuff";
    font-size: 30px;
    color: #F0EED8;
    text-decoration: #F0EED8;
}

.nav-links a.active{
    color: #c23259;
}

.nav-links a:hover{
    color: #ffbc3d;
}

.body {
    background-color: #F0EED8;
    margin: 0;
    padding: 0;
}

.about {
    width: 600px;
    height: 375px;
    background-color: #eb8396;
    padding: 30px;
    margin: 80px;
    margin-top: -90px;
    border-width: 20px;
    border-style: dashed;
    border-radius: 8px;
    border-color: #c23259;
    box-shadow: 8px 8px 15px rgba(0,0,0,0.2);
    

}

.heading1 {
    font-family: "DynaPuff";
    color: #c23259;
    text-align: center;
    font-size: 45px;
}

.info1 {
    font-family: "Patrick_Hand";
    letter-spacing: 1.5px;
    font-size: 25px;
    text-align: center;
    color: #c23259;
    font-weight: 150;
}

.solution {
    width: fit-content;
    height: auto;
    background-color: #F0EED8;
    padding: 30px;
    border-width: 20px;
    border-color: #eb8396;
    border-style: double;
    box-shadow: 8px 8px 15px rgba(0,0,0,0.2);
    margin: 60px;
    margin-top: 20px;
} 

.heading2 {
    font-family: "DynaPuff";
    color: #99b368;
    font-size: 40px;
}

.solutioninfo {
    list-style: none;
    font-family: "Patrick_Hand";
    color: #99b368;
    font-size: 25px;
    font-weight: 150;
    letter-spacing: 1.5px;
    text-align: justify;
}
.solutioninfo li::before {
    content: "✿ ";
    color: #eb8396;
}   

.info2 {
    font-family: "Patrick_Hand";
    font-size: 25px;
    font-weight: 150;
    letter-spacing: 1.5px;
    text-align: justify;
    color: #99b368;
}

.about-container {
    display: flex;
    gap: 40px;
    align-items: center;
}

.cta {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 150px;
    margin-right: 180px;
}

.cta-button {
    display: inline-block;
    padding: 25px;
    background-color: #99b368;
    color: #ffbc3d;
    text-decoration: none;
    font-family: "DynaPuff";
    font-size: 35px;
    border: #ffbc3d;
    border-style: solid;
    border-width: 10px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    max-width: 180px;
}

.cta-button:hover{
    background-color: #eb8396;
}

.cta-text {
    font-family: "Patrick_Hand";
    font-size: 30px;
    color: #99b368;
    letter-spacing: 1.5px;
    font-weight: 100;
}

.discount {
    font-family: "DynaPuff";
    font-size: 25px;
    color: #ffbc3d;
}

.footer {
    background-color: #F0EED8;
    text-align: center;
    color: #c23259;
    padding: 30px;
    margin-top: 80px;
}

.footer h3{
    font-family: "DynaPuff";
    font-size: 30px;
    margin-bottom: 15px;
}

.footer p{
    font-family: "Patrick_Hand";
    font-size: 22px;
    margin: 10px;
}