*{
    margin: 0;
    padding:0;  
    box-sizing: border-box;
    font-family: "Cinzel", serif;
    color: #595959;
}
html{
    scroll-behavior: smooth;
}
header{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image:url(./header.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: scroll;
    position: relative;
    
}
@media (min-width: 1024px) {
    header {
        background-attachment: fixed; /* Apply only on larger screens */
    }
}
nav{
    display:flex;
    padding: .2% 1%;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top:0;
    z-index: 1;
    background-color:#fff;
    position: fixed;
    
}

nav img{
    width: 100px;
}


.nav-links{
    flex:1;
    text-align: right;
}
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 16px; 
    letter-spacing: 2px;
    font-weight: 300;
}
.nav-links ul li::after {
    content:'';
    width: 0%;
    height: 2px;
    background: #F2A0BE;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}


.title_header{
    padding: 20px;
    position: absolute;
    right: 55%;
    top: 55%;
       
}

.title_header h1{
    text-align: left;
    font-size: 3.8rem;
    font-weight: 500;
    color: black;
    
}
.title_header h3{
    
    font-size: 1.5rem;
    padding-top: 40px;
    letter-spacing: 1.5px;
    text-align: center;
    color: black;
}
nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text h1{
        font-size: 3rem;
    }

    .text p{
        font-size: 2rem;
    }
    .nav-links ul li {
        list-style: none;
        display: block;
        padding: 8px 12px;
        
    }
    nav img{
    width: 80px;
}
    
    .nav-links {
        position: fixed;
        background:rgba(184, 175, 175, 0.4);
        backdrop-filter: blur(15px);
        height: 100vh;
        width: 200px;   
        top:0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: black;
        margin: 10px;
        cursor: pointer;
        font-size: 22px;
    }
    .nav-links ul{ 
        padding: 30px;
    }
 
    .text p{
        color:black;
        font-weight: 200;
        text-decoration: solid;
    }
   .title_header h1{
    text-align: center;
    text-shadow: 1px 0px black;
}
.title_header{
    padding: 20px;
    position: absolute;
    right: 0%;
    top: 35%;
       
}
}
.socialmedia .fa-brands{
color: #F2A0BE;
font-size: 28px;
}
.footer-address .fa{
    color: #F2A0BE;
    font-size: 28px;
}
/*-----About------*/
.about-me {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 100px auto;
    text-align: center;
    color: #595959;
}

.about-me_div {
    width: 50%;
    margin: auto;
}

.about-me_div img {
    width: 200px;
    height: 200px;
    transform: rotate(-20deg);
    border-radius: 50%;
    position: relative;
    right: -200px; /* Adjusted from -500px to a more reasonable value */
    bottom: -20px;
    z-index: -1;
    
}

.about-me h3 {
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px;
 
}

.about-me h1 {
    padding-bottom: 10px;
    font-size: 2rem;

}

@media (max-width: 700px) {
    .about-me_div {
        width: 90%;
    }

    .about-me_div img {
        right: 0; /* Reset the positioning for better responsiveness */
        bottom: 20px; /* Adjusted for a more balanced look on smaller screens */
        transform: rotate(-20deg);
        top: 30px;
         /* Optionally reset rotation on smaller screens for better appearance */
    }
   .price{
    width: 100%;
    justify-content: center;
   }

   .offer_section_container{
    flex-direction: column;
   }
}
@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.rotate-box img{
    animation: rotate 8s linear infinite;
}


 /*------- Offer section-------- */

.offer_section h3 {
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px;
    color: #595959;
}

.offer_section h1 {
    padding-bottom: 10px;
    font-size: 2rem;
    color: #595959;
}
.offer_section{
   margin-top: 100px;
    width: 100%;
    text-align: center;
    padding: 40px;
    background-image:  linear-gradient(
        80deg,
        hsl(300deg 79% 94%) 0%,
        hsl(300deg 80% 95%) 3%,
        hsl(300deg 80% 95%) 5%,
        hsl(300deg 80% 96%) 7%,
        hsl(300deg 81% 96%) 10%,
        hsl(301deg 81% 97%) 12%,
        hsl(301deg 81% 97%) 16%,
        hsl(301deg 82% 98%) 35%,
        hsl(301deg 82% 98%) 56%,
        hsl(301deg 82% 99%) 72%,
        hsl(301deg 83% 99%) 87%,
        hsl(0deg 0% 100%) 100%
      )
}
.offer_section_container{
    display: flex;
    flex: 1;
    margin: 80px;
    gap: 10px;
    flex-wrap: wrap;
}

hr.main{
    border: 1px solid #F2A0BE;
    width: 65%;
    margin: auto;
}
.offer_section_text{
    border-right: 1px solid #F2A0BE;
    flex: 1;
    margin-bottom: 20px;
    padding: 5px;
}
/*---------Price-------*/
.price{
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 500px 300px;   
}
.price-container {
    display: flex;
    text-align: center;
    margin: auto;
    gap: 8px;
    margin-top: 80px;
    width: 80%;
    justify-content: center;
    
}
.price h1{
    padding-bottom: 10px;
    font-size: 2rem;
    color: #595959;
    
}
.price-table p{
    font-size: 10px;
}

.price-table{
flex: 1;
padding: 10px;
border-radius: 12px;
background-size: cover;
background:rgba(255, 255, 255, 0.6) ; /* Semi-transparent background */
background-position: center;
border-radius: 15px; /* Rounded corners */
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
backdrop-filter: blur(10px); /* Background blur effect */
-webkit-backdrop-filter: blur(10px); /* Safari support for backdrop filter */
border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border for frosted effect */
}

.price-table .fa-solid{
font-size: 40px;
margin-bottom: 10px;
position: relative;
top: -30px;
padding: 10px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.6); /* Semi-transparent background */
background-position: center;
border-radius: 15px; /* Rounded corners */
box-shadow:4px 0px 4px 1px rgba(0, 0, 0, 0.1); /* Subtle shadow */
backdrop-filter: blur(10px); /* Background blur effect */
-webkit-backdrop-filter: blur(10px); /* Safari support for backdrop filter */
border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border for frosted effect */

}

.price h3{
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px;
    color: #595959;

}

.price-table ul li{
    list-style: none;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    
}

.price-table h2{
    color: #F2A0BE;
    font-weight: 300;
    text-align: center;

}

hr {
    width: 100%; /* Adjust the width as needed */
    border: none; /* Remove default border */
    height: 1px; /* Adjust thickness */
    background-color:rgb(242, 160, 190); /* Change color */
    margin: 15px auto; /* Adjust margin */
}

.price-table {
    transition: transform 0.3s ease;
}

.price-table:hover {
    transform: translateY(-15px);
}

@media(max-width: 700px){
    .price-container{
        flex-direction: column;
        gap: 50px;
    }
    }

.offer_section_text h4{
    margin-bottom: 10px;
}
/* Style the form element with a border around it */

/*---------footer-------------*/
footer{
    padding: 20px;
    background-image:linear-gradient(
        80deg,
        hsl(300deg 79% 94%) 0%,
        hsl(300deg 80% 95%) 3%,
        hsl(300deg 80% 95%) 5%,
        hsl(300deg 80% 96%) 7%,
        hsl(300deg 81% 96%) 10%,
        hsl(301deg 81% 97%) 12%,
        hsl(301deg 81% 97%) 16%,
        hsl(301deg 82% 98%) 35%,
        hsl(301deg 82% 98%) 56%,
        hsl(301deg 82% 99%) 72%,
        hsl(301deg 83% 99%) 87%,
        hsl(0deg 0% 100%) 100%
      );
}
.footer-address{
    display: flex;
    margin-top: 20px;
    padding: 10px;
    
}
.footer-address p{
    padding: 10px;
}
.socialmedia_footer{
    text-align: center;
 
}
/*---------Contact-------------*/
.contact_form{
    margin-top: 100px;
    text-align: center;    
}


.contact_form h1{
padding-bottom: 10px;
font-size: 2rem;
color: #595959;

}


.contact_form h3{font-style: italic;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px;
    color: #595959;
}

    .contact_form_section {
        width: 100%;
        padding: 40px 0; /* Added padding for better spacing */
        justify-content: center;
        display: flex;
        align-items: center;
        
    }

    .contact_container{
        flex-basis: 50%;
        
    }
    .contact_container img{
        width: 60%;
        height: 60%;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Subtle shadow */
        backdrop-filter: blur(10px); /* Background blur effect */


    }
    
    .contact-col {
        width: 80%;
        margin-bottom: 30px;
        padding: 20px; /* Added padding inside the container */
        margin-top: 80px;
        background: rgba(255, 255, 255, 0.6); /* Semi-transparent background */
        border-radius: 15px; /* Rounded corners */
    }
    
    .contact-col input,
    .contact-col textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid #F2A0BE;
        margin-bottom: 17px;
        box-sizing: border-box;
        opacity: 0.9;
        background-color: rgba(255, 255, 255, 0.9); /* Ensure input background is opaque */
        border-radius: 12px;
    }
    
    
    .row {
        display: flex;
        gap: 20px; /* Added gap for spacing between columns */
        margin-right: 100px;
        flex-basis: 50%;
        justify-content: center;
  

    }
    
    @media (max-width: 700px) {
        .row {
            display: flex;
            flex-direction: column;
            align-items: center; /* Center items in the column layout */
            width: 100%;
        }
    
        .contact-col {
            width: 100%; /* Adjust width for smaller screens */
         
        }
    
        .contact-col div .fa {
            font-size: 20px;
            margin-right: 30px;
        }
    
        .contact-col div p {
            padding: 0;
            font-size: 14px;
        }
    
        .contact-col div h5 {
            font-size: 16px;
        }


        .contact_form_section{
            display: block;
        }


        .contact-col input,
        .contact-col textarea {
            width: 100%;
            font-size: 0.65rem;
        }
        .hero-btn{
            font-size: 0.65rem;
        }
    }
    
    .hero-btn{
        text-decoration: none;
        padding: 10px;
        border-style: none;
        border-radius: 12px;
        background-color: rgb(239, 239, 239);
    }
    .hero-btn:hover{
        color: #F2A0BE;
        cursor: pointer;
        background-color: #fff;


    }


    




