* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    list-style-type: none;
  }



.mkSpan {
    margin-left:-20px;
  }
.banner img { border-radius:5px; width:100%;height: 600px;}

.menu a {
  display: block;
  padding: 0px;
  margin: 0px;
  color: #333; 
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.menu a:hover {

  color: #004DA2;
}

.banner {
  padding: 15px;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
}


.product {
  padding: 15px;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
}

.mobil{
  display: none;
}

.product h4{
  font-size: 1rem;
}


.card-body .btn{
    color:black;
    border-color: red;
}

  .card-body .btn:hover{
    color:black;
    border-color: blue;
    background-color: white; 
}

.blog{
  padding: 15px;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
}

.blog img{
    padding:20px 20px; 
    border-radius: 10%;
}

.blog .card-header{
    background-color: white;
    color: red;
}

.line-clamp{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  font-size: 1rem;
  color:rgb(0, 0, 0);
  text-align: justify;
  line-height: 1.6;
}

.productdetails  {
  padding: 15px;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
}

table tr td th{
  font-size: 12px;
  border: 1px solid black;
}


.about  {
  padding: 15px;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
}

input[type=text],input[type=email]{
  margin: 8px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 3rem;
  padding: 1rem;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
}

textarea{
  margin: 8px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 3rem;
  padding: 1rem;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
  overflow: hidden;
  height: 10rem;
 
}
.contact-text{
  font-size: 2rem;
  color:#004DA2;
}

.contact-text-detail{
  font-size: 1rem;
  color:rgb(0, 0, 0);
  text-align: justify;
  line-height: 1.6;
}


button[type=submit]{
  background-color:#ED1C24;
  color: white;
  width: 8rem;
  border: 1px solid #ED1C24;
  padding: 8px;
  border-radius:0.2rem;
  font-size:1.1rem;
}

button[type=submit]:active{
  background-color:#034EA2;
  color: white;
  border: 1px solid #034EA2;

}

.about-text{ 
  line-height: 1.5; 
  font-size:1.5rem;
  margin-top:1.1em;
  margin-right:0 10px;
  margin-bottom:1.875em;
  text-align: justify;
  font-family: Roboto,sans-serif;
}

.about-label h1{
  text-align: center;
  margin-bottom:2.562rem;
  font-size:3.75rem;
  font-weight: 600;
  margin-top:.8em;
  color: #034EA2;
  
}
.about-label h1 span{
  text-align: center;
  font-weight: 200;
  font-size:3.75rem;
  color: #ED1C24;
}


.kislastigi{ 
  line-height: 2.25; 
  font-size:1.5rem;
  margin-top:1em;
  margin-right:0 0.5px;
  margin-bottom:0.1em;
  text-align: justify;
  font-family: Roboto,sans-serif;
  
}

.list{
  list-style-type:disc;
}



.product-f{
  padding: 15px;
  display: flex;
  flex-direction: column;
  box-shadow:  0px 12px rgba(236, 236, 236, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.2);
}

.f_inp{
  padding: 150px;
  display: none;
  height: 100px;
}

.f_img{
  width:5rem ;
  margin-bottom: 4px;
}

.f_lbl{
  margin-left: 200px;
  cursor: pointer;
  font-size: 12px;
}


@media only screen and (max-width: 768px)
{
  .banner {
    display: none;
  }

  .product-f{
     display: flex;
     align-items: center;
     justify-content: space-between;
  }

  .f_lbl{
 	 margin-left:29px;
	}
  
  .logo {
    display: flex; 
    justify-content: right;
  }

  .menu a{
    display: none;
  }


  .burger-menu {
    padding: 20px; 
    margin-top: -80px;
    z-index: 999;
  }

  .burger-icon {
    display: block;
    width: 30px;
    height: 3px; 
    background-color:#004DA2; 
    margin: 6px 0; 
    cursor: pointer; 
  }
  .burger-menu .navbar-collapse {
    background-color: transparent;
  }
  .burger-menu a {
    color: black !important; 
  }

  .about-label h1{
    text-align: center;
    margin-bottom:.562rem;
    font-size:.75rem;
    margin-top:.8em;
    color: #034EA2;
    
  }
  .about-label h1 span{
    text-align: center;
    font-weight: 100;
    font-size:1.75rem;
    color: #ED1C24;
 
  }
  

  .about-text{
    font-size: 16px;
  }


  
  .item{
  box-shadow: -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
  font-size: 10px;
  border: 1px solid #e5e3e3;
  border-radius: 10px;
  margin: 14px;
  }

  .hh{
  display: flex;
  align-items: center;
  }

  .hh h5{
    font-size: 15px;
  }


.ff ul{
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.ff ul li {
  flex: 0.2;
}

.ff ul li span:first-child{
border-bottom: 1px solid #a19b9b;
font-weight: 600;
font-size: 9px;
}


.ff ul li span:last-child {
  line-height: 5px;
 font-size: 8px;
}

.mobil{
  display: inline-block;
  }

  .desktop{
    display: none;
    }

    .mkSpan {
      margin-left:5px;
    }

}


@media only screen and (max-width: 740px)
{
  .f_lbl{
 	 margin-left:9px;
	}

  .mkSpan {
    margin-left:5px;
  }
}

