@font-face {
    font-family: 'Poppins-Black';
    src: url('../font/Poppins-Black.ttf');
}

@font-face {
    font-family: 'Poppins-BlackItalic';
    src: url('../font/Poppins-BlackItalic.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url('../font/Poppins-BoldItalic.ttf');
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('../font/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: 'Poppins-ExtraLightItalic';
    src: url('../font/Poppins-ExtraLightItalic.ttf');
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../font/Poppins-Italic.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('../font/Poppins-LightItalic.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url('../font/Poppins-SemiBoldItalic.ttf');
}

@font-face {
    font-family: 'ProtestStrike Regular';
    src: url('../font/ProtestStrike-Regular.ttf');
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
select {
    font-family: 'ProtestStrike Regular';
}

p,
button,
label {
    font-family: 'Poppins-Regular';
}

a:focus-visible {
    outline: none;
}

a:hover {
    cursor: pointer;
    color: #4A4A4A;
    text-decoration: none;
}

.header-bg{
    background: #582603;
}

.header-text{
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 15.16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.strong-header{
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 15.16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.call-text{
    color: #4A4A4A;
    font-family: 'Poppins-Regular';
    font-size: 15.16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.logo-section{
    border-bottom: solid 1px #000;
}

.nav-item .nav-link.active{
    color: #582603;
    font-family: 'Poppins-Regular';
    font-size: 15.16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.nav-item .nav-link{
    color: #4A4A4A;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.nav-search-box{
    border-radius: 8px;
    background: #F3F3F3;
    width: 345px;
}

.footer-text{
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
}

.footer-head{
    color: #FCE114;
    font-family: 'Poppins-Regular';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)),
        url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.about-head{
    color: #262626;
    font-size: 38.16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.about-text{
    color: #262626;
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-divtext{
    padding-left: 20px;
    border-left: 3px solid #000;
}

.about1-head{
    color: #262626;
    text-align: center;
    font-family: 'ProtestStrike Regular';
    font-size: 35.16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about1-para{
    color: #262626;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about2-head{
    color: #262626;
    font-family: 'ProtestStrike Regular';
    font-size: 32.16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.shop-bg{
    background: #B1B1B1;
    padding: 10px 30px;
    border-left: #582603 solid 10px;
}

.shop-p{
    color: #161616;
    font-family: 'Poppins-Regular';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.privacy-head{
    color: #262626;
    font-family: 'Poppins-Regular';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.privacy-text{
    color: #262626;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blogd-head{
    color: #262626;
    text-align: center;
    font-size: 61.16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blogd-title{
    color: #582603;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blogd-date{
    color: #262626;
    text-align: center;
    font-family: 'Poppins-regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blogd-text{
    color: #262626;
    font-family: 'Poppins-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blogd-share{
    color: #582603;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blogd-comment{
    border-radius: 19px;
    background: #EDC8AE;
    padding: 40px;
}

.form-control.bloginput{
    border-radius: 10px;
    background: #F2F2F2;
    color: #929292;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-comment{
    border-radius: 18px;
    background: #582603;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.background-bg{
    border-radius: 9px;
    background: #F3F3F3;
    padding: 20px;
}

.success-text{
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.success-main{
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.success-subtext{
    color: #555;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.success-producttext{
    color: #582603;
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.success-quantitytext{
    color: #747474;
    font-family: 'Poppins-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.success-pricesubtext{
    color: #262626;
    font-family: 'Poppins-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-return{
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #262626;
    padding: 10px 20px;
}

.register-container {
    background: #fff;
    width: 350px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 0 8px #888;
    padding-bottom: 20px;
  }
  
  .register-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding: 20px 20px 10px 20px;
  }
  
  .register-title {
    font-weight: bold;
    font-size: 18px;
  }
  
  .register-close {
    font-size: 22px;
    cursor: pointer;
  }
  
  .register-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
  }
  
  .register-form label {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    font-family: 'Poppins-Regular';
    letter-spacing: 0.5px;
  }
  
  .register-form input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 5px;
    border: 1.5px solid #ccc;
    border-radius: 22px;
    font-size: 15px;
    outline: none;
    transition: border 0.2s;
    color: #9C9C9C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .register-form input:focus {
    border: 1.5px solid #000;
  }
  
  .register-btn {
    margin-top: 10px;
    padding: 12px 0;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.2s;
  }
  
  .register-btn:hover {
    background: #222;
  }
  
  .register-footer {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #888;
  }
  
  .register-footer a {
    color: #000;
    text-decoration: none;
  }

  .login-container {
    background: #fff;
    width: 350px;
    margin: 30px auto;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    padding: 0;
}
.login-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #f2f2f2;
}
.login-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: poppins-regular;
}
.close-btn {
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    background: none;
}
.login-form {
    padding: 30px 20px 20px 20px;
}
.login-form label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
.login-form input[type="email"],
.login-form input[type="password"] {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1.5px solid #b3b3b3;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
    background: #fff;
}
.login-form button.signin-btn {
    width: 100%;
    padding: 12px 0;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 15px;
}
.login-form .forgot-row {
    text-align: center;
    margin-bottom: 25px;
}
.login-form .forgot-row span {
    color: #b3b3b3;
    font-size: 13px;
}
.login-form .forgot-row a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    margin-left: 2px;
}
.create-account-btn {
    width: 100%;
    padding: 15px 0;
    background: #d1d1d1;
    color: #000;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 20px;
}

.wishlist-box-icon{
    top: 0px;
    right: 0px;
}

.wishlist-box-head{
    color: #582603;
    text-align: justify;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wishlist-box-text{
    color: #555;
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.wishlist-box-price{
    color: #582603;
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wishlist-box-button {
    display: block;
    color: #262626;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #FFF;
    border: 1px solid #262626;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.wishlist-box-button1 {
    display: block;
    color: #6D6D6D;
    font-family: "Poppins-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #E5E5E5;
    text-decoration: none;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.contact-section {
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 0;
    padding: 40px 30px;
    display: flex;
    gap: 40px;
}
.contact-info {
    flex: 1;
}
.contact-info h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2d1507;
    margin-bottom: 18px;

}
.contact-info p {
    font-size: 15px;
    color: #444;
    margin-bottom: 25px;
}
.contact-details {
    margin-bottom: 10px;
}
.contact-details i {
    color: #6b350c;
    font-size: 22px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
.contact-details span, .contact-details a {
    color: #2d1507;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 8px;
    text-decoration: none;
}
.contact-details .contact-label {
    font-weight: 600;
    color: #6b350c;
    margin-right: 5px;
}
.contact-details .contact-time {
    color: #2d1507;
    font-size: 15px;
    margin-left: 8px;
}
.contact-form-section {
    flex: 1;
}
.contact-form-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
    font-family: 'Montserrat', Arial, sans-serif;
}
.contact-form label {
    font-size: 13px;
    color: #222;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1.2px solid #888;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 16px;
    background: #fff;
    resize: none;
}
.contact-form textarea {
    min-height: 70px;
}
.contact-form button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    letter-spacing: 1px;
    transition: background 0.2s;
}
.contact-form button:hover {
    background: #222;
}
@media (max-width: 900px) {
    .contact-section {
        flex-direction: column;
        padding: 30px 10px;
    }
}
.category-filter {
    cursor: pointer;
    transition: color 0.3s;
}

.category-filter:hover {
    color: #ff6600;
}

.category-filter.active-category {
    font-weight: bold;
    color: #ff6600;
}


