@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Manrope:wght@200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: "manrope", sans-serif;
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;

}
h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}
h4{
    font-size: 20px;
    color: #222;
}
h6{
    font-weight: 700;
    font-size: 12px;
}
p{
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}
.section-p1{
    padding: 40px 80px;
}
.section-m1{
    margin: 40px 0;
}
a{
    text-decoration: none;
 font-weight: 400;
}
body{
    width: 100%;
}

/* Header Start */
#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #e3e6f3;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
position: sticky;
z-index: 999;
top: 0;
    left: 0;
}
#navbar{
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
}
#navbar li{
    padding: 0 20px;
    position: relative;
}
#navbar li a{
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active
{
    color: #088178;
}
#navbar li a.active::after,
#navbar li a:hover::after{
    content: '';
    position: absolute;
    left: 18px;
    bottom: -4px;
    width: 30%;
    height: 2px;
    background: #088178;
}
#mobile{
    display: none;
    align-items: center;
}
#close{
    display: none;
}

/* Home Page */

#hero{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 80px;
    background: url(img/hero4.png);
    background-size: cover;
    background-position: top 25% right 0;
    height: 90vh;
    width: 100%;
}
#hero h2{
    font-size: 60px;
    line-height: 70px;
    color: #088178;
    margin-bottom: 20px;
}
#hero button{
    padding: 14px 80px 14px 65px;
    background: url(img/button.png);
    color: #088178;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius:80px;
    cursor: pointer;
}
#feature{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 10px;
   
}
.fe-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-direction: column; 
    gap: 18px;
    border-radius: 8px;
    /* border: 1px solid #9f9fa1; */
    box-shadow: 20px 20px 34px rgba(0,0,0,0.04);

}
.fe-box:hover{
    box-shadow: 10px 10px 54px rgba(70,62,221,0.3);
}
.fe-box h6{
    display: inline-block;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
    padding: 9px 8px 6px 8px;
}
.pro-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.pro{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 12px 8px;
    border-radius: 8px;
    border: 1px solid #9f9fa1; 
    position: relative;
}
.pro img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.des{
display: flex;
justify-content: start;
align-items: flex-start;
gap: 10px;
padding-left: 10px;
flex-direction: column;
}
.pro .fa-star{
    color: #e49a11;
}
.fa-cart-shopping{
    position: absolute;
    right:10px;
    bottom: 20px;
    font-size: 24px;
    color: #95B0A8;
    background-color: #EBF5F0;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;

}
.fa-cart-shopping:hover{
   
    background-color: #e3f5ec;
    

}
h4{
    color: #2a2c2c;
}
.repair{
    background: url(./img/banner/b2.jpg);
    height: 50vh;
    width: 100%;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.repair h1{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.repair h1 span{
    color: #be192a;
}
.repair h2{
    color: #fff;
    font-size: 30px;
}
.repair button{
    padding: 14px 80px 14px 65px;
    color: #088178;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius:10px;
    cursor: pointer;
}
.repair button:hover{
    background-color: #e3f5ec;
    color: #088178;
}
#sm-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#sm-banner .banner-box{
    background: url(./img/banner/b17.jpg);
    height: 50vh;
    min-width: 580px;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-left: 30px;
}
#sm-banner .banner-box2{
     background: url(./img/banner/b10.jpg);
}
.banner-box h4{
    color: #fff;
    font-size: 30px;
}
.banner-box h2{
    color: #fff;
    font-size: 40px;
}
.banner-box span{
    color: #e9dcdd;
    margin-bottom: 10px;
}
.banner-box button{
    padding: 14px 80px 14px 65px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.banner-box button:hover{
    background-color: #088178;
    color: #ffffff;
  border: 1px solid #088178;
}
#banner3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
#banner3 .banner-box{
 
    height: 40vh;
    min-width: 33%;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-left: 30px;
}
.banner-box3{
        background: url(./img/banner/b7.jpg);
}
.banner-box4{
        background: url(./img/banner/b4.jpg);
}
.banner-box5{
        background: url(./img/banner/b18.jpg);
}
#banner3 .banner-box h4{
    color: #fff;
    font-size: 20px;
}
#banner3 .banner-box h2{
    color: #fff;
    font-size: 30px;
}
#newsletter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #031E43;
}
#newsletter h4{
    color: #fff;
    font-size: 30px;
}
#newsletter p{
    color: #fff;
    font-size: 14px;
}
#newsletter p span{
    color: #c4b530;
}
#newsletter form{
    display: flex;
    align-items: center;
}
#newsletter input{
    padding: 14px 20px;
  width: 300px;
    border: none;
    border-radius: 4px 0 0 4px; 
    border: 0;
    outline: 0;
}

#newsletter button{
    padding: 14px 20px;
    background-color: #088178;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
footer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 80px;
    background-color: #e3e6f3;
    width: 100%;
}
footer .col{
    width: 22%;
}
footer .logo{
    margin-bottom: 30px;
}
footer .icon{
    display: flex;
margin-top:10px ;
    gap: 8px;
}
footer .col2{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 8px;
    flex-direction: column;
}
footer .col2 a{
    color: #1a1a1a;
    font-size: 16px;
    transition: 0.3s ease;
}
/* Shop Page */

#shop-page{
    background-image: url("img/banner/b1.jpg");
    height: 40vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
flex-direction: column;
gap: 20px;
}
#shop-page h4{
    color: #fff;
    font-size: 20px;
}#shop-page h1{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

/* Single product */


#prodetails{
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 50px;
    padding: 40px 80px;
}
#prodetails .single-pro-image{
    width: 40%;
}
#prodetails #MainImg{
    
    height: 400px;
    object-fit: cover;
    border-radius: 8px;

}
#prodetails .small-img-group .small-img{
   
    cursor: pointer;
}
#prodetails .small-img-group{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 20px;
    
}
.single-pro-details{
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}
.single-pro-details h6{
    color: #088178;
    background-color: #fddde4;
    display: inline-block;
    padding: 9px 8px 6px 8px;
    border-radius: 4px;
}
.single-pro-details h2{
    color: #2a2c2c;
}
.single-pro-details button{
    padding: 14px 80px 14px 65px;
    background-color: #088178;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius:10px;
    cursor: pointer;
}
.single-pro-details button:hover{
    background-color: #0f6862;
    color: #fff;
}
.single-pro-details select{
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    border: 1px solid #9f9fa1;
}
.single-pro-details select option{
    padding: 14px 20px;
}
.single-pro-details .addtocart{
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #088178;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius:10px;
    cursor: pointer;
}
.single-pro-details input{
    padding: 14px 20px;
    width: 100px;
    border: none;
    border-radius: 4px;
    border: 1px solid #9f9fa1;
}
.single-pro-details span{
    
    font-size: 14px;
}

/* About Page */
#about-page{
    background-image: url("img/about/banner.png");
    height: 40vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
flex-direction: column;
gap: 20px;
}
#about-page h4{
    color: #fff;
    font-size: 20px;
}   
#about-page h1{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
#about-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 80px;
}
#about-head img{
    width: 50%;
}
#about-app h1{
color: #434643;
text-align: center;
margin-bottom: 10px;

}#about-app span{
color: #088178;
}
#about-app video{
    width: 100%;
    border-radius: 30px;
}
/* Contact Page */
/* Media Queries */
@media (max-width: 768px) {
    
    #navbar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;    
        justify-content: flex-start;
        gap: 5px;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #e3e6f3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    padding: 80px 0 0 10px;
    transition: 0.5s ease;
    } #navbar.active{
        right: 0;
    }
    #close{
        display: block  ;
        position: absolute;
        top: 20px;
        left: 30px;
        font-size: 24px;
        color: #1a1a1a;
        cursor: pointer;
    }
    #navbar li{
        margin-bottom: 15px;
    }
    #id-bag{
 display: none;   
}
    #mobile{
        display: flex;
        align-items: center;

    }
    #mobile i{
        color: #1a1a1a;
        font-size: 24px;
        cursor: pointer;
        padding-left: 20px;
    }

    #hero{
        height: 70vh;
        padding: 0px 80px;
        background-position: top 25% right 30%;
    }
    #feature{
        flex-wrap: wrap;
    }
    #pro-container{
        justify-content: center;
    }
    #pro-container .pro{
        margin: 12px;
    }
    #repair{
        height: 40vh;
        background-position: center;
    }
    .repair h1{
        font-size: 18px;
        line-height: 30px;
    }
    .repair h2{
        font-size: 16px;
    }
    #sm-banner{
        flex-direction: column;
    }
    #banner3{
        flex-wrap: wrap;
    }
    #newsletter{
        flex-direction: column;
       align-items: flex-start;
    }
   footer .col{
       width: 40%;
   }
}
@media (max-width: 480px) {
    #header{
        padding: 20px;
    }
    #hero{
        padding: 0px 20px;
        background-position: top 25% right 50%;
    }
    #feature{
        padding: 40px 20px;
    }
    .repair h1{
        font-size: 16px;
        line-height: 30px;
    }
    .repair h2{
        font-size: 14px;
    }
    #sm-banner .banner-box{
        width: 100%;
        height: 30vh;
        padding-left: 20px;
        margin: 20px;
    }
    #banner3{
        padding: 0 20px;
    }
    #banner3 .banner-box{
        width: 100%;
        height: 30vh;
    }
}