:root{
    --DarkBlue:#004e72;
    --Green:#8ebb00;
    --White:#fff
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
  }

h1,h2,h3 {
    color: var(--DarkBlue);
}

.title{
    color: var(--DarkBlue);
    border: 5px solid;
    display: inline-block;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #fff, #8ebb00,#fff);
}

.title-white{
    color: white;
    border: 5px solid;
    display: inline-block;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #fff, #8ebb00,#fff);
}

.only-bottom {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

.only-top {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

.white-text{
    color: #fff;
}

.justifiy-text{
    text-align: justify;
}

/*/////logo ///*/

/*////Logo_Png ///*/

/* .logo{
    width: 50px;
    height: auto;
    margin-left: 20px;
} */

/*/////logo ///*/

.logo-svg{
    width: 40px;
    height: auto;
}

.logo-txt {
    font-weight: bold;
    font-size: 23px !important;
    color: var(--DarkBlue) !important;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 3px;
    /* font-size: calc(1vw + 5px); */
 }

.Green-Icon{
    color:var(--Green);
}

.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .navbar-toggler {
    color: var(--DarkBlue);
} 

.navbar {
    height: 72px;
    line-height: 56px;
    background-color: #fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


.nav-btn,.Nav-button,.dropdown {
    border:none;
    height: auto;
    text-decoration:none;
    color:var(--DarkBlue);
    background-color:var(--White);
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
}


.navbar-nav .nav-item .nav-link {
    color: var(--DarkBlue);
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: var(--White);
    background-color: var(--DarkBlue);

}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: var(--White);
    background-color: var(--DarkBlue);
}
 
.Swipper {
    position: relative; 
}

/*////// Home page Products /////*/

.home-products{
    background-image: url('../images/BG.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}
  
.cardButton{
    width: 100%;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    border: 0;
    color: white;
    background-color: var(--DarkBlue);
}

.cardButton:hover{
    color: white;
    background-color: var(--Green);
}


.about-us {
    height: auto;
    padding: 60px;
    background-color: var(--DarkBlue);
}

.contact-us-home {
    /* color: #fff; */
    background-image: url("../images/Map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us {
    margin-top: 30px;
    margin-bottom: 30px;
    /* color: #fff; */
    background-image: url("../images/Map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* Homepage Products */

/* .card-flip > div {
    backface-visibility: hidden;
    transition: transform 0.9s;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    transform-style: preserve-3d;
  }

  .card-front {
    transform: rotateY(0deg);
    background-color: #fff;
    color: var(--DarkBlue);
  }
  
  .card-back {
    transform: scaleY(1.5);
    position: absolute;
    top: 0;
    background-color: var(--DarkBlue);
    color: #ffffff !important;
    padding: 10px;
  }
  
  .card-flip:hover .card-front {
    transform: rotateY(-180deg);
    transition: transform 0.9s;
  }
    
  .card-flip:hover .card-back {
    transform: rotateY(0deg);
  }
 */


  /*/////////////////////*/



/*/////////////////////*/

.carousel-text{
    position: absolute;
    font-size: calc(3vw + 5px);
    display: flex !important;
    align-items: center;

}

/*/////////////////////*/

/*//////// Footer ////////////*/


.footer{
    padding: 30px;
    height: auto;
    background-color: #004e72;
    color: white;
}

.social{
    display: inline-block;
    margin: 20px 0;
    text-decoration: none;
}

.footer-link{
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
}

.footer-link:hover {
    color: var(--Green);
}

/* .footer-button{
    color: #fff;
    background-color: #8ebb00;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    margin-top: 15px;
    border-radius: 10px;
} */


.footer-title-white{
    color: white;
    border: 3px solid;
    display: inline-block;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to left, #8ebb00, #fff,#8ebb00);
}

.footer-only-bottom {
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
  }

.footer-button{
    color: #fff;
    /* background-color: #8ebb00; */
    text-decoration: none;
    padding: 3px;
    margin-right: 10px;
    margin-top: 15px;
    border-radius: 10px;
}

.mail{
    width: 100%;
}

footer a{
    width: calc(90%/3);
    /* display: flex;
    justify-content: space-between; */
}

footer a:hover{
    color: #8ebb00;
    font-weight: bolder;
}

@media screen and (max-width: 768px) {

    .social-media{
        margin-bottom: 25px;
    }
    .box4{
        display: none;
    }
    
    
}



/*//////// End Footer ////////////*/




/*/////// About Us Page ///////////*/

.About-us-Swipper {
    position: relative; 
    /* height: 40vh; */
}

.about-container-boxes{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box1{
    width: 100%;
    height: auto;
    min-height: 300px;
    /* background-color: var(--DarkBlue); */

}

.box2 > img{
    height: auto;
    min-height: 300px;
    width: 100%;
    /* background-image: url("../images/About Us/mitkees05.jpg"); */
    /* background-color: var(--DarkBlue);  */
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border-radius: 40px;
}

.box3{
    height: auto;
    min-height: 300px;
    width: 100%;
    /* background-color: var(--DarkBlue); */
}

.box4 > img{
    height: auto;
    min-height: 300px;
    width: 100%;
    /* background-image: url("../images/About Us/mitkees06.jpg"); */
    /* background-color: var(--DarkBlue); */
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 40px;
 
}

.box5{
    height: auto;
    min-height: 300px;
    width: 100%;
    /* background-color: var(--DarkBlue); */
}

.box6 > img{
    height: auto;
    min-height: 300px;
    width: 100%;
    /* background-image: url("../images/About Us/mitkees07.jpg"); */
    /* background-color: var(--DarkBlue); */
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border-radius: 40px;

}

.box1  {
    /* color: white; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.box3  {
    /* color: white; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.box5 {
    /* color: white; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/*///////// About Us Page End //////////////////*/


/*/////////Product//////////////////*/

/*/////////Category Page//////////////////*/


/*/////////End of Category Page//////////////////*/

/* Main content styles */

.product-list {
	display: flex;
	flex-wrap: wrap;
}

.product-card {
	width: 300px;
    margin: 20px ;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    align-items: stretch;
}

.product-card img {
	width: 100%;
	margin-bottom: 10px;
}

.product-card h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.price {
	font-weight: bold;
	margin-bottom: 10px;
}

.description {
	margin-bottom: 20px;
}


/*/////////Product Slider//////////////////*/

.product-slider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 2px solid var(--DarkBlue);

}
.product-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.product-slider img.active {
    opacity: 1;
}
.product-slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}
.product-slider-nav img {
    margin: 4px 6px;
    width: calc(100%/auto);
    height: 60px;
    object-fit: cover;
    border: 1px solid var(--DarkBlue);
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.product-slider-nav img.active {
    opacity: 1;
    border: 4px solid var(--Green);
}

/*////////End of Product Slider////////////*/

.star-list {
    list-style: none;
    font-weight:bold;
}

 .star-list>li::before {
    font: var(--fa-font-solid);
    content: '\f005';
    display: inline-block;
    padding-right: 3px;
    margin:0 5px 0 -30px;
    font-weight: 400;
    color: var(--Green);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} 



/*/////////End of Product//////////////////*/

.breadcrumb-item > a {
    text-decoration: none;
    color: var(--Green);
    font-weight: bold;
    line-height: 35px;
}

.breadcrumb-item {
    transform: skew(-10deg);
    border-radius: 10px;
    line-height: 30px;
    padding: 10px;
    margin: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

.breadcrumb-item:hover {
    color: #fff;
    background-color: var(--DarkBlue);
    cursor: pointer;

}

.breadcrumb-item:hover a {
    color: #fff;
}


.brands_logo_img {

    max-height: 200PX;
}

.category-txt{
    text-align: justify;
    margin-top: 20px;
} 

.mail-link{
    margin-right: 15px;
    text-decoration: none;
    color:#000;
}

.mail-link:hover {
    color: var(--Green);
}


/* .brands-img {
    filter: gray; 
    -webkit-filter: grayscale(1); 
    -webkit-transition: all .8s ease-in-out;  
  }

  .brands-img:hover {
  filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
  } */