/**
*****************************************
    Theme Name: Stylo Pvt Ltd
    Author: ANTS Creation
    Author URL: http://www.ants.lk
    Version: 1.0
******************************************
**/
/*
01. Header Main Styles.
*/
.sticky.is-sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); */
    /* background: linear-gradient(to bottom right, rgba(0,0,0,1), rgba(255,255,255,0.1)); */
}
.navbar{
  padding: 2px 10px;
}

.navbar-custom{
  background: linear-gradient(to bottom right, rgba(0,0,0,1), rgba(255,255,255,0.1));
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,1), rgb(0 0 0 / 33%));
  border: 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0, 0.12);
}
.brand-img{
  position: absolute;
  left: 10%;
}
.brand-img img{
  max-height: 55px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .side-nav-btn{
    color: var(--main-1);
    position: absolute;
    z-index: 1;
    right: 9%;
    font-size: 37px;
    cursor: pointer;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: var(--main-3);
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: var(--main-1);
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

