* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: rgba(194, 11, 11, 0.05);
  /* background-color: #f1f3f5; */
  font-family: "Roboto", sans-serif;
  color: #212529;
  letter-spacing: 0.07rem;
  /* background-image: url(img/moneygram.jpeg) ; */
}

a {
  text-decoration: none;
}

.grid {
  display: grid;
}

.col--2 {
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin: 3.2rem;
}

.col--1 {
  grid-template-columns: 1fr 1fr;
  padding: 3.2rem;
}

/* ****************** */
/* HEADER */
/* **************************** */


.header {
  position: fixed;
  display: block;
top:0 ;
  width: 100%;
  /* max-height: 9rem; */
  z-index: 999;
  padding: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.03);
}



.inner-header {
  max-width: 120rem;
  display: flex;
  margin: auto;
  
  align-items: center;
  justify-content: space-between;
  max-height: 7rem;
}

.logo {
max-width: 20rem;
  max-height: 7rem;

}

.navi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.kontakt-info {
  display: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
   color: #343a40;
  padding-left: 1rem;
  font-size: 1.6rem;
}

.rruga {
  font-weight: normal;
  display: inline;
}

.navi-icons {
  color: #e03131;
}






/* ************************************* */
/* MAIN SECTION */
/* ************************************ */

.main-container {
  max-width: 120rem;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px;
  margin-top: 9.5rem;
}

.sherbimet {
  grid-column: 1/-1;
  margin-top: 1rem;
  background-color: #343a40;
  /* background-color: #1c7ed6; */
  /* background-color: #e03131; */
  color: #fff;
  padding: 1rem;
  text-align: center;
}



.icons {
  color: #e03131;
  width: 5rem;
  height: 5rem;
 
}

.pjest-inner img {
  width: 100%;
}

section {
  margin-top: 5rem;
}

.pjest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 3rem;
  background-color: #f1f3f5;
  font-size: 1.8rem;
  /* border-bottom: 2px solid #e03131; */
  border-bottom: 2px solid rgba(241, 243, 245, 0);
}

.pjest:hover,
.pjest:active {
  /* box-shadow: 0px 0 10px 1px; */
  background-color: #f1f3f5;
  border-bottom: 2px solid #e03131;
}

.pjest-inner {
  display: grid;
  /* flex-direction: row; */
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  justify-content: space-between;
}

.pagesat {
  grid-column: 1/-1;
  text-align: center;
  background-color: #fff;
}

.pagesat:hover,
.pagesat:active {
  background-color: #fff;
}

.pagesat img {
  max-width: 12rem;
}

.pagesat-img {
  display: flex;
  align-items: center;
  gap: 3rem;
}

h2 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.kontaktoni {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;

  justify-items: center;

  padding: 3rem;
  background-color: #f1f3f5;
  font-size: 1.8rem;
}

.na-gjeni {
  grid-column: 1/-1;
  /* justify-self: center; */

  text-align: center;
}

.about-boxes {
  
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.about-icons {
 transform: translateY(15%);
  align-self: flex-start;
  justify-self: flex-start;
  width: 3rem;
  height: 3rem;

}



/* tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

tbody tr:nth-child(even) {
  background-color: #e9ecef;
} */

table {
  width: 100%;
  font-size: 1.6rem;
  /* background-color: red; */
  /* margin: 0 auto; */
  /* margin-top: 30px; */
  /* border: 1px solid #343a40; */
  /* you can collpase borders so they merge into 1 */
  border-collapse: collapse;
  /* border: 1px solid #e03131; */
}

td,
th {
  /* border-bottom: 1px solid #e03131; */
  padding: 1rem 0.5rem;
  text-align: left;
}

tr:hover,
tr:active {
  background-color: #e03131;
  color: #fff;
}

.footer {
  background-color: #e03131;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: lighter;
  margin: 3rem auto 0 auto;
  padding: 1rem 2rem;
}

.lokali {
  box-shadow: 1px 0px 5px 0px;
}

strong {
  color: #000';
}

.section-img:hover {
  transform: scale(1.2);
}

.info-a {
  size: 1.6rem;
}
.info-a:link,
.info-a:visited,
.info-a {
  text-decoration: none;
  color: #fff;
}

.info-a:hover,
.info-a:active {
  transform: scale(1.1);
}

.kontakt-posht {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  gap: 1.2rem;
  font-size: 1.8rem;
  grid-column: 1/-1;
  gap: 3.2rem;
  width: 100%;
  background-color: #e03131;
  color: #fff;
  padding: 2rem;
  size: 1.6rem;
}

.social-icon {
  color: #f1f3f5;
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
