/**
* Theme Name: Kanik Child
* Description: This is a child theme of Kanik.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: kanik
* Version: 1.0.0
*/
body > header {
  position: fixed !important;
  width: 100%;
  z-index: 1000;
}
#sticky-header{
  width: 97.2% !important;
  margin: auto;
  left: 0;
  top: 20px;
}
header.scrolled #sticky-header::after, header.scrolled > div > div::after {
  border-radius: 20px;
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  position: absolute;
  z-index: 1;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
header > div > div > div{
  position: relative;
  z-index: 10;
}



#sticky-header, body > header > div > div{
  width: 97.2% !important;
  margin: auto;
  left: 0;
  top: 20px;
}



@media (max-width: 1279px) {
    body > header > div > div{
      width: 97% !important;
      margin: auto;
      left: 0;
      top: 18px;
    }
}