                                        @import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*,
*::before,
*::after {
    box-sizing:border-box;
    font-family: "Courier Prime", sans-serif;
    
}

:root {
    --dark-color: #000000; 
    --light-color: #ffffff;
    --accent-color: #e28743;
}

body {
    margin: 0;
    color: var(--dark-color);
}

a {
    color: var(--dark-color);
    text-decoration: none;
}

.container {
    width: 1200px;
    margin-inline: auto;
    padding: 0 32px;
}

.btn {
    background: var(--accent-color);
    color: var(--light-color);
    padding: 8px 32px;
    border: 2px solid var(--accent-color);
    display:inline-block;
    font-weight: 500;
    transition: all 300ms ease;
    cursor: pointer;
}

.btn:hover {
    background: #e27743;
    border: 2px solid #e27743;
}

.btn.outlined {
    color: var(--accent-color);
    background: var(--light-color);
}

.btn.outlined:hover {
    background: var(--accent-color);
    color: #fff;
    
}

.btn.light{
    background: var(--light-color);
    color: var(--dark-color);
    border: 2px solid var(--light-color);
}

.btn.light:hover {
    background: var(--accent-color);
    color: var(--light-color);
}

img {
    width:100%;
    display:flex;
}

h1 {
    font-size: 60px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 16px 0;
    background: linear-gradient(90deg, #403592 20%, #1a1423 60%);
    background-clip: text;
    -webkit-background-clip: text;  
    color: transparent;

}

h2 {
    font-size: 36px;
    line-height: 120%;
    font-weight: 800;
    letter-spacing: -1px ;
    margin: 8px 0;
    background: linear-gradient(90deg, #403592 8%, #0f0916 60%);
    background-clip: text;
    -webkit-background-clip: text;  
    color: transparent;

}
h3 {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1px;
    margin: 8px 0;
}


p {
    font-size: 16px;
    line-height: 160%;

}
section {
    padding: 120px 0;
}

/* Header */

/* banner */
.main-banner .item {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1600px;
    height:800px;
    padding: 220px 20% 320px 20%;
    margin-top: 0px;

  
  }
  
  .main-banner .item-1 {
    background-image: url("images/guitar1.jpg");
    background-attachment: fixed;
   
  }
  .main-banner .item-2 {
    background-image: url("images/guitar9.jpg");
    background-attachment: fixed;

  }

  .main-banner .item-3 {
    background-image: url("images/guitar6.jpg");
    background-attachment: fixed;

  }

  .main-banner .item-4 {
    background-image: url("images/guitar10.jpg");
    background-attachment: fixed;

  }

  .main-banner .item-5 {
    background-image: url("images/guitar26.jpg");
    background-attachment: fixed;

  }





  .main-banner .item span.category {

    background-color: #fff;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 30px;
  }
  
  .main-banner .item span.category em {
    font-style: normal;
    color: #f35525;
  }
  
  .main-banner .item h2 {
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 72px;
    width: 50%;
    margin-bottom: 0px;
  }
  
.header-text {
    position: relative;
    top: -200px;
    width: 1200px;
    
}

.header-text .para-text p{
    color: #fff;
    align-items:center;
}

/* Navbar */



#navbar nav {
    position:absolute;
    display: flex;
    justify-content:space-between;
    align-items: center; 
    margin-top: -300px; 
    left:0;
    right:0;
    
    max-width: 1600px;
    margin-inline: auto;
    
    /*z-index: 5;*/

}

nav .main-nav {
   
    align-items:flex-start;
    
}

nav .main-nav a{
    align-items:center;
    padding: 16px 15px;
    color: #fff;
}

/* Change the color of links on hover */
nav .main-nav a:hover {
    background-color: #ddd;
    color: red;
}


nav .logo {
    display: flex;
    justify-content: flex-start;
    
    align-items: flex-start;
}


/* Most Popular */
#popular {
    background : white;
    
}

#popular .heading-container {
    max-width: 500px;
    text-align: center;
    margin-bottom: 60px;
    margin-inline: auto;
    
}

.grid-center {
    display:flex;
    justify-content: center;
}

#popular .services-container {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap:2px;
    max-width: 1200px;

    
    
}
.services-container .service {
    box-shadow: 0 6px 40px rgba(0,0,0, 0.1);
    transition: all 300ms ease;
    display:block;
    justify-content: center;

}
.content {
    object-fit: cover;
    max-width:300px;
    max-height: auto;
}

.para-text {
    display:inline-block;
    max-width: 800px;
    padding-left: 16px;
    max-height: auto;
}
.services-container .content {
    padding: 16px;
}

.services-container .service:hover {
    transform: scale(1.04);
    box-shadow: 0 3px 80px rgba(0, 0, 0, 0.1);
}

/* Parallax effect of stratocaster */

#promoted {
    width:auto;
    background: white;
    
    
    
}

#promoted .section-header {
    position: relative;        
    max-width: 1200px;
    

}

.section-header .image-pos{
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    object-fit: cover;
    max-width:300px;
    width:auto;
    right:0;
    top:0;
    overflow-x: hidden;
}

.text-pos{
    display:flex;
    justify-content: center;
    text-align: center;
    font-size:24px;
    font-weight: 700;
    color: var(--light-color);   
}

.button-pos {
    display:flex;
    justify-content: center;
    text-align: center;
}

/*The Hobbyist guitarist collection*/

#hobbyist {
    display: flex;
    align-items: center;
    height: 100vh;
    position:relative;
    max-width: 1200px;
    margin: 0 100px;
    padding: 0 20px;
    
}

#hobbyist .left {
    display: flex;
    justify-content: center;
    height: 300px;
    max-width: 50%;
    gap:40px;
    padding-right: 30px;
}

.left-header h3{
    color:var(--dark-color);

}

.left-para {
    display: flex;
    justify-content: center;
}

.right-container {
    background:#e27743;
    width:600px;
    height:300px;
}

#hobbyist .right {
    display: flex;
    justify-content: center;
    position: absolute;
    
    right: 0;
    padding:0 20px;
}

#hobbyist .right img{
    height: 300px;
    object-fit: cover;
}


/* Fender Telecaster */

#oldtimes {
    display: flex;
    height: 100vh;
}

#oldtimes .oldtimes-header {
    position: relative;

}
#oldtimes .image-oldtimes img{
    position: absolute;
    top: -400px;
    height: 400px;
    width: 400px;
    object-fit:cover;
}

#oldtimes .oldtimes-large h3{
    color: var(--light-color);
}

#oldtimes .text-oldtimes {
    color: var(--light-color);
    font-size:24px;

}

/* Starcaster section */

#starcaster {
    padding-top: 350px;
}

#starcaster .heading-container {
    max-width: 500px;
    text-align: center;
    margin-bottom: 60px;
    margin-inline: auto;
}
.services-container {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) ;
    gap:40px;
}
.services-container .service {
    box-shadow: 0 6px 40px rgba(0,0,0, 0.1);
    transition: all 300ms ease;
}

.services-container .content {
    padding: 16px;
}

.services-container .content h3 {
    color:var(--accent-color);
}

.services-container .service:hover {
    transform: scale(1.04);
    box-shadow: 0 3px 80px rgba(0, 0, 0, 0.1);
}

/* General Banner */

#general {
    padding: 0px 0px;
}
#gen-banner {
    background: white;

}
#gen-banner .gen-header {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    gap:250px;
    

}
.shipping-icon {
    width: 32px;
    object-fit:cover;
}
.shipping {
    width: 100px;
}
.secure {

    width: 32px;
    object-fit: cover;
}

.returns {
    width: 32px;
    object-fit: cover;
}

.order {
    width:32px;
    object-fit: cover;
}

/* Footer */


footer .social img {
    width: 30px;
    transition: all 300ms ease;
}

footer .social img:hover {
    transform: scale(1.2);
}

footer {
    background: var(--dark-color);
    color: var(--light-color);
    padding: 60px 32px;
}

footer a{
    color: var(--light-color);
}

footer .social{
    display: flex;
    gap: 32px;
    margin-top: 24px; 
    
}

footer .top{
    display: flex;
    justify-content: space-between;
}

footer .logo{
    font-size: 24px;
}

footer .copyright {
    color: rgba(255, 255, 255, 0.5);
}
                    