@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'spartan',sans-serif;
}

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

h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}
h3{
    font-size: 36px;
    line-height: 44px;
    color: #222;
} 

h4{
    font-size: 20px;
    color: #222;
}
h5{
    font-size: 500;
    font-size: 12px;
}
h6{
    font-size: 700;
    font-size: 12px;
}
.section-p1{
    padding: 40px 80px;
}
.section-m1{
    margin: 40px 0;
}
body{
    width: 100%;
    background: #f1f2f1;
}

/* Header Start */

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #E3E6F3;
    position: sticky;
    top: 0;
    left: 0;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.6); */
}
.logo{
    height: 20px;
    width:100%;
}
#navbar{
    display:flex;
    align-items: center;
    justify-content: center;
}
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
}
#navbar li a:hover{
    color:#088178;
}
#navbar li a:hover,
#navbar li a.active{
    color: #088178;
}

#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width:30px;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom:-4px;
    left: 20px;
}

#mobile{
    display:none;
    align-items: center;
}
#close{
    display:none;
}



/* Home Page */
#hero{
   background-image: url(img/hero5.jpg); 
   background-repeat: no-repeat;
   height: 90vh;
   width: 100%;
   background-position: top 25% right 0;
   padding: 0 80px;
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: center;

}

#feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#feature .feature-box{
    width: 200px;
    text-align: center;
    padding: 25px 15px;
    background: white;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e7e6;
    border-radius: 4px;
    margin: 15px 0;
}
#feature .feature-box:hover{
    box-shadow:10px 10px 54px rgba(70, 62, 221, 0.1);
}
#feature .feature-box img{
    width: 70%;
    margin-bottom: 10px;
}
#feature .feature-box h6{
    
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
}

#product1 .pro-container{
    display: flex;
    justify-content:space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

#product1{
    text-align: center;
}
#product1 .pro{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    background: whitesmoke;
    border: 2px solid #e0e6e1;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.02);
    margin: 15px 0;
}
#product1 .pro img {
    width: 100%;
    border-radius:5px;
}
#product1 .pro .des{
    text-align: center;
    padding: 10px 0;
}
#product1 .pro .des p{
    padding: 5px;
}
#product1 .pro .des h5{
    color: #606063;
    font-size: 12px;
    padding-bottom: 10px;
}

#product1 .pro .des h6{
    text-align: center;
    color: #088178;
    font-size: 18px;
    margin: 5px;
}
#banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("img/banner/Category-Banner-Rings.jpg");
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center;
}
#newsletter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42;
}
#newsletter p{
    font-size: 15px;
    font-weight: 600;
    color: #818ea0;
}

#newsletter h4{
    padding: 10px;
    font-size: 25px;
    font-weight: 600;
    color: white;
}
#newsletter p span{
    color: #ffbd27;
}

#newsletter .form{
    display: flex;
    width: 40%;

}

#newsletter input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size:14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.normal{
    width:150px;
    text-align: center;
}


#newsletter button{
    background-color: #088178;
    color: #fff;
    white-space: nowrap;
    border-top-left-radius: 0;
}
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer h4{
    font-size: 14px;
    padding-bottom: 20px;

}
footer p{
    font-size: 13px;
    margin: 0 0 8px 0;

}
footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin: 5px;

}


footer .follow i{
    color: #465b52;
    padding-right: 4px;
    font-size: 35px;
    cursor: pointer;
}

footer .follow i:hover,
footer a:hover{
    color: #088178;
}

footer .copyright{
    width: 100%;
    text-align: center;
    
}

/* Shop Page */

#page-header{
    background-image: url(img/banner/shop-banner.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display:flex ;
    justify-content:center;
    text-align: center;
    flex-direction: column;
    padding: 14px;
}
#pagination{
    text-align: center;
}
#pagination a{
    text-decoration: none;
    background-color: #088178;
    padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
#pagination a{
    font-size: 16px;
    font-weight: 600;
}

/* Product Page */
#productDetails{
    display:flex;
    margin-top: 20px;
}
#productDetails .single-pro-image{
    width: 40%;
    margin-right: 50px;
}
.small-img-group {
    display: flex;
    justify-content: space-between;
}
.small-img-col {
    flex-basis:24%;
    cursor: pointer;

}
#productDetails .single-pro-details {
    width: 50%;
    padding-top: 30px;
}
#productDetails .single-pro-details h4{
    padding: 40px 0 20px 0;
}
#productDetails .single-pro-details h2{
    font: size 26px;
}

#productDetails .single-pro-details p{
    padding: 5px 0 20px 0;
    color: #818ea0;
}


#productDetails .single-pro-details select {
    display:block;
    padding: 5px 10px;
    margin-bottom: 10px;
}
#productDetails .single-pro-details input {
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;   
}
#productDetails .single-pro-details input:focus{
    outline: none;
}


#productDetails .single-pro-details button{
    width: 100px;
    height:47px;
    color:#fff;
    border: none;
    border-radius:5px;
    background-color:#088178;
}
#page-header1{
    background-image: url(img/contact/banner.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display:flex ;
    justify-content:center;
    text-align: center;
    flex-direction: column;
    padding: 14px;

}

#page-header1 h2{
    color: #f00909;
}
#page-header1 p{
    color: #f00909;
    font-size: 20px;
    font-weight: 600;
}

/* Contact Page */

#contact-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contact-detail .details{
    width: 40%;
}
#contact-detail .details span,
#form-details form span{
    font-size: 12px;
}
#contact-detail .details h2,
#form-details form h2{
    font-size: 26px;
    line-height: 35px;
    padding: 20px 0;
}
#contact-detail .details h3{
    font-size: 16px;
    padding-bottom: 15px;
}
#contact-detail .details li{
  list-style: none; 
  display: flex;
  padding: 10px 0; 
}

#contact-detail .details li i{
    font-size:14px;
    padding-right: 22px;
}
#contact-detail .details li p{
    margin: 0;
    font-size: 14px;
}
#contact-detail .map{
    width: 55%;
    height: 400px;
}
#contact-detail .map iframe{
    width: 100%;
    height: 100%;
}
#form-details{
    display: flex;
    justify-content: space-around;
    margin: 30px;
    padding: 80px;
    border: 1px solid #e1e1e1;
}

#form-details form{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#form-details form input,
#form-details form textarea {
    width: 100%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}
#form-details form button{
    width: 100px;
    height:47px;
    color:#fff;
    border: none;
    border-radius:5px;
    background-color:#088178;
}
#form-details .people div{
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

#form-details .people div img{
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}
#form-details .people div p{
    margin: 0;
    font-size: 13px;
    line-height: 25px;
}
#form-details .people div p span{
    display: block;
    font-size: 16px;
    font-weight:600;
    color: #000;
}

 /* Cart Page */

#cart {
    overflow-x: auto;
}

 #cart table{
    width:100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
 }
 #cart table img{
    width: 70px;
 }

 #cart table td:nth-child(1){
    width: 100px;
    text-align: center;
 }

 #cart table td:nth-child(2){
    width: 150px;
    text-align: center;
 }

 #cart table td:nth-child(3){
    width: 200px;
    text-align: center;
 }
 #cart table td:nth-child(4),
 #cart table td:nth-child(5),
 #cart table td:nth-child(6){
    width: 100px;
    text-align: center;
 }
 #cart table td:nth-child(5) input{
    width: 70px;
    padding: 10px 5px 10px 15px;  
 }
#cart table thead{
    border: 1px solid #e2e9e1;
    border-left: none;
    border-right: none;

}
#cart table thead td{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 18px 0;
}
#cart table tbody tr td {
    padding-top: 15px;
}

#cart table tbody td {
    font-size: 13px;
}

#cart-add {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#coupon{
    width: 50%;
    margin-bottom: 30px;
}
#coupon h3 {
    padding-bottom: 15px;
}
#coupon input {
    padding: 10px 20px;
    outline: none;
    width: 60%;
    margin-right: 10px;
    border: 1px solid #e2e9e1;
}
#coupon button {
    width: 80px;
    height:35px;
    color:#fff;
    border: none;
    border-radius:5px;
    background-color:#088178;
}

#subtotal {
    width: 50%;
    margin-bottom: 30px;
    border: 1px solid #e2e9e1;
    padding: 20px;
    background-color: #fff;
}
#subtotal table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
#subtotal table td {
    width: 50%;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #626b65;
}
#subtotal h3 {
    padding-bottom: 15px;
}
.proceedbutton {
    width: 200px;
    height:35px;
    color:#fff;
    border: none;
    border-radius:5px;
    background-color:#088178;
}



/*Start Media Query */

@media (max-width:799px){
    .section-p1{
        padding: 40px 40px;
    }
    #navbar{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content:flex-start;
        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.3s;
    }
    #navbar.active{
        right:0px;
    }
    #navbar li{
        margin-bottom: 25px;
    }
    #mobile{
        display:flex;
        align-items: center;
    }
    #mobile{
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 20px;
    }
    #close{
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 24px;
    }
    #lg-cart{
        display: none;
    }
    #hero{
        height:70vh;
        padding: 0 80px;
        background-position:top 30% right 30%;
     
     }
     #feature{
        justify-content: center;  
     }
     #feature .feature-box{
        margin: 15px 15px;
     }

     /* product page */

     #product1 .pro-container{
        justify-content:center;
     }
     #product .pro{
        margin: 15px;
     }
     #banner{
        height: 20vh;
     }
     #newsletter .form{
        width:70% ;
     }
      /* Contact Page */
     #form-details{
        padding: 40px;
     }
     #form-details form{
        width: 50%;  
     }


}
@media (max-width:477px) {
    .section-p1{
        padding: 10px 30px;
    }
    #header{
        padding: 10px 30px;
    }
    h1{
        font-size:38px;
    }
    h2{
        font-size: 32px;
    }
    #hero{
        padding: 0 20px;
        background-position: 55%;
    }
    #feature{
        justify-content: space-between;
    }
    #feature .feature-box{
        width:155px;
        margin: 0 0 15px 0;
    }
    #product1 .pro{
        width: 100%;
    }
    #banner{
        height: 40vh;
    }
    #newsletter{
        padding: 40px 20px;
    }
    #newsletter .form{
        width: 100%;
    }
    #footer .copyright{
        text-align: start;
    }

    /*  Product Page*/

    #productDetails{
        display: flex;
        flex-direction: column;
    }
    #productDetails .single-pro-image{
        width: 100%;
        margin-right: 0px;
    }
    #productDetails .single-pro-details{
        width: 100%;
    }

    /* Contact-Page */

    #contact-details {
        flex-direction: column;
     }
     #contact-details .details{
        width: 100%;
        margin-bottom: 30px;
     }
     #contact-details .map{
        width: 100%;
     }
     #contact-details{
        margin:10px;
        padding: 30px 10px;
        border:1px solid #e1e1e1;
        flex-wrap: wrap;
     }
     #contact-details form{
        width: 100%;
        margin-bottom: 30px;
     }

     /* cart page */
     #cart-add{
        flex-direction: column;
     }
     #coupan {
        width: 100%;
     }
     #subtotal {
        width: 100%;
        padding:20px;
     }
}



























































































