@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #212121;
}
.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.Info-header {
    max-width: 600px; /* Adjust as needed */
    text-align: left;
    margin-left: -5rem;
}

.Info-content h1 {
    color: #fff;
    font-size: 70px;
    font-family: 'Poppins', sans-serif;

}

.Info-content p {
    color: #b6b6b6;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
    margin-top: -2rem

}

span {
    font-family: 'Roboto Slab', serif;
    font-style: italic;
}

.image {
    max-width: 25%;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.image:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7); 
}

.image img {
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
}

.button {
    text-decoration: none;
    color: #272727;
    padding: 1rem;
    font-size: 14px;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    border: 1px solid #f8ce80;
    transition: 0.4s ease-in-out;
    /* Use linear gradient for background */
    background-color: #f8ce80; /* Fallback color */
    background-image: linear-gradient(to bottom, #d8bb85, #d5a751); /* Gradient */
}
.button:hover {
    background-color: #212121;
    border: 1px solid #f8ce80;
    color: #fff;
    background-image: linear-gradient(to bottom, #212121, #212121); /* Gradient */


}

.button-clear {
    text-decoration: none;
    color: #fff;
    background-color: #212121;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #f8ce80;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;

}

.button-clear:hover {
    background-color: #f8ce80;
    border: 1px solid #f8ce80;
    color: #252525;
    background-image: linear-gradient(to bottom, #f8ce80, #d5a751); /* Gradient */


}

h1 span {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcScDhzi2dB45F9hzv1bhIhu0rAOEUyp6LVIDQ&usqp=CAU');
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold; /* Adjust font weight as needed */
}


.About {
    margin-top: 20px; /* Add margin-top */
    display: block; /* Ensure each section occupies its own page */
}

.About-content {
    display: flex;
    align-items: center;
    max-width: 800px; /* Adjust max-width as needed */
    margin: 0 auto; /* Center the content */
}

.About-content span {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcScDhzi2dB45F9hzv1bhIhu0rAOEUyp6LVIDQ&usqp=CAU');
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold; /* Adjust font weight as needed */
}
.image-1 {
    margin-right: 20px; /* Adjust spacing between image and text */
}

.image-1 img {
    max-width: 200px;
    height: auto;
    margin-left: -7rem;
    margin-top: 3rem;
}

.description h2 {
    margin-bottom: 10px; /* Add some space below the title */
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #fff;
}

.description p {
    white-space: pre-wrap; /* Allow automatic line breaks */
    color: #b1b1b1;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;

}


.footer-content h1 {
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #919191;
    font-family: 'Poppins', sans-serif;
    padding: 1rem;
}

.footer {
    background-color: #191919;
    border-radius: 70px;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 2px solid #d5a751;
}

.image-2 {
    margin-left: 60px; /* Adjust spacing between image and text */
}

.image-2 img {
    max-width: 400px;
    height: auto;
    margin-left: -7rem;
    margin-top: 3rem;
}