*{
    padding: 0;
    margin: 0;
    @font-face {
        font-family: 'Proxima Nova';
        src: url("../Demo_Fonts") format('woff2');
       }
    /* box-sizing: border-box; */
    /* outline: 1px solid limegreen !important; */
}
.logo{
    height: 50px;
    margin: 5px 0px;
}
.dropdown{
    transition: all 0.5s;
}
.nav-opt > ul{
    margin-left: 0px;
}
.contact-container{
    position: sticky;
    width: 100%;
    z-index: 5;
    top: 0;
    background-color: white;
}

.navbar-container{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 10px -22px;
    /* background-color: #f5f8fa; */
    /* border-radius: 50px; */
    
}
.navbar{
    max-width: 1280px;
    background-color: #fff;
    /* background-color: #f5f8fa; */
    display: flex;
    justify-content: space-between;
    /* color: white; */
    /* gap: 20px; */
    width: 100%;
    margin: auto;
    padding: 0;
}
.container-fluid {
    display: flex;
    width: 100%;
    padding: 0px;
}

.navbar a{
    text-decoration: none;
    color: #333;
    font-size: 15px;
    /* font-weight: 600; */
}
.dropdown-item{
    color: black;
}
.submenu {
    color: black;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.submenu-info{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.container{
    width: 100%;
}
.subment-item{
    color: black;
}
.nav-link{
    padding: 15px;
    height: 100%;
    /* margin-right: 25px; */
}
.main_nav{
    color: white;
}
.dropdown-align{
    margin-left: -300px;
}
.mid-navlink{
    margin-left: -100px;
}
.dropdown-class{
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dropdown-class > h5{
    color: #1ABB9B;
    border-bottom: dotted rgb(189, 189, 189) 1px;
}
.dropdown-class > a{
    color: #333;
    /* padding-bottom: 8px; */
    margin-left: 10px;
    /* border-bottom: dotted rgb(189, 189, 189) 1px; */
    font-size: 14px;
}
.dropdown-class > h5:hover{
    border-bottom: #1ABB9B solid 1px;
    cursor: pointer;
}
.dropdown-class > a:hover{
    color: #1ABB9B;
    transition: 0.5s;
}

.navbar .nav-item:hover .nav-link{
    background-color: #1ABB9B;
    color: white;
    margin-left: 0px;
}
.nav-contact{
    max-width: 1280px;
    margin: auto;
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
    
}
.nav-opt-heading{
    
    margin-left: 0px !important;
    color: #1ABB9B !important;
    margin-bottom: 0;
    font-weight: 600 !important;
    /* border-top: dotted rgb(189, 189, 189) 2px;  */
    /* margin-top: 5px; */
    /* padding-top: 5px; */

}
.nav-opt{
    width: 100%;
    display:flex ;
}
.nav-sub-heading{
    margin-left: 0px !important;
    color: black !important;
    margin-bottom: 0;
    font-weight: 600 !important;
    /* margin-top: 5px; */
    /* padding-top: 5px; */

}
.nav-sub-heading:hover{
    color: #1ABB9B !important;
}

.contact-div{
    display: flex;
    color: #333;
}
.contact-div > a{
    color: #333;
}
.search-input{
    border-radius: 5px;
    padding: 5px;
    color: #B7B7B7;
    /* border: 1px solid #B7B7B7; */
}
.contact-info{
    margin: 10px;
}
.whatsapp-icon{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0px;
    /* margin-right: 20px; */
    color: #333;
    text-decoration: none;
}
.button {
font-size: larger;
display: flex;
justify-content: center;
text-align: center;
color: black;
height: 35px;
margin: auto;
padding: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
/* border: 1px solid #B7B7B7; */
text-decoration: none;
cursor: pointer;
}

.button:hover {
transition-duration: 0.4s;
background-color: white;
color: black;
}

/* .search-container {
position: relative;
display: inline-block;
margin:  5px;
height: 35px;
width: 35px;
margin-left: 30px;
}
.search-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mglass {
font-size: large;
margin-top: -20px;
pointer-events: none;
}
.search:focus + .searchbutton {
transition-duration: 0.4s;
background-color: white;
color: black;
}

.search {
position: absolute;
left: 49px; 
background-color: white;
outline: none;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border: 1px solid #B7B7B7;
padding: 0;
color: #B7B7B7;
width: 0px;
height: 100%;
z-index: 10;
transition-duration: 0.4s;
}

.search:focus {
width: 220px; 
padding: 0 16px 0 0;
}
.expandright {
left: auto;
right: 40px; 
}
.expandright:focus {
padding: 0 0 0 10px;
} */


.navbar-img{
    height: 200px;
    /* aspect-ratio: 1.29 / 1; */
    aspect-ratio: 1.05 / 1;
    width: 100%;
    /* transition: 0.1s; */
}

.navbar-img-text{
    text-align: center;
    margin: 10px;
}
.dropdown-menu{
    margin-top: -1px;
}
.navbar-toggler-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-img-container{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width:fit-content ;
    margin: auto;
    border-radius: 5px;
}
/* searchbar css */

.search-bar{
    display: flex;
    justify-content: center;
    /* gap: 5px; */
    border-radius: 5px;
    align-items: center;
}
.search-bar > input{
    padding: 5px;
}
.search-bar > button{
    padding: 6px;
    margin-left: -1px;
    border: 1px solid black;
}
/* search bar over */

/* popular products */
.nav-products{
    display: grid;
    grid-template-columns: repeat(3,100px);
    gap: 5px;
}
.nav-products > div, .nav-products > a{
    text-align: center;
    font-weight: 600;
    font-size: small;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
    /* height: fit-content; */
    padding: 0px;
}
.nav-products p{
    margin: 0;
    padding: 5px 0px;
}
.nav-products img{
    width:98%;
    border-radius: 5px;
}
.home-link:hover{
    background-color:#1ABB9B !important;
    color: white !important;
    /* padding: 15px; */
    /* height: 100%; */
}

/* /popular products css over/ */
.search-result{
    z-index: 1000;
    background-color: white;
    position: absolute;
    top: 0vh;
    max-height: 300px;
    width: 400px;
    right: 5vh;
    overflow-y: scroll;
    border-radius: 5px;
    opacity: 0.9;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#search-list{
    margin: 0px !important;
    padding: 0px;
}

/* canvas section */
.canvas-section{
    max-width: 1280px;
    margin: auto;
    margin-top: 20px;
}
.canvas-section > img{
    width: 100%;
}
.breadcrumb-container{
    background-color:#F3F3F3;
    
}
.breadcrumb{
    border-radius: 0px;
    max-width: 1280px;
    margin: auto;
    margin-bottom: 5px;
}
.mobile-view{
    display: none !important;
}
.navbar-option-product{
    display: grid;
    width: 100%;
    height: 100%;
    /* margin: 15px auto; */
    gap: 5px;
    grid-template-columns: repeat(3,1fr);
    box-sizing: border-box;
}


.navbar-option-product > div , .navbar-option-product > a{
    text-align: center;
    font-weight: 600;
    width: fit-content;
    font-size: smaller;
    margin: auto;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    border-radius: 5px;
    height: 100%;
    padding: 0px;
}

.navbar-option-product p{
    margin: 0;
    padding: 5px 0px;
    font-size: smaller;
}

.navbar-option-product img{
    border: 1px solid #e5e5e5;

    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    width:84px;
    width:100%;
    background-color: #fafafa;
    height: 84px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    /* display: flex; */
    /* justify-content: center; */
    /* margin: auto; */
    /* width: 70px; */
    /* border-radius: 50%; */
}
.search-result li:hover{
    background-color: #ebebeb;
}

/* search bar css */

.list{
    position: absolute;
    visibility: hidden;
    background-color: rgb(255, 255, 255);
    /* padding: 20px; */
    /* padding-left: 30px; */
    border-radius: 10px;
    z-index: 1000;
    width: 400px;
    opacity: 0.9;
    max-height: 40vh;
    overflow: scroll;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    list-style-type: none;
  }
  .list a{
    padding: 8px;
    width: 100%;
    display: block;
    /* margin: 10px; */
    text-decoration: none;
   }
   
.list a:hover{
 text-decoration: none;
 background-color:#F3F3F3;
 /* color: white !important; */

}

.dropdown-close{
    position: absolute;
    right: 5px;
    top: 8px;
    /* background-color: #E5E5E5; */
    /* border-radius: 50%; */
    /* opacity: 0.5; */
    padding: 5px 10px;
    color: #333;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    transition: all 0.2s;

}
.navbar-toggler {
    padding: 3px;
    border: 0px solid transparent;
    /* padding-bottom: 20px; */
    /* margin-bottom: -15px; */
    margin: 8px;
    /* background-color: lightgray; */
}

/* hamburger css */
.hamburger .line{
    width: 25px;
    height: 2px;
    background-color: #000000;
    display: block;
    margin: 6px ;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }
  
  /* ONE */
  
  #hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
  }
  
  #hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  
  #hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  
  
  @keyframes smallbig{
    0%, 100%{
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50%{
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
    }
  }

  /* searchbar with arrow controls */
  .search__suggestion.search__suggestion--active , .search__suggestion:hover {
    background-color: rgb(228, 228, 228);
    color: black;
    border-radius: 5px;
  }

  .search__results {
    position: absolute;
    z-index: 10;
    width: 400px;
    max-height: 60vh;
    overflow-y: scroll;
    opacity: 0.9;
    border-radius: 10px;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* padding: 20px; */
  }

  .search__results1{
    position: absolute;
    z-index: 10;
    width: 100%;
    max-height: 50vh;
    overflow-y: scroll;
    opacity: 0.9;
    border-radius: 10px;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: auto;
  
    /* padding: 20px; */
  }
  .search__results a, .search__results1 a{
    display: block;
    padding: 10px;
    color: #000000;
    /* background-color: lightgrey; */
  }


  /* navbar tab css */

  .nav-container{
    width: 100%;
    margin: auto;
    overflow:hidden;
    height: 90vh;
    margin-top: 10px;

}
.tab-cont{
    float: left;
    width: 30%;
    height: 100%;

}
.tab-cont button, .tab-cont > a{
    width: 100%;
    display: block;
    background-color: inherit;
    padding: 5px;
    height: 8vh;
    color: black;
    /* font-size: small; */
    font-size: 12px;
    border: none;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}
.tab-cont button:hover{
    /* background-color: #ccc; */
    border: none;
    /* border-radius: 5px; */
}

.nav-tab-content{
    
    height: 100%;
    float: left;
    padding: 10px;
    width: 70%;
    border-top: 1px solid #e5e5e5;
    animation: anime 1s;
    overflow-y: scroll;
    background-color: white;
    padding-bottom: 20vh;
}


.tab-cont .mobile-nav-btn.active{
    background-color: #ffffff;
    /* color: white ; */
}
@keyframes anime {
    from{opacity: 0}
    to{opacity: 1}
}



/* ============ mobile view ============ */
@media (min-width:200px) and (max-width: 820px) {
    .navbar-container{
        background-color: #F3F3F3;
        position: fixed;
        width: 100%;
        /* position: fixed; */
        /* background-color: #f5f8fa; */
        /* border-radius: 50px; */
        
    }
     .navbar-option-product > a{
        text-align: center;
        font-weight: 600;
        width: fit-content;
        font-size: smaller;
        margin: auto;
        /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
        border-radius: 5px;
        height: 100%;
        padding: 0px;
        
    }
    .navbar-option-product{
        height: auto;
        box-sizing: border-box !important;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 1fr;

    }
    
    .mid-navlink{
        margin-left: 0px;
    }
    .mobile-view{
        display: inline !important;

    }
    .desktop-view{
        display: none;
        /* visibility: hidden;
        height: 0px;*/
        width: 0px; 
    }
    .contact-container{
        position: relative;
        width: 100%;
        z-index: 5;
        top: 0;
        padding-bottom: 45px;
        background-color: white;
    }
    .container-fluid {
        display: flex;
        /* justify-content: space-around; */
    }
	.navbar .nav-item .dropdown-menu{ 
        /* display: none; */
        margin-top: 0;
        padding: 5px;
        height: 80vh;
        overflow-y: scroll;
     }
	.navbar .nav-item:hover .nav-link{
         background-color:  #E5E5E5;
         /* box-shadow: set 21px 21px 42px #b83000,
         inset -21px -21px 42px #fa4000 !important; */
         /* color: white;
         margin: 0;
         padding: 15px 5px; */
         color: #333 !important;
         font-weight: 600;
         margin-left: 0px;
         padding-left: 5px;
         /* font-size: 16px ; */
        }
     
	.navbar .nav-item:hover 
    /* .dropdown-menu{ display: block; } */
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
    .home-btn a:hover{
        background-color:transparent;
        color: white !important;
        margin: 0;
        padding: 0px;
    }
    .navbar a:hover{
        color: black !important;
    }

    .logo{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-top: 10px; */
    }
    .search-input{ 
        display: flex;
        width: fit-content;
        height: 40px;
        width: 90%;
        font-size: small;
    }
   
    .search-container {
        height: 35px;
    }
    .navbar a {
        text-decoration: none;
        font-weight: 400;
    }
    .dropdown-class > h5 {
        color: #1ABB9B;
        font-size: small;
        border-bottom: dotted rgb(189, 189, 189) 1px;
    }
    .navbar{
        line-height: normal;
        /* padding: 3px; */
    }
    .submenu {
        color: black;
        padding: 10px;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .submenu-info{
        display: flex;
        justify-content: space-between;
        gap: 0px;
        flex-direction: column;
    }
    .submenu{
        flex-direction: column-reverse;
    }
    .home-bar{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        font-size: small;
    }
    .home-bar img{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
    }
    .contact-info{
        margin: 0px;
    }
    
    .contact-div{
        display: flex;
        flex-direction: column;
        font-size: smaller;
    }

    .nav-contact {
        margin: auto;
        width: 100%;
        padding:  10px;
        justify-content: space-between;
    }
    .submenu {
        color: black;
        padding: 5px;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    .nav-item{
        border-bottom: #B7B7B7 solid 1px;
        width: 95%;
        margin-left: 10px;
        /* margin: 10px; */
    }
    .navbar-img{
        height: 150px;
    }
    
    .navbar-nav {
        width: 90%;
        margin: auto;
    }
    
    .dropdown-class {
        width: 100%;
        gap: 5px;
    }
    .whatsapp-icon{
        visibility: hidden;
        margin: 0px;
        padding: 0px;
        width: 0px;
        height: 0px;
    }
    .nav-opt{
        display:flex ;
        flex-direction: column-reverse;
        display: none;
    }
    .nav-img-container{
        display: none;
        visibility: hidden;
        height: 0px;
        width: 0px;
    }
    .dropdown-align{
        margin-left: 0px;
    }
    .nav-products{
        gap: 3px;
        grid-template-columns: repeat(3,1fr);
    }
    .search-result{
        z-index: 1000;
        background-color: white;
        position: absolute;
        top: 15vh;
        max-height: 300px;
        width: 95%;
        left: 10px;
        overflow-y: scroll;
        border-radius: 5px;
        opacity: 0.9;
        visibility: hidden;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }
   
    .nav-sub-heading{
        margin-left: 0px !important;
        color: black !important;
        margin-bottom: 5px;
        font-weight: 600 !important;
        /* border-top: solid rgb(226, 226, 226) 1px; */
        margin-top: 5px;
        display: block;
        padding-top: 5px;
    }
    .breadcrumb-container{
        background-color: #F3F3F3;
        margin-top: 20px;
        /* margin-bottom: -25px; */
    }
    .list{
        position: absolute;
        visibility: hidden;
        background-color: rgb(255, 255, 255);
        /* padding: 20px; */
        /* padding-left: 30px; */
        border-radius: 10px;
        z-index: 1000;
        width: 88%;
        opacity: 0.9;
        max-height: 40vh;
        overflow: scroll;
        overflow-x: hidden; /* Hide horizontal scrollbar */
        list-style-type: none;
      }
      .navbar-option-product p:hover{
        color: #333;
      }
      .breadcrumb{
        border-radius: 0px;
        max-width: 1280px;
        margin: auto;
        margin-bottom: 5px;
        margin-left: 10px;
        font-size: smaller;   
    }
    .nav-products > div, .nav-products > a{
        
        font-weight: 600;
        font-size: 11px;

    }
}

/* tablet view */
@media (min-width: 821px) and (max-width: 1350px){ 
    .nav-opt{
        width: 100%;
        display:flex ;
        /* padding: 10px; */
    }
    .navbar .nav-item .dropdown-menu{ 
        /* display: none; */
        /* padding: 0px; */
        color: black;
        padding: 10px;
     }
     .dropdown-class > a{
        /* color: black; */
        border-bottom: dotted rgb(189, 189, 189) 1px;
        font-size: medium;
    }
    .navbar a {
        text-decoration: none;
        font-weight: 600;
        font-size: 12px;
    }
    .form-inline > input{
        /* width: 100px !important; */
        font-size: smaller !important;
        /* border: 1px solid black; */
    }
	/* .navbar .nav-item:hover .nav-link{
         background-color: #1ABB9B;
         color: white;
         width: 100%;
    } */
	/* .navbar .nav-item:hover  */
    /* .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
    .home-btn:hover{
        background-color:transparent;
        margin: 0;
        padding: 0px;
    } */
    .logo{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;

    }
    .dropdown-class > h5 {
        color: #1ABB9B; 
        border-bottom: dotted rgb(189, 189, 189) 1px;
        font-size: small;
    }
    .nav-link{
        padding: 10px;
        height: 100%;
    }
    .contact-info{
        margin: 10px;
        font-size: small;
    }
    .navbar-img{
        height: 180px;
    }
    .submenu {
        color: black;
        padding: 5px;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    .nav-contact {
        /* max-width: 1050px; */
        margin: auto;
        display: flex;
        padding: 10px;
        justify-content: space-between;
    }
    .button {
        height: 30px;
    }
    .search-container {
        height: 30px;
    }
    .dropdown-align{
        margin-left: -630px;
    }
    .signage-align{
        margin-left: -550px !important;
    }
    .navbar-nav {
        width: fit-content;
        margin: auto;
        width: 90%;
    }
    .nav-products{
        display: grid;
        grid-template-columns: repeat(3,80px);
        gap: 3px;
    }
    .submenu-info{
        gap: 20px;
    }
} 
  /* search */
  