*{
    margin: 0;
    padding: 0;
}

.main{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%), url(guitar.jpg);
    background-position: center;
    background-size: cover;
    height: 109vh;
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
    font-size: smaller;
}
.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: rgb(203, 198, 194);
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
}
ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li {
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
    color: rgb(179, 127, 78);
}

.search{
    width: 330px;
    margin: 0 auto;
}

.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px rgb(254, 177, 70);
    margin-top: 13px;
    color: rgb(255, 255, 255);
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background-color: rgb(238, 139, 73);
    border: 2px solid rgb(219, 130, 47);
    margin-top: 13px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.btn:focus{
    outline: none;

}
.srch:focus{
    outline: none;
}

.welcomeMessage{
    position: absolute;
    top: 30%;
    left:20%;
    color: white;
    font-size: 30px;
    text-align: left;
}

.content{
    position: absolute;
    top: 50%;
    left: 10%;
    color: white;
    font-size: 15px;
    text-align: left;

}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
} 

.content .cn{
    width: 160px;
    height: 40px;
    background: rgb(255, 134, 53);
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
}

.content .cn a {
    text-decoration: none;
    color: black;
    transition: .3s ease;

}

.cn hover{
    background-color: rgb(255, 255, 255);

}

.content span{
    color: rgb(244, 136, 43);
    font-size: 60px;

}
.form {
    width: 300px;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 150px;
    right: 50px;
    border-radius: 10px;
    padding: 25px;
}

.form h2 {
    font-family: Arial, sans-serif;
    text-align: center;
    color: #FF7200;
    font-size: 24px;
    margin-bottom: 20px;
}

.form input {
    width: 100%;
    height: 45px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FF7200;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.form input:focus {
    outline: none;
    border-bottom: 2px solid #FFD700;
}

.form input::placeholder {
    color: #ccc;
}

.form button {
    width: 100%;
    height: 40px;
    background: #FF7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    transition: background 0.3s ease;
}

.form button:hover {
    background: #FFA500;
}

.form .link {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.form .link a {
    color: #FF7200;
    text-decoration: none;
}

::placeholder{
    color: rgb(255, 255, 255);
    font-family: Arial;

}
.btnn{
    width: 240px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.btnn:hover{
    background: #ffffff;
    color: #ff7200;

}

.btnn{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.form.link{
    font-family: Arial;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

.from.link a{
    text-decoration: none;
    color: #ff7200;

}

.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.icons a{
    position: absolute;
    top: 100%;
    left: 10%;
    transition: .3s ease;
    padding-left: 14px;
    padding-bottom: 5px;
    color: white;
}

.icon ion-icon:hover{
    color: #ff7200;
}


/* .about-section{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;

} */
 /* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}

/* Container for About Us Section */
.about-us-container {
    text-align: center;
    padding: 100px 20px;
    background: url('background-image.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
}

/* Title Style */
.about-us-container h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/* Text Style */
.about-us-container p {
    font-size: 32px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: justify;
}

/* Additional Styles for Links and Buttons */
.about-us-container a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 20px;
    margin-top: 50px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.about-us-container a:hover {
    background-color: #fff;
    color: #000;
}


.container{
    width: 80%;
    position: absolute;
    margin: 50px auto;
    font-size: 20px;
    color: #ffffff;
    text-align: center;

}
.contactInfo{
    background: #ffffff;
    color: #ffffff;
    display: flex;
}
.contact-right{
    flex-basis: 40%;
    padding: 40px;
    background: #e7a36c;
}
.contact-left{
    flex-basis: 60%;
    padding: 40px 60px;
}
h1{
    margin-bottom: 20px;
}
.container p{
    margin-bottom: 40px;
}
.input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.input-row .input-group{
    flex-basis: 45%;
}
input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-bottom: 5px;
}
textarea{
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}
label{
    margin-bottom: 5px;
    display: block;
    color: #e7a36c;
}
button{
    background: #e7a36c;
    width: 100px;
    border: none;
    outline: none;
    color: #fff;
    height: 35px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0px 5px 15px 0px rgba(252, 212, 143, 0.8);
}
.contact-left h3{
    color: #ff9d4c;
    font-weight: bold;
    margin-bottom: 30px;

}
.contact-right h3{
    font-weight: bold;
    margin-bottom: 30px;
}
tr td:first-child{
    padding-right: 20px;
}
tr td{
    padding-top: 20px;
}

.slider-wrapper {
    position: relative;
}

.scroll-container {
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Keeps images in a single line */
    padding-bottom: 10px; /* Adds padding for scrollbar visibility */
}

.image-list {
    display: flex; /* Aligns items in a row */
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 18px; /* Spacing between images */
}

.image-item {
    width: 325px; /* Fixed width for each image */
    height: 400px; /* Fixed height for each image */
    object-fit: cover; /* Ensures images cover the area */
    border-radius: 10px; /* Rounded corners for images */
}

/* Hide scrollbar for webkit browsers */
.scroll-container::-webkit-scrollbar {
    display: none;
}

/* Optional: For custom scrollbar styling */
.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #ddd;
}

.container3 {
    position: absolute;
    max-width: 800px;
    margin: 50px auto;
    padding: 0 20px;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

/* Service Container Styles */
.service {
    background-color: #333; /* Dark background for better contrast */
    border-radius: 10px; /* More rounded corners for a modern look */
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover effect for .service container */
.service:hover {
    background-color: #444; /* Slightly lighter background on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

/* Heading Styles */
.service h2 {
    color: #fff;
    margin-bottom: 15px; /* Increased margin for better spacing */
    font-size: 1.8rem; /* Larger font size for headings */
    font-weight: 600; /* Slightly bolder text */
    border-bottom: 2px solid #fa8e42; /* Underline effect for emphasis */
    padding-bottom: 5px; /* Padding to create space between text and border */
}

/* Paragraph Styles */
.service p {
    color: #ccc; /* Lighter color for better readability */
    line-height: 1.6;
    font-size: 1rem; /* Adjust font size for readability */
}

/* Responsive Design: Adjust padding and font sizes for smaller screens */
@media (max-width: 768px) {
    .service {
        padding: 15px;
    }

    .service h2 {
        font-size: 1.5rem;
    }

    .service p {
        font-size: 0.9rem;
    }
}

h1 {
    text-align: center;
}

.footer {
    background-color: rgb(244, 146, 72);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); 
    color: white;
 
}

.guitar-container {
    position:absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.guitar {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    width: 300px;
}

.guitar .type {
    font-weight: bold;
}

.guitar .model {
    margin-top: 5px;
}

.guitar .price {
    margin-top: 10px;
    font-size: 20px;
    color: #ff7200;
}

th, td {
    border: 1px solid rgb(255, 255, 255);
    padding: 8px;
    text-align: left;

}

th {
    background-color: black;
}

tbody tr:hover {
    background-color: #000000;
}
/* Media query for about  */
@media only screen and (max-width: 480px) {
    .icon .logo {
        font-size: 1.5rem;
    }

    .menu ul {
        padding-left: 0;
    }

    .menu ul li {
        margin: 3px 0;
    }

    .about-section h1 {
        font-size: 1.2em;
    }

    .about-section p {
        font-size: 0.9em;
    }

    .footer p {
        font-size: 0.9em;
    }
}
