@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700;800&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
:root {
    --hue: 260; /* Default to color-2 */
    --first-color: hsl(var(--hue), 88%, 61%);
    --first-color-alt: hsl(var(--hue), 88%, 50%);
}

[data-theme="color-1"] { --hue: 0; }
[data-theme="color-2"] { --hue: 260; }
[data-theme="color-3"] { --hue: 336; }
[data-theme="color-4"] { --hue: 284; }
[data-theme="color-5"] { --hue: 375; }

    /* Start Variables */


     :root {
        --header-height: 3.5rem;
        --title-color: hsl(250, 8%, 15%);
        --text-color: hsl(250, 8%, 35%);
        --body-color: hsl(250, 60%, 98%);
        --shadow: hsla(0, 0%, 15%, .1);
        --con-color: #fff;
        --scroll-color: hsl(250, 120, 90%);
        --scroll-thumb-color: hsl(250, 120, 90%);
        /* fonts */
        --font: 'Poppins', sans-serif;
        --big-font: 4rem;
        --h1-font: 2.5rem;
        --h2-font: 1.7rem;
        --h3-font: 1.4rem;
        --normal-font: 1.2rem;
        --small-font: 1.1rem;
        --smallest-font: .825rem;
        /* font-wight */
        --font-med: 500;
        --font-bold: 600;
    }
    
    @media (max-width: 991px) {
         :root {
            /* fonts */
            --font: 'Poppins', sans-serif;
            --big-font: 2.5rem;
            --h1-font: 1.7rem;
            --h2-font: 1.25rem;
            --h3-font: 1rem;
            --normal-font: .9rem;
            --small-font: .8rem;
            --smallest-font: .74rem;
        }
    }
    /* End Variables */
    /* Start global rules */
    
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body,
    button,
    input {
        font-family: var(--font);
        font-size: var(--normal-font);
    }
    
    body {
        background-color: var(--body-color);
        /* background-color: red; */
        /* background-color:cadetblue; */
        color: var(--text-color);
    }
    
    h1,
    h2,
    h3 {
        font-weight: var(--font-bold);
        color: var(--title-color);
    }
    
    ul {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    button {
        cursor: pointer;
    }
    
    button,
    input {
        border: none;
        outline: none;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    
    @media (min-width: 577px) {
        .container {
            width: 540px;
        }
    }
    
    @media (min-width: 768px) {
        .container {
            width: 750px;
        }
    }
    
    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }
    
    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }
    
    @media (min-width: 1400px) {
        .container {
            width: 1350px;
        }
    }
    /* End global rules */
    /* SWIPER CLASS */
    
    .main-color {
        color: var(--first-color);
    }
    
    .button {
        display: inline-block;
        background-color: var(--first-color);
        color: #fff;
        padding: .5rem 1.5rem;
        transition: 0.35s;
        border-radius: 10px;
    }
    
    .button:hover {
        background-color: var(--first-color-alt);
    }
    
    .button-icon {
        font-size: 1rem;
    }
    
    .button-link {
        color: var(--title-color);
    }
    
    .button-flex {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
    }
    /* SWIPER CLASS */
    
    .swiper-pagination {
        position: initial;
        margin-top: 2rem;
    }
    
    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background-color: var(--title-color);
        opacity: 1;
    }
    
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .5rem;
    }
    
    .swiper-pagination-bullet-active {
        width: 1.5rem;
        height: 5px;
        border-radius: .5rem;
        background-color: var(--first-color);
    }
    /* themes */
    
    .section {
        padding: 7rem 0 2rem;
        overflow: hidden;
    }
    
    .section-title,
    .bearcrumb-title {
        margin-top: 20px;
        font-size: var(--h1-font);
        line-height: 1.5;
        letter-spacing: .5px;
    }
    
    .section-title,
    .bearcrumb-subtitle {
        margin-bottom: 3rem;
    }
    
    .section-title,
    .bearcrumb-title,
    .bearcrumb-subtitle {
        text-align: center;
    }
    
    .bearcrumb-subtitle {
        margin-top: 20px;
    }
    
    .grid {
        display: grid;
    }
    
    .login-toggle,
    .cart-shop,
    .nav-toggle {
        font-size: 1.25rem;
        cursor: pointer;
    }
    
    .nav-toggle {
        display: none
    }
    /* themes */
    /* HEADER SCE */
    
    header {
        width: 100%;
        padding: 10px;
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    
    header nav {
        height: calc(var(--header-height) + 1.5rem);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 3rem;
    }
    
    header i {
        color: var(--title-color);
    }
    
    header .nav-logo {
        display: flex;
        font-weight: var(--font-bold);
        letter-spacing: 1px;
        font-size: var(--h3-font);
        align-items: center;
        column-gap: 0.5rem;
        color: var(--title-color);
    }
    
    @media (max-width: 991px) {
        header .nav-logo {
            font-size: var(--h2-font);
        }
    }
    
    header .nav-items {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    
    header .nav-items .item .nav-link {
        font-size: 18px;
        font-weight: var(--font-med);
        color: var(--title-color);
        padding: 4px 8px;
        border-radius: 0.5rem;
        transition: 0.4s;
    }
    
    header .nav-items .item .nav-link:hover {
        background-color: var(--first-color);
        color: var(--con-color);
    }

    
    @media (max-width: 991px) {
        header .nav-items {
            gap: 1rem;
        }
        header .nav-items .item .nav-link {
            font-size: 18px;
            font-weight: var(--font-med);
            color: var(--title-color);
            transition: 0.4s;
        }
    }
    
    @media (max-width: 767px) {
        header .nav-items {
            display: flex;
            flex-direction: column;
            top: -500px;
            position: absolute;
            background-color: var(--body-color);
            width: 100%;
            left: 0;
            box-shadow: 0 4px 12px var(--shadow);
            padding: 1.5rem 0;
            gap: 0.5rem;
        }
        header .nav-items .item {
            padding: 10px 30px;
            background-color: transparent;
            text-align: left;
        }
        header .nav-items .item .nav-link {
            font-weight: var(--font-med);
            font-size: 1.1rem;
            color: var(--title-color);
            transition: 0.3s ease;
        }
        header .nav-items .item .nav-link:hover {
            color: var(--first-color);
            padding-left: 5px;
            background-color: transparent;
        }
        .nav-toggle {
            display: block;
        }
    }
    
    .nav-show {
        top: 75px !important;
    }
    /*  */
    
    header .nav-logo-icon {
        font-size: 1.25rem;
    }
    
    header .nav-btns {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-left: 0 auto;
    }
    /* show menu */
    /* change background header */
    
    .scroll-header {
        background-color: var(--body-color);
        box-shadow: 0 1px 4px var(--shadow);
    }
    /* active link */
    
    .active-link {
        position: relative;
    }
    
    .active-link::before {
        content: '';
        position: absolute;
        bottom: -.75rem;
        left: 45%;
        width: 5px;
        height: 5px;
        background-color: var(--title-color);
        border-radius: 40%;
    }
    /* END HEADER SCE */
    /************** Start Cart ****************/
    
    .cart {
        position: fixed;
        background-color: var(--body-color);
        /* background-color:yellow; */
        z-index: 10000;
        width: 100%;
        max-width: 420px;
        box-shadow: -2px 0 4px var(--shadow);
        height: 100%;
        top: 0;
        right: -150%;
        padding: 3rem 2rem;
        transition: 0.4s;
    }
    
    .cart-title {
        font-size: var(--h2-font);
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .cart-close {
        font-size: 2rem;
        color: var(--title-color);
        position: absolute;
        top: 1.25rem;
        right: .9rem;
        cursor: pointer;
    }
    
    .cart-container {
        display: grid;
        gap: 1.5rem;
    }
    
    .cart-card {
        display: flex;
        align-items: center;
        gap: 1.2rem;
    }
    
    .cart-box {
        background-color: var(--con-color);
        padding: .75rem 1.25rem;
        display: flex;
        align-items: center;
    }
    
    .cart-img {
        width: 90px;
    }
    
    .cart-title-center {
        font-size: var(--normal-font);
        margin-bottom: .5rem;
    }
    
    .cart-price {
        display: block;
        font-size: var(--normal-font);
        color: var(--first-color);
        margin-bottom: 1.5rem;
    }
    
    .cart-amount,
    .cart-amount-content {
        display: flex;
        align-items: center;
    }
    
    .cart-amount {
        gap: 3rem;
    }
    
    .cart-amount-content {
        gap: 1rem;
    }
    
    .cart-amount-box {
        display: inline-flex;
        padding: .3rem;
        background-color: var(--con-color);
        cursor: pointer;
    }
    
    .cart-amount-box:hover,
    .cart-amount-trash:hover {
        transform: scale(1.1);
        transform: rotate(360deg);
    }
    
    .cart-amount-trash {
        cursor: pointer;
        color: var(--first-color);
        font-size: 1.15rem;
        transition: width 2s, height 2s, transform 2s;
    }
    
    .cart-prices {
        margin-top: 6rem;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    
    .cart-prices-item,
    .cart-prices-total {
        color: var(--title-color);
    }
    
    .cart-prices-item {
        font-size: var(--small-font);
    }
    
    .cart-prices-total {
        font-size: var(--h3-font);
        font-weight: var(--font-bold);
    }
    
    .show-cart {
        right: 0;
    }
    /* End Cart */
    /* START LOGIN */
    
    .login {
        position: fixed;
        background-color: var(--body-color);
        z-index: 10000;
        max-width: 420px;
        box-shadow: -2px 0 4px var(--shadow);
        height: 100%;
        top: 0;
        right: -150%;
        padding: 3rem 2rem;
        transition: 0.4s;
    }
    
    .login-title {
        font-size: var(--h2-font);
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .login-close {
        font-size: 2rem;
        color: var(--title-color);
        position: absolute;
        top: 1.25rem;
        right: .9rem;
        cursor: pointer;
    }
    
    .login .login-form {
        gap: 1.5rem;
    }
    
    .login-content {
        background-color: var(--con-color);
        border-radius: .5rem;
        padding: .75rem 1rem .25rem;
    }
    
    .login-label {
        font-size: var(--small-font);
        color: var(--title-color);
    }
    
    .login-input {
        width: 100%;
        background-color: var(--con-color);
        color: var(--text-color);
        font-size: var(--normal-font);
        padding: .25rem .5rem .5rem 0;
    }
    
    .signup {
        color: var(--title-color);
        font-weight: var(--font-med);
    }
    
    .signup a {
        color: var(--first-color);
    }
    
    .show-login {
        right: 0;
    }
    /************ END LOGIN ************/
    /************ START LIGHTBOX ************/
    
    .lightbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: none;
        z-index: 99;
        justify-content: center;
        align-items: center;
        cursor: zoom-out;
        padding: 1.8rem;
    }
    
    .lightbox img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 450px;
        cursor: pointer;
        background-color: var(--con-color);
        display: block;
        padding: 0.6rem;
    }
    
    .lightbox-content {
        position: relative;
    }
    
    .lightbox-close {
        position: absolute;
        height: 40px;
        width: 40px;
        top: -2.2rem;
        right: 0;
        font-size: 2rem;
        color: var(--con-color);
        text-align: right;
        line-height: 40px;
        cursor: pointer;
    }
    
    .lightbox-caption {
        position: absolute;
        left: 0;
        bottom: -2.2rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: var(--normal-font);
        color: #fff;
    }
    
    .lightbox-control {
        margin: 0 5px;
    }
    
    .lightbox-control .prev-item,
    .lightbox-control .next-item {
        position: absolute;
        height: 40px;
        width: 40px;
        background-color: var(--body-color);
        color: var(--title-color);
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        top: 50%;
        margin-top: .20px;
        z-index: 110;
        transition: all 0.3s ease;
    }
    
    .lightbox-control .prev-item:hover,
    .lightbox-control .next-item:hover {
        transform: scale(1.1);
    }
    
    .lightbox-control .prev-item:active,
    .lightbox-control .next-item:active {
        transform: scale(1);
    }
    
    .lightbox-control .prev-item {
        left: 1.8rem;
    }
    
    .lightbox-control .next-item {
        right: 1.8rem;
    }
    /* Lightbox open */
    
    .lightbox.open {
        display: flex;
    }
    
    .lightbox.open .lightbox-content {
        animation: lightboxImage .5s ease;
    }
    
    @keyframes lightboxImage {
        0% {
            transform: scale(0.8);
        }
        100% {
            transform: scale(1);
        }
    }
    /************ END LIGHTBOX ************/
    /************ START STYLE SWITCHER ***********/
    
    .style-switcher {
        position: fixed;
        right: 0;
        bottom: 2rem;
        width: 200px;
        z-index: 9000;
        background-color: var(--con-color);
        padding: 1rem;
        box-shadow: -0.5px 0.5px 4px var(--shadow);
        border-radius: 0.3rem;
        transform: translateX(100%);
        transition: 0.4s;
    }
    
    .style-switcher .s-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        align-items: center;
        font-size: 1.2rem;
        color: var(--title-color);
        background-color: var(--con-color);
        right: 100%;
        margin-right: 1.8rem;
        cursor: pointer;
        border-radius: 50%;
        line-height: 45px;
        bottom: 0;
    }
    
    .style-switcher .s-icon i {
        position: absolute;
        left: 25%;
        top: 25%;
    }

    /* Floating Notification Toast */
    .notification-container {
        position: fixed;
        top: 2rem;
        right: 2rem;
        z-index: 9999;

        display: flex;
        flex-direction: column;
        gap: 1rem;
        pointer-events: none;
    }

    .notification-toast {
        background-color: var(--con-color, #fff);
        color: var(--title-color);
        padding: 0.6rem 1.2rem;
        border-radius: 0.4rem;
        box-shadow: 0 5px 15px var(--shadow, rgba(0,0,0,0.1));
        border-left: 4px solid var(--first-color);
        font-weight: 500;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        font-size: var(--normal-font);
        display: flex;
        align-items: center;
        gap: 1rem;
        animation: slideInNotification 0.4s ease-out forwards, fadeOutNotification 0.4s ease-in 2.6s forwards;
        pointer-events: auto;
    }

    .notification-toast.success { border-left-color: #2ecc71; }
    .notification-toast.error { border-left-color: #e74c3c; }
    .notification-toast.info { border-left-color: var(--first-color); }

    @keyframes slideInNotification {
        from { transform: translateX(-100%); opacity: 0; }
        to { transform: translateX(0); opacity: 1; }
    }

    @keyframes fadeOutNotification {
        from { opacity: 1; }
        to { opacity: 0; transform: translateY(10px); }
    }

    
    .style-switcher h4 {
        margin-bottom: 1rem;
        color: var(--title-color);
        font-size: var(--normal-font);
        font-weight: var(--font-med);
        text-transform: capitalize;
    }
    
    .style-switcher .themes-colors {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .style-switcher .themes-colors button {
        height: 30px;
        width: 30px;
        position: relative;
        border-radius: 50%;
        vertical-align: middle;
    }
    
    .style-switcher .themes-colors button i {
        /* color: #fff; */
        color: black    ;

        font-size: 1rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }
    
    .style-switcher .themes-colors button.active i {
        display: block;
    }
    
    .style-switcher .color-1 {
        background-color: hsl(0, 88%, 61%);
    }
    
    .style-switcher .color-2 {
        background-color: hsl(260, 88%, 61%);
    }
    
    .style-switcher .color-3 {
        background-color: hsl(336, 88%, 61%);
    }
    
    .style-switcher .color-4 {
        background-color: hsl(284, 88%, 61%);
    }
    
    .style-switcher .color-5 {
        background-color: hsl(375, 88%, 61%);
    }
    /* OPEN */
    
    .style-switcher.open {
        transform: translateX(-10px);
    }
    /************ END STYLE SWITCHER ************/
    /*********** START DISCOUNT ********/
    /* START FOOTER */
    
    .footer {
        position: relative;
        overflow: hidden;
        padding-bottom: 6rem;
        padding-top: 9rem;
    }
    
    .footer-container {
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
        gap: 1rem;
    }
    
    @media (max-width:767px) {
        .footer-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (max-width:576px) {
        .footer-container {
            grid-template-columns: repeat(1, 1fr);
            text-align: center;
        }
    }
    
    .footer-content {
        padding: 20px;
    }
    
    .footer-logo {
        font-size: 1.2rem;
        gap: 1rem;
        display: flex;
        margin-bottom: 30px;
        color: var(--title-color);
        font-weight: bold;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--first-color);
    }
    
    .footer-discription {
        line-height: 1.6;
        margin-bottom: 50px;
        color: var(--text-color);
    }
    
    .footer-social {
        display: flex;
        gap: 2rem;
    }
    
    .footer-social-link {
        color: var(--first-color);
        transition: width 2s, height 2s, transform 2s;
    }
    
    .footer-social-link:hover {
        color: var(--first-color);
        transform: rotate(360deg);
    }
    
    @media (max-width:576px) {
        .footer-logo {
            justify-content: center;
        }
        .footer-social {
            justify-content: center;
        }
    }
    
    .footer-title {
        margin-bottom: 20px;
        font-size: var(--h3-font);
        border-bottom: 1px solid var(--first-color);
        padding-bottom: 8px;
    }
    
    .footer-copy {
        color: var(--text-color);
        margin: 41px;
        display: block;
        text-align: center;
        line-height: 1.6;
    }
    
    .footer-links li {
        margin: 30px 0;
    }
    
    .footer-links li .footer-link {
        color: var(--text-color);
        transition: 0.3s;
    }
    
    .footer-links li .footer-link:hover {
        color: #000;
        transform: scale(1.3);
    }
    /* END FOOTER */
    /* SCROLL UP */
    
    .scroll-up {
        position: fixed;
        bottom: -30%;
        right: 1.8rem;
        background-color: var(--first-color);
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        z-index: 990;
        opacity: .8;
        transition: 0.4s;
    }

    
    .scroll-up:hover {
        opacity: 1;
    }
    
     ::-webkit-scrollbar {
        width: .6rem;
        border-radius: .5rem;
    }
    
     ::-webkit-scrollbar-track {
        background-color: var(--con-color);
    }
    
     ::-webkit-scrollbar-thumb {
        background-color: var(--first-color);
        border-radius: .5rem;
    }
    
     ::-webkit-scrollbar-thumb:hover {
        background-color: var(--first-color);
    }
    
    .show-scroll {
        bottom: 6rem;
    }

.nav-logo-img {
    height: 60px;
    width: auto;
}

/* Skeleton Loader Component */
.skeletonAnimation {
  background: linear-gradient(90deg, var(--con-color) 25%, var(--body-color) 50%, var(--con-color) 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s infinite ease-in-out;
  border-radius: 0.5rem;
  min-height: 150px;
  width: 100%;
}

@keyframes skeleton-pulse {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Global Notification Toast */
.notification-container {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.notification-toast {
  background: var(--first-color);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 0.3rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  font-weight: var(--font-med);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  animation: slide-in-toast 0.3s ease-out forwards;
}


@keyframes slide-in-toast {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



