@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header {
    background-color: rgb(195, 140, 0);
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}

.logo{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 1.8em;
    transition: all 0.3s ease;
}
.logo:hover {
    color: rgb(255, 255, 255); 
    text-shadow: 2px 2px 5px black; 
    transform: scale(1.1); 
}

.Fixit {
    text-decoration: none;
    font-size: 1.9em;
    color: #333;
    text-transform: uppercase;
    font-weight: 900;
    transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
    display: inline-block;}

.Fixit:hover {
    color: rgb(255, 255, 255); 
    text-shadow: 2px 2px 5px black; 
    transform: scale(1.2); 
}

.navigation a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 30px;
    display: inline-block;
    transition: all 0.3s ease;
}
.navigation a:hover {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 5px black;
    transform: scale(1.1);
}

section {
    padding: 100px 200px;
}

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/background4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.main h2 {
    color: goldenrod;
    font-size: 1.4em;
    font-weight: 800;
}

.main h2 span {
    display: inline-block;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 3em;
    font-weight: 600; 
}

.main h3 {
    color: aliceblue;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.main-btn {
    color: #000000;
    background-color: rgb(195, 140, 0);
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.7s ease;
}

.main-btn:hover { 
    background-color: gold;
    transform: scale(1.1);
    
}

.social-icons a {
    color: rgb(195, 140, 0);
    font-size: 1.7em;
    padding-right: 30px;
    transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
    display: inline-block;
}

.social-icons a:hover {
    color: rgb(255, 255, 255);
    transform: scale(1.3); 
}

.title {
    display: flex;
    justify-content: center;
    color: black;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    background-color: goldenrod;
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s;
}

.card:hover {
    color: #ffffff;
    transform: scale(1.1);
}

.icon {
    color: black;
    font-size: 8em;
    text-align: center;
}

.info {
    text-align: center;
}

.info h3{
    color: black;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}

.cards {
    background-color: #ffffff;
}

.Contact .icon {
    font-size: 4.5em;
}

.Contact h2 {
    color: #ffffff;
}

.Contact .info h3 {
    color: black;
}

.Contact .info p{
    font-size: 1.0em;
}

.Contact {
    background: url(/images/background9.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer  {
    background-color: rgb(0, 0, 0);
    color: rgb(195, 140, 0);
    padding: 2em;
    display: flex;
    justify-content: space-between;

}

.footer-title {
    font-size: 1.3em;
    font-weight: 600;
}

.footer-title span {
    color: rgb(255, 255, 255);
}

.footer-title p {
    color: goldenrod;
}

.footer .social-icons a {
    color: goldenrod;
}

.footer .social-icons a:hover {
    color: rgb(255, 255, 255);
}

.info h3 a {
    color: rgb(0, 0, 0); 
    text-decoration: none; 
    font-weight: bold;
    transition: color 0.3s ease, transform 0.3s ease;
}

.info h3 a:hover {
    color: rgb(252, 252, 252); 
    text-decoration: underline;
    transform: scale(1.1);
}


#services {
    background: url(/images/background9.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#services .title {
    color: white; 
    font-size: 2.5em; 
    text-shadow: 2px 2px 5px goldenrod;
}

#Contact .title {
    color: white; 
    font-size: 2.5em; 
    text-shadow: 2px 2px 5px goldenrod;
}




.section-title {
    color: black;
    font-size: 2.5em; 
    font-weight: bold; 
    text-align: center; 
    margin-bottom: 20px; 
    text-shadow: 0 2px 5px gold; 
}

.page2{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/background4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.page2 h2 {
    color: goldenrod;
    font-size: 1.4em;
    font-weight: 800;
}

.page2 h2 span {
    display: inline-block;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 3em;
    font-weight: 600; 
}

.page2 h3 {
    color: aliceblue;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    header {
        padding: 12px 20px;
    }
    .navigation a {
        padding-left: 10px;
    }
    .title {
        font-size: 1.8em;
    }
    section {
        padding: 80px 20px;
        background-size: cover;
        background-position: center;
    }
    .main-content h2 {
        font-size: 1em;
    }
    .main-content h3 {
        font-size: 1.6em;
    }
    .content {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 641px) {
    body {
        font-size: 12px;
    }
    section {
        padding: 60px 15px;
        background-size: cover;
        background-position: center;
    }
    .main {
        background-size: contain;
        background-position: center top;
    }
    .page2 {
        background-size: contain;
        background-position: center top;
    }
    .main-content h2 {
        font-size: 0.8em;
    }
    .main-content h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 450px) {
    body {
        font-size: 10px;
    }
    section {
        padding: 50px 10px;
        background-size: cover;
        background-position: center;
    }
    .main {
        background-size: contain;
        background-position: center top;
    }
    .page2 {
        background-size: contain;
        background-position: center top;
    }
}

@media (max-width: 400px) {
    body {
        font-size: 8px;
    }
    section {
        padding: 40px 8px;
        background-size: cover;
        background-position: center;
    }
    .main {
        background-size: contain;
        background-position: center;
    }
    .page2 {
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 350px) {
    body {
        font-size: 7px;
    }
    section {
        padding: 30px 5px;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 300px) {
    body {
        font-size: 6px;
    }
    section {
        padding: 20px 5px;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 250px) {
    body {
        font-size: 5px;
    }
    section {
        padding: 15px 5px;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 200px) {
    body {
        font-size: 4px;
    }
    section {
        padding: 10px 5px;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.5em; 
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .main {
        background-size: contain; 
        background-position: center top; 
        padding: 50px 10px; 
    }
    .page2 {
        background-size: contain; 
        background-position: center;
        padding: 50px 10px;
    }
}

@media (max-width: 768px) {
    
    .section-title {
        font-size: 1.5em; 
        margin-bottom: 20px;
        text-align: center; 
    }
}

@media (max-width: 450px) {
    .main, .page2 {
        background-size: cover; 
        background-position: center top;
        padding: 30px 5px; 
    }
    
    .section-title {
        font-size: 1.2em; 
    }
}

@media (max-width: 768px) {
    .section-title {
        position: absolute;
        top: 10px; 
        left: 50%;
        transform: translateX(-50%); 
        font-size: 1.8em; 
        background-color: rgba(255, 255, 255, 0.7); 
        padding: 5px 10px; 
        border-radius: 5px; 
    }
   
}



body {
    margin: 0; 
    padding: 0;
    background: url('images/background4.jpg') no-repeat center center fixed; 
    background-size: cover; 
    color: #fff; 
    font-family: "Arial", sans-serif; 
}


.contact-form {
    background: goldenrod;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    color: #000000;
}

.form-title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
    text-shadow: 2px 2px 5px goldenrod;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.contact-form input, 
.contact-form textarea {
    padding: 10px 15px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    background: #f3f3f3;
    color: #000000;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-form input:focus, 
.contact-form textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(255, 0, 0);
}

.form-button {
    padding: 12px 20px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.form-button:hover {
    background: rgb(255, 255, 255);
    color: #000000;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .contact-form {
        padding: 30px;
    }

    .form-title {
        font-size: 1.5em;
    }
}

