html {
  scroll-behavior: smooth;
}
  
  .wrapper {
    background-image: url("./imgs_and_pdf/Products_UI/products_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: rgb(221, 218, 218);
  }
  
  .selectionMenu { 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-flow: wrap;
    padding-bottom: 20px;
    padding-top: 50px;
  }
  
  .picker {
    width: 300px;
    height: 350px;
    margin-top: 10px;
  }
  
  .picker p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 2px;
  }
  
  .picker a{
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(25px, 1.7vw, 38px);
    color: #AAFE0A;
    text-align: center;
  }
  
  .productWrapper {
    width: 100%;
    height: 100%;
  }
  
  .imageHolder {
    width: 100%;
    height: 90%;
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
    text-align: center;
    border-radius: 1rem;
    position: relative;
  }
  
  .imageHolder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .imgAC {
    padding-top: 20px;
  }

  .imgFR {
    padding-top: 20px;
  }

  .imgPOS {
    padding-top: 20px;
  }

  .imgACS {
    padding-top: 50px;
    height: 230px!important;
  }

  .imageHolderCCTV {
    width: 100%;
    height: 90%;
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
    text-align: center;
    border-radius: 1rem;
    position: relative;
    display: flex;
  }

  .imageHolderCCTV img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    object-position: center;
    transform: translate(0, 25%);
  }
  
  .invisibleCCTV{
    background-color: aliceblue;
    width: 1512px;
    height: 5px;
    position: relative;
    top: 0;
    opacity: 0;
  }
  
  .invisibleAC{
    background-color: aliceblue;
    width: 1512px;
    height: 5px;
    position: relative;
    bottom: 0;
    opacity: 0;
  }
  
  .invisibleFR{
    background-color: aliceblue;
    width: 1512px;
    height: 5px;
    position: relative;
    bottom: 0;
    opacity: 0;
  }
  
  .catagoryContainerShader {
    text-align: center;
  }
  
  .catagoryContainer {
    width: 100%;
    height: 1fr;
    align-items: center; 
    position: relative; 
    padding-bottom: 30px;
    padding-top: 100px;
  }
  
  .title {
    width: 100%;
    font-size: clamp(23px, 2vw, 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .titleBox {
    width: auto;
    height: auto;
    background-color: blueviolet;
    box-shadow: 2px 2px 4px 0px black;
    border-radius: 2rem;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .productContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: wrap;  
  }
  
  .products {
    width: clamp(150px, 280px, 400px);
    height: clamp(150px, 450px, 400px);
    margin: 10px;
    position: relative;
    background-color: rgba(229, 229, 229, 0.3);
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
    text-align: center;
    border-radius: 1rem;
  }
  
  .productImage {
    width: 280px;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .productImage img {
    width: auto;
    height: 90%;
  }
  
  .productImageAccessories {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .productImageAccessories img {
    width: 100%;
    height: 100%;
  }

  .productImageNVR {
    width: 280px;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .productImageNVR img {
    width: 270px;
  }
  
  .productDescription {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: start;
    border-radius: 1rem;
    color: white;
    padding-left: 40px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 20px;
  }

  .productDescription ul li{
    font-weight: 500;
    font-size: 16px;
  }
  
    .productDescription ul li:nth-child(1){
    font-weight: 700;
    font-size: 16px;
    color: yellow;
    }

  button {
    width: 50%;
    height: 30px;
    background-color: blueviolet;
    box-shadow: 2px 2px 4px 0px black;
    text-align: center;
    border-radius: 2rem;
    font-size: clamp(12px, 20px, 25px);
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 25%;
    color: aliceblue;
    margin-bottom: 10px;
  }
  
  .warning {
    width: 100vw;
    height: auto;
    margin-top: 200px;
    color: aliceblue;
    font-size: clamp(10px, 1vw, 12px);
  }

  .warning p{
    padding-left: 20px;
  }

  .footer {
    width: 100%;
    background-color: rgb(100, 54, 226, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(8px, 0.7vw, 15px);
    font-weight: 0;
    position: relative;
    bottom: 0;
    color: yellow;
  }

/*****/

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  header {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99; 
  }
  
  /* to hide the duplicated background */
  .navBarBackContent {
    background-color: rgb(100, 54, 226);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: clamp(15px, 1.5vw, 25px);
    opacity: 0;
  }
  
  .navBar {
    background-color: rgb(112, 80, 200);
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    font-size: clamp(15px, 1.5vw, 25px);
    z-index: 2;
  }
  
  .navBar a{
    text-decoration: none;
    transition: 0.2s ease-in-out;
    color: rgb(251, 248, 83);
  }
  
  .navBar a:hover {
    color: black;
    font-weight: 550;
  }
  
  .logo {
    width: 20vh;
  }
  
  .logo img {
    width: 100%;
  }
  
  .link {
    width: 40px;
    display: none;
    position: relative;
    left: -150%;
    background: none;
    border: none;
    text-decoration: none;
    color: #777;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 0;
  }
  
  .dropdown.active > .link,
  .link:hover {
    color: black; /* sets the text that i selected to be black too*/
  }
  
  .dropdown {
    position: relative;
    z-index: 98;
  }
  
  .dropdown-menu {
    position: absolute;
    left: -130%;
    top: calc(100% + .25rem); /* sets a gap between the dropdown menu and the menu button*/
    background-color: rgb(112, 80, 200);
    padding: .75rem;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none; /* do not interacts with the mouse */
    transform: translateY(-10px); /* sets the dropdown menu a bit higher */
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
    display: none;
    z-index: 98;
  }
  
  .dropdown.active > .link + .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* when the dropwdown menu is visible only then it can interact with the mouse*/
  }
  
  @media only screen and (550px < width <= 640px) {
    .wrapper {
      grid-template-columns: 100%;
      grid-template-rows: 0.1fr 1fr 0.1fr;
      grid-template-areas:
      "navBar"
      "slider-container"
      "footer";
    }
  
    .dropdown > .link {
      display: block;
      left: 0;
    }
  
    .navBar a{
      display: none;
    }
  
    .dropdown a{
      display: block;
    }
  
    .dropdown-menu {
      display: block;
    }
  
  }
  
  @media only screen and (width <= 550px) {
    .wrapper {
      grid-template-columns: 100%;
      grid-template-rows: 0.1fr 1fr 0.1fr;
      grid-template-areas:
      "navBar"
      "slider-container"
      "footer";
    }

    .dropdown > .link {
      display: block;
    }
  
    .navBar a{
      display: none;
    }
  
    .dropdown a{
      display: block;
    }

    .dropdown-menu {
      display: block;
    }
  
  
  }