@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bijela: #fdfffc;
  --crvena: #c1292e;
  --plava: #235789;
  --beejela: #f4f4f8;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #98c1d9;
  color: white;
  font-family: "Cabin", sans-serif;
}

.text-centar {
  text-align: center;
}

.mb2rem {
  margin-bottom: 2rem;
}


/* keku dvisto */

.keku_dvisto {
  width: 100%;
  max-width: 1200px;
  /* padding-block-start: 28vh; */
  margin: 0 auto;
}
/* 4 kucice */
.wrap_1 {
  display: grid;
  width: 100%;
  max-width: 1200px;
  background-color: lightblue;
}

/* pozivi */
.wrap_2 {
  display: grid;
  width: 100%;
  max-width: 1200px;
  background-color: steelblue;
  padding: 2rem;
}

/* forma */
.wrap_3 {
  display: grid;
  width: 100%;
  max-width: 1200px;
  background-color: lightblue;
}

/* top taxi */
.wrap_4 {
  display: grid;
  width: 100%;
  max-width: 1200px;
  background-color: steelblue;
}

/* cijene */
.wrap_5 {
  display: grid;
  width: 100%;
  max-width: 1200px;
  background-color: lightblue;
}

/* usluge */
.wrap_6 {
  display: grid;
  width: 100%;
  max-width: 1200px;
  background-color: steelblue;
}

/* keku dvisto KRAJ */



/* header  ---------------------------------------------------------------    */
.header-wrap {
  width: 100vw;
  max-width: 1200px;
  position: fixed;
  top: 0;
  height: 60px;
  z-index: 8;
  margin: 0;
  padding: 0;
}
.za_meni {
  position: fixed;
  top: 0.5rem;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  padding: 0 10px;
  height: 60px;
  width: 90%;
  background: #235789;
  background: linear-gradient(
    180deg,
    rgba(35, 87, 137, 1) 0%,
    rgba(35, 87, 137, 0.9) 100%
  );
  max-width: 1100px;
  margin: 0rem auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* navigacija  ----------------------------------------------------------    */
#logo {
  font-weight: bold;
  display: flex;
  align-items: center;
}

#logo a {
  width: 100%;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.5s ease;
  color: var(--bijela);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
#logo a:hover,
#logo a:focus-visible {
  background-color: rgba(193, 41, 46, 0.7);
}

.prvi-meni {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.6rem;
  font-size: 1rem;
  color: var(--bijela);
}

.link-polje1 a {
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 10px;
  border-radius: 0.5rem;
  transition: all 0.4s;
  color: var(--bijela);
  backdrop-filter: blur(13px);
  transition: all 0.3s ease;
  border: 1px solid rgba(253, 255, 252, 0.5);
}
.link-polje1 a:hover,
.link-polje1 a:focus-visible {
  background-color: rgba(193, 41, 46, 0.7);
  outline: 2px solid var(--bijela);
}
.link-polje2 a {
  font-size: 0.1rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 5px;
}
.link-polje2 a img {
  transform: scale(1);
  transition: 1s ease;
}
.link-polje2 a:hover img,
.link-polje2 a:focus-visible img {
  transform: scale(1.5);
}

/* HAMBURGER itd.  -------------------------------------------------------- */
#trix {
  margin: auto 0;
  display: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  background-color: rgba(253, 255, 252, 0.3);
}
#trix.aktivan {
  padding: 0.5rem;
}
#trix div {
  width: 30px;
  height: 3px;
  background-color: var(--bijela);
  margin: 4px 0;
  transition: 0.4s;
}
#trix.aktivan div {
  background-color: #ffffff;
  background-color: var(--crvena);
}
.aktivan .crta1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.aktivan .crta2 {
  opacity: 0;
}

.aktivan .crta3 {
  -webkit-transform: rotate(45deg) translate(-4px, -5px);
  transform: rotate(45deg) translate(-4px, -5px);
}

.mobile-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  top: 68px;
  height: min-content;
  padding: 1rem;
  background: #235789;
  background: linear-gradient(
    360deg,
    rgba(35, 87, 137, 1) 0%,
    rgba(35, 87, 137, 0.59) 100%
  );
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  transition: 0.4s;
  scale: 0;
  z-index: 12;
}
#trix.aktivan .mobile-menu {
  scale: 1;
  transition: 0.4s;
}
ul.mobile-menu {
  list-style: none;
}
ul.mobile-menu li {
  width: 80%;
  margin-block-end: 0.5rem;
  background-color: var(--plava);
  border-radius: 0.5rem;
}
ul.mobile-menu li a {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
  color: #fdfffc;
  font-size: 1.3rem;
}

.link-polje {
  width: 100%;
  text-align: center;
  border: 1px solid #413d3d;
  transition: 0.4s;
}
.link-polje a img {
  transform: scale(1);
  transition: all 1s ease;
}
.link-polje a:hover img,
.link-polje a:focus-visible img {
  transform: scale(1.7);
}
.link-polje:hover {
  background-color: rgba(193, 41, 46, 0.7);
}

/* HAMBURGER itd.  -------------------------------- KRAJ ---------------- */

/* navigacija  ----------------------------------------------------------  KRAJ  */

/*  MAIN */

.slika {
  position: relative;
  display: grid;
  place-items: center;
  background-image: url(../img/imgBIG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  height: 45vh;
  overflow: hidden;
}
.slika h2 {
  position: absolute;
  top: 40%;
  font-size: 3.5rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  color: var(--beejela);
  opacity: 0;
  text-shadow: 1px 1px 10px #000000;
  animation: raste 1.5s 1.5s ease-out forwards;
  transform: translateY(200%);
  scale: 5;
}
.slika h3 {
  position: absolute;
  top: 55%;
  font-size: 3.5rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  color: var(--beejela);
  opacity: 0;
  text-shadow: 1px 1px 10px #000000;
  animation: raste 1.5s 2s ease-out forwards;
  transform: translateY(200%);
  scale: 5;
}
.slika p {
  position: absolute;
  top: 90%;
  font-size: 2.2rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  color: var(--bijela);
  opacity: 0;
  text-shadow: 1px 1px 10px #000000;
  animation: rastep 1.5s 2.5s ease-out forwards;
  transform: translateY(200%);
  scale: 5;
}
@keyframes raste {
  0% {
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 0.5;
    transform: translateY(0%);
  }
}
@keyframes rastep {
  0% {
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 0.8;
    transform: translateY(0%);
  }
}

.wrapko {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}


.text {
  width: 100%;
  background-color: #235789;
  padding: 1rem;
  border: 1px solid #26547c;
}
.text-services {
  width: 100%;
  background-color: #235789;
  padding: 4rem;
  border: 1px solid #26547c;
}
.jumbo-header {
  margin: 0;
  padding: 0;
  display: block;
  width: 100vw;
  text-align: center;
}
.jumbo-header h1 {
  width: 100%;
  padding: 0.7rem;
  font-size: 1.6rem;
  color: #fdfffc;
  background-color: rgba(61, 90, 128, 0.9);
}
.jumbo-header h3 {
  width: 100%;
  padding: 0.2rem 0 0.5rem 0;
  font-size: 1.1rem;
  color: #fdfffc;
  background-color: rgba(61, 90, 128, 0.9);
}

.jttNEW {
  display: grid;
  max-width: 1000px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-template-rows: 1fr;
  gap: 1rem;
  padding: 1rem;
  margin: 1rem auto;
}
.jtt-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 1fr;
  /* padding: 1rem; */
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.jtt-naslov {
  display: grid;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--bijela);
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: rgba(61, 90, 128, 0.9);

}
.jttNEW p {
  font-size: 1.1rem;
  padding: 1.5rem 1rem;
  color: var(--plava);
}

.phone,
.whatsapp {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  width: 60%;
  min-width: 200px;
  background-color: var(--crvena);
  border-radius: 3rem;
  padding: 0.4rem 0rem;
  border: 5px solid rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  font-weight: 900;
  padding-inline: 1rem;
  color: var(--bijela);
  transition: all 0.5s ease;
}
.phone:hover,
.whatsapp:hover {
  border: 5px solid rgba(255, 255, 255, 1);
}

/* NOVI POZIVI  ----------------------------------------------------------------- */
.za-nove-pozive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 50vh;
  background: url(../img/car-interior-1200-krop.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  padding: 1rem;
}
.pozivi2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  min-width: 250px;
  margin: 1rem;
  padding: 1.5rem 2rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  background: #235789;
  background: linear-gradient(
    180deg,
    rgba(35, 87, 137, 1) 0%,
    rgba(35, 87, 137, 0.59) 100%
  );
  backdrop-filter: blur(2px);
  gap: 3rem;
}
.text-pozivi {
  display: block;
  width: 35%;
  min-width: 250px;
  margin: 1rem auto;
  padding: 1.5rem;
  font-size: 1.3rem;
  text-align: center;
  background: rgba(35, 87, 137, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(2px);
}
/* NOVI POZIVI  ------------------KRAJ----------------------------------------------- */

/* ARTICLE  ----------------------------------------------------------------- */
article {
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
  line-height: 1.8;
}
article div.text {
  width: 100%;
  padding: 2rem;
}

/* ARTICLE  ---------------------------------------------- KRAJ ------------ */

.istaka {
  font-size: 1.3rem;
  margin-block: 3rem;
  margin-block-end: 1.5rem;
  /*  padding-left: 1rem; */
  border-bottom: 3px solid rgba(193, 41, 46, 0.5);
}
.istaka.prva-istaka {
  margin-block-start: 4rem;
}
.istaka-back {
  background-color: rgba(193, 41, 46, 1);
  padding: 0.5rem 1rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
.podistaka {
  margin-block-end: 1rem;
  padding-left: 1rem;
}
.podistaka {
  margin-block-start: 0.5rem;
}
ul.nabrajanje {
  list-style-type: circle;
  padding-left: 1rem;
}
ul.nabrajanje li {
  padding-left: 0rem;
}
/* Form -------------------------------------------------------------------- */

.naslov-quote {
  background: #235789;
  background: linear-gradient(
    0deg,
    rgba(35, 87, 137, 1) 0%,
    rgba(35, 87, 137, 0.59) 100%
  );
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 4rem auto 0 auto;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
h2.naslov-quote {
  color: #fdfffc;
}
.naslov-quote-mali {
  background: var(--plava);
  background: linear-gradient(
    180deg,
    rgba(35, 87, 137, 1) 0%,
    rgba(35, 87, 137, 0.59) 100%
  );
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
  margin: 1rem auto;
  text-align: center;
  border: 3px solid #98c1d9;
  border-radius: 0.5rem;
  border-radius: 2rem;
  width: 100%;
}
h2.naslov-quote-mali {
  color: var(--bijela);
}

form {
  margin: 15px 5px;
}

form label {
  color: var(--bijela);
  display: block;
  margin-bottom: 0;
  margin-top: 1rem;
  margin-left: 1.5rem;
  font-size: 1.3rem;
}

form button {
  display: block;
  width: 40%;
  min-width: 230px;
  margin: 0rem auto 2rem auto;
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 2rem;
  color: var(--bijela);
  cursor: pointer;
  background-color: var(--crvena);
  transition: 0.5s;
}

form button:hover,
form button:focus {
  box-shadow: 0px 0px 5px #fff;
  text-shadow: 3px 3px 3px #1d1f1d;
  outline: none;
  color: #ffffff;
}

form input,
form textarea,
form select {
  width: 95%;
  padding: 10px;
  margin-left: 0.5rem;
  margin-bottom: 10px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 1.2rem;
  background-color: #98c1d9;
  color: rgb(17, 17, 16);
  font-family: inherit;
  /* outline:none; */
  border: none;
}
form input:focus-visible,
form textarea:focus-visible {
  /* outline:none; */
  outline: 3px solid var(--bijela);
}
form .ifAirport {
  font-size: 85%;
  margin-top: -0.5rem;
  margin-left: 1rem;
  color: var(--bijela);
}
input::placeholder,
textarea::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: var(--crvena);
}

.posalji {
  text-align: center;
  width: 25%;
  margin: 0.5rem auto;
  font-size: 1.1rem;
  border-radius: 1rem 1rem 0 0;
  border-top: 1px solid var(--bijela);
  background-color: var(--plava);
}
/* Form ---------------------------------------------------------KRAJ ------ */

/* CIJENE  --------------------------------------------------------------- */

table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5rem;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  color: var(--bijela);
}
.text-table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  background-color: var(--plava);
  padding: 0.5rem;
}

.link-obrazac {
  background-color: transparent;
  color: var(--bijela);
  text-align: center;
  margin: 2rem auto;
}
.link-obrazac p {
  background-color: transparent;
  color: var(--bijela);
  text-align: center;
  margin: 2rem auto 0.5rem auto;
  padding: 1rem;
}
.link-obrazac a {
  color: var(--bijela);
  display: block;
  text-decoration: none;
  width: 30%;
  margin: 0.5rem auto;
  background-color: var(--crvena);
  border-radius: 2rem;
  border: 1px solid var(--bijela);
  transition: all 0.5s ease;
}
.link-obrazac a:hover,
.link-obrazac a:focus-visible {
  color: var(--crvena);
  background-color: var(--bijela);
  border: 1px solid var(--crvena);
  font-weight: 700;
}

.tablehead {
  color: var(--bijela);
  background-color: rgba(193, 41, 46, 1);
  font-weight: 700;
  font-size: 1.2rem;
}
table td {
  border-radius: 0.5rem;
  width: 33%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
tr :nth-child(1) {
  text-align: left;
  padding: 0.5rem 0 0.5rem 2rem;
}
tr :nth-child(2) {
  text-align: right;
  padding: 0.5rem 2rem 0.5rem 0;
}
tr :nth-child(3) {
  text-align: right;
  padding: 0.5rem 2rem 0.5rem 0;
}
.redred {
  color: var(--bijela);
  background-color: #235789;
  transition: all 0.5s ease;
}
.redred:hover {
  color: var(--bijela);
  background-color: rgba(193, 41, 46, 0.7);
}

/* CIJENE  -------------------------------- KRAJ -------- */

.our-quality .text {
  padding: 3rem;
}
.top-taxi .text {
  padding: 4rem;
  margin-block: 3rem;
}

/*  -----   SERVICES --------------------------------------------------------- */
.text .najpopularnije {
  padding: 1rem;
}
.najpopularnije p {
  font-size: 1rem;
  margin-block: 0.5rem;
}

/*  -----   SERVICES ---------------------------KRAJ-------------------------- */

/*  -----   FOOTER --------------------------------------------------------- */
footer {
  width: 100vw;
  background-color: rgb(29, 31, 29);
  padding: 2rem;
}
.futko {
  display: grid;
  grid-template-columns: 1fr 1fr 100px;
  justify-content: space-between;
  grid-template-areas: "naziv broj logo";
  padding: 1rem;
  background-color: #1d1f1d;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.fut-info {
  grid-area: naziv;
  line-height: 1.5;
  margin-left: 1.5rem;
  padding: 1rem;
  align-self: last baseline;
}
.fut-broj {
  grid-area: broj;
  line-height: 1.5;
  padding: 1rem;
  align-self: center;
}
.fut-logo {
  grid-area: logo;
  /* text-align: center;
     */
  padding: 1rem;
  align-self: center;
}

/*  -----   FOOTER ------------------------------------- KRAJ ----------------- */

/*  ---------    MEDIAS -----------------------------------------   */
/*  ---------    MEDIAS -----------------------------------------   */
/*  ---------    MEDIAS -----------------------------------------   */

/*  ---------    MEDIA max 750 -----------------------------------------   */
@media only screen and (max-width: 750px) {
  #logo a {
    font-size: 1.2rem;
  }
  .za_meni nav {
    display: none;
  }
  #trix {
    display: block;
  }
  .mobile-menu {
    left: 0;
    width: 100%;
  }
  .slika {
    background: url(../img/imgSMALL.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 35vh;
    padding-bottom: 0;
  }
  .slika h2, .slika h3 {
    font-size: 2.5rem;
  }
  .slika p {
    font-size: 1.5rem;
  }
  .slika-text {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 1rem;
  }

  .jumbo-header h1 {
    font-size: 1.5rem;
    padding-bottom: 0;
  }
  .jumbo-header h3 {
    font-size: 1rem;
  }

  .jttNEW {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    padding: 1rem;
    margin: 1rem;
  }

  .za-nove-pozive {
    width: 100%;
    height: 55vh;
    background: url(../img/car-interior-600.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
  }

  article div.text {
    width: 100%;
    padding: 0;
  }

  .istaka {
    font-size: 1.1rem;
  }
  .top-taxi .text {
    padding: 1.6rem;
  }
  table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 1rem;
    border-radius: 0.5rem;
    color: silver;
  }
  .tablehead {
    font-weight: 700;
    font-size: 0.9rem;
  }
  .link-obrazac a {
    color: var(--bijela);
    display: block;
    text-decoration: none;
    width: 45%;
    margin: 0.5rem auto;
    background-color: var(--crvena);
    border-radius: 2rem;
    transition: all 0.5s ease;
  }
  tr :nth-child(1) {
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .naslov-quote {
    font-size: 1.8rem;
  }
  .futko {
    display: grid;
    grid-template-columns: 1fr 120px;
    justify-content: space-around;
    grid-template-rows: 1fr 1fr;
    gap: 1.2rem;
    grid-template-areas:
      "naziv logo"
      "broj broj";
  }
  .fut-info {
    width: 100%;
    text-align: left;
    grid-area: naziv;
    margin-left: 1.4rem;
    align-self: baseline;
  }
  .fut-broj {
    width: 100%;
    text-align: left;
    grid-area: broj;
    align-self: self-start;
    justify-self: baseline;
    margin-left: 1.4rem;
  }
  .fut-logo {
    width: 100%;
    text-align: end;
    margin: 0 auto;
    grid-area: logo;
  }
}
/*  ---------    MEDIA max 750 -------------------------- KRAJ -----   */

/*  ---------    MEDIAS -----------------------------------------   */
/*  ---------    MEDIAS -----------------------------------------   */
/*  ---------    MEDIAS -----------------------------------------   */

@media only screen and (max-width: 450px) {
  .slika h2, .slika h3 {
    font-size: 1.8rem;
  }
}

/*  ---------    MEDIA max 400 -------------------------------------   */
@media only screen and (max-width: 400px) {
  .slika {
    background: url(../img/imgXS.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 30vh;
    padding-bottom: 0;
  }
  .slika h2, .slika h3 {
    font-size: 1.5rem;
  }
  .slika p {
    font-size: 1.1rem;
  }
  #logo a {
    font-size: 1rem;
  }
  .naslov-quote {
    font-size: 1.4rem;
    width: 100%;
  }
  .naslov-quote-mali {
    font-size: 1.1rem;
  }
  .link-polje {
    width: 90%;
  }

  .jumbo-header h1 {
    font-size: 1.3rem;
    padding-bottom: 0;
  }
  .za-nove-pozive {
    width: 100%;
    height: 55vh;
    margin: 0 auto;
    background: url(../img/car-interior-400.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  article {
    width: 100%;
    padding: 0.5rem;
  }
  .istaka {
    font-size: 0.9rem;
  }
  .podistaka {
    font-size: 0.9rem;
  }
  .our-quality .text {
    padding: 1rem;
  }
  main div.text {
    width: 100%;
    padding: 2rem;
    margin-top: 1rem;
  }
  .text {
    padding: 0;
  }
  .top-taxi .text {
    padding: 1rem;
  }
  .text-table {
    width: 100%;
    margin: 0 auto;
    background-color: var(--plava);
    padding: 0;
    border-radius: 0;
  }
  tr :nth-child(1) {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }

  table {
    width: 100%;
    margin: 0rem auto;
    padding: 0;
    font-size: 0.9rem;
    /* border: 1px solid silver; */
    border-radius: 0.5rem;
    color: silver;
  }
  .tablehead {
    font-weight: 700;
    font-size: 0.9rem;
  }
  tr :nth-child(1) {
    text-align: left;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  tr :nth-child(2) {
    text-align: center;
    padding: 0.5rem 1rem 0.5rem 0;
  }
  tr :nth-child(3) {
    text-align: center;
    padding: 0.5rem 1rem 0.5rem 0;
  }
  .link-obrazac {
    background-color: transparent;
    color: #fdfffc;
    text-align: center;
    padding-bottom: 2rem;
  }
  .futko {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 100px;
    gap: 0.1rem;
    grid-template-areas:
      "naziv"
      "broj"
      "logo";
  }
  .fut-info {
    grid-area: naziv;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem;
  }
  .fut-broj {
    grid-area: broj;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .fut-logo {
    grid-area: logo;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem;
    align-self: center;
  }
}
/*  ---------    MEDIA max 400 ------------------------- KRAJ ------   */
