 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
 @import 'my-vars.css';
 @import 'my-classes.css';



 body{
    font-family: var(--font-one);
 }

 h1,h2,h3,h4,h5,h6{
    font-family: var(--font-two);
    font-weight: 600;
          color: var(--color-two);
 }
 a{
   text-decoration: none;
 }
 .btn,
 .btn:focus,
 .btn:active{
   outline: none !important;
   border: none !important;
 }
 /*PROGRESS BAR START*/
   #progress{
     background-color:#FFF;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 9999;
   }
 /*PROGRESS BAR END*/
/*PROGRESSBAR CONTENT START*/
#progress-content{
   background-image: url(../assets/preloader.gif);
   background-repeat: no-repeat;
   background-color: #FFF;
   width: 100px;
   height: 100px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -50px;
   margin-left: -50px;

   }
/*PROGRESSBAR CONTENT END*/
 /*NAVIGATION START */
 nav{
   background-color: rgba(255,255,255,0.9);
   box-shadow: 0 1px 9px rgba(0,0,0,0.1);
 }
   .navbar-brand img{
      width: 52px;
   }
   .nav-item{
      border-bottom: 1px solid rgba(0,0,0,0.05);
   }
   .nav-link:hover{
      color: var(--color-one)!important;
   }
   .navbar-toggler:focus{
      box-shadow: none;
   }
  
   .dropdown{
      position: relative !important;
      display: inline-block !important;  
      max-height: 300px;   
   }
   .dropdown-menu{
      display: none;
      position: absolute;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding: 12px 16px;
      z-index: 1;      
   }   
 /*NAVIGATION END */   
 /*PRODUCTS START*/
 #products .matter{
   width: 200px;
   height: 200px;  
   text-align: justify;
   overflow: scroll;
   padding-left: 10px;
   margin-left: 25px;
 }
 #products img{
   float: left;
   margin-right: 10px;
   cursor: pointer;
 }
 #products .detail-btn{
   width: 150px;
   text-align: center;  
 }
 #products .btn{
   border-radius: 20px;
   width: 150px;
   transition: all 2s ease-in-out;
 }
 #products .btn:hover{
    background-color: aqua;
    color: black;
 }
 #display{
   text-align: center;
 }
 /*PRODUCTS END*/
  /*PRODUCTS START*/
 #items-carousel .matter{
  /* width: 170px;*/
   height: 200px;  
   text-align: center;
   overflow: scroll;
  overflow-y: auto;
   padding-left: 15px;
   margin-left: 40px;  
   cursor: pointer;
 }
 #items-carousel img{
   float: left;
   margin-right: 20px;
   cursor: pointer;
   width: auto;
   height: auto;
 }
 #items-carousel .detail-btn{
   width: 150px;
   text-align: center;  
 }
 #items-carousel .btn{
   border-radius: 20px;
   width: 130px;
   transition: all 2s ease-in-out;
 }
 #items-carousel .btn:hover{
    background-color: aqua;
    color: black;
 }
 #display{
   text-align: center;
 }
 /*PRODUCTS END*/

 /*MEDIA QURRIES START*/
 @media(min-width:992px){
   .nav-item{
   border-bottom: none;
   }
 }
  /*MEDIA QURRIES END*/
  /*SPARES SECTION START*/
   /*PROGRESS BAR START*/
   #preloader{
     background-color:#FFF;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 9999;
   }
 /*PROGRESS BAR END*/
/*PROGRESSBAR CONTENT START*/
#preloader-status{
   background-image: url(../assets/preloader.gif);
   background-repeat: no-repeat;
   background-color: #FFF;
   width: 100px;
   height: 100px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -50px;
   margin-left: -50px;

   }
/*PROGRESSBAR CONTENT END*/
 /*SPARES SECTION END*/
 /*FOOTER START*/
 #footer{
  height: 300px;
 }
 #footer a:hover{
   color:var(--color-one) !important;
 }
 #footer p{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
 
 }
  #fcr h5{
  font-family: sans-serif !important;
  color: #FFF;
  font-size: 12px;
 }
 /*FOOTER END*/      
 /*PRODUCT START*/
    #productBtn .btn{
      border: none;
    width: 519px !important;
    margin-left: 0px;
    margin-top: 28px;
    color: blue;
    transition: all 1s ease-in-out;
   }
   #productBtn .btn:hover{
    background-color: green;
    color: #FFF;
   }
 /*PRODUCT END*/



 /*PRAKTICE START*/

.img-container {
  position: relative;
  width: 300px;
}

#mainImg {
  width: 100%;
  display: block;
  cursor: pointer;
  border: none;
}

#zoomBox {
  position: absolute;
  top: 0px;
  left: 320px;
  width: 250px;
  height: 250px;
  border: 2px solid #ccc;
  background-repeat: no-repeat;
  display: none;
}
 .card .card-body{
 /* border: 5px solid black;*/
  width: 320p;
  height: 260px; 
  box-shadow: 0px 5px 16px rgba(0,0,0,0.8);
}

.card-body h5 .item{
  color: blue;
  margin-right: 10px;
  font-weight: bold;
}
.card-body h5{ 
  font-size: 14px; 
  font-family:arial;
  display: flex;
  align-items: center;
  text-align: right;
}
.card-body h5 span{
  flex: 0.3;
}
.card-body h5 .item-details{
  color: #000;
  flex: 0.7;
  text-align: left;
}




 
 /*PRAKTICE END*/