
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: linear-gradient(to right, purple); 
    padding: 10px;
    box-shadow: 0 4px 6px 1px rgba(128,0,128,0.6);
}


.logo img {
    width: 60px; 
    display: flex;
    align-items: center;
    border-radius: 50%;
}
.logo-text {
    margin-left: 6px;
    font-family: cursive;
    font-weight: bold;
    color: black;
    text-shadow: 2px 2px 4px rgba(128,0,128,0.6);
}

nav ul  {
    list-style-type: none;
    display: flex;
 
} 

nav ul li a {
    margin-right: 20px;
    text-decoration: none;
    font-family: cursive;
    color: rebeccapurple;
    font-size: 18px;
 
}

 nav ul li a:hover {
    color: #ff69b4; 
} 


 main, footer {
    padding: 10px;
} 
.content img{
    width: 100%;
}

.content {
    position: relative;
}

.content {
    position: relative;
}

.text {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    background-color: rgba(226, 112, 198, 0.39); 
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
}
.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;

}

.service-card {
    width: 300px;
    background-color:rgb(241, 207, 241);
    border: 1px solid #ddd; 
    border-radius: 5px;
    padding: 10px;
    margin: 10px;

}
.service-card img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 50%; 
}


.service-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: cursive;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(128,0,128,0.6);
    
}

.service-card p{
    position: relative; 
    text-align: center;
    top: -10px;
    background-color: rgba(226, 112, 198, 0.39); 
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 12px;
}
/* .service-card button{
    cursor: pointer;
    color: beige;
    padding: 10px;
    background-color: #ff1493;
    border: 20px;
    border-radius: 20px;
} */
.container {
    max-width: 500px;
    margin-top: -30%;
    padding: 20px;
    margin-left: auto; 
    margin-right: 0; 
    border-radius: 40px;
}


.container h3{
   margin-bottom: 10px;

}



 h3 {
    color:purple;
    font-style: oblique;
    border-radius: 20px;
    text-shadow: 1px 2px 2px rgb(248, 4, 228);
  
} 

.service-info,
.safety-info,
.beauticians-info,
.trust-info {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.service-info p,
.safety-info p,
.beauticians-info p,
.trust-info p {
    line-height: 1.3;
    font-size: 15px;
    font-style: inherit;
}

.choose img{
   
    max-width: 500px;
    height: auto; 
    border-radius: 0px 40%;
    margin-top: 20px;
    padding-left: 10px; 
} 
.service-info,
.safety-info,
.beauticians-info,
.trust-info {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 3px; 
    border-radius: 5px;
}

.container .service-info h3 i,
.container .safety-info h3 i,
.container .beauticians-info h3 i,
.container .trust-info h3 i {
    margin-right: 10px; 
    color: purple; 
    font-size: 20px; 
}


.container .service-info h3 i {
    color: #ff7f50; 
}

.container .safety-info h3 i {
    color: #1e90ff; 
}

.container .beauticians-info h3 i {
    color: #32cd32; 
}

.container .trust-info h3 i {
    color: #ff1493; 
}

.section-heading{
  font-size: 30px;  
  text-align: center;
  font-family: cursive;
  color: purple;
  text-shadow: 2px 4px 4px  rgb(248, 4, 228);
}

.deals-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}


.deals-card {
    width: 300px;
    padding: 15px;
    margin: 10px;
    background-color: rgb(241, 201, 101);
    border-radius: 0px 40%;
}

.deal-heading {
    font-size: 24px;
}

.deals-card img {
    max-width: 50%;
    height: auto;
    display: block;
    float: right; 
    border-radius: 50%;
    margin-top: -20px;
}

.deal-details {
    margin-top: 10px; 
    padding-left: 10px; 
    overflow: hidden; 
}

.deal-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0; 
}

.deal-details ul li {
    font-size: 11px;
    margin-bottom: 3px;
}

.deal-price {
    margin-top: 10px;
}  

.original-price {
    text-decoration: line-through;
    color: red;
    margin-right: 10px;
}

.now-price {
    color: green;
}

.book-now-button {
   
    display: block;
    margin-top: auto;
    padding: 5px 5px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right; 
       
} 

footer {
   
    background: linear-gradient(-35deg, rgb(248, 4, 228) 45%, white);
    padding: 60px; 
    border-radius: 0px 40%;
    position: sticky;
}

.footer-logo img {
    width: 100px; 
    display: block;
    margin:  -40px auto 0;
    border-radius: 50%;
}   

.footer-text {
    font-size: 30px;
    font-family: cursive;
    text-align: center; 
    display: flex;
    justify-content: center;
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons a {
    display: inline-block;
    padding: 5px;
}

.icons a i {
    font-size: 24px; 
    color: black; 
    border-radius: 50%; 
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px; 
    margin: 5px;
}

.footer-col {
    width: calc(100% / 3); 
    padding: 0 15px;
    margin: 0 20px 0 0;
    margin-top: -15%;
    float: left; 
    box-sizing: border-box; 
}

.footer-col h4 {
    font-size: 18px;
    color: black;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    font-style: italic;
     font-family: 'Times New Roman', Times, serif; 
}

.footer-col h4::before {
    content: '';
    position: absolute;
     left: 10%; 
    bottom: -10px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 70px;
    transform: translateX(-50%);
    text-align: center;    
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul a {
    font-size: 16px;
    color: black;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    transition: all 0.3s ease;
}

.footer-col ul a:hover {
    color: black;
    padding-left: 10px;
    background-color: pink;
    border-radius: 20px;
}

.copyrights{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: italic;
    font-weight: bold;
    }
    .copyrights h2 {
        margin-top: -5px; 
    }

@media  (max-width: 768px) {
        .footer {
            padding: 40px;
        }
    
        .footer-text {
            font-size: 24px;
        }
    
        .icons a i {
            font-size: 20px;
            padding: 8px;
        }
    
        .footer-col {
            width: 100%;
            margin: 0;
           
        }
    
        .footer-col h4::before {
            width: 50px;
        }
    
        .footer-col ul a {
            font-size: 14px;
        }
        .copyrights {
            font-size: 10px; 
        }
    }

@media  (max-width: 768px) {
    header {
        padding: 5px; 
    }
    
    .logo img {
        width: 40px; 
    }
    
    nav ul li a {
        font-size: 10px; 
        
    }
    
    .content .text {
        font-size: 18px; 
        padding: 5px 10px; 
        border-radius: 10px; 
        left: 50%; 
        transform: translateX(-50%); 
    }
    
    .services {
        flex-direction: column; 
        align-items: center;
    }
    
    .service-card {
        width: 90%; 
    }

    .container {
        max-width: 100%;
        margin-top: 0;
    }
    .choose img {
        max-width: 100%;
        border-radius: 0px 40%;
        margin-top: 10px;
    }
}