html, body {
    height: 100%;
    margin: 0;
    padding: 0;

}

main, body, #nav-links {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;      
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
}

.barlow-regular {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carousel-caption h5 {
    font-size: 1.5rem;
    font-weight: 500;
}

.carousel-caption p {
    font-size: 1rem;
}

.carousel-caption .btn {
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 30px;
    transition: all 0.3s ease;
}
  
.carousel-caption .btn:hover {
    background-color: #fff;
    color: #000;
}

.card-img-top {
    object-fit: cover;
    height: 180px;
    width: 100%;
}

.card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 0.875rem;
    color: #444;
}

.home-category .card:hover {
    border-color: #444;
    box-shadow: #2a2222;
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.category-div .card:hover {
    border-color: #444;
    box-shadow: #2a2222;
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.tags .badge {
    font-size: 0.8rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #000;
}
  
.tags .badge:hover {
    background-color: #bce3f3;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 40px 20px;
    position: relative;
}

.offcanvas-collapse {
    position: fixed;
    top: 85px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-links li {
    margin: 20px 0;
}

.menu-links a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 1.4rem;
    text-transform: uppercase;
    transition: 0.3s;
}

.menu-links a:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.menu-logo {
    background-image: url("../img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
    margin: auto;
    opacity: 0.15;
}

.social-links {
    display: flex;
    gap: 15px;
    font-size: 20px;
    margin-bottom: 5px;
}

.social-links a:hover {
    transform: scale(1.2);
}

.year {
    font-size: 14px;
    margin-bottom: 5px;
}

.policies {
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    opacity: 0.6;
}

.policies a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    transition: color 0.3s ease;
}

.policies a:hover {
    color: rgba(0, 0, 0, 1);
}

.channels {
    color: #e1cfc6;
}

.channels i:hover {
    transform: scale(1.05);
    color: rgb(136, 117, 117);

}

.navtoggler {
    z-index: 15;
}

.menubar {
    position: absolute;
    order: 1;
}

footer {
    padding-top: 1rem;
    font-weight: 400;
    font-style: normal;
    color: #f1f1f1;      
}

footer a {
    text-decoration: none;
    color: #767473;
}

footer a:hover {
    color: #2a2222;
}

.contact-icons a:hover {
    color: #2a2222;
    border-color: #343a40;
}

ul {
    list-style: none;
}

.privacy li {
    list-style-type: square;
}

.privacy li ul li{
    list-style-type: circle;
}

.cookie li {
    list-style-type: square;
}

#alertcookies {
    text-align: center;
    font-size: 1rem;
    position: fixed;
    bottom: 50px;
    z-index: 20000;
}

#nav-links .nav-link:focus {
    color: aliceblue;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#nav-icon {
    display: block;
    position: absolute;
    top: 1.8rem;
    right: 2rem;
    font-size: 2.5rem;
}

/* Menu Button */
.menu-btn {
    font-size: 24px;
    cursor: pointer;
    position: fixed;
}

section .card:hover {
    transform: scale(1.02);
    border-color: #444;
    box-shadow: #2a2222;
    transition: all 0.3s ease-in-out;
}

/* Home - Product Slider*/
.product-card .card img { 
    transition: all 0.3s ease; 
    cursor: pointer; 
}

.product-card .card:hover { 
    box-shadow: 0 0 15px rgba(0,0,0,0.15); 
    border: 1px solid #ccc; 
}

.star {
  color: #e0e0e0;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  width: 1.2em;
}

.star .filled {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  color: #ffc107;
  width: 0;
  white-space: nowrap;
}

.rating-score {
  font-size: 0.95rem;
  color: #666;
}

.swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.verticalSwiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.verticalSwiper .swiper-slide {
    padding-bottom: 0.7rem;
    box-sizing: border-box;
}

.verticalSwiper .swiper-slide a {
    text-decoration: none;
}

.verticalSwiper .swiper-slide .card {
  height: 100%;
}

.vertical-swiper-button-next,
.vertical-swiper-button-prev {
  color: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
}

.toast-container {
    width: 90%;
    z-index: 1002; 
}

.top-bar {
    background-color: #f8f9fa;
    font-size: 0.85rem;
    border-bottom: 1px solid #ddd;
}

.news-ticker-vertical {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-ticker-vertical ul {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 60s linear infinite;
}

.news-ticker-vertical:hover ul {
  animation-play-state: paused;
}

.news-ticker-vertical li {
  padding-right: 50px;
  list-style: none;
}

.news-ticker-vertical a {
  text-decoration: none;
  color: #007bff;
}

.news-ticker-vertical a:hover {
  text-decoration: underline;
}

@keyframes scroll-left {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }
    
}

@media (max-width: 787px) {
    html {
        font-size: 13px;
    }

    .about-body {
        width: 70%;
        background: white;
        margin: 0 auto 40px;
        padding: 20px;
        position: relative;
        z-index: 2;
    }    
    
}

@media (max-width: 768px) {

    
}

@media (max-width: 567px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 379px) {

    html {
        font-size: 12px;
    }
}

@media (max-width: 267px) {

    html {
        font-size: 10px;
    }
}

@media (max-width: 221px) {
    html {
        font-size: 8px;
    }
}