
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight:400;
  line-height:1.5;
  background:#18181b;
  color:#fff;
  overflow-x:hidden;
}


/* line 97, /Applications/MAMP/htdocs/old/palash/cl/shop_html/sass/_common.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 101, /Applications/MAMP/htdocs/old/palash/cl/shop_html/sass/_common.scss */
a:hover {
  outline: none;
  text-decoration: none;
}

/* line 106, /Applications/MAMP/htdocs/old/palash/cl/shop_html/sass/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin:0 0 15px;
  line-height:1.3;
  font-weight:700;
}
h1 {font-size:28px;}
h2 {font-size:26px;}
h3 {font-size:24px;}
h4 {font-size:22px;}
h5 {font-size:20px;}
h6 {font-size:18px;}
/* line 117, /Applications/MAMP/htdocs/old/palash/cl/shop_html/sass/_common.scss */
p {
  margin:0 0 15px;
}

figure {margin-bottom:15px;max-width:100%;text-align:center;}
figure p {margin:0;padding:6px 0 0;font-size:14px;font-style:italic;opacity:0.8;}


img {
  max-width: 100%;
  height:auto;
}

ul, ol {
  margin:0 0 15px 15px;
  padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 15px;
	width:100%;

	border:1px solid rgba(255,255,255,0.1);
}
table td {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}
table thead {font-weight:700;}

blockquote {margin:0 0 15px;padding-left:15px;border-left:5px solid #e30713;font-style:italic;font-size:18px;}
.logo a {color:#fff;font-weight:700;font-size:26px;}
.logo a span {color:#e30713;}
.header-area {background:#000;padding:15px 0;}
.footer {margin:30px 0 0;background:#000;padding:30px 0; text-align:center;font-size:13px;color:rgba(255,255,255,0.7);}
.footer p {margin:0;}
.slider_area {position:relative;padding:50px 0 0;background:url(/welcome.webp) no-repeat left center;background-size:cover;margin:0 0 30px;color:#fff;height:360px;}
.slt {font-weight:700;font-size:30px;text-shadow:2px 2px 2px #000;}
.sld {max-width: 500px;
    padding: 5px;
    border-radius: 5px;}
.banner-promo {display:inline-block;position:relative;z-index:9;font-weight:700;text-shadow:2px 2px 2px #000;}
a.linkgo1 {padding:10px;text-align:center;font-weight:700;max-width:200px;display:block;margin:30px 0;border-radius:30px;color:#fff;background:#e30713;}
a.linkgo2 {padding:10px;text-align:center;font-weight:700;max-width:200px;display:none;margin:15px auto;border-radius:30px;color:#000;background:#88e307;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.banner-promo span { 
position:relative;display:inline-block;
margin-right:22px;
cursor:pointer;
color: #f6ff00;
}

* {box-sizing:border-box;}
.banner-promo:after {
	content: '';
    -webkit-mask-image: url(/images/copy.svg);
    mask: url(/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f6ff00;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-3px;
}

.footer-nav {
  text-align: center;
  padding: 7px;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-nav li {
  margin: 0 10px;
}

.footer-nav a {
  text-decoration: none;
  color: #cacd75;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer-nav a:hover{
  color: #edf508;
}

@media screen and (max-width: 767px) {
    .mob {
        width: 100%;
        overflow: auto!important;
      border:1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .mob table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }

    .sld {margin: 0 auto; background: #0000007d;}

    .slider_area {padding:30px 0;height:auto;text-align:center;}
a.linkgo1 {margin:15px auto;}
a.linkgo2 {display:block;}
.slt {font-size:24px;}

    .footer-nav li {
    margin: 5px;
  }
  .footer-nav a {
    font-size: 12px;
  }
}

/* CSS стили для меню */
.header-area {
    position: relative;
    z-index: 1000;
}

.main-header-area {
    background: #000;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    transition: all 0.3s ease;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.logo a {
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.logo a:hover {
    transform: scale(1.05);
}

.logo span {
    color: #e74c3c;
}

/* Desktop Navigation */
.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
}

.nav-item {
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
}

.nav-link:hover {
    background: linear-gradient(135deg, #ca5f5f, #da222c);
    color: white;
    transform: translateY(-2px);
}

/* Dropdown Menu */
.dropdown {
    position: absolute;
    top: 100%;
    left: -85px;
    background: white;
    min-width: 200px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, #ca5f5f, #da222c);
    color: white;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.mobile-menu-btn:hover {
    background: rgba(102, 126, 234, 0.1);
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #ca5f5f, #da222c);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: scroll;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transform: translateY(50px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateY(0);
}

.mobile-close-btn {
    position: fixed;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.mobile-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.mobile-nav-item {
    margin: 5px 0;
    text-align: center;
}

.mobile-nav-link {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: block;
}

.mobile-nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* Hamburger Animation */
.mobile-menu-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.col-lg-12 {
  display: flex;
  justify-content: space-between;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .logo a {
        font-size: 24px;
    }

    .mobile-close-btn {
        top: 20px;
        right: 20px;
    }

    .mobile-nav-link {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .row {
        padding: 12px 0;
    }

    .logo a {
        font-size: 22px;
    }

    .mobile-nav-link {
        font-size: 18px;
        padding: 12px 25px;
    }
}
@media screen and (max-width: 767px) {
    .mtable {
        width: 100%;
        overflow: auto !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
}